]> git.ipfire.org Git - people/ms/dma.git/blame - debian/changelog
Merge commit 'refs/merge-requests/3' of git://gitorious.org/dma/dma
[people/ms/dma.git] / debian / changelog
CommitLineData
e3fc8448
SS
1dma (0.3) unstable; urgency=low
2
3 [ Simon Schubert ]
4 * todo: we create mboxes properly now
5 * dma-mbox-create: group mail only needs to write to mboxes
6 * errlog: preserve errno
7 * dma-mbox-create: add error/status logging
8 * dns_get_mx_list: handle errors properly
9
10 [ Peter Pentchev ]
11 * Make add_host() really return an error code.
12
13 [ Simon Schubert ]
14 * readmail: accept mail without newline at the end
15
16 [ Peter Pentchev ]
17 * In OpenSSL 1.0, TLSv1_client_method() returns a const pointer.
18
19 [ Simon Schubert ]
20 * make dma compile again on DragonFly
21 * parse_addrs: fix parsing for multiple <addresses>
22
23 -- Simon Schubert <2@0x2c.org> Sat, 09 Jul 2011 02:38:05 +0200
24
05415fb1
SS
25dma (0.2) unstable; urgency=low
26
27 * Update to dma 0.2
28 - debian: better mark as UNRELEASED
29 - add ppa makefile recipe
30 - TODO: suggest way to run a queue flush on boot
31 - partially adopt 34-manpage-defaults.patch: AUTHPATH is not set by default
32 - Revert "debian: better mark as UNRELEASED"
33 - setlogident: openlog() wants a static variable
34 - writequeuef: create files with g+rw
35 - drop privileges when run by root
36 - implement mbox creation via setuid helper
37 - debian: build with consistent flags
38 - debian: remove unused files
39 - debian: fix lintian warnings and errors
40 - make ppa: force lower version number
41 - make ppa: proper name
42
43 -- Simon Schubert <2@0x2c.org> Sun, 31 Oct 2010 23:57:50 +0100
44
8abd1be2 45dma (0.1) unstable; urgency=low
ac21a0a7
SS
46
47 * Update dma to 0.1
48
49 -- Simon Schubert <2@0x2c.org> Fri, 29 Oct 2010 00:57:26 +0200
50
fc230da8 51dma (0.0.2010.06.17-6) unstable; urgency=low
550ccf75
PP
52
53 * Add the 37-gnu-hurd patch to really fix the FTBFS on GNU/Hurd.
196e2352 54 * Convert several shell output assignments from = to :=
591a853b 55 * Switch to bzip2 compression for the Debian tarball.
550ccf75 56
fc230da8 57 -- Peter Pentchev <roam@ringlet.net> Sun, 17 Oct 2010 00:08:33 +0300
550ccf75 58
d44ba285 59dma (0.0.2010.06.17-5) unstable; urgency=low
1cf02399
PP
60
61 * Only use SA_NOCLDWAIT if available to fix the Hurd FTBFS.
62
d44ba285 63 -- Peter Pentchev <roam@ringlet.net> Thu, 07 Oct 2010 11:42:23 +0300
1cf02399 64
004dcee0 65dma (0.0.2010.06.17-4) unstable; urgency=low
259a787c
PP
66
67 * Fix an infinite loop in dma-migrate if char is unsigned.
68 Closes: #599172
54b89ef0 69 * Switch to Git and point the Vcs-* fields to Gitorious.
259a787c 70
004dcee0 71 -- Peter Pentchev <roam@ringlet.net> Wed, 06 Oct 2010 17:30:29 +0300
259a787c 72
c2b175de 73dma (0.0.2010.06.17-3) unstable; urgency=low
d9c9c7b9
PP
74
75 * Update the debconf translations:
76 - French by Steve Petruzzello; Closes: #587883
99923f68 77 * Bump Standards-Version to 3.9.1 with no changes.
5cf5230f
PP
78 * Disable deferred delivery by default, as in the upstream version:
79 - in the 03-debian-locations patch, comment the DEFER keyword in dma.conf,
80 as it is upstream
81 - refresh the 11-double-bounce.patch
82 - reword the README.Debian section on deferred delivery a bit
83 - add a news blurb
d9c9c7b9 84
c2b175de 85 -- Peter Pentchev <roam@ringlet.net> Tue, 27 Jul 2010 13:34:27 +0300
d9c9c7b9 86
c70a2a96 87dma (0.0.2010.06.17-2) unstable; urgency=low
af238447 88
c70a2a96
PP
89 * Quick on the heels of -1 to fix a momentary lapse of reason on my part:
90 in the 03-debian-locations patch, revert part of the 0.0.2010.06.17-1
4d3de54c
PP
91 change: do not set a un-overrideable default for the deferred delivery!
92 Closes: #587593
c70a2a96
PP
93 * Update the debconf translations:
94 - Japanese by Hideki Yamane; Closes: #587543
af238447 95
c70a2a96 96 -- Peter Pentchev <roam@ringlet.net> Wed, 30 Jun 2010 11:59:46 +0300
af238447 97
6d04581a 98dma (0.0.2010.06.17-1) unstable; urgency=low
a65fd8d3 99
272191cb 100 * New upstream version:
8bcf8fd4 101 - no longer reports the remote port number; Closes: #544820
7cf6d52a 102 - fixes some queue locking problems; Closes: #582593
d2c54242 103 - adapt the rules file to use the GNU Makefile instead of the BSD one
7d79f53a 104 - drop pmake from Build-Depends
ae1545f7 105 - remove the 01-debian-build patch, overtaken by upstream changes
6088ea6a
PP
106 - in the 03-debian-locations patch, make the Debian defaults actual
107 defaults for the dma binary, not just in the dma.conf file
883c7982 108 - adapt the 04-debian-setgid patch for the GNU Makefile
383be5f5 109 - in the 10-liblockfile patch, change the GNU Makefile, too
6088ea6a
PP
110 - enhance the 11-double-bounce patch a bit:
111 - use dma's own delqueue() function instead of a naive unlink() so
112 all the queue files are cleaned up
113 - document the Debian default for DBOUNCEPROG in the manual page
114 - resurrect the 13-hardening patch, correcting a couple of
115 unchecked asprintf(3) and vasprintf(3) invocations
4dbdbb98
PP
116 - the functionality of the 20-parse-recipient patch was implemented
117 upstream in a different way, so replace it with a small bugfix
f2a3aba9 118 - remove the 22-openfiles patch, overtaken by upstream changes
383be5f5 119 - in the 24-random-message-id patch, change the GNU Makefile, too
272191cb 120 - add the 27-int-size patch to cast a variable to the correct type
f777b646
PP
121 - add the 28-valid-recipient patch to fix parsing recipients out of
122 the message body
c4a5437d 123 - add the 29-double-free patch to fix a double-free error
d077f9f7 124 - add the 30-ldflags patch to honor LDFLAGS if specified
6088ea6a
PP
125 - refresh the 09-typos, 17-mailname, 23-dirent-d_type, and
126 25-unsupported-starttls patches
8fc96c1b
PP
127 - teach the dbounce-simple-safecat handler about the M*/Q* spool
128 files scheme
e61c56ce 129 * Bump Standards-Version to 3.9.0 with no changes.
d18730b9
PP
130 * Update the copyright file:
131 - bring it up to the latest revision of the DEP 5
132 - update the upstream copyright notices
133 - bump the year on my copyright notice
6a56fb4f
PP
134 * Remove the diffsrc rules target which was intended for my own
135 internal use, but has outlived its time.
ed951b75
PP
136 * Use dpkg-buildflags from dpkg-dev >= 1.15.7~ to get the default
137 values for CFLAGS, CPPFLAGS, and LDFLAGS; no longer rely on
138 dpkg-buildpackage to set them by default.
05034932
PP
139 * Add the dma-migrate utility (in a separate binary package) to convert
140 spool files to the new queue format (M* and Q* files for each message)
e2a15252 141 * Add a dma-migrate invocation to dma.cron.d
7aed0b2e 142 * Shorten the Vcs-Browser URL.
f8213f45 143 * Add the 31-sigalrm-backoff patch to force a delivery attempt on SIGALRM.
4848a05f
PP
144 * Properly substitute the debconf-supplied values for DBOUNCEPROG and
145 SMARTHOST into dma.conf even if they are empty without generating
146 an invalid dma.conf file.
147 * Remove the smarthost default; dma does MX lookups now, so it doesn't
148 really *need* one anymore.
3cb2fd69
PP
149 * Reword the debconf relayhost question - dma does not really need
150 a smarthost anymore.
e05a316b
PP
151 * Update the debconf translations:
152 - Bulgarian
6a254e22
PP
153 - Portuguese by Américo Monteiro
154 - German by Helge Kreutzmann; Closes: #586531
50bc3e7f 155 - Russian by Yuri Kozlov; Closes: #586579
01e8638d
PP
156 - Czech by Michal Simunek; Closes: #586791
157 - Swedish by Martin Bagge; Closes: #586825
af173d0d 158 - Spanish by Francisco Javier Cuadrado; Closes: #587088
fd2815af 159 * Update the smarthost configuration information in README.Debian.
acba6143 160 * Add the 32-comment-uncomment patch to correct the manual page wording.
d82631b0
PP
161 * Add the 33-opportunistic-tls patch to allow remote connections to proceed
162 even if the STARTTLS negotiation fails.
163 * Fix the 25-unsupported-starttls patch to actually error out if the SSL
164 negotiation fails.
66ab518c 165 * Forward all the non-Debian-specific patches upstream to Simon Schubert.
8b10af50
PP
166 * Add the 34-manpage-defaults patch to properly document what dma will use
167 as default values if not specified in the config file instead of what
168 the default config file specifies. Closes: #544748
5e8aebea
PP
169 * Add the 35-delivery-retry patch to try local deliveries a bit more often
170 and to randomize the delivery timeout to avoid locking issues.
a65fd8d3 171
03998fa2 172 -- Peter Pentchev <roam@ringlet.net> Mon, 28 Jun 2010 23:26:36 +0300
a65fd8d3 173
22cd1cd7
PP
174dma (0.0.2009.07.17-3) unstable; urgency=low
175
03483467
PP
176 * Really install the files in /etc/dma/ as root/mail/640 and
177 change the ownership of the existing files in the postinst script
178 when upgrading from older versions. Closes: #544664
80f155f4
PP
179 * Install the /usr/bin/mailq and /usr/bin/newaliases symlinks.
180 Closes: #558421
c02e3a2f 181 * Switch to the 3.0 (quilt) source format.
78bb1203
PP
182 * Update the debconf translations:
183 - add German. Closes: #552754
184 - add Japanese. Closes: #554515
aa0c66f6 185 - remove a double space and unfuzzy the translations. Closes: #552586
d8e6ef16
PP
186 * Fix a crash when the SMTP server does not support STARTTLS.
187 Closes: #547594
ae8d91d5
PP
188 * Always use the user-supplied value from the debconf query for
189 the smarthost and the double-bounce program. This may result in
190 debconf overriding a manually-edited config file, so add a note to
191 dma.conf stating that these values are handled via debconf.
192 Closes: #544663
9224aaf9
PP
193 * Fix a misspelling of dma/dbounceprog as dma/defer in the debconf
194 configuration script. Oops.
22cd1cd7 195
fe5c910e 196 -- Peter Pentchev <roam@ringlet.net> Sat, 19 Dec 2009 14:35:10 +0200
22cd1cd7 197
bf082467
PP
198dma (0.0.2009.07.17-2) unstable; urgency=low
199
200 * Allow the spool directory to live on a filesystem that does not
201 set the d_type member of the dirent structure, like XFS.
202 Closes: #544357
46f7b536 203 * Randomize the Message-Id a bit more. Closes: #544475
8930dafb 204 * Bump Standards-Version to 3.8.3 with no changes.
4054aa20
PP
205 * Only enable the build hardening wrapper if the "hardening" build
206 option is specified.
1c81a63d 207 * Switch the copyright file header from the Wiki to DEP 5.
58ab5411 208 * Remove the manual page ".Dx" patch - the groff version in Squeeze
2f48dc70
PP
209 knows about the .Dx mdoc macro. Add a lintian override for
210 the "Unknown DragonFly version" error.
064dc875 211 * Convert the patch file headers to the DEP 3 format.
bf082467 212
d38708fa 213 -- Peter Pentchev <roam@ringlet.net> Tue, 01 Sep 2009 13:36:33 +0300
bf082467 214
0e8129da 215dma (0.0.2009.07.17-1) unstable; urgency=low
fa8d8158 216
48df0bd8
PP
217 * Initial release
218 (Closes: #511410, #533458, #533614, #533890, #534101, #534860)
fa8d8158 219
76f4edae 220 -- Peter Pentchev <roam@ringlet.net> Tue, 11 Aug 2009 16:08:41 +0300