X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fchangelog;h=e54a5de9efcaf4fffe0f3241f5dc7a3f1bed09aa;hb=ab5c4477a5ea3c6c835ad9d65c7bae190319650f;hp=88ce355ca50753f2408f83d18e06d1616e22945a;hpb=abdaa04bc6eaf29fc7941b02e95795796392cfc0;p=deb_pkgs%2Fspamass-milter.git diff --git a/debian/changelog b/debian/changelog index 88ce355..e54a5de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,37 @@ +spamass-milter (0.3.1-5) unstable; urgency=low + + * Run spamass-milter as a new user, spamassmilter instead of nobody + (closes: #411094) + + -- Don Armstrong Fri, 16 Feb 2007 20:49:24 -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) + * Stop depending on sendmail, and begin recommending sendmail or postfix + (closes: #378460) + + -- Don Armstrong Wed, 5 Apr 2006 13:21:11 -0700 + spamass-milter (0.3.1-1) unstable; urgency=low * New upstream release