source: debian/changelog @ 1c12811

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