]> git.ipfire.org Git - people/ms/dma.git/blob - changelog
Mark the SA_NOCLDWAIT patch as forwarded upstream.
[people/ms/dma.git] / changelog
1 dma (0.0.2010.06.17-5) UNRELEASED; urgency=low
2
3 * Only use SA_NOCLDWAIT if available to fix the Hurd FTBFS.
4
5 -- Peter Pentchev <roam@ringlet.net> Thu, 07 Oct 2010 11:27:01 +0300
6
7 dma (0.0.2010.06.17-4) unstable; urgency=low
8
9 * Fix an infinite loop in dma-migrate if char is unsigned.
10 Closes: #599172
11 * Switch to Git and point the Vcs-* fields to Gitorious.
12
13 -- Peter Pentchev <roam@ringlet.net> Wed, 06 Oct 2010 17:30:29 +0300
14
15 dma (0.0.2010.06.17-3) unstable; urgency=low
16
17 * Update the debconf translations:
18 - French by Steve Petruzzello; Closes: #587883
19 * Bump Standards-Version to 3.9.1 with no changes.
20 * Disable deferred delivery by default, as in the upstream version:
21 - in the 03-debian-locations patch, comment the DEFER keyword in dma.conf,
22 as it is upstream
23 - refresh the 11-double-bounce.patch
24 - reword the README.Debian section on deferred delivery a bit
25 - add a news blurb
26
27 -- Peter Pentchev <roam@ringlet.net> Tue, 27 Jul 2010 13:34:27 +0300
28
29 dma (0.0.2010.06.17-2) unstable; urgency=low
30
31 * Quick on the heels of -1 to fix a momentary lapse of reason on my part:
32 in the 03-debian-locations patch, revert part of the 0.0.2010.06.17-1
33 change: do not set a un-overrideable default for the deferred delivery!
34 Closes: #587593
35 * Update the debconf translations:
36 - Japanese by Hideki Yamane; Closes: #587543
37
38 -- Peter Pentchev <roam@ringlet.net> Wed, 30 Jun 2010 11:59:46 +0300
39
40 dma (0.0.2010.06.17-1) unstable; urgency=low
41
42 * New upstream version:
43 - no longer reports the remote port number; Closes: #544820
44 - fixes some queue locking problems; Closes: #582593
45 - adapt the rules file to use the GNU Makefile instead of the BSD one
46 - drop pmake from Build-Depends
47 - remove the 01-debian-build patch, overtaken by upstream changes
48 - in the 03-debian-locations patch, make the Debian defaults actual
49 defaults for the dma binary, not just in the dma.conf file
50 - adapt the 04-debian-setgid patch for the GNU Makefile
51 - in the 10-liblockfile patch, change the GNU Makefile, too
52 - enhance the 11-double-bounce patch a bit:
53 - use dma's own delqueue() function instead of a naive unlink() so
54 all the queue files are cleaned up
55 - document the Debian default for DBOUNCEPROG in the manual page
56 - resurrect the 13-hardening patch, correcting a couple of
57 unchecked asprintf(3) and vasprintf(3) invocations
58 - the functionality of the 20-parse-recipient patch was implemented
59 upstream in a different way, so replace it with a small bugfix
60 - remove the 22-openfiles patch, overtaken by upstream changes
61 - in the 24-random-message-id patch, change the GNU Makefile, too
62 - add the 27-int-size patch to cast a variable to the correct type
63 - add the 28-valid-recipient patch to fix parsing recipients out of
64 the message body
65 - add the 29-double-free patch to fix a double-free error
66 - add the 30-ldflags patch to honor LDFLAGS if specified
67 - refresh the 09-typos, 17-mailname, 23-dirent-d_type, and
68 25-unsupported-starttls patches
69 - teach the dbounce-simple-safecat handler about the M*/Q* spool
70 files scheme
71 * Bump Standards-Version to 3.9.0 with no changes.
72 * Update the copyright file:
73 - bring it up to the latest revision of the DEP 5
74 - update the upstream copyright notices
75 - bump the year on my copyright notice
76 * Remove the diffsrc rules target which was intended for my own
77 internal use, but has outlived its time.
78 * Use dpkg-buildflags from dpkg-dev >= 1.15.7~ to get the default
79 values for CFLAGS, CPPFLAGS, and LDFLAGS; no longer rely on
80 dpkg-buildpackage to set them by default.
81 * Add the dma-migrate utility (in a separate binary package) to convert
82 spool files to the new queue format (M* and Q* files for each message)
83 * Add a dma-migrate invocation to dma.cron.d
84 * Shorten the Vcs-Browser URL.
85 * Add the 31-sigalrm-backoff patch to force a delivery attempt on SIGALRM.
86 * Properly substitute the debconf-supplied values for DBOUNCEPROG and
87 SMARTHOST into dma.conf even if they are empty without generating
88 an invalid dma.conf file.
89 * Remove the smarthost default; dma does MX lookups now, so it doesn't
90 really *need* one anymore.
91 * Reword the debconf relayhost question - dma does not really need
92 a smarthost anymore.
93 * Update the debconf translations:
94 - Bulgarian
95 - Portuguese by Américo Monteiro
96 - German by Helge Kreutzmann; Closes: #586531
97 - Russian by Yuri Kozlov; Closes: #586579
98 - Czech by Michal Simunek; Closes: #586791
99 - Swedish by Martin Bagge; Closes: #586825
100 - Spanish by Francisco Javier Cuadrado; Closes: #587088
101 * Update the smarthost configuration information in README.Debian.
102 * Add the 32-comment-uncomment patch to correct the manual page wording.
103 * Add the 33-opportunistic-tls patch to allow remote connections to proceed
104 even if the STARTTLS negotiation fails.
105 * Fix the 25-unsupported-starttls patch to actually error out if the SSL
106 negotiation fails.
107 * Forward all the non-Debian-specific patches upstream to Simon Schubert.
108 * Add the 34-manpage-defaults patch to properly document what dma will use
109 as default values if not specified in the config file instead of what
110 the default config file specifies. Closes: #544748
111 * Add the 35-delivery-retry patch to try local deliveries a bit more often
112 and to randomize the delivery timeout to avoid locking issues.
113
114 -- Peter Pentchev <roam@ringlet.net> Mon, 28 Jun 2010 23:26:36 +0300
115
116 dma (0.0.2009.07.17-3) unstable; urgency=low
117
118 * Really install the files in /etc/dma/ as root/mail/640 and
119 change the ownership of the existing files in the postinst script
120 when upgrading from older versions. Closes: #544664
121 * Install the /usr/bin/mailq and /usr/bin/newaliases symlinks.
122 Closes: #558421
123 * Switch to the 3.0 (quilt) source format.
124 * Update the debconf translations:
125 - add German. Closes: #552754
126 - add Japanese. Closes: #554515
127 - remove a double space and unfuzzy the translations. Closes: #552586
128 * Fix a crash when the SMTP server does not support STARTTLS.
129 Closes: #547594
130 * Always use the user-supplied value from the debconf query for
131 the smarthost and the double-bounce program. This may result in
132 debconf overriding a manually-edited config file, so add a note to
133 dma.conf stating that these values are handled via debconf.
134 Closes: #544663
135 * Fix a misspelling of dma/dbounceprog as dma/defer in the debconf
136 configuration script. Oops.
137
138 -- Peter Pentchev <roam@ringlet.net> Sat, 19 Dec 2009 14:35:10 +0200
139
140 dma (0.0.2009.07.17-2) unstable; urgency=low
141
142 * Allow the spool directory to live on a filesystem that does not
143 set the d_type member of the dirent structure, like XFS.
144 Closes: #544357
145 * Randomize the Message-Id a bit more. Closes: #544475
146 * Bump Standards-Version to 3.8.3 with no changes.
147 * Only enable the build hardening wrapper if the "hardening" build
148 option is specified.
149 * Switch the copyright file header from the Wiki to DEP 5.
150 * Remove the manual page ".Dx" patch - the groff version in Squeeze
151 knows about the .Dx mdoc macro. Add a lintian override for
152 the "Unknown DragonFly version" error.
153 * Convert the patch file headers to the DEP 3 format.
154
155 -- Peter Pentchev <roam@ringlet.net> Tue, 01 Sep 2009 13:36:33 +0300
156
157 dma (0.0.2009.07.17-1) unstable; urgency=low
158
159 * Initial release
160 (Closes: #511410, #533458, #533614, #533890, #534101, #534860)
161
162 -- Peter Pentchev <roam@ringlet.net> Tue, 11 Aug 2009 16:08:41 +0300