]> git.ipfire.org Git - people/ms/dma.git/blame - changelog
Keep this unreleased even though the translations wait has ended.
[people/ms/dma.git] / changelog
CommitLineData
29b2fef0 1dma (0.0.2010.06.17-1) UNRELEASED; urgency=low
a65fd8d3 2
272191cb 3 * New upstream version:
8bcf8fd4 4 - no longer reports the remote port number; Closes: #544820
7cf6d52a 5 - fixes some queue locking problems; Closes: #582593
d2c54242 6 - adapt the rules file to use the GNU Makefile instead of the BSD one
7d79f53a 7 - drop pmake from Build-Depends
ae1545f7 8 - remove the 01-debian-build patch, overtaken by upstream changes
6088ea6a
PP
9 - in the 03-debian-locations patch, make the Debian defaults actual
10 defaults for the dma binary, not just in the dma.conf file
883c7982 11 - adapt the 04-debian-setgid patch for the GNU Makefile
383be5f5 12 - in the 10-liblockfile patch, change the GNU Makefile, too
6088ea6a
PP
13 - enhance the 11-double-bounce patch a bit:
14 - use dma's own delqueue() function instead of a naive unlink() so
15 all the queue files are cleaned up
16 - document the Debian default for DBOUNCEPROG in the manual page
17 - resurrect the 13-hardening patch, correcting a couple of
18 unchecked asprintf(3) and vasprintf(3) invocations
272191cb
PP
19 - remove the 20-parse-recipient patch, implemented upstream in
20 a different way
f2a3aba9 21 - remove the 22-openfiles patch, overtaken by upstream changes
383be5f5 22 - in the 24-random-message-id patch, change the GNU Makefile, too
272191cb 23 - add the 27-int-size patch to cast a variable to the correct type
f777b646
PP
24 - add the 28-valid-recipient patch to fix parsing recipients out of
25 the message body
c4a5437d 26 - add the 29-double-free patch to fix a double-free error
d077f9f7 27 - add the 30-ldflags patch to honor LDFLAGS if specified
6088ea6a
PP
28 - refresh the 09-typos, 17-mailname, 23-dirent-d_type, and
29 25-unsupported-starttls patches
8fc96c1b
PP
30 - teach the dbounce-simple-safecat handler about the M*/Q* spool
31 files scheme
e61c56ce 32 * Bump Standards-Version to 3.9.0 with no changes.
d18730b9
PP
33 * Update the copyright file:
34 - bring it up to the latest revision of the DEP 5
35 - update the upstream copyright notices
36 - bump the year on my copyright notice
6a56fb4f
PP
37 * Remove the diffsrc rules target which was intended for my own
38 internal use, but has outlived its time.
ed951b75
PP
39 * Use dpkg-buildflags from dpkg-dev >= 1.15.7~ to get the default
40 values for CFLAGS, CPPFLAGS, and LDFLAGS; no longer rely on
41 dpkg-buildpackage to set them by default.
05034932
PP
42 * Add the dma-migrate utility (in a separate binary package) to convert
43 spool files to the new queue format (M* and Q* files for each message)
e2a15252 44 * Add a dma-migrate invocation to dma.cron.d
7aed0b2e 45 * Shorten the Vcs-Browser URL.
f8213f45 46 * Add the 31-sigalrm-backoff patch to force a delivery attempt on SIGALRM.
4848a05f
PP
47 * Properly substitute the debconf-supplied values for DBOUNCEPROG and
48 SMARTHOST into dma.conf even if they are empty without generating
49 an invalid dma.conf file.
50 * Remove the smarthost default; dma does MX lookups now, so it doesn't
51 really *need* one anymore.
3cb2fd69
PP
52 * Reword the debconf relayhost question - dma does not really need
53 a smarthost anymore.
e05a316b
PP
54 * Update the debconf translations:
55 - Bulgarian
6a254e22
PP
56 - Portuguese by Américo Monteiro
57 - German by Helge Kreutzmann; Closes: #586531
50bc3e7f 58 - Russian by Yuri Kozlov; Closes: #586579
01e8638d
PP
59 - Czech by Michal Simunek; Closes: #586791
60 - Swedish by Martin Bagge; Closes: #586825
af173d0d 61 - Spanish by Francisco Javier Cuadrado; Closes: #587088
fd2815af 62 * Update the smarthost configuration information in README.Debian.
acba6143 63 * Add the 32-comment-uncomment patch to correct the manual page wording.
d82631b0
PP
64 * Add the 33-opportunistic-tls patch to allow remote connections to proceed
65 even if the STARTTLS negotiation fails.
66 * Fix the 25-unsupported-starttls patch to actually error out if the SSL
67 negotiation fails.
66ab518c 68 * Forward all the non-Debian-specific patches upstream to Simon Schubert.
8b10af50
PP
69 * Add the 34-manpage-defaults patch to properly document what dma will use
70 as default values if not specified in the config file instead of what
71 the default config file specifies. Closes: #544748
a65fd8d3 72
af173d0d 73 -- Peter Pentchev <roam@ringlet.net> Fri, 25 Jun 2010 12:02:22 +0300
a65fd8d3 74
22cd1cd7
PP
75dma (0.0.2009.07.17-3) unstable; urgency=low
76
03483467
PP
77 * Really install the files in /etc/dma/ as root/mail/640 and
78 change the ownership of the existing files in the postinst script
79 when upgrading from older versions. Closes: #544664
80f155f4
PP
80 * Install the /usr/bin/mailq and /usr/bin/newaliases symlinks.
81 Closes: #558421
c02e3a2f 82 * Switch to the 3.0 (quilt) source format.
78bb1203
PP
83 * Update the debconf translations:
84 - add German. Closes: #552754
85 - add Japanese. Closes: #554515
aa0c66f6 86 - remove a double space and unfuzzy the translations. Closes: #552586
d8e6ef16
PP
87 * Fix a crash when the SMTP server does not support STARTTLS.
88 Closes: #547594
ae8d91d5
PP
89 * Always use the user-supplied value from the debconf query for
90 the smarthost and the double-bounce program. This may result in
91 debconf overriding a manually-edited config file, so add a note to
92 dma.conf stating that these values are handled via debconf.
93 Closes: #544663
9224aaf9
PP
94 * Fix a misspelling of dma/dbounceprog as dma/defer in the debconf
95 configuration script. Oops.
22cd1cd7 96
fe5c910e 97 -- Peter Pentchev <roam@ringlet.net> Sat, 19 Dec 2009 14:35:10 +0200
22cd1cd7 98
bf082467
PP
99dma (0.0.2009.07.17-2) unstable; urgency=low
100
101 * Allow the spool directory to live on a filesystem that does not
102 set the d_type member of the dirent structure, like XFS.
103 Closes: #544357
46f7b536 104 * Randomize the Message-Id a bit more. Closes: #544475
8930dafb 105 * Bump Standards-Version to 3.8.3 with no changes.
4054aa20
PP
106 * Only enable the build hardening wrapper if the "hardening" build
107 option is specified.
1c81a63d 108 * Switch the copyright file header from the Wiki to DEP 5.
58ab5411 109 * Remove the manual page ".Dx" patch - the groff version in Squeeze
2f48dc70
PP
110 knows about the .Dx mdoc macro. Add a lintian override for
111 the "Unknown DragonFly version" error.
064dc875 112 * Convert the patch file headers to the DEP 3 format.
bf082467 113
d38708fa 114 -- Peter Pentchev <roam@ringlet.net> Tue, 01 Sep 2009 13:36:33 +0300
bf082467 115
0e8129da 116dma (0.0.2009.07.17-1) unstable; urgency=low
fa8d8158 117
48df0bd8
PP
118 * Initial release
119 (Closes: #511410, #533458, #533614, #533890, #534101, #534860)
fa8d8158 120
76f4edae 121 -- Peter Pentchev <roam@ringlet.net> Tue, 11 Aug 2009 16:08:41 +0300