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