source: debian/changelog @ d3b99b6

Last change on this file since d3b99b6 was d3b99b6, checked in by Jelmer Vernooij <jelmer@…>, at 2016-05-15T18:36:09Z

Fix Vcs-* control headers after migration to Git.

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