]> git.donarmstrong.com Git - deb_pkgs/spamass-milter.git/blob - debian/changelog
Make it more clear that OPTIONS can only be set once in the
[deb_pkgs/spamass-milter.git] / debian / changelog
1 spamass-milter (0.3.2-2) unstable; urgency=low
2
3   * Make it more clear that OPTIONS can only be set once in the
4     configuration file (Thanks to Matt Jamison) (closes: #695809).
5
6  -- Don Armstrong <don@donarmstrong.com>  Wed, 12 Dec 2012 17:05:17 -0800
7
8 spamass-milter (0.3.2-1) unstable; urgency=low
9
10   * New upstream release
11   * No longer create home directory for spamass-milter; remove on purge if
12     it exists (closes: #668717)
13   * Use autotools-dev to update config.sub/config.guess (closes: #539791)
14   * Include support for ipv6 (Thanks to Wilmer van der Gaast) (closes: #569483)
15   * Add SMTP auth information to received header (Thanks to Knut Arne
16     Bjørndal) (closes: #627989)
17   
18  -- Don Armstrong <don@debian.org>  Mon, 13 Jun 2011 17:00:00 -0700
19
20 spamass-milter (0.3.1-10) unstable; urgency=low
21
22   * Fix zombies which were happening with -x. (closes: #575019)
23
24  -- Don Armstrong <don@debian.org>  Mon, 22 Mar 2010 14:39:12 -0700
25
26 spamass-milter (0.3.1-9) unstable; urgency=high
27
28   * Call restorecon on the socket and pidfile directories to make SELinux
29     happy (thanks to Russell Coker) (closes: #518552)
30   * Document how to make inet:9999@127.0.0.1 work (closes: #519245)
31   * Document that using the -x option requires being in the smmsp group
32     (closes: #515158)
33   * Deal with inet:999 sockets (closes: #514749)
34     - handle them more sanely in the init script
35     - document how to deal with them in README.Debian and
36       /etc/spamass-milter/default
37   * Use new popenenv function instead of open; fixes remote code exploit
38     as the spamass-milter user when run using -x. (closes: #573228)
39
40  -- Don Armstrong <don@debian.org>  Wed, 11 Mar 2009 03:59:39 -0700
41
42 spamass-milter (0.3.1-8) unstable; urgency=low
43
44   * Update the documentation in README.Debian to indicate that a different
45     path to the postfix socket may be required in chrooted postfix
46     installs (closes: #496003)
47   * Update milter_connect_macros_line (thanks to Marco d'Itri)
48   * Fix the code to generate a sendmail-compatible header (thanks to Marco
49     d'Itri) (closes: #510665).
50   * Put Homepage in the proper location
51   * Update standards version with only the above change
52
53  -- Don Armstrong <don@debian.org>  Fri, 23 Jan 2009 15:40:41 -0800
54
55 spamass-milter (0.3.1-7) unstable; urgency=low
56
57   * Add LSB options to init script (closes: #467145)
58   * Add status init script command support
59
60  -- Don Armstrong <don@debian.org>  Mon, 25 Feb 2008 16:00:57 -0800
61
62 spamass-milter (0.3.1-6) unstable; urgency=low
63
64   * New version to allow building against libmilter1
65
66  -- Don Armstrong <don@debian.org>  Sat, 19 May 2007 19:01:17 -0700
67
68 spamass-milter (0.3.1-5) unstable; urgency=low
69
70   * Run spamass-milter as a new user, spamassmilter instead of nobody
71     (closes: #411094)
72   * Use --oknodo in stop so we don't fail when spamassmilter is not running
73     (closes: #412524)
74
75  -- Don Armstrong <don@debian.org>  Mon, 26 Feb 2007 17:26:33 -0800
76
77 spamass-milter (0.3.1-4) unstable; urgency=low
78
79   * Flip the order of socket and piddir creation, because the default for
80     sendmail has them in the same directory. [This was breaking new
81     sendmail installs.]
82
83  -- Don Armstrong <don@debian.org>  Sun, 28 Jan 2007 17:43:53 -0800
84
85 spamass-milter (0.3.1-3) unstable; urgency=low
86
87   * Use dirname instead of basename (closes: #391909)
88   * Add RUNAS option to change the user that spamass-milter runs as.
89   * Automatically detect postfix installs, and change the PID, SOCKET, and
90     SOCKETMODE options accordingly (closes: #391789) Thanks to Zach
91     Sadecki and Marco d'Itri for testing this fix.
92
93  -- Don Armstrong <don@debian.org>  Mon,  1 Jan 2007 11:07:17 -0800
94
95 spamass-milter (0.3.1-2) unstable; urgency=low
96
97   * Create /var/run/sendmail if it doesn't already exist to allow for
98     /var/run on a tmpfs (closes: #373812)
99   * Stop depending on sendmail, and begin recommending sendmail or postfix
100     (closes: #378460)
101
102  -- Don Armstrong <don@debian.org>  Wed,  5 Apr 2006 13:21:11 -0700
103
104 spamass-milter (0.3.1-1) unstable; urgency=low
105
106   * New upstream release
107     - Adds more macros to avoid mails being tagged ALL_TRUSTED (closes: #354239)
108   
109  -- Don Armstrong <don@debian.org>  Wed,  5 Apr 2006 12:16:08 -0700
110
111 spamass-milter (0.3.0-2) unstable; urgency=low
112
113   * Add -I option to stop delaying mail from authenticated users. Thanks to
114     Paul Traina for the patch. (closes: #301755)
115   * Delete config.h, config.log, and config.status in the clean target
116   * Update standards version (no changes)
117
118  -- Don Armstrong <don@debian.org>  Fri, 23 Dec 2005 05:12:38 -0800
119
120 spamass-milter (0.3.0-1) unstable; urgency=low
121
122   * New upstream release (closes: #295586)
123   * Include sendmail.mc in the reportbug script
124   * Stop using cdbs
125   * Specify path to spamc and sendmail directly to eliminate (useless)
126     build dependencies on spamc and sendmail
127
128  -- Don Armstrong <don@debian.org>  Tue,  1 Mar 2005 18:20:21 -0800
129
130 spamass-milter (0.2.0-7) unstable; urgency=low
131
132   * Updates to deal with changes in spamassassin 3.0
133     - hits is now score in the X-Spam-Status: header (closes: #273798)
134   * Parse user+detail@foo.com addresses correctly (load preferences of the
135     user user instead of the user+detail user.)
136   * Uploaded by Stephen Gran <sgran@debian.org>
137
138  -- Don Armstrong <don@donarmstrong.com>  Thu, 30 Sep 2004 13:56:17 -0700
139
140 spamass-milter (0.2.0-6) unstable; urgency=low
141
142   * Add patch from cvs to create pidfile and use it in init script to
143     avoid start-stop-daemon needing /proc (closes: #216455)
144   * Use cdbs
145     - Add lintian override as the config.* patches aren't applied until buildtime
146   * Migrate patches to debian/patches
147   * Init scripts now send the right signal to stop spamass-milter
148   * Uploaded by Stephen Gran <sgran@debian.org>
149   
150  -- Don Armstrong <don@donarmstrong.com>  Tue, 24 Feb 2004 10:09:09 -0800
151
152 spamass-milter (0.2.0-5) unstable; urgency=low
153
154   * Changed recommends: spamd to spamassassin (closes: #204139)
155   * Fix typo in init script (oknod should be oknodo) (closes: #204301)
156   * Add debugging howto section to README.Debian
157   * Uploaded by Stephen Gran <sgran@debian.org>
158   
159  -- Don Armstrong <don@donarmstrong.com>  Fri, 29 Aug 2003 18:00:05 -0700
160
161 spamass-milter (0.2.0-4) unstable; urgency=low
162
163   * Add missing build-depends on groff
164     - Fixes FTBFS on autobuilders.
165   
166   * Update Standards Version to 3.6.0
167
168  -- Don Armstrong <don@donarmstrong.com>  Wed, 30 Jul 2003 01:32:00 -0700
169
170 spamass-milter (0.2.0-3) unstable; urgency=low
171
172   * Patch by Valentin Chopov <valentin@valcho.net> to fix segfaults on
173     empty message bodies. [The "bob" patch]
174
175  -- Don Armstrong <don@donarmstrong.com>  Mon, 21 Jul 2003 12:48:02 -0700
176
177 spamass-milter (0.2.0-2) unstable; urgency=low
178
179   * Removed bashism from /etc/init.d/spamass-milter [s/source/./] as
180     suggested and noticed by Joost van Baal <j.e.vanbaal@uvt.nl>.
181
182  -- Don Armstrong <don@donarmstrong.com>  Sun, 20 Jul 2003 01:13:18 -0700
183
184 spamass-milter (0.2.0-1) unstable; urgency=low
185
186   * New upstream release
187
188  -- Don Armstrong <don@donarmstrong.com>  Thu, 26 Jun 2003 20:38:15 -0400
189
190 spamass-milter (0.1.3a-1) unstable; urgency=low
191   
192   * Initial debian packaging
193
194  -- Don Armstrong <don@donarmstrong.com>  Thu, 30 Jan 2003 01:24:44 -0500
195