source: debian/changelog @ 4346c3f4

Last change on this file since 4346c3f4 was 4346c3f4, checked in by Wilmer van der Gaast <wilmer@…>, at 2010-07-16T23:31:55Z

Merging mainline.

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