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