source: debian/changelog @ 92e90b7

1.2.3-1
Last change on this file since 92e90b7 was 92e90b7, checked in by Wilmer van der Gaast <wilmer@…>, at 2009-05-31T23:13:43Z

I never submitted 1.2.3-1 apparently.

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