source: debian/changelog @ 0c41177

1.2.3-2
Last change on this file since 0c41177 was 25dfb16, checked in by Wilmer van der Gaast <wilmer@…>, at 2009-06-07T20:19:25Z

Forgot to commit before starting to work on the second item, so here's a
monster commit. :-)

  • Removing code that edits bitlbee.conf from postinst (and chown code in the init script), it's not really necessary anymore; bitlbee may only still run as root if the admin doesn't read conffile diffs. (Closes: #514572)
  • No longer overwriting port number info in /etc/default/bitlbee with what's in debconf. (Closes: #514148)
  • Added notes about the above two changes to bitlbee.conf.
  • Property mode set to 100644
File size: 15.1 KB
RevLine 
[c40580d]1bitlbee (1.2.3-2) unstable; urgency=low
2
3  * Fixed bitblee typo in prerm (introduced by NMU 1.2.1-1.1).
4    (Closes: #531287)
[b6dd429]5  * Fixed bitlbee.deb dep in bitlbee-dev to deal with binary NMUs.
6    (Closes: #531219)
[5916995]7  * Fixed free port detection code in debian/config which was a bit limited
8    and also buggy.
[25dfb16]9  * Removing code that edits bitlbee.conf from postinst (and chown code in
10    the init script), it's not really necessary anymore; bitlbee may only
11    still run as root if the admin doesn't read conffile diffs.
12    (Closes: #514572)
13  * No longer overwriting port number info in /etc/default/bitlbee with
14    what's in debconf. (Closes: #514148)
15  * Added notes about the above two changes to bitlbee.conf.
[c40580d]16
[25dfb16]17 -- Wilmer van der Gaast <wilmer@gaast.net>  Sun, 07 Jun 2009 21:17:39 +0100
[c40580d]18
[92e90b7]19bitlbee (1.2.3-1) unstable; urgency=critical
20
21  * New upstream version.
22  * Fixes another account hijacking issue. (Closes: #498159)
23  * Restored --pidfile argument to start-stop-daemon, otherwise the init
24    script fails to restart BitlBee when users are connected.
25
26 -- Wilmer van der Gaast <wilmer@gaast.net>  Sun, 07 Sep 2008 18:53:04 +0100
27
[0a4f6f4]28bitlbee (1.2.2-1) unstable; urgency=critical
29
30  * New upstream version.
31  * Fixes a security issue (account hijacking), hence the high priority.
32  * Using a patch to set the User setting in bitlbee.conf properly to keep
33    upstream and Debian properly separated in my bzr tree.
34
35 -- Wilmer van der Gaast <wilmer@gaast.net>  Wed, 27 Aug 2008 23:59:50 +0100
36
[d301872]37bitlbee (1.2.1-3) unstable; urgency=high
38
39  * chown /var/lib/bitlbee/*.xml to bitlbee:bitlbee to clean up after
40    1.2-5 and the bugfix in 1.2.1-2. (Closes: #495877)
41  * Moved BITLBEE_DISABLED check to only check when trying to *start*
42    the daemon. (Closes: #488611)
43
44 -- Wilmer van der Gaast <wilmer@gaast.net>  Sat, 23 Aug 2008 18:53:54 +0100
45
[5d3b4e8]46bitlbee (1.2.1-2) unstable; urgency=low
47
48  * Properly set the User= line to something sensible so BitlBee won't
49    run as root anymore. 1.2-5 was a bad upload. :-( (Closes: #494656)
50
51 -- Wilmer van der Gaast <wilmer@gaast.net>  Tue, 12 Aug 2008 00:36:03 +0100
52
[59c84c2]53bitlbee (1.2.1-1.1) unstable; urgency=low
54
55  * Non-Maintainer Upload
56  * Use invoke-rc.d as per policy. (Closes: #492637) [Thanks to Matt
[5d3b4e8]57    Kraai]
[59c84c2]58
59 -- Don Armstrong <don@debian.org>  Wed, 06 Aug 2008 06:57:18 -0700
60
[45b9d3e]61bitlbee (1.2.1-1) unstable; urgency=low
[a8d28d9]62
[45b9d3e]63  * New upstream release.
64  * Add Homepage and Vcs-Bzr fields. (From Jelmer.)
[a8d28d9]65
[45b9d3e]66 -- Wilmer van der Gaast <wilmer@gaast.net>  Thu, 26 Jun 2008 00:07:50 +0100
[a8d28d9]67
[945eb1e]68bitlbee (1.2-5) unstable; urgency=low
69
70  * Add myself to uploaders.
71  * Bump standards version to 3.8.0.
[7601353]72  * Fix FSF address.
[f00e3ad]73  * Avoid changing uid from init script. (Closes: #474589)
[945eb1e]74
[f00e3ad]75 -- Jelmer Vernooij <jelmer@samba.org>  Mon, 16 Jun 2008 00:53:20 +0200
[945eb1e]76
[e74c7fe]77bitlbee (1.2-4) unstable; urgency=low
78
79  * Fixed init script to use the BITLBEE_OPTS variable, not an undefined
[46d4230]80    DAEMON_OPT. (Closes: #474583)
[e74c7fe]81  * Added dependency information to the init script. (Closes: #472567)
[46d4230]82  * Added bitlbee-dev package. Patch from RISKO Gergely <risko@debian.org>
83    with some small modifications. (Closes: #473480)
[e74c7fe]84
[46d4230]85 -- Wilmer van der Gaast <wilmer@gaast.net>  Wed, 07 May 2008 22:40:40 -0700
[e74c7fe]86
[483f8dd]87bitlbee (1.2-3) unstable; urgency=low
88
89  * Removed DEB_BUILD_OPTIONS again (forgot to apply that change to the 1.2
90    branch when I finished 1.0.4-2, things diverged too much anyway.)
91    Closes: #472540.
92
93 -- Wilmer van der Gaast <wilmer@gaast.net>  Mon, 24 Mar 2008 21:10:14 +0000
94
[fcd5003]95bitlbee (1.2-2) unstable; urgency=low
96
97  * Fixed some packaging issues reported by IRC and e-mail. (Closes: #472373)
[58a1449]98  * Fixed proxy support. (Closes: #472395)
[628e601]99  * Added a BitlBee group so only root can edit the configs and BitlBee can
100    just *read* it.
101  * Manually deleting /var/lib/bitlbee/ when purging, deluser doesn't want to
102    do it.
[fcd5003]103
[628e601]104 -- Wilmer van der Gaast <wilmer@gaast.net>  Mon, 24 Mar 2008 19:48:24 +0000
[fcd5003]105
[379c08a]106bitlbee (1.2-1) unstable; urgency=low
[19a8088]107
[379c08a]108  * New upstream release. (Closes: #325017, #386914, #437515)
109  * With hopefully completely sane charset handling (Closes: #296145)
[19a8088]110  * Switched to the new forking daemon mode. Added /etc/default/bitlbee
111    file, an init script. People who want to stick with inetd can do so, see
112    the defaults file.
[379c08a]113    (Closes: #460741, #466171, #294585, #345038, #306452, #392682)
[19a8088]114  * Got rid of debconf Woody compatibility stuff.
[c4f2c6a]115  * No more MPL code in BitlBee, thanks to the Jabber module rewrite!
[379c08a]116  * Added Italian translation, sorry for taking so long! (Closes: #448238)
117  * Added libevent dependency (more reliable event handling).
118  * Removed GLib 1.x dependency because BitlBee really requires GLib >=2.4.
[19a8088]119
[379c08a]120 -- Wilmer van der Gaast <wilmer@gaast.net>  Tue, 18 Mar 2008 23:44:19 +0000
121
122bitlbee (1.0.4-2) unstable; urgency=low
123
124  * Removed $DEB_BUILD_OPTIONS because apparently buildds fill it with crap.
125    (Closes: #458717)
126
127 -- Wilmer van der Gaast <wilmer@gaast.net>  Mon, 11 Feb 2008 19:15:33 +0000
128
129bitlbee (1.0.4-1) unstable; urgency=low
130
131  * New upstream release.
132  * Changed libnss-dev dependency. (Closes: #370442)
133  * Added build-indep rule to debian/rules. (Closes: #395673)
134
135 -- Wilmer van der Gaast <wilmer@gaast.net>  Wed, 29 Aug 2007 20:24:28 +0100
[19a8088]136
137bitlbee (1.0.3-1.3) unstable; urgency=low
138
139  * Non-maintainer upload to fix a minor error.
140  * Remove extra debian/#rules#
141
142 -- Christian Perrier <bubulle@debian.org>  Tue, 20 Feb 2007 07:49:18 +0100
143
144bitlbee (1.0.3-1.2) unstable; urgency=low
145
146  * Non-maintainer upload to fix pending l10n issues.
147  * Debconf translations:
148    - Portuguese. Closes: #386348
149
150 -- Christian Perrier <bubulle@debian.org>  Sun, 18 Feb 2007 20:23:28 +0100
151
152bitlbee (1.0.3-1.1) unstable; urgency=low
153
154  * Non-maintainer upload.
155  * debian/control: Replace netkit-inetd dependency with a versioned
156    dependency on netbase.  netbase provides the appropriate inetd
157    dependency.  Closes: #382682.
158
159 -- Roger Leigh <rleigh@debian.org>  Sun, 20 Aug 2006 17:07:02 +0100
160
161bitlbee (1.0.3-1) unstable; urgency=low
162
163  * New upstream release.
164
165 -- Wilmer van der Gaast <wilmer@gaast.net>  Sat,  8 Jul 2006 11:32:57 +0200
166
167bitlbee (1.0.2-2) unstable; urgency=low
168
169  * Added a po-debconf build-dependency, which I forgot when removing the
170    Woody hack from 1.0.2-1. (Closes: #361503)
171
172 -- Wilmer van der Gaast <wilmer@gaast.net>  Sat,  8 Apr 2006 22:09:19 +0200
173
174bitlbee (1.0.2-1) unstable; urgency=low
175
176  * New upstream release.
177  * Avoids calling update-inetd if it's unavailable. (Closes: #350463)
178  * Also using userdel instead of deluser now to avoid another bug. :-)
179  * Only creates an inetd.conf entry when installing for the first time.
180    (Closes: #349570) (This unfortunately breaks dpkg-reconfigure, but at
181    least there's a warning...)
182
183 -- Wilmer van der Gaast <wilmer@gaast.net>  Sat,  8 Apr 2006 14:17:52 +0200
184
185bitlbee (1.0.1-1) unstable; urgency=low
186
187  * New upstream release
188
189 -- Wilmer van der Gaast <wilmer@gaast.net>  Tue, 17 Jan 2006 17:26:20 +0100
190
191bitlbee (1.0-1) unstable; urgency=low
192
193  * New upstream release
194  * bitlbee has a useless Build-Depends: on debconf-2.0 (Closes:
195    #341783)
196
197 -- Wilmer van der Gaast <wilmer@gaast.net>  Mon,  5 Dec 2005 17:59:07 +0100
198
199bitlbee (0.99-1) unstable; urgency=low
200
201  * Should build on Debian GNU/kFreeBSD now. (Closes: #336965)
202  * New upstream version.
203
204 -- Wilmer van der Gaast <wilmer@gaast.net>  Thu,  3 Nov 2005 21:06:53 +0100
205
206bitlbee (0.93a-1) unstable; urgency=low
207
208  * Added Swedish and Spanish translations. (Closes: #333881, #331302)
209  * Changed debconf dependency. (Closes: #331762)
210  * Changed libgnutls dependency. (Closes: #335751)
211  * Fixed one crash-on-disconnect bug in the OSCAR module.
212
213 -- Wilmer van der Gaast <wilmer@gaast.net>  Tue,  1 Nov 2005 18:25:56 +0100
214
215bitlbee (0.92-2) unstable; urgency=low
216
217  * Added the patch that allows to connect to alternate Jabber servers.
218    Necessary for connecting to Google Talk. (Closes: #324832)
219  * Also possibly fixes some more problems with losing data when disk is
220    full.
221  * Added Vietnamese and Brazilian DebConf translations. Sorry for being
222    so late. (Closes: #297058, #313158)
223
224 -- Wilmer van der Gaast <lintux@debian.org>  Thu,  8 Sep 2005 19:55:56 +0200
225
226bitlbee (0.92-1) unstable; urgency=low
227
228  * New upstream release.
229  * Implemented support for the IRC WATCH command and got rid of the
230    IRC_MAX_ARGS limit. (Closes: #283504)
231  * Added Czech translation. (Closes: #293615)
232
233 -- Wilmer van der Gaast <lintux@debian.org>  Thu, 24 Feb 2005 17:11:32 +0100
234
235bitlbee (0.91-3) unstable; urgency=low
236
237  * Fixed a small bug in postrm which caused problems when removing/upgrading.
238
239 -- Wilmer van der Gaast <lintux@debian.org>  Sun, 10 Oct 2004 08:59:52 +0200
240
241bitlbee (0.91-2) unstable; urgency=low
242
243  * Removed the part that messes with tcpd configuration files because it
244    causes troubles for some people and because it's no problem for users
245    to edit those files by hand. (Closes: #275418)
246    When upgrading from previous versions, the bitlbee line won't be removed
247    from your tcpd conffiles. (This is only done when purging a BitlBee
248    install) You don't have to worry about BitlBee suddenly opening for the
249    whole world because of the removal of this feature.
250  * Updated German translation. (Closes: #274655)
251  * Removed the unreliable check for an existing BitlBee installation (a
252    /etc/passwd grep) and replaced it with something more reliable.
253
254 -- Wilmer van der Gaast <lintux@debian.org>  Sat,  9 Oct 2004 19:06:33 +0200
255
256bitlbee (0.91-1) unstable; urgency=low
257
258  * info-command works for Jabber connections now. (Closes: #232712)
259  * Saner code for duplicate nickname prevention. (Closes: #234285)
260  * Support for Jabber connections over SSL. (Closes: #252458)
261  * If the user chooses for noinetd.conf installation, this setting is now
262    remembered during reinstalls. (Closes: #260533)
263  * An up-to-date Japanse DebConf template. (Closes: #271091)
264
265 -- Wilmer van der Gaast <lintux@debian.org>  Sat, 25 Sep 2004 18:18:17 +0200
266
267bitlbee (0.90a-2) unstable; urgency=low
268
269  * Using libgnutls11 now. (Closes: #264740)
270  * postinst no longer appends newlines to hosts.* because grep already
271    makes sure the last line is terminated with a newline. (Closes: #253278)
272  * Added Japanese DebConf templates. (Closes: #259801)
273  * Installing BitlBee in inetd.conf is now optional. (Closes: #260533)
274
275 -- Wilmer van der Gaast <lintux@debian.org>  Mon,  6 Sep 2004 20:04:22 +0200
276
277bitlbee (0.90a-1) unstable; urgency=low
278
279  * New upstream release.
280
281 -- Wilmer van der Gaast <lintux@debian.org>  Mon, 28 Jun 2004 20:30:26 +0200
282
283bitlbee (0.90-1) unstable; urgency=low
284
285  * New upstream release.
286  * Added German DebConf translation. (Closes: #250787)
287
288 -- Wilmer van der Gaast <lintux@debian.org>  Sat, 29 May 2004 11:51:56 +0200
289
290bitlbee (0.85a-1) unstable; urgency=low
291
292  * New upstream release. This one should fix build problems on arm.
293
294 -- Wilmer van der Gaast <lintux@debian.org>  Thu, 25 Mar 2004 00:12:33 +0100
295
296bitlbee (0.85-1) unstable; urgency=low
297
298  * New upstream release.
299  * This version has a command line switch to specify alternate configuration
300    files/settings directories. (Closes: #207060)
301
302 -- Wilmer van der Gaast <lintux@debian.org>  Sat, 13 Mar 2004 22:19:35 +0100
303
304bitlbee (0.84-2) unstable; urgency=low
305
306  * Converted debconf templates to po2debconf format, without breaking
307    building on older (non-po2debconf) systems. Thanks to Martin Quinson.
308    (Closes: #205816)
309  * Added French debconf templates. Thanks to Christian Perrier.
310    (Closes: #206593)
311
312 -- Wilmer van der Gaast <lintux@debian.org>  Wed,  3 Mar 2004 21:19:12 +0100
313
314bitlbee (0.84-1) unstable; urgency=low
315
316  * New upstream release.
317
318 -- Wilmer van der Gaast <lintux@debian.org>  Fri, 13 Feb 2004 20:13:53 +0100
319
320bitlbee (0.83-2) unstable; urgency=low
321
322  * Removed libsoup dependency, BitlBee now uses libgnutls directly.
323    (Closes: #208475, #230895)
324  * Now including preprocessed documentation files to save some time on
325    slow buildd's (and fix build problems on archs without a working
326    sgmltools package).
327
328 -- Wilmer van der Gaast <lintux@debian.org>  Fri,  6 Feb 2004 01:26:27 +0100
329
330bitlbee (0.83-1) unstable; urgency=low
331
332  * Added bitlbee.conf to conffiles. Should've done that before, sorry.
333  * Sorry, still with MSN support disabled, because Debian's default
334    libsoup package won't work with BitlBee-MSN.
335
336 -- Wilmer van der Gaast <lintux@debian.org>  Wed, 31 Dec 2003 00:56:57 +0100
337
338bitlbee (0.82-1) unstable; urgency=low
339
340  * New upstream release.
341  * Disabled MSN support in the Debian version for now, because it needs
342    a patched version of libsoup. If you want MSN support, you'll have to
343    create one yourself and install a patched version of libsoup.
344
345 -- Wilmer van der Gaast <lintux@debian.org>  Fri, 31 Oct 2003 21:51:01 +0100
346
347bitlbee (0.81a-1) unstable; urgency=low
348
349  * New upstream release.
350
351 -- Wilmer van der Gaast <lintux@debian.org>  Wed, 16 Oct 2003 16:21:31 +0200
352
353bitlbee (0.81-1) unstable; urgency=low
354
355  * New upstream release.
356  * Fixes Yahoo! problems. (Closes: #213876)
357
358 -- Wilmer van der Gaast <lintux@debian.org>  Wed, 15 Oct 2003 16:00:00 +0200
359
360bitlbee (0.80-1) unstable; urgency=low
361
362  * New upstream release.
363  * preinst now unlinks the old helpfile while upgrading, see README.Debian
364    for details.
365  * 'Upgraded' to standards 3.5.9.
366  * "jabber: Non-ascii away messages not supported" patch included.
367    (Closes: #195852)
368
369 -- Wilmer van der Gaast <lintux@debian.org>  Tue, 24 Jun 2003 20:00:00 +0200
370
371bitlbee (0.74a-1) unstable; urgency=low
372
373  * This one actually does contain the bugfix 0.74 should've had.
374
375 -- Wilmer van der Gaast <lintux@debian.org>  Wed, 11 Jun 2003 13:44:01 +0200
376
377bitlbee (0.74-1) unstable; urgency=high
378
379  * Security release, fixing a little not-too-dangerous security bug.
380
381 -- Wilmer van der Gaast <lintux@debian.org>  Tue, 10 Jun 2003 22:50:19 +0200
382
383bitlbee (0.73-1) unstable; urgency=low
384
385  * New upstream release.
386
387 -- Wilmer van der Gaast <lintux@debian.org>  Sun, 13 Apr 2003 01:20:49 +0200
388
389bitlbee (0.72-2) unstable; urgency=low
390
391  * Now uses '127.0.0.1' as default for hosts.allow instead of 'localhost'.
392    (Closes: #174219)
393  * Fixed some other portability issues. (Closes: #177394)
394  * Added w3m builddep, needed for .txt documentation generation.
395  * Removed jadetex builddep because it seems not to be necessary after all.
396
397 -- Wilmer van der Gaast <lintux@debian.org>  Tue, 21 Jan 2003 01:35:46 +0100
398
399bitlbee (0.72-1) unstable; urgency=low
400
401  * BitlBee doesn't have tcpd in it anymore; external tcpd is used now.
402  * Added an examples/ directory.
403  * Fixed arm/ppc/s390 portability issue on char signedness. (Closes: #161026)
404
405 -- Wilmer van der Gaast <lintux@debian.org>  Thu, 19 Dec 2002 00:24:29 +0100
406
407bitlbee (0.71-1) unstable; urgency=low
408
409  * New upstream release.
410
411 -- Wilmer van der Gaast <lintux@debian.org>  Mon, 16 Sep 2002 01:02:09 +0200
412
413bitlbee (0.7-2) unstable; urgency=low
414
415  * Second try at a good upload.
416
417 -- Wilmer van der Gaast <lintux@debian.org>  Thu, 15 Aug 2002 20:14:54 +0200
418
419bitlbee (0.7-1) unstable; urgency=low
420
421  * First public release. (Closes: #153190)
422
423 -- Wilmer van der Gaast <lintux@debian.org>  Sat, 10 Aug 2002 04:47:07 +0200
424
425bitlbee (0.6-1) unstable; urgency=low
426
427  * Initial Release. (Testing only, not for release.)
428
429 -- Wilmer van der Gaast <lintux@debian.org>  Wed, 10 Jul 2002 11:02:28 +0200
430
431Local variables:
432mode: debian-changelog
433End:
Note: See TracBrowser for help on using the repository browser.