source: debian/changelog @ 5020ef6

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