X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fchangelog;h=eaac3bc19fc09b899b315d7364e635167877c467;hb=809c0976eb899e65ed1460d0dda307f41bfddb04;hp=3497dc50bca303f011818b064e7173f9f2f5c568;hpb=4d4e8dafb5646d8781dbf5fcdf695e8ca92227d1;p=deb_pkgs%2Fspamass-milter.git diff --git a/debian/changelog b/debian/changelog index 3497dc5..eaac3bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,31 @@ -spamass-milter (0.3.1-2) UNRELEASED; urgency=low +spamass-milter (0.3.1-5) unstable; urgency=low + + * Run spamass-milter as a new user, spamassmilter instead of nobody + (closes: #411094) + * Use --oknodo in stop so we don't fail when spamassmilter is not running + (closes: #412524) + + -- Don Armstrong Mon, 26 Feb 2007 17:26:33 -0800 + +spamass-milter (0.3.1-4) unstable; urgency=low + + * Flip the order of socket and piddir creation, because the default for + sendmail has them in the same directory. [This was breaking new + sendmail installs.] + + -- Don Armstrong Sun, 28 Jan 2007 17:43:53 -0800 + +spamass-milter (0.3.1-3) unstable; urgency=low + + * Use dirname instead of basename (closes: #391909) + * Add RUNAS option to change the user that spamass-milter runs as. + * Automatically detect postfix installs, and change the PID, SOCKET, and + SOCKETMODE options accordingly (closes: #391789) Thanks to Zach + Sadecki and Marco d'Itri for testing this fix. + + -- Don Armstrong Mon, 1 Jan 2007 11:07:17 -0800 + +spamass-milter (0.3.1-2) unstable; urgency=low * Create /var/run/sendmail if it doesn't already exist to allow for /var/run on a tmpfs (closes: #373812)