comparison debian/changelog @ 2:f6716cb00029

Replace buggy stuff in deb dir, never make phone calls while working
author Peter Gervai <grin@grin.hu>
date Tue, 10 Mar 2009 14:29:12 +0100
parents
children d329bb5c36d0
comparison
equal deleted inserted replaced
1:9b8d79ac0dc3 2:f6716cb00029
1 dcc (1.2.74-4) unstable; urgency=low
2
3 * QA upload.
4 * Make dcc-common recommend `dcc-client | dcc-server | dcc-milter'
5 rather than depend on them, to ensure the former is configured
6 before the latter. Closes: #304237, #365893, #387198.
7 (`chown dcc.dcc' was quietly fixed in 1.2.74-3.)
8 * Fix typo in the description of dcc-common. Closes: #363225.
9
10 -- Matej Vela <vela@debian.org> Wed, 13 Sep 2006 06:29:44 +0200
11
12 dcc (1.2.74-3) unstable; urgency=low
13
14 * QA upload.
15 * Fixed RC bug "dccifd does not work when IPv6 is not supported by the
16 kernel". Patch by dean gaudet <dean@arctic.org>. Closes: #376301.
17 * Fixed "errors in dccifd startup script". Patch by Rene Konasz
18 <oe4@gmx.at>. Closes: #304236.
19 * Fixed "Can't purge dcc-common if LDAP is used". Patch by MJ Ray
20 <mjr@dsl.pipex.com>. Closes: #307672.
21
22 -- Anibal Monsalve Salazar <anibal@debian.org> Wed, 06 Sep 2006 19:23:15 +1000
23
24 dcc (1.2.74-2) unstable; urgency=high
25
26 * Renamed binary dccm to dcc-milter (Closes: #303323), thanks Frank for
27 reporting this one.
28 * removed DH_COMPAT from debian/rules to become lintian clean again
29 * urgency=high, as we fix an RC bug.
30
31 -- Martin Zobel-Helas <mhelas@helas.net> Wed, 6 Apr 2005 18:04:09 +0200
32
33 dcc (1.2.74-1) unstable; urgency=low
34
35 * The "Thanks to Marc 'HE' Brockschmidt" release
36 * New upstream release
37 * dcc-common depends now on dcc-clinet | dcc-server | dcc-milter
38 * changed the desicription to be a little bit more useful
39 * cleaned up debian/copyright and added missing stuff from upstream's
40 LICENSE
41 * all documentation is now in /usr/share/doc/dcc-common
42 other documenation directories now symlink to /usr/share/doc/dcc-common
43 * cleaned up debian/dcc-common.postrm
44 * examples are now installed via dh_installexamples
45 * start dccd with IPv6 per default
46 * gave a proper DESC in /etc/init.d/dcc-server
47
48 -- Martin Zobel-Helas <mhelas@helas.net> Tue, 22 Mar 2005 15:41:15 +0100
49
50 dcc (1.2.72-1) unstable; urgency=medium
51
52 * New upstream release.
53 * Bug fix: "Segfaults on AMD64", thanks to Omniflux (Closes: #297955).
54 Fixed upstream in 1.2.67. (urgency=medium for that)
55 * Bug fix: "whitecommon can't be found", thanks to Wiesiek
56 (Closes: #297342).
57
58 -- Martin Zobel-Helas <mhelas@helas.net> Thu, 3 Mar 2005 22:38:42 +0100
59
60 dcc (1.2.66-1) unstable; urgency=low
61
62 * New upstream release
63 CHANGES from upstream:
64 + Possibly fix dccm crash
65 + Removed redundant declarations of mapfile_nm and rl_anon as
66 suggested by Andreas Jochens. (closes: #285622)
67 + Correct ">XXXX clients" from `cdcc stats`
68 + Fix accounting of NOPs from blacklisted clients.
69 + Fix race that caused "??" server-IDs in X-DCC headers.
70 + Do not count requests from blacklisted clients against the rate
71 limits
72 + Overhaul dccd rate-limiting. Instead of imposing a penalty time
73 on overactive clients, simply rate-limit them.
74 + Reduce limit on dccd error messages about clients from
75 2/second to 0.1/second.
76 * making /var/lib/dcc/map 0600 dcc.dcc (closes: #284038,#284108),
77 thanks to Vadim Kutsyy and Lucas Albers for reporting this one.
78 also testing for user:group of /var/lib/dcc/map in postinst and
79 adjusting it.
80 * fixing symlink (closes: #284362),
81 thanks to Sven Hartge for reporting this stupid mistake.
82 * According to Policy Section 2.5: Packages MUST NOT depend on
83 packages with lower priority values. So setting priority to extra.
84 * changed if-clause from -a to -e in update-dccmaps (closes: #288155)
85 thanks to Santiago Vila.
86 * changed rundir from /var/run to /var/run/dcc
87 * added DH_COMPAT=4
88 * moved dccifd from /usr/bin to /usr/sbin and run it as daemon
89 (closes: #285743) as suggested by Julian Gilbey
90
91 -- Martin Zobel-Helas <mhelas@helas.net> Sun, 2 Jan 2005 05:50:30 +0100
92
93 dcc (1.2.62-1) unstable; urgency=low
94
95 * New upstream release
96 Changes form Upstream regarding Linux:
97 + Fix file descriptor leak in getifaddrs() replacement.
98 + Extended format to allow authenticated clients to be delayed
99 as `dccd -U` delays anonymous clients in /var/lib/dcc/ids
100 + Possibility to limit the size of the database window.
101 + Fixed broken `dccd -G0`.
102 + Track changes in network interfaces on most modern flavors of UNIX.
103 + Fix two MIME decoding bugs.
104 + Treat '>' as a blank instead of punctuation for FUZ2 checksums.
105 + Don't re-use va_list in stdargs functions to work around a
106 characteristic of gcc for AMD 64 bit systems. gcc 64-bit stdargs
107 reportedly passes va_list by reference instead of by value.
108 * Dan Weber is no longer maintainer.
109 * My own patches reside now in debian/patches rather than in diff.gz
110 * Added symlink from /etc/default/dcc-server to /var/lib/dcc/dcc_conf
111 (closes: #275554)
112 * Added missing dccifd
113 (closes: #277580)
114 * default map file and default id file reside now in /usr/share/dcc
115 * added update-maps which properly removes old map files and regenerates
116 them. (closes: #276259)
117 * Package should be in better state now. (closes:#278048)
118
119 -- Martin Zobel-Helas <mhelas@helas.net> Sat, 20 Nov 2004 17:51:11 +0100
120
121 dcc (1.2.54-2) unstable; urgency=medium
122
123 * by Martin Zobel-Helas
124 + fixed preinst-issue (closes: #274681)
125 + removed /etc/dcc/dcc_conf from dcc-common
126
127 -- Martin Zobel-Helas <mhelas@helas.net> Mon, 4 Oct 2004 13:04:49 +0200
128
129 dcc (1.2.54-1) unstable; urgency=low
130
131 * by Martin Zobel-Helas
132 + New upstream release
133 - major changes is greylisting protocol.
134 - newer clients will not work on older (< 1.2.51) greylisting servers,
135 so update your greylisting server first.
136 + added dcc-client.docs
137 + added all d.o-lists to a sample whitelist
138 + added script to download up2date debian mailing lists
139 based on Dans regex.
140 + added upstream CHANGES to /usr/share/doc/dcc-*
141 + changed Build-Depends: debhelper to newer version
142 * by Dan Weber
143 + added regex to get all lists from lists.d.o
144 * Close RFP and ITP bugs (closes: #164842, #199510)
145
146 -- Martin Zobel-Helas <mhelas@helas.net> Sun, 19 Sep 2004 22:24:47 +0200
147
148 dcc (1.2.50-2) experimental; urgency=low
149
150 * Dan Weber and Martin Zobel-Helas are now listed as Co-Maintainers
151 * Added dcc-server (lets pray this works well).
152 * dcc is now pkg-dcc on alioth. cvs repository on
153 cvs.alioth.debian.org:/cvsroot/pkg-dcc co dcc
154 * completly restructured debian/rules by using cdbs
155 * Removing Superflous blank line in debian/control
156 (Thanks to Joan Cirer for reporting that one)
157 * added debconf
158 * relocated some conffiles from /var/lib/dcc to
159 /etc/dcc, preinst will promt a warning for that.
160 * Maintainer set to the Mailing List
161
162 -- Dan Weber <dan@mirrorlynx.com> Thu, 26 Aug 2004 18:56:15 -0400
163
164 dcc (1.2.50-1) unstable; urgency=low
165
166 * New upstream release
167
168 -- Martin Zobel-Helas <mhelas@helas.net> Wed, 14 Jul 2004 17:42:45 +0200
169
170 dcc (1.2.43-1) unstable; urgency=low
171
172 * The "Thanks to Jochen" Release
173 - Closes: #164842, #199510
174 This will close the RFP/ITP Bugs in the BTS.
175 - Standards-Version is now 3.6.1 instead of 3.5.10
176 - the empty /var/run is now not included in dcc-client any more.
177 * New upstream release
178 - upstream removed --home, --build and --prefix from configure
179 * Corrected soure code permissions, dcc builds now with pbuilder.
180 * orig-files are now called *.template, so linda doesn't complain any more.
181 * whitecommon is now included to dcc-common.
182 * did the version renumbering as Jochen said.
183
184 -- Martin Zobel-Helas <mhelas@helas.net> Wed, 21 Apr 2004 02:37:24 +0200
185
186 dcc (1.2.28+0.pre-6) unstable; urgency=low
187
188 * New upstream release
189 * Did some lintian clean up.
190
191 -- Martin Zobel-Helas <mhelas@helas.net> Mon, 19 Jan 2004 01:19:51 +0100
192
193 dcc (1.2.27+0.pre-5) unstable; urgency=medium
194
195 * The "Sendmail" Release
196 dccm, the Sendmail milter interface is now included in the package. As I
197 don't use sendmail for now, i will need some external help to check
198 everything is working proprely.
199 * m4 files are supplied within dcc-milter package's documenation
200 * Added some documentation to README.Debian about using DCC with sendmail.
201 * Fixed postinst-skript of dcc-common.
202 now uses /bin/sh instead of /bin/bash
203 * Everything is now build in binary-arch
204 * dcc-client and dcc-milter now depend one dcc-common supplied with the
205 source package
206 * dcc-milter conflicts on spamass-milter
207 For reason look at debian/control
208 * Added new system user dcc
209 * /var/lib/dcc/[map|ids] are now private
210 * All programs are now suid dcc
211
212 -- Martin Zobel-Helas <mhelas@helas.net> Sat, 17 Jan 2004 21:44:12 +0100
213
214 dcc (1.2.27+0.pre-4) unstable; urgency=low
215
216 * Added some documentation to README.Debian about
217 - using DCC with procmail
218 - using DCC with spamassassin
219 - firewall hints.
220 * fixed parsing of /var/lib/dcc/ids in installation process.
221 * /var/lib/dcc/map.txt /var/lib/dcc/map and /var/lib/dcc/ids are now
222 generated by postinst
223 This garanties that the passwords for local servers are now generated
224 different for each installation.
225 * Local passwords are now not overwritten by update process.
226
227 -- Martin Zobel-Helas <mhelas@helas.net> Mon, 12 Jan 2004 17:34:25 +0100
228
229 dcc (1.2.27+0.pre-3) unstable; urgency=low
230
231 * Fixed update-problem in dcc-common.postinst
232
233 -- Martin Zobel-Helas <mhelas@helas.net> Sun, 11 Jan 2004 22:02:10 +0100
234
235 dcc (1.2.27+0.pre-2) unstable; urgency=low
236
237 * The "I am so stupid" upload
238 Sourcecode should be now included in upload
239
240 -- Martin Zobel-Helas <mhelas@helas.net> Sun, 11 Jan 2004 13:41:05 +0100
241
242 dcc (1.2.27+0.pre-1) unstable; urgency=low
243
244 * Initial Prerelease version. The packages dcc-common and dcc-client should
245 work fine. Work for dcc-milter and dcc-server is in progress, so they will
246 be not published yet.
247 * USE AT YOUR OWN RISK!
248
249 -- Martin Zobel-Helas <mhelas@helas.net> Fri, 9 Jan 2004 02:44:03 +0100
250