source: debian/changelog @ 73e2b69

Last change on this file since 73e2b69 was 7949d5a, checked in by Wilmer van der Gaast <wilmer@…>, at 2016-06-12T21:58:03Z

3.4.2-1 as just uploaded.

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