]> git.ipfire.org Git - people/ms/dma.git/blob - changelog
Update the Russian debconf translation.
[people/ms/dma.git] / changelog
1 dma (0.0.2010.06.17-1) unstable; urgency=low
2
3 TODO: wait for debconf translations; DO NOT UPLOAD YET :)
4
5 * New upstream version:
6 - adapt the rules file to use the GNU Makefile instead of the BSD one
7 - drop pmake from Build-Depends
8 - update the 01-debian-build patch:
9 - no longer patch the BSD Makefile, we use the GNU one now
10 - remove the compatibility shims implemented upstream in a different way
11 - in the 03-debian-locations patch, make the Debian defaults actual
12 defaults for the dma binary, not just in the dma.conf file
13 - adapt the 04-debian-setgid patch for the GNU Makefile
14 - in the 10-liblockfile patch, change the GNU Makefile, not the BSD one
15 - enhance the 11-double-bounce patch a bit:
16 - use dma's own delqueue() function instead of a naive unlink() so
17 all the queue files are cleaned up
18 - document the Debian default for DBOUNCEPROG in the manual page
19 - resurrect the 13-hardening patch, correcting a couple of
20 unchecked asprintf(3) and vasprintf(3) invocations
21 - remove the 20-parse-recipient patch, implemented upstream in
22 a different way
23 - remove the 22-openfiles patch, overtaken by upstream changes
24 - in the 24-random-message-id patch, change the GNU Makefile,
25 not the BSD one
26 - add the 27-int-size patch to cast a variable to the correct type
27 - add the 28-valid-recipient patch to fix parsing recipients out of
28 the message body
29 - add the 29-double-free patch to fix a double-free error
30 - add the 30-ldflags patch to honor LDFLAGS if specified
31 - refresh the 09-typos, 17-mailname, 23-dirent-d_type, and
32 25-unsupported-starttls patches
33 - teach the dbounce-simple-safecat handler about the M*/Q* spool
34 files scheme
35 * Bump Standards-Version to 3.8.4 with no changes.
36 * Update the copyright file:
37 - bring it up to the latest revision of the DEP 5
38 - update the upstream copyright notices
39 - bump the year on my copyright notice
40 * Remove the diffsrc rules target which was intended for my own
41 internal use, but has outlived its time.
42 * Use dpkg-buildflags from dpkg-dev >= 1.15.7~ to get the default
43 values for CFLAGS, CPPFLAGS, and LDFLAGS; no longer rely on
44 dpkg-buildpackage to set them by default.
45 * Add the dma-migrate utility (in a separate binary package) to convert
46 spool files to the new queue format (M* and Q* files for each message)
47 * Add a dma-migrate invocation to dma.cron.d
48 * Shorten the Vcs-Browser URL.
49 * Add the 31-sigalrm-backoff patch to force a delivery attempt on SIGALRM.
50 * Properly substitute the debconf-supplied values for DBOUNCEPROG and
51 SMARTHOST into dma.conf even if they are empty without generating
52 an invalid dma.conf file.
53 * Remove the smarthost default; dma does MX lookups now, so it doesn't
54 really *need* one anymore.
55 * Reword the debconf relayhost question - dma does not really need
56 a smarthost anymore.
57 * Update the debconf translations:
58 - Bulgarian
59 - Portuguese by Américo Monteiro
60 - German by Helge Kreutzmann; Closes: #586531
61 - Russian by Yuri Kozlov; Closes: #586579
62
63 -- Peter Pentchev <roam@ringlet.net> Sat, 19 Jun 2010 16:19:25 +0300
64
65 dma (0.0.2009.07.17-3) unstable; urgency=low
66
67 * Really install the files in /etc/dma/ as root/mail/640 and
68 change the ownership of the existing files in the postinst script
69 when upgrading from older versions. Closes: #544664
70 * Install the /usr/bin/mailq and /usr/bin/newaliases symlinks.
71 Closes: #558421
72 * Switch to the 3.0 (quilt) source format.
73 * Update the debconf translations:
74 - add German. Closes: #552754
75 - add Japanese. Closes: #554515
76 - remove a double space and unfuzzy the translations. Closes: #552586
77 * Fix a crash when the SMTP server does not support STARTTLS.
78 Closes: #547594
79 * Always use the user-supplied value from the debconf query for
80 the smarthost and the double-bounce program. This may result in
81 debconf overriding a manually-edited config file, so add a note to
82 dma.conf stating that these values are handled via debconf.
83 Closes: #544663
84 * Fix a misspelling of dma/dbounceprog as dma/defer in the debconf
85 configuration script. Oops.
86
87 -- Peter Pentchev <roam@ringlet.net> Sat, 19 Dec 2009 14:35:10 +0200
88
89 dma (0.0.2009.07.17-2) unstable; urgency=low
90
91 * Allow the spool directory to live on a filesystem that does not
92 set the d_type member of the dirent structure, like XFS.
93 Closes: #544357
94 * Randomize the Message-Id a bit more. Closes: #544475
95 * Bump Standards-Version to 3.8.3 with no changes.
96 * Only enable the build hardening wrapper if the "hardening" build
97 option is specified.
98 * Switch the copyright file header from the Wiki to DEP 5.
99 * Remove the manual page ".Dx" patch - the groff version in Squeeze
100 knows about the .Dx mdoc macro. Add a lintian override for
101 the "Unknown DragonFly version" error.
102 * Convert the patch file headers to the DEP 3 format.
103
104 -- Peter Pentchev <roam@ringlet.net> Tue, 01 Sep 2009 13:36:33 +0300
105
106 dma (0.0.2009.07.17-1) unstable; urgency=low
107
108 * Initial release
109 (Closes: #511410, #533458, #533614, #533890, #534101, #534860)
110
111 -- Peter Pentchev <roam@ringlet.net> Tue, 11 Aug 2009 16:08:41 +0300