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