source: debian/changelog @ c40580d

Last change on this file since c40580d was c40580d, checked in by Wilmer van der Gaast <wilmer@…>, at 2009-06-07T18:42:27Z

s/bitblee/bitlbee/ in the postinst script.

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