source: debian/changelog @ bc37983

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