source: debian/changelog @ 09bd226

Last change on this file since 09bd226 was 4f7255d, checked in by Wilmer van der Gaast <wilmer@…>, at 2014-10-17T22:26:18Z

Debian bug #764181: Accidentally had an LGPL header in a bunch of files.
Replaced them with GPL headers where possible. OSCAR and Twitter modules
can't be relicenced though, so add an LGPL blurb to debian/copyright.

  • Property mode set to 100644
File size: 23.5 KB
Line 
1bitlbee (3.2.2-2) UNRELEASED; urgency=medium
2
3  * Fix copyright info (Closes: #764181)
4
5 -- Wilmer van der Gaast <wilmer@gaast.net>  Fri, 17 Oct 2014 23:25:33 +0100
6
7bitlbee (3.2.2-1) unstable; urgency=medium
8
9  [ Jelmer Vernooij ]
10  * Bump standards version to 3.9.5 (no changes).
11  * Remove obsolete DM-Upload-Allowed header.
12  * Build with dpkg-flags, for hardening.
13  * Force re-building of user guide on Debian.
14  * Don't ignore failure of invoke-rc.d; fixes lintian warning.
15  * Use my Debian e-mail address in Uploaders.
16  * Support building against libgnutls28-dev. Closes: #753020
17
18  [ Wilmer van der Gaast ]
19  * Merged 3.2.2 with a few later Debian-specific fixes for a belated
20    3.2.2-1 upload. Apologies for the delay!
21  * Removed stale workaround on upgrades from bitlbee <3.0 (with no
22    bitlbee-common package).
23
24 -- Wilmer van der Gaast <wilmer@gaast.net>  Sun, 05 Oct 2014 22:11:12 +0100
25
26bitlbee (3.2.1+otr4-1) unstable; urgency=low
27
28  * New upstream version, fixes Twitter API compatibility (now using HTTP/1.1).
29    (Closes: #731748)
30  * Define _GNU_SOURCE via cmdline instead of include file. (Closes: #703550)
31  * Restore OTR support. (Closes: #711071)
32    - This is not part of the 3.2.1 release but really should have been.
33    - Package still has a libotr2-dev dependency even though it doesn't work
34      with that anymore. It's a hack so I can at least still do pbuilder
35      builds on older distros. (Just with the otr pkg disabled.)
36
37 -- Wilmer van der Gaast <wilmer@gaast.net>  Thu, 19 Dec 2013 01:11:52 +0100
38
39bitlbee (3.2-1.2) unstable; urgency=low
40
41  [ Cyril Brulebois ]
42  * Disable libotr support (hopefully temporarily) for the transition from
43    libotr2 to libotr5 (Closes: #711071):
44    - debian/control: Drop bitlbee-plugin-otr package.
45    - debian/rules: Adjust DH_OPTIONS handling, drop support for
46      bitlbee-plugin-otr, and pass --otr=0 to configure.
47
48  [ Antoine Beaupré ]
49  * Non-maintainer upload.
50
51 -- Antoine Beaupré <anarcat@debian.org>  Tue, 24 Sep 2013 16:04:04 +0200
52
53bitlbee (3.2-1.1) unstable; urgency=low
54
55  * Non-maintainer upload.
56  * Switch the order of (lib)gnutls-dev Build-Depends to libgnutls-dev |
57    gnutls-dev. (Closes: #698236)
58
59 -- Sebastian Ramacher <sramacher@debian.org>  Mon, 04 Mar 2013 23:52:07 +0100
60
61bitlbee (3.2-1) unstable; urgency=high
62
63  * New upstream release.
64  * Depend on gnutls-dev instead of libgnutls-dev. (Closes: #691766)
65  * Also, drop nss dependency. GnuTLS is supported officially, the rest is
66    use-at-your-own-risk (so compile it yourself).
67
68 -- Wilmer van der Gaast <wilmer@gaast.net>  Mon, 14 Jan 2013 22:34:06 +0000
69
70bitlbee (3.0.6-1) unstable; urgency=low
71
72  * New upstream release.
73
74 -- Wilmer van der Gaast <wilmer@gaast.net>  Sun, 28 Oct 2012 19:58:33 +0000
75
76bitlbee (3.0.5-1.2) unstable; urgency=low
77
78  * Non-maintainer upload.
79  * debian/bitlbee{,-dev}.postinst: Fix directory to symlink upgrade in
80    postinst. (Closes: #687865)
81
82 -- David Prévot <taffit@debian.org>  Wed, 26 Sep 2012 23:20:41 -0400
83
84bitlbee (3.0.5-1.1) unstable; urgency=low
85
86  * Non-maintainer upload.
87  * Fix "fails to install, purge, and install again":
88    remove --remove-home option from deluser call in bitlbee-common.postrm.
89    The option needs perl-modules which is not guaranteed to be there, and the
90    directory gets removed manually anyway.
91    (Closes: #681146)
92
93 -- gregor herrmann <gregoa@debian.org>  Thu, 26 Jul 2012 18:44:36 +0200
94
95bitlbee (3.0.5-1) unstable; urgency=low
96
97  * New upstream release.
98  * Full SSL certificate verification. apt-get install ca-certificates and
99    uncomment the CAfile line in bitlbee.conf to activate it.
100  * Removed some version override stuff from Debian build scripts. Instead,
101    my buildbot now uses dch to generate a changelog entry with the right
102    version number.
103
104 -- Wilmer van der Gaast <wilmer@gaast.net>  Sat, 18 Feb 2012 12:25:47 +0100
105
106bitlbee (3.0.4+bzr855-1) unstable; urgency=low
107
108  * New upstream release.
109  * This is not a vanilla 3.0.4 tree but a Bazaar snapshot. The source
110    release was a few weeks ago by now. There should be no significant
111    differences.
112  * Added bitlbee-plugin-skype and skyped packages, now part of BitlBee
113    instead of a separate package. Not building these for Debian for now
114    though since python-skype was removed.
115  * ^B and some other things are stripped in outgoing XMPP stanzas.
116    (Closes: #507856)
117  * OTR module linking fix. Not with the fix from the Debian bug but with
118    one from bugs.bitlbee.org. I hope that covers it. (Closes: #646369)
119  * Closing a few old bugs that were filed against the Debian package
120    instead of/as well as upstream:
121    - Joining password-protected MUCs is working for a while already, set
122      the password using "chan set". (Closes: #615624)
123    - "Headline:" msgs (Closes: #605459)
124    - Yahoo! was fixed long ago and Etch is deprecated. (Closes: #476529)
125    - identi.ca support is documented. (Closes: #613789)
126
127 -- Wilmer van der Gaast <wilmer@gaast.net>  Tue, 20 Dec 2011 12:46:42 +0100
128
129bitlbee (3.0.3-1.1) unstable; urgency=low
130
131  * Non-maintainer upload.
132  * Use the standard ${source:Version} and ${binary:Version} substvars instead
133    of the custom and broken ${bee:Version} (closes: #651612).
134
135 -- Julien Cristau <jcristau@debian.org>  Thu, 15 Dec 2011 20:34:32 +0100
136
137bitlbee (3.0.3-1) unstable; urgency=low
138
139  * New upstream release. (Skipped 3.0.2, sorry!)
140  * Fixes Twitter issues.
141
142 -- Wilmer van der Gaast <wilmer@gaast.net>  Tue, 14 Jun 2011 22:39:22 +0100
143
144bitlbee (3.0.1-1) unstable; urgency=low
145
146  * New upstream release.
147  * Includes changes from non-maintainer, see below. (Closes #603681)
148
149 -- Wilmer van der Gaast <wilmer@gaast.net>  Sat, 04 Dec 2010 11:50:53 +0000
150
151bitlbee (3.0-2) UNRELEASED; urgency=low
152
153  * debian/bitlbee-common.postinst: Replace 'type' with 'which' to avoid
154    bashism.
155  * debian/{*.prerm, *.postinst, *.postrm, *.config}: use set -e in the body
156    of maintainer scripts.
157  * debian/control:
158    + Corrected short description of bitlbee-plugin-otr
159    + Bumped Standards-Version to 3.9.1
160    + Added ${misc:Depends} for bitlbee & bitlbee-libpurple
161    + Moved dependency on adduser to bitlbee-common
162    + Bumped debhelper version to 6.0.7~ for dh_lintian
163  * debian/copyright: Refer to /usr/share/common-licenses/GPL-2
164  * Added lintian overrides for bitlbee & bitlbee-libpurple
165  * Explicitly set source format to 1.0
166  * debian/bitlbee-common.init:
167    + Add Short-Description header.
168    + Also stop at runlevels 0 and 6.
169
170 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>  Mon, 25 Oct 2010 16:56:24 +0200
171
172bitlbee (3.0-1) unstable; urgency=low
173
174  * A milestone upstream release. See the non-Debian changelog.
175  * Now using debhelper to improve maintainability.
176  * Added a bitlbee-libpurple package, and split off docs and stuff into
177    bitlbee-common.
178  * Added a bitlbee-plugin-otr package. (Closes: #541809)
179  * Can use IPv6 on the client side now. (Closes: #547300)
180  * Added Danish debconf translations done by Joe Dalton. (Closes: #592259)
181
182 -- Wilmer van der Gaast <wilmer@gaast.net>  Wed, 18 Aug 2010 00:53:11 +0100
183
184bitlbee (1.2.8-1) unstable; urgency=low
185
186  * New upstream version.
187
188 -- Wilmer van der Gaast <wilmer@gaast.net>  Sat, 10 Jul 2010 13:54:55 +0100
189
190bitlbee (1.2.7-1) unstable; urgency=high
191
192  * New upstream version.
193  * Fixes MSN Messenger login issues, so uploading at high priority.
194
195 -- Wilmer van der Gaast <wilmer@gaast.net>  Sat, 15 May 2010 16:15:57 +0100
196
197bitlbee (1.2.6a-1) unstable; urgency=low
198
199  * New upstream version.
200  * Native support for Twitter.
201  * Fixed /WHOIS response format. (Closes: #576120)
202  * Problems with bitlbee-skype are solved by now. (Closes: #575572)
203
204 -- Wilmer van der Gaast <wilmer@peer.gaast.net>  Tue, 20 Apr 2010 00:34:51 +0200
205
206bitlbee (1.2.5-1) unstable; urgency=low
207
208  * New upstream version.
209  * Fixed issues with server-side MSN nickname corruption. (Closes: #538756)
210  * Debconf translation fixes/additions. (Closes: #541754, #563504)
211
212 -- Wilmer van der Gaast <wilmer@gaast.net>  Wed, 17 Mar 2010 14:59:27 +0000
213
214bitlbee (1.2.4-2) unstable; urgency=low
215
216  * Merging in some changes from bzr-head:
217  * Use libresolv.so where possible. (Closes: #551775)
218  * Some include file changes that make the bitlbee-dev package useful again.
219
220 -- Wilmer van der Gaast <wilmer@gaast.net>  Thu, 19 Nov 2009 23:02:43 +0000
221
222bitlbee (1.2.4-1) unstable; urgency=low
223
224  * New upstream version.
225  * Fixed issues with Yahoo! (Closes: #536178)
226
227 -- Wilmer van der Gaast <wilmer@gaast.net>  Sat, 17 Oct 2009 18:12:45 +0100
228
229bitlbee (1.2.3-2) unstable; urgency=low
230
231  * Fixed bitblee typo in prerm (introduced by NMU 1.2.1-1.1).
232    (Closes: #531287)
233  * Fixed bitlbee.deb dep in bitlbee-dev to deal with binary NMUs.
234    (Closes: #531219)
235  * Fixed free port detection code in debian/config which was a bit limited
236    and also buggy.
237  * Removing code that edits bitlbee.conf from postinst (and chown code in
238    the init script), it's not really necessary anymore; bitlbee may only
239    still run as root if the admin doesn't read conffile diffs.
240    (Closes: #514572)
241  * No longer overwriting port number info in /etc/default/bitlbee with
242    what's in debconf. (Closes: #514148)
243  * Added notes about the above two changes to bitlbee.conf.
244
245 -- Wilmer van der Gaast <wilmer@gaast.net>  Sun, 07 Jun 2009 21:17:39 +0100
246
247bitlbee (1.2.3-1) unstable; urgency=critical
248
249  * New upstream version.
250  * Fixes another account hijacking issue. (Closes: #498159)
251  * Restored --pidfile argument to start-stop-daemon, otherwise the init
252    script fails to restart BitlBee when users are connected.
253
254 -- Wilmer van der Gaast <wilmer@gaast.net>  Sun, 07 Sep 2008 18:53:04 +0100
255
256bitlbee (1.2.2-1) unstable; urgency=critical
257
258  * New upstream version.
259  * Fixes a security issue (account hijacking), hence the high priority.
260  * Using a patch to set the User setting in bitlbee.conf properly to keep
261    upstream and Debian properly separated in my bzr tree.
262
263 -- Wilmer van der Gaast <wilmer@gaast.net>  Wed, 27 Aug 2008 23:59:50 +0100
264
265bitlbee (1.2.1-3) unstable; urgency=high
266
267  * chown /var/lib/bitlbee/*.xml to bitlbee:bitlbee to clean up after
268    1.2-5 and the bugfix in 1.2.1-2. (Closes: #495877)
269  * Moved BITLBEE_DISABLED check to only check when trying to *start*
270    the daemon. (Closes: #488611)
271
272 -- Wilmer van der Gaast <wilmer@gaast.net>  Sat, 23 Aug 2008 18:53:54 +0100
273
274bitlbee (1.2.1-2) unstable; urgency=low
275
276  * Properly set the User= line to something sensible so BitlBee won't
277    run as root anymore. 1.2-5 was a bad upload. :-( (Closes: #494656)
278
279 -- Wilmer van der Gaast <wilmer@gaast.net>  Tue, 12 Aug 2008 00:36:03 +0100
280
281bitlbee (1.2.1-1.1) unstable; urgency=low
282
283  * Non-Maintainer Upload
284  * Use invoke-rc.d as per policy. (Closes: #492637) [Thanks to Matt
285    Kraai]
286
287 -- Don Armstrong <don@debian.org>  Wed, 06 Aug 2008 06:57:18 -0700
288
289bitlbee (1.2.1-1) unstable; urgency=low
290
291  * New upstream release.
292  * Add Homepage and Vcs-Bzr fields. (From Jelmer.)
293
294 -- Wilmer van der Gaast <wilmer@gaast.net>  Thu, 26 Jun 2008 00:07:50 +0100
295
296bitlbee (1.2-5) unstable; urgency=low
297
298  * Add myself to uploaders.
299  * Bump standards version to 3.8.0.
300  * Fix FSF address.
301  * Avoid changing uid from init script. (Closes: #474589)
302
303 -- Jelmer Vernooij <jelmer@samba.org>  Mon, 16 Jun 2008 00:53:20 +0200
304
305bitlbee (1.2-4) unstable; urgency=low
306
307  * Fixed init script to use the BITLBEE_OPTS variable, not an undefined
308    DAEMON_OPT. (Closes: #474583)
309  * Added dependency information to the init script. (Closes: #472567)
310  * Added bitlbee-dev package. Patch from RISKO Gergely <risko@debian.org>
311    with some small modifications. (Closes: #473480)
312
313 -- Wilmer van der Gaast <wilmer@gaast.net>  Wed, 07 May 2008 22:40:40 -0700
314
315bitlbee (1.2-3) unstable; urgency=low
316
317  * Removed DEB_BUILD_OPTIONS again (forgot to apply that change to the 1.2
318    branch when I finished 1.0.4-2, things diverged too much anyway.)
319    Closes: #472540.
320
321 -- Wilmer van der Gaast <wilmer@gaast.net>  Mon, 24 Mar 2008 21:10:14 +0000
322
323bitlbee (1.2-2) unstable; urgency=low
324
325  * Fixed some packaging issues reported by IRC and e-mail. (Closes: #472373)
326  * Fixed proxy support. (Closes: #472395)
327  * Added a BitlBee group so only root can edit the configs and BitlBee can
328    just *read* it.
329  * Manually deleting /var/lib/bitlbee/ when purging, deluser doesn't want to
330    do it.
331
332 -- Wilmer van der Gaast <wilmer@gaast.net>  Mon, 24 Mar 2008 19:48:24 +0000
333
334bitlbee (1.2-1) unstable; urgency=low
335
336  * New upstream release. (Closes: #325017, #386914, #437515)
337  * With hopefully completely sane charset handling (Closes: #296145)
338  * Switched to the new forking daemon mode. Added /etc/default/bitlbee
339    file, an init script. People who want to stick with inetd can do so, see
340    the defaults file.
341    (Closes: #460741, #466171, #294585, #345038, #306452, #392682)
342  * Got rid of debconf Woody compatibility stuff.
343  * No more MPL code in BitlBee, thanks to the Jabber module rewrite!
344  * Added Italian translation, sorry for taking so long! (Closes: #448238)
345  * Added libevent dependency (more reliable event handling).
346  * Removed GLib 1.x dependency because BitlBee really requires GLib >=2.4.
347
348 -- Wilmer van der Gaast <wilmer@gaast.net>  Tue, 18 Mar 2008 23:44:19 +0000
349
350bitlbee (1.0.4-2) unstable; urgency=low
351
352  * Removed $DEB_BUILD_OPTIONS because apparently buildds fill it with crap.
353    (Closes: #458717)
354
355 -- Wilmer van der Gaast <wilmer@gaast.net>  Mon, 11 Feb 2008 19:15:33 +0000
356
357bitlbee (1.0.4-1) unstable; urgency=low
358
359  * New upstream release.
360  * Changed libnss-dev dependency. (Closes: #370442)
361  * Added build-indep rule to debian/rules. (Closes: #395673)
362
363 -- Wilmer van der Gaast <wilmer@gaast.net>  Wed, 29 Aug 2007 20:24:28 +0100
364
365bitlbee (1.0.3-1.3) unstable; urgency=low
366
367  * Non-maintainer upload to fix a minor error.
368  * Remove extra debian/#rules#
369
370 -- Christian Perrier <bubulle@debian.org>  Tue, 20 Feb 2007 07:49:18 +0100
371
372bitlbee (1.0.3-1.2) unstable; urgency=low
373
374  * Non-maintainer upload to fix pending l10n issues.
375  * Debconf translations:
376    - Portuguese. Closes: #386348
377
378 -- Christian Perrier <bubulle@debian.org>  Sun, 18 Feb 2007 20:23:28 +0100
379
380bitlbee (1.0.3-1.1) unstable; urgency=low
381
382  * Non-maintainer upload.
383  * debian/control: Replace netkit-inetd dependency with a versioned
384    dependency on netbase.  netbase provides the appropriate inetd
385    dependency.  Closes: #382682.
386
387 -- Roger Leigh <rleigh@debian.org>  Sun, 20 Aug 2006 17:07:02 +0100
388
389bitlbee (1.0.3-1) unstable; urgency=low
390
391  * New upstream release.
392
393 -- Wilmer van der Gaast <wilmer@gaast.net>  Sat,  8 Jul 2006 11:32:57 +0200
394
395bitlbee (1.0.2-2) unstable; urgency=low
396
397  * Added a po-debconf build-dependency, which I forgot when removing the
398    Woody hack from 1.0.2-1. (Closes: #361503)
399
400 -- Wilmer van der Gaast <wilmer@gaast.net>  Sat,  8 Apr 2006 22:09:19 +0200
401
402bitlbee (1.0.2-1) unstable; urgency=low
403
404  * New upstream release.
405  * Avoids calling update-inetd if it's unavailable. (Closes: #350463)
406  * Also using userdel instead of deluser now to avoid another bug. :-)
407  * Only creates an inetd.conf entry when installing for the first time.
408    (Closes: #349570) (This unfortunately breaks dpkg-reconfigure, but at
409    least there's a warning...)
410
411 -- Wilmer van der Gaast <wilmer@gaast.net>  Sat,  8 Apr 2006 14:17:52 +0200
412
413bitlbee (1.0.1-1) unstable; urgency=low
414
415  * New upstream release
416
417 -- Wilmer van der Gaast <wilmer@gaast.net>  Tue, 17 Jan 2006 17:26:20 +0100
418
419bitlbee (1.0-1) unstable; urgency=low
420
421  * New upstream release
422  * bitlbee has a useless Build-Depends: on debconf-2.0 (Closes:
423    #341783)
424
425 -- Wilmer van der Gaast <wilmer@gaast.net>  Mon,  5 Dec 2005 17:59:07 +0100
426
427bitlbee (0.99-1) unstable; urgency=low
428
429  * Should build on Debian GNU/kFreeBSD now. (Closes: #336965)
430  * New upstream version.
431
432 -- Wilmer van der Gaast <wilmer@gaast.net>  Thu,  3 Nov 2005 21:06:53 +0100
433
434bitlbee (0.93a-1) unstable; urgency=low
435
436  * Added Swedish and Spanish translations. (Closes: #333881, #331302)
437  * Changed debconf dependency. (Closes: #331762)
438  * Changed libgnutls dependency. (Closes: #335751)
439  * Fixed one crash-on-disconnect bug in the OSCAR module.
440
441 -- Wilmer van der Gaast <wilmer@gaast.net>  Tue,  1 Nov 2005 18:25:56 +0100
442
443bitlbee (0.92-2) unstable; urgency=low
444
445  * Added the patch that allows to connect to alternate Jabber servers.
446    Necessary for connecting to Google Talk. (Closes: #324832)
447  * Also possibly fixes some more problems with losing data when disk is
448    full.
449  * Added Vietnamese and Brazilian DebConf translations. Sorry for being
450    so late. (Closes: #297058, #313158)
451
452 -- Wilmer van der Gaast <lintux@debian.org>  Thu,  8 Sep 2005 19:55:56 +0200
453
454bitlbee (0.92-1) unstable; urgency=low
455
456  * New upstream release.
457  * Implemented support for the IRC WATCH command and got rid of the
458    IRC_MAX_ARGS limit. (Closes: #283504)
459  * Added Czech translation. (Closes: #293615)
460
461 -- Wilmer van der Gaast <lintux@debian.org>  Thu, 24 Feb 2005 17:11:32 +0100
462
463bitlbee (0.91-3) unstable; urgency=low
464
465  * Fixed a small bug in postrm which caused problems when removing/upgrading.
466
467 -- Wilmer van der Gaast <lintux@debian.org>  Sun, 10 Oct 2004 08:59:52 +0200
468
469bitlbee (0.91-2) unstable; urgency=low
470
471  * Removed the part that messes with tcpd configuration files because it
472    causes troubles for some people and because it's no problem for users
473    to edit those files by hand. (Closes: #275418)
474    When upgrading from previous versions, the bitlbee line won't be removed
475    from your tcpd conffiles. (This is only done when purging a BitlBee
476    install) You don't have to worry about BitlBee suddenly opening for the
477    whole world because of the removal of this feature.
478  * Updated German translation. (Closes: #274655)
479  * Removed the unreliable check for an existing BitlBee installation (a
480    /etc/passwd grep) and replaced it with something more reliable.
481
482 -- Wilmer van der Gaast <lintux@debian.org>  Sat,  9 Oct 2004 19:06:33 +0200
483
484bitlbee (0.91-1) unstable; urgency=low
485
486  * info-command works for Jabber connections now. (Closes: #232712)
487  * Saner code for duplicate nickname prevention. (Closes: #234285)
488  * Support for Jabber connections over SSL. (Closes: #252458)
489  * If the user chooses for noinetd.conf installation, this setting is now
490    remembered during reinstalls. (Closes: #260533)
491  * An up-to-date Japanse DebConf template. (Closes: #271091)
492
493 -- Wilmer van der Gaast <lintux@debian.org>  Sat, 25 Sep 2004 18:18:17 +0200
494
495bitlbee (0.90a-2) unstable; urgency=low
496
497  * Using libgnutls11 now. (Closes: #264740)
498  * postinst no longer appends newlines to hosts.* because grep already
499    makes sure the last line is terminated with a newline. (Closes: #253278)
500  * Added Japanese DebConf templates. (Closes: #259801)
501  * Installing BitlBee in inetd.conf is now optional. (Closes: #260533)
502
503 -- Wilmer van der Gaast <lintux@debian.org>  Mon,  6 Sep 2004 20:04:22 +0200
504
505bitlbee (0.90a-1) unstable; urgency=low
506
507  * New upstream release.
508
509 -- Wilmer van der Gaast <lintux@debian.org>  Mon, 28 Jun 2004 20:30:26 +0200
510
511bitlbee (0.90-1) unstable; urgency=low
512
513  * New upstream release.
514  * Added German DebConf translation. (Closes: #250787)
515
516 -- Wilmer van der Gaast <lintux@debian.org>  Sat, 29 May 2004 11:51:56 +0200
517
518bitlbee (0.85a-1) unstable; urgency=low
519
520  * New upstream release. This one should fix build problems on arm.
521
522 -- Wilmer van der Gaast <lintux@debian.org>  Thu, 25 Mar 2004 00:12:33 +0100
523
524bitlbee (0.85-1) unstable; urgency=low
525
526  * New upstream release.
527  * This version has a command line switch to specify alternate configuration
528    files/settings directories. (Closes: #207060)
529
530 -- Wilmer van der Gaast <lintux@debian.org>  Sat, 13 Mar 2004 22:19:35 +0100
531
532bitlbee (0.84-2) unstable; urgency=low
533
534  * Converted debconf templates to po2debconf format, without breaking
535    building on older (non-po2debconf) systems. Thanks to Martin Quinson.
536    (Closes: #205816)
537  * Added French debconf templates. Thanks to Christian Perrier.
538    (Closes: #206593)
539
540 -- Wilmer van der Gaast <lintux@debian.org>  Wed,  3 Mar 2004 21:19:12 +0100
541
542bitlbee (0.84-1) unstable; urgency=low
543
544  * New upstream release.
545
546 -- Wilmer van der Gaast <lintux@debian.org>  Fri, 13 Feb 2004 20:13:53 +0100
547
548bitlbee (0.83-2) unstable; urgency=low
549
550  * Removed libsoup dependency, BitlBee now uses libgnutls directly.
551    (Closes: #208475, #230895)
552  * Now including preprocessed documentation files to save some time on
553    slow buildd's (and fix build problems on archs without a working
554    sgmltools package).
555
556 -- Wilmer van der Gaast <lintux@debian.org>  Fri,  6 Feb 2004 01:26:27 +0100
557
558bitlbee (0.83-1) unstable; urgency=low
559
560  * Added bitlbee.conf to conffiles. Should've done that before, sorry.
561  * Sorry, still with MSN support disabled, because Debian's default
562    libsoup package won't work with BitlBee-MSN.
563
564 -- Wilmer van der Gaast <lintux@debian.org>  Wed, 31 Dec 2003 00:56:57 +0100
565
566bitlbee (0.82-1) unstable; urgency=low
567
568  * New upstream release.
569  * Disabled MSN support in the Debian version for now, because it needs
570    a patched version of libsoup. If you want MSN support, you'll have to
571    create one yourself and install a patched version of libsoup.
572
573 -- Wilmer van der Gaast <lintux@debian.org>  Fri, 31 Oct 2003 21:51:01 +0100
574
575bitlbee (0.81a-1) unstable; urgency=low
576
577  * New upstream release.
578
579 -- Wilmer van der Gaast <lintux@debian.org>  Wed, 16 Oct 2003 16:21:31 +0200
580
581bitlbee (0.81-1) unstable; urgency=low
582
583  * New upstream release.
584  * Fixes Yahoo! problems. (Closes: #213876)
585
586 -- Wilmer van der Gaast <lintux@debian.org>  Wed, 15 Oct 2003 16:00:00 +0200
587
588bitlbee (0.80-1) unstable; urgency=low
589
590  * New upstream release.
591  * preinst now unlinks the old helpfile while upgrading, see README.Debian
592    for details.
593  * 'Upgraded' to standards 3.5.9.
594  * "jabber: Non-ascii away messages not supported" patch included.
595    (Closes: #195852)
596
597 -- Wilmer van der Gaast <lintux@debian.org>  Tue, 24 Jun 2003 20:00:00 +0200
598
599bitlbee (0.74a-1) unstable; urgency=low
600
601  * This one actually does contain the bugfix 0.74 should've had.
602
603 -- Wilmer van der Gaast <lintux@debian.org>  Wed, 11 Jun 2003 13:44:01 +0200
604
605bitlbee (0.74-1) unstable; urgency=high
606
607  * Security release, fixing a little not-too-dangerous security bug.
608
609 -- Wilmer van der Gaast <lintux@debian.org>  Tue, 10 Jun 2003 22:50:19 +0200
610
611bitlbee (0.73-1) unstable; urgency=low
612
613  * New upstream release.
614
615 -- Wilmer van der Gaast <lintux@debian.org>  Sun, 13 Apr 2003 01:20:49 +0200
616
617bitlbee (0.72-2) unstable; urgency=low
618
619  * Now uses '127.0.0.1' as default for hosts.allow instead of 'localhost'.
620    (Closes: #174219)
621  * Fixed some other portability issues. (Closes: #177394)
622  * Added w3m builddep, needed for .txt documentation generation.
623  * Removed jadetex builddep because it seems not to be necessary after all.
624
625 -- Wilmer van der Gaast <lintux@debian.org>  Tue, 21 Jan 2003 01:35:46 +0100
626
627bitlbee (0.72-1) unstable; urgency=low
628
629  * BitlBee doesn't have tcpd in it anymore; external tcpd is used now.
630  * Added an examples/ directory.
631  * Fixed arm/ppc/s390 portability issue on char signedness. (Closes: #161026)
632
633 -- Wilmer van der Gaast <lintux@debian.org>  Thu, 19 Dec 2002 00:24:29 +0100
634
635bitlbee (0.71-1) unstable; urgency=low
636
637  * New upstream release.
638
639 -- Wilmer van der Gaast <lintux@debian.org>  Mon, 16 Sep 2002 01:02:09 +0200
640
641bitlbee (0.7-2) unstable; urgency=low
642
643  * Second try at a good upload.
644
645 -- Wilmer van der Gaast <lintux@debian.org>  Thu, 15 Aug 2002 20:14:54 +0200
646
647bitlbee (0.7-1) unstable; urgency=low
648
649  * First public release. (Closes: #153190)
650
651 -- Wilmer van der Gaast <lintux@debian.org>  Sat, 10 Aug 2002 04:47:07 +0200
652
653bitlbee (0.6-1) unstable; urgency=low
654
655  * Initial Release. (Testing only, not for release.)
656
657 -- Wilmer van der Gaast <lintux@debian.org>  Wed, 10 Jul 2002 11:02:28 +0200
658
Note: See TracBrowser for help on using the repository browser.