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