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