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