source: debian/changelog @ dd0dcac7

1.2.6a-1
Last change on this file since dd0dcac7 was dd0dcac7, checked in by Wilmer van der Gaast <wilmer@…>, at 2010-04-24T11:51:08Z

Debian package changelog entry.

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