]> git.ipfire.org Git - people/ms/dma.git/blame - debian/changelog
release dma 0.7
[people/ms/dma.git] / debian / changelog
CommitLineData
579a9a00
SS
1dma (0.7) unstable; urgency=low
2
3 [ Simon Schubert ]
4 * add semicolon before date in Received: header
5 * parse_conf: fix bug with masqueraded domains
6 * clear up warnings found by clang static analysis
7 * mark printf-alike functions
8
9 -- Simon Schubert <2@0x2c.org> Tue, 03 Jan 2012 14:53:43 +0100
10
e19c82b5
SS
11dma (0.6) unstable; urgency=low
12
13 [ Simon Schubert ]
14 * deliver_local: quote "From " more liberally
15
16 -- Simon Schubert <2@0x2c.org> Wed, 07 Dec 2011 12:42:22 +0100
17
f041a773
SS
18dma (0.5) unstable; urgency=low
19
20 [ Simon Schubert ]
21 * implement masquerading using the MASQUERADE config option
22 * access config files at CONF_PATH, add makefile target to install conf files
23 * implement the "*" catch-all alias
24
25 -- Simon Schubert <2@0x2c.org> Wed, 16 Nov 2011 13:34:43 +0100
26
ae9ad7d8
SS
27dma (0.4) unstable; urgency=low
28
29 [ Simon Schubert ]
30 * Makefile: put libraries at the end when linking
31 * LICENSE: add
32 * Merge commit 'refs/merge-requests/3' of git://gitorious.org/dma/dma
33 * Merge commit 'refs/merge-requests/4' of git://gitorious.org/dma/dma
34 * Add symlink for sendmail which is expected by many packages
35 * Makefile: create spool directories in a separate target
36 * Makefile: add symlink for mailq
37 * README: elaborate, use markdown
38
39 [ Peter Pentchev ]
40 * Fix straight SSL/TLS delivery to remote MX's.
41 * Fix a minor memory leak discovered by cppcheck.
42
43 -- Simon Schubert <2@0x2c.org> Wed, 16 Nov 2011 00:08:28 +0100
44
e3fc8448
SS
45dma (0.3) unstable; urgency=low
46
47 [ Simon Schubert ]
48 * todo: we create mboxes properly now
49 * dma-mbox-create: group mail only needs to write to mboxes
50 * errlog: preserve errno
51 * dma-mbox-create: add error/status logging
52 * dns_get_mx_list: handle errors properly
53
54 [ Peter Pentchev ]
55 * Make add_host() really return an error code.
56
57 [ Simon Schubert ]
58 * readmail: accept mail without newline at the end
59
60 [ Peter Pentchev ]
61 * In OpenSSL 1.0, TLSv1_client_method() returns a const pointer.
62
63 [ Simon Schubert ]
64 * make dma compile again on DragonFly
65 * parse_addrs: fix parsing for multiple <addresses>
66
67 -- Simon Schubert <2@0x2c.org> Sat, 09 Jul 2011 02:38:05 +0200
68
05415fb1
SS
69dma (0.2) unstable; urgency=low
70
71 * Update to dma 0.2
72 - debian: better mark as UNRELEASED
73 - add ppa makefile recipe
74 - TODO: suggest way to run a queue flush on boot
75 - partially adopt 34-manpage-defaults.patch: AUTHPATH is not set by default
76 - Revert "debian: better mark as UNRELEASED"
77 - setlogident: openlog() wants a static variable
78 - writequeuef: create files with g+rw
79 - drop privileges when run by root
80 - implement mbox creation via setuid helper
81 - debian: build with consistent flags
82 - debian: remove unused files
83 - debian: fix lintian warnings and errors
84 - make ppa: force lower version number
85 - make ppa: proper name
86
87 -- Simon Schubert <2@0x2c.org> Sun, 31 Oct 2010 23:57:50 +0100
88
8abd1be2 89dma (0.1) unstable; urgency=low
ac21a0a7
SS
90
91 * Update dma to 0.1
92
93 -- Simon Schubert <2@0x2c.org> Fri, 29 Oct 2010 00:57:26 +0200
94
fc230da8 95dma (0.0.2010.06.17-6) unstable; urgency=low
550ccf75
PP
96
97 * Add the 37-gnu-hurd patch to really fix the FTBFS on GNU/Hurd.
196e2352 98 * Convert several shell output assignments from = to :=
591a853b 99 * Switch to bzip2 compression for the Debian tarball.
550ccf75 100
fc230da8 101 -- Peter Pentchev <roam@ringlet.net> Sun, 17 Oct 2010 00:08:33 +0300
550ccf75 102
d44ba285 103dma (0.0.2010.06.17-5) unstable; urgency=low
1cf02399
PP
104
105 * Only use SA_NOCLDWAIT if available to fix the Hurd FTBFS.
106
d44ba285 107 -- Peter Pentchev <roam@ringlet.net> Thu, 07 Oct 2010 11:42:23 +0300
1cf02399 108
004dcee0 109dma (0.0.2010.06.17-4) unstable; urgency=low
259a787c
PP
110
111 * Fix an infinite loop in dma-migrate if char is unsigned.
112 Closes: #599172
54b89ef0 113 * Switch to Git and point the Vcs-* fields to Gitorious.
259a787c 114
004dcee0 115 -- Peter Pentchev <roam@ringlet.net> Wed, 06 Oct 2010 17:30:29 +0300
259a787c 116
c2b175de 117dma (0.0.2010.06.17-3) unstable; urgency=low
d9c9c7b9
PP
118
119 * Update the debconf translations:
120 - French by Steve Petruzzello; Closes: #587883
99923f68 121 * Bump Standards-Version to 3.9.1 with no changes.
5cf5230f
PP
122 * Disable deferred delivery by default, as in the upstream version:
123 - in the 03-debian-locations patch, comment the DEFER keyword in dma.conf,
124 as it is upstream
125 - refresh the 11-double-bounce.patch
126 - reword the README.Debian section on deferred delivery a bit
127 - add a news blurb
d9c9c7b9 128
c2b175de 129 -- Peter Pentchev <roam@ringlet.net> Tue, 27 Jul 2010 13:34:27 +0300
d9c9c7b9 130
c70a2a96 131dma (0.0.2010.06.17-2) unstable; urgency=low
af238447 132
c70a2a96
PP
133 * Quick on the heels of -1 to fix a momentary lapse of reason on my part:
134 in the 03-debian-locations patch, revert part of the 0.0.2010.06.17-1
4d3de54c
PP
135 change: do not set a un-overrideable default for the deferred delivery!
136 Closes: #587593
c70a2a96
PP
137 * Update the debconf translations:
138 - Japanese by Hideki Yamane; Closes: #587543
af238447 139
c70a2a96 140 -- Peter Pentchev <roam@ringlet.net> Wed, 30 Jun 2010 11:59:46 +0300
af238447 141
6d04581a 142dma (0.0.2010.06.17-1) unstable; urgency=low
a65fd8d3 143
272191cb 144 * New upstream version:
8bcf8fd4 145 - no longer reports the remote port number; Closes: #544820
7cf6d52a 146 - fixes some queue locking problems; Closes: #582593
d2c54242 147 - adapt the rules file to use the GNU Makefile instead of the BSD one
7d79f53a 148 - drop pmake from Build-Depends
ae1545f7 149 - remove the 01-debian-build patch, overtaken by upstream changes
6088ea6a
PP
150 - in the 03-debian-locations patch, make the Debian defaults actual
151 defaults for the dma binary, not just in the dma.conf file
883c7982 152 - adapt the 04-debian-setgid patch for the GNU Makefile
383be5f5 153 - in the 10-liblockfile patch, change the GNU Makefile, too
6088ea6a
PP
154 - enhance the 11-double-bounce patch a bit:
155 - use dma's own delqueue() function instead of a naive unlink() so
156 all the queue files are cleaned up
157 - document the Debian default for DBOUNCEPROG in the manual page
158 - resurrect the 13-hardening patch, correcting a couple of
159 unchecked asprintf(3) and vasprintf(3) invocations
4dbdbb98
PP
160 - the functionality of the 20-parse-recipient patch was implemented
161 upstream in a different way, so replace it with a small bugfix
f2a3aba9 162 - remove the 22-openfiles patch, overtaken by upstream changes
383be5f5 163 - in the 24-random-message-id patch, change the GNU Makefile, too
272191cb 164 - add the 27-int-size patch to cast a variable to the correct type
f777b646
PP
165 - add the 28-valid-recipient patch to fix parsing recipients out of
166 the message body
c4a5437d 167 - add the 29-double-free patch to fix a double-free error
d077f9f7 168 - add the 30-ldflags patch to honor LDFLAGS if specified
6088ea6a
PP
169 - refresh the 09-typos, 17-mailname, 23-dirent-d_type, and
170 25-unsupported-starttls patches
8fc96c1b
PP
171 - teach the dbounce-simple-safecat handler about the M*/Q* spool
172 files scheme
e61c56ce 173 * Bump Standards-Version to 3.9.0 with no changes.
d18730b9
PP
174 * Update the copyright file:
175 - bring it up to the latest revision of the DEP 5
176 - update the upstream copyright notices
177 - bump the year on my copyright notice
6a56fb4f
PP
178 * Remove the diffsrc rules target which was intended for my own
179 internal use, but has outlived its time.
ed951b75
PP
180 * Use dpkg-buildflags from dpkg-dev >= 1.15.7~ to get the default
181 values for CFLAGS, CPPFLAGS, and LDFLAGS; no longer rely on
182 dpkg-buildpackage to set them by default.
05034932
PP
183 * Add the dma-migrate utility (in a separate binary package) to convert
184 spool files to the new queue format (M* and Q* files for each message)
e2a15252 185 * Add a dma-migrate invocation to dma.cron.d
7aed0b2e 186 * Shorten the Vcs-Browser URL.
f8213f45 187 * Add the 31-sigalrm-backoff patch to force a delivery attempt on SIGALRM.
4848a05f
PP
188 * Properly substitute the debconf-supplied values for DBOUNCEPROG and
189 SMARTHOST into dma.conf even if they are empty without generating
190 an invalid dma.conf file.
191 * Remove the smarthost default; dma does MX lookups now, so it doesn't
192 really *need* one anymore.
3cb2fd69
PP
193 * Reword the debconf relayhost question - dma does not really need
194 a smarthost anymore.
e05a316b
PP
195 * Update the debconf translations:
196 - Bulgarian
6a254e22
PP
197 - Portuguese by Américo Monteiro
198 - German by Helge Kreutzmann; Closes: #586531
50bc3e7f 199 - Russian by Yuri Kozlov; Closes: #586579
01e8638d
PP
200 - Czech by Michal Simunek; Closes: #586791
201 - Swedish by Martin Bagge; Closes: #586825
af173d0d 202 - Spanish by Francisco Javier Cuadrado; Closes: #587088
fd2815af 203 * Update the smarthost configuration information in README.Debian.
acba6143 204 * Add the 32-comment-uncomment patch to correct the manual page wording.
d82631b0
PP
205 * Add the 33-opportunistic-tls patch to allow remote connections to proceed
206 even if the STARTTLS negotiation fails.
207 * Fix the 25-unsupported-starttls patch to actually error out if the SSL
208 negotiation fails.
66ab518c 209 * Forward all the non-Debian-specific patches upstream to Simon Schubert.
8b10af50
PP
210 * Add the 34-manpage-defaults patch to properly document what dma will use
211 as default values if not specified in the config file instead of what
212 the default config file specifies. Closes: #544748
5e8aebea
PP
213 * Add the 35-delivery-retry patch to try local deliveries a bit more often
214 and to randomize the delivery timeout to avoid locking issues.
a65fd8d3 215
03998fa2 216 -- Peter Pentchev <roam@ringlet.net> Mon, 28 Jun 2010 23:26:36 +0300
a65fd8d3 217
22cd1cd7
PP
218dma (0.0.2009.07.17-3) unstable; urgency=low
219
03483467
PP
220 * Really install the files in /etc/dma/ as root/mail/640 and
221 change the ownership of the existing files in the postinst script
222 when upgrading from older versions. Closes: #544664
80f155f4
PP
223 * Install the /usr/bin/mailq and /usr/bin/newaliases symlinks.
224 Closes: #558421
c02e3a2f 225 * Switch to the 3.0 (quilt) source format.
78bb1203
PP
226 * Update the debconf translations:
227 - add German. Closes: #552754
228 - add Japanese. Closes: #554515
aa0c66f6 229 - remove a double space and unfuzzy the translations. Closes: #552586
d8e6ef16
PP
230 * Fix a crash when the SMTP server does not support STARTTLS.
231 Closes: #547594
ae8d91d5
PP
232 * Always use the user-supplied value from the debconf query for
233 the smarthost and the double-bounce program. This may result in
234 debconf overriding a manually-edited config file, so add a note to
235 dma.conf stating that these values are handled via debconf.
236 Closes: #544663
9224aaf9
PP
237 * Fix a misspelling of dma/dbounceprog as dma/defer in the debconf
238 configuration script. Oops.
22cd1cd7 239
fe5c910e 240 -- Peter Pentchev <roam@ringlet.net> Sat, 19 Dec 2009 14:35:10 +0200
22cd1cd7 241
bf082467
PP
242dma (0.0.2009.07.17-2) unstable; urgency=low
243
244 * Allow the spool directory to live on a filesystem that does not
245 set the d_type member of the dirent structure, like XFS.
246 Closes: #544357
46f7b536 247 * Randomize the Message-Id a bit more. Closes: #544475
8930dafb 248 * Bump Standards-Version to 3.8.3 with no changes.
4054aa20
PP
249 * Only enable the build hardening wrapper if the "hardening" build
250 option is specified.
1c81a63d 251 * Switch the copyright file header from the Wiki to DEP 5.
58ab5411 252 * Remove the manual page ".Dx" patch - the groff version in Squeeze
2f48dc70
PP
253 knows about the .Dx mdoc macro. Add a lintian override for
254 the "Unknown DragonFly version" error.
064dc875 255 * Convert the patch file headers to the DEP 3 format.
bf082467 256
d38708fa 257 -- Peter Pentchev <roam@ringlet.net> Tue, 01 Sep 2009 13:36:33 +0300
bf082467 258
0e8129da 259dma (0.0.2009.07.17-1) unstable; urgency=low
fa8d8158 260
48df0bd8
PP
261 * Initial release
262 (Closes: #511410, #533458, #533614, #533890, #534101, #534860)
fa8d8158 263
76f4edae 264 -- Peter Pentchev <roam@ringlet.net> Tue, 11 Aug 2009 16:08:41 +0300