]> git.ipfire.org Git - people/ms/dma.git/blame - changelog
Blah, reorder some stuff.
[people/ms/dma.git] / changelog
CommitLineData
272191cb 1dma (0.0.2009.08.29-1) UNRELEASED; urgency=low
a65fd8d3 2
d7cb66cc 3 TODO: make sure the double-bounce program works with the new queue format
272191cb
PP
4
5 * New upstream version:
6 - remove the 20-parse-recipient patch, implemented upstream in
7 a different way
f2a3aba9 8 - remove the 22-openfiles patch, overtaken by upstream changes
eb0ff02c
PP
9 - resurrect the 13-hardening patch, correcting a couple of
10 unchecked asprintf(3) and vasprintf(3) invocations
272191cb
PP
11 - add the 26-getprogname patch to use program_invocation_short_name()
12 instead of getprogname() on GNU systems
13 - add the 27-int-size patch to cast a variable to the correct type
f777b646
PP
14 - add the 28-valid-recipient patch to fix parsing recipients out of
15 the message body
c4a5437d 16 - add the 29-double-free patch to fix a double-free error
b09b314c
PP
17 - add the 30-empty-sender patch to allow an empty Sender field in
18 the Q* spool file
3abf93fe
PP
19 - in the 11-double-bounce patch, use dma's own delqueue() function
20 instead of a naive unlink() so all the queue files are cleaned up
272191cb
PP
21 - refresh 01-debian-build, 03-debian-locations, 04-debian-setgid,
22 09-typos, 10-liblockfile, 11-double-bounce, 17-mailname,
23 23-dirent-d_type, 24-random-message-id, and 25-unsupported-starttls
a65fd8d3 24 * Bump Standards-Version to 3.8.4 with no changes.
15a3e959
PP
25 * Bring the copyright file up to the latest revision of the DEP 5
26 proposed format and bump the year on my copyright notice.
6a56fb4f
PP
27 * Remove the diffsrc rules target which was intended for my own
28 internal use, but has outlived its time.
ed951b75
PP
29 * Use dpkg-buildflags from dpkg-dev >= 1.15.7~ to get the default
30 values for CFLAGS, CPPFLAGS, and LDFLAGS; no longer rely on
31 dpkg-buildpackage to set them by default.
05034932
PP
32 * Add the dma-migrate utility (in a separate binary package) to convert
33 spool files to the new queue format (M* and Q* files for each message)
e2a15252 34 * Add a dma-migrate invocation to dma.cron.d
a65fd8d3
PP
35
36 -- Peter Pentchev <roam@ringlet.net> Wed, 02 Jun 2010 14:10:05 +0300
37
22cd1cd7
PP
38dma (0.0.2009.07.17-3) unstable; urgency=low
39
03483467
PP
40 * Really install the files in /etc/dma/ as root/mail/640 and
41 change the ownership of the existing files in the postinst script
42 when upgrading from older versions. Closes: #544664
80f155f4
PP
43 * Install the /usr/bin/mailq and /usr/bin/newaliases symlinks.
44 Closes: #558421
c02e3a2f 45 * Switch to the 3.0 (quilt) source format.
78bb1203
PP
46 * Update the debconf translations:
47 - add German. Closes: #552754
48 - add Japanese. Closes: #554515
aa0c66f6 49 - remove a double space and unfuzzy the translations. Closes: #552586
d8e6ef16
PP
50 * Fix a crash when the SMTP server does not support STARTTLS.
51 Closes: #547594
ae8d91d5
PP
52 * Always use the user-supplied value from the debconf query for
53 the smarthost and the double-bounce program. This may result in
54 debconf overriding a manually-edited config file, so add a note to
55 dma.conf stating that these values are handled via debconf.
56 Closes: #544663
9224aaf9
PP
57 * Fix a misspelling of dma/dbounceprog as dma/defer in the debconf
58 configuration script. Oops.
22cd1cd7 59
fe5c910e 60 -- Peter Pentchev <roam@ringlet.net> Sat, 19 Dec 2009 14:35:10 +0200
22cd1cd7 61
bf082467
PP
62dma (0.0.2009.07.17-2) unstable; urgency=low
63
64 * Allow the spool directory to live on a filesystem that does not
65 set the d_type member of the dirent structure, like XFS.
66 Closes: #544357
46f7b536 67 * Randomize the Message-Id a bit more. Closes: #544475
8930dafb 68 * Bump Standards-Version to 3.8.3 with no changes.
4054aa20
PP
69 * Only enable the build hardening wrapper if the "hardening" build
70 option is specified.
1c81a63d 71 * Switch the copyright file header from the Wiki to DEP 5.
58ab5411 72 * Remove the manual page ".Dx" patch - the groff version in Squeeze
2f48dc70
PP
73 knows about the .Dx mdoc macro. Add a lintian override for
74 the "Unknown DragonFly version" error.
064dc875 75 * Convert the patch file headers to the DEP 3 format.
bf082467 76
d38708fa 77 -- Peter Pentchev <roam@ringlet.net> Tue, 01 Sep 2009 13:36:33 +0300
bf082467 78
0e8129da 79dma (0.0.2009.07.17-1) unstable; urgency=low
fa8d8158 80
48df0bd8
PP
81 * Initial release
82 (Closes: #511410, #533458, #533614, #533890, #534101, #534860)
fa8d8158 83
76f4edae 84 -- Peter Pentchev <roam@ringlet.net> Tue, 11 Aug 2009 16:08:41 +0300