source: pkg/main/balsa/trunk/debian/changelog @ 1257

Revision 1257, 22.3 KB checked in by alanbach-guest, 6 years ago (diff)

Balsa updates

Line 
1balsa (2.3.15-parsix2) barry; urgency=low
2
3  * Sync'd with Debian
4
5 -- Alan Baghumian <alan@technotux.org>  Wed, 09 May 2007 08:53:23 +0330
6
7balsa (2.3.15-1) unstable; urgency=low
8
9  [ Alan Baghumian ]
10  * New upstream release (Closes: #419723).
11     - Use GtkPrint infrastructure if available
12     - Handle LDAP referrals
13     - Nicer citation marks
14     - Initial libnotify support
15     - IMAP BINARY support
16  * Updated relibtoolizing patch.
17  * Updated debian/rules
18     - Minor clean-ups
19     - Added --enable-threads build option
20  * Changed libgtkhtml3.8-dev build-dep to libgtkhtml3.14-dev
21  * Added libnotify-dev and libkeyutils-dev to build-deps
22  * Wrapped build-deps and deps
23  * libgtk2.0-dev requires 2.4.0 atleast
24  * debian/README.Debian
25     - Minor clean-ups
26
27 -- Alan Baghumian <alan@technotux.org>  Wed, 09 May 2007 08:33:17 +0330
28
29balsa (2.3.13-2) unstable; urgency=low
30
31  * Rebuild against libgmime-2.0-2-dev which supersedes libgmime2.1-dev.
32    (Closes: #383157)
33
34 -- Loic Minier <lool@dooz.org>  Thu, 17 Aug 2006 18:41:48 +0200
35
36balsa (2.3.13-1) unstable; urgency=low
37
38  * New upstream release.
39    - Fixed setting message size correctly. (closes: #351385)
40    - Has working help button. (closes: #320858)
41  * GOption patch obsolete. [debian/patches/00_popt_goption.patch]
42  * Update list of authors. [debian/copyright]
43  * Compile with gtksourceview. [debian/rules]
44  * Install extra mime icons. [debian/rules]
45  * Bump Standards-Version to 3.7.2. No changes needed.
46    [debian/control.in]
47  * Add Provides: imap-client. [debian/control.in]
48  * Remove Suggests: gnome-pim. [debian/control.in]
49  * Add GNOME build-deps. [debian/control.in]
50  * Update relibtoolize patch using autoconf 2.59.
51    [debian/patches/50_relibtoolize.patch]
52
53 -- Oystein Gisnas <oystein@gisnas.net>  Mon, 31 Jul 2006 11:36:55 +0200
54
55balsa (2.3.8-3) unstable; urgency=low
56
57  * debian/patches/00_popt_goption.patch:
58  - new patch from upstream CVS to replace the deprecated popt with GOption.
59    Thanks to Matt Kraai for isolating the changes. Closes: #360379.
60
61 -- Guilherme de S. Pastore <gpastore@debian.org>  Wed, 26 Apr 2006 00:10:23 -0300
62
63balsa (2.3.8-2) unstable; urgency=low
64
65  * Rebuild against GtkHTML 3.8.
66
67 -- Andrew Lau <netsnipe@users.sourceforge.net>  Tue, 10 Jan 2006 19:47:41 +1100
68
69balsa (2.3.8-1) unstable; urgency=low
70
71  [ Andrew Lau ]
72  * New upstream release.
73    - GtkSpell support.
74    - X-Face support.
75    - Patches merged: 00_piping-fix.patch
76  * [debian/rules]:
77    - Revert usage of ld's --as-needed option.
78  * Debian Standards-Version: 3.6.2.2
79  * Debhelper compatibility: 5
80
81  [ Loic Minier ]
82  * Relibtoolize.
83
84 -- Loic Minier <lool@dooz.org>  Sun,  8 Jan 2006 17:10:12 +0100
85
86balsa (2.3.4-3+b1) unstable; urgency=low
87
88  * Binary-only non-maintainer upload for i386; no source changes.
89  * Rebuild against libssl0.9.8 (>= 0.9.8a-1) to get the symbol-versioned lib
90
91 -- Debian/i386 Build Daemon <buildd_i386-cyberhq>  Mon, 28 Nov 2005 02:39:55 -0800
92
93balsa (2.3.4-3) unstable; urgency=low
94
95  * Rebuild against openssl >= 0.9.8-1 for the new soname (libssl0.9.8).
96    [debian/control.in, debian/control]
97  * Revert the build-dep version bump of 2.3.4-2 and build-depend on the older
98    pspell (>= 0.50).
99    [debian/control.in, debian/control]
100  * Fix formatting of changelog.
101
102 -- Loic Minier <lool@dooz.org>  Sat,  8 Oct 2005 15:10:24 +0200
103
104balsa (2.3.4-2) unstable; urgency=medium
105
106  * CXX transition:
107    - Rebuild against libpspell-dev (>= 0.60.3-3) to support libaspell15c2.
108  * Add dependency on gnome-icon-theme.
109
110 -- Andrew Lau <netsnipe@users.sourceforge.net>  Sun, 17 Jul 2005 01:02:35 +1000
111
112balsa (2.3.4-1) unstable; urgency=medium
113
114  * New upstream release.
115    - Possible buffer overflow in IMAP code fixed.
116    - Default to TrueType fonts for printing.
117      (closes: #202579)
118    - FHS compliance: /var/mail
119      (closes: #310488)
120    - Patches merged: 00_openpgp-decrypt.patch, 01_date-utf8.patch,
121                      02_address-book-ldap.patch
122  * Debian Standards-Version to 3.6.2
123  * Rebuild against GtkHTML 3.6.
124  * Fix "pipe through" feature.
125    + [debian/patches/00_piping-fix.patch]
126
127 -- Andrew Lau <netsnipe@users.sourceforge.net>  Sat,  9 Jul 2005 00:21:23 +1000
128
129balsa (2.3.3-1) unstable; urgency=low
130
131  * New upstream release.
132    - SQLite 3.x support.
133    - Safely handle unreadable /etc/mailname file.
134      (closes: #312083)
135    - Patches merged: 00_extern_addrbook.patch, 01_imap-folders.patch
136  * Fix decryption of mutlipart and inline OpenPGP messages (RFC 2440/3156).
137    + [debian/patches/00_openpgp-decrypt.patch]
138  * Convert the formatted date from the locale charset to UTF-8
139    + [debian/patches/01_date-utf8.patch]
140  * Add missing include for i18n.h to address-book-ldap.c
141    + [debian/patches/02_address-book-ldap.patch]
142  * [debian/rules]:
143    - Record compile-time dependency versions using dh_buildinfo
144
145 -- Andrew Lau <netsnipe@users.sourceforge.net>  Thu,  9 Jun 2005 03:57:40 +1000
146
147balsa (2.3.2-2) unstable; urgency=medium
148
149  * Fix IMAP folder scanning segfault on 64-bit platforms.
150    + [debian/patches/01_imap-folders.patch]
151
152 -- Andrew Lau <netsnipe@users.sourceforge.net>  Sat,  4 Jun 2005 00:27:02 +1000
153
154balsa (2.3.2-1) unstable; urgency=low
155
156  * New upstream release.
157    - Improved manpage.
158      (closes: #269787)
159      Thanks: Siward de Groot <siward@wanadoo.nl>
160    - Little Brother Database support fixed.
161      (closes: #306556)
162    - New preference manager and configuration file format.
163      See README.Debian for upgrade notes.
164    - Patch merged: 00_druid_init.patch
165  * Properly auto-expand multi-address contacts in external addressbooks.
166    + [debian/patches/00_extern_addrbook.patch]
167      CVS: libbalsa/address-book-extern.c (r1.17)
168
169 -- Andrew Lau <netsnipe@users.sourceforge.net>  Fri, 13 May 2005 23:45:36 +1000
170
171balsa (2.3.0-2sarge1) testing; urgency=medium
172
173  * Backport fixes from Balsa 2.3.1 and 2.3.2 for Debian "Sarge"
174    + [debian/patches/01_extern_addrbook.patch]:
175      - Re-enables external address books in the UI.
176        (closes: #306553)
177      - Fixes segfaults caused by accessing them.
178        (closes: #306556)
179    + [debian/patches/02_improved_manpage.patch]
180      - Backported updated manpage from 2.3.2.
181        Thanks: Siward de Groot <siward@wanadoo.nl>
182        (closes: #269787)
183    + [debian/patches/03_restored_icon.patch]
184      - One line fix to restore window manager icon.
185        (closes: #298579)
186
187 -- Andrew Lau <netsnipe@users.sourceforge.net>  Thu, 12 May 2005 23:41:01 +1000
188
189balsa (2.3.1-1) unstable; urgency=medium
190
191  * New upstream release.
192    - Window Manager icon now displaying.
193      (closes: #298579)
194    - External address book support fixed.
195      (closes: #306553)
196    - Patch merged: 00_filters.patch
197  * Fixed new user initialisation segfault.
198    + [debian/patches/00_druid.patch]
199      CVS: libinit_balsa/balsa-druid-page-user.c (r1.2)
200
201 -- Andrew Lau <netsnipe@users.sourceforge.net>  Tue,  3 May 2005 16:41:49 +1000
202
203balsa (2.3.0-2) unstable; urgency=medium
204
205  * Correct bugs in filters code.
206    + [debian/patches/00_filters.patch]
207      CVS: libbalsa/mailbox_local.c (r1.132)
208  * [debian/README.Debian]:
209    - Provide new URL for Albrecht Dreß's "Secure Mail with Balsa" HOWTO
210  * [debian/rules]:
211    - Deflate dependencies via ld's --as-needed option.
212      Thanks: Jeff Waugh <jdub@gnome.org>
213    - Disable gtk-update-icon-cache for now.
214      (closes: #298181)
215
216 -- Andrew Lau <netsnipe@users.sourceforge.net>  Tue,  1 Mar 2005 02:36:14 +1100
217
218balsa (2.3.0-1) unstable; urgency=low
219
220  * New upstream release.
221    - New address completion widget.
222      (closes: #290642, #293305)
223    - Patch merged: 00_configure-smime.patch
224
225 -- Andrew Lau <netsnipe@users.sourceforge.net>  Sat, 26 Feb 2005 15:16:33 +1100
226
227balsa (2.2.6-1) unstable; urgency=low
228
229  * New upstream release.
230    - Mailbox counters fixed
231      (closes: #278617)
232    - Windows-125x codesets included in list of fallback encodings.
233      (closes: #248827)
234  * S/MIME support disabled due to requirement of alpha version (1.9) of GnuPG.
235
236 -- Andrew Lau <netsnipe@users.sourceforge.net>  Sun, 21 Nov 2004 15:36:42 +1100
237
238balsa (2.2.5-2) unstable; urgency=medium
239
240  * Rebuild against GtkHTML 3.2.
241    (closes: #270881)
242
243 -- Andrew Lau <netsnipe@users.sourceforge.net>  Thu,  7 Oct 2004 03:01:15 +1000
244
245balsa (2.2.5-1) unstable; urgency=medium
246
247   * New upstream release.
248    - GnuPG support fully functional again.
249      (closes: #272189)
250
251 -- Andrew Lau <netsnipe@users.sourceforge.net>  Sun,  3 Oct 2004 20:47:39 +1000
252
253balsa (2.2.4-1) unstable; urgency=low
254
255  * New upstream release.
256    - IMAP password quering code cleanup
257      (closes: #267949)
258    - Patch merged: 00_64-bit.patch
259  * GPE Palmtop Environment address book support enabled.
260
261 -- Andrew Lau <netsnipe@users.sourceforge.net>  Sun, 29 Aug 2004 01:13:23 +1000
262
263balsa (2.2.3-1) unstable; urgency=low
264
265  * New upstream release.
266  * Fix build failures on 64-bit platforms.
267    Thanks: Andreas Jochens <aj@andaco.de>
268    - Patch: 00_64-bit.patch
269      (closes: #266298)
270
271 -- Andrew Lau <netsnipe@users.sourceforge.net>  Wed, 18 Aug 2004 00:09:26 +1000
272
273balsa (2.2.2-1) unstable; urgency=low
274
275  * New upstream stable branch release.
276    (closes: #248556)
277    Bugs fixed:
278    - eSMTP library interaction
279      (closes: #191846)
280    - Attachment window
281      (closes: #193960)
282    - GPG handling
283      (closes: #207533)
284    - Patches merged: 00_rfc3156_2004-03-31.patch
285  * Rebuilt using gcrypt11/gnutls11.
286    (closes: #264412, #264746)
287  * GtkHTML 3.1 and GMime 2.1 support.
288
289 -- Andrew Lau <netsnipe@users.sourceforge.net>  Sun, 15 Aug 2004 01:08:49 +1000
290
291balsa (2.0.18-1) testing; urgency=medium
292
293  * New upstream release.
294    - Last release of the Balsa 2.0 stable branch
295    - Patches merged: 00_rfc3156_2004-03-31.patch
296  * Rebuild against libgnutls11.
297  * Uploading to testing as 2.0.17-2 was effectively a prerelease of this new
298    version.
299
300 -- Andrew Lau <netsnipe@users.sourceforge.net>  Sat, 28 Aug 2004 23:57:49 +1000
301
302balsa (2.0.17-2) unstable; urgency=low
303
304  * Balsa doesn't seem to support GtkHTML 3.1 for HTML emails yet -- reverted
305    to 3.0.
306  * Added libgail-dev to Depends.
307
308 -- Andrew Lau <netsnipe@users.sourceforge.net>  Thu, 29 Apr 2004 18:02:25 +1000
309
310balsa (2.0.17-1) unstable; urgency=low
311
312  * New upstream release.
313  * Patches applied: 00_rfc3156_2004-03-31.patch
314    - GPGME interaction fixes.
315      Thanks: Albrecht Dreß <albrecht.dress@arcor.de>
316      (closes: #242874, #244584)
317
318 -- Andrew Lau <netsnipe@users.sourceforge.net>  Wed, 21 Apr 2004 23:38:27 +1000
319
320balsa (2.0.16-2) unstable; urgency=medium
321
322  * GNOME team upload.
323  * [debian/control.in] Bumped libgtkhtml build dependency and rebuild against
324    current libgtkhtml to get an installable package.
325    (closes: #244006, #243263)
326  * [debian/patches/00_autogen.patch] Updated to cut down on library
327    dependencies.
328  * [debian/menu] Quote values.
329
330 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Fri, 16 Apr 2004 19:31:56 +0200
331
332balsa (2.0.16-1) unstable; urgency=low
333
334  * New upstream release.
335    - GtkHTML 3.0 support allows for HTML email printing.
336      (closes: #180899)
337    - Displays UTF-8 hint if charset doesn't match input method.
338      (closes: #202578)
339    - Delete button in "Message from..." deletes the open message.
340      (closes: #213736)
341    - IMAP synchronization button in toolbar.
342      (closes: #215941)
343    - GPGME support upgraded.
344      (closes: #221605)
345  * Patches applied
346    - 00_autogen.patch: work around -pthread linking build failures.
347
348 -- Andrew Lau <netsnipe@users.sourceforge.net>  Tue, 20 Jan 2004 20:02:44 +1100
349
350balsa (2.0.15-1) unstable; urgency=low
351
352  * New upstream release.
353
354 -- Andrew Lau <netsnipe@users.sourceforge.net>  Mon, 29 Sep 2003 15:59:00 +1000
355
356balsa (2.0.14-1) unstable; urgency=low
357
358  * New upstream release.
359  * Debian Standards-Version: 3.6.1
360
361 -- Andrew Lau <netsnipe@users.sourceforge.net>  Wed, 27 Aug 2003 02:05:22 +1000
362
363balsa (2.0.13-1) unstable; urgency=low
364
365  * New upstream release.
366    - Window Manager icon now displaying.
367      (closes: #193994)
368    - Config not found warning removed.
369      (closes: #194673)
370    - Saves and restores printing settings between sessions.
371      (closes: #200426)
372    - README now notes that GnuPG passphrase with national characters must be
373      UTF-8 encoded.
374      (closes: #201092)
375    - Fixed password prompt crash on POP3 startup check.
376      (closes: #201124)
377    - External editor now selected in GNOME's Control Center.
378      (closes: #202461)
379    - Timestamps now default to user's locale.
380      (closes: #202580)
381  * Debian Standards-Version: 3.6.0
382
383 -- Andrew Lau <netsnipe@debianplanet.org>  Tue, 29 Jul 2003 01:04:10 +1000
384
385balsa (2.0.12-1) unstable; urgency=low
386
387  *  New upstream release.
388     - Nested Maildir folder support.
389       (closes: #175067)
390     - Verbose SMTP error diagnostics.
391       (closes: #191848)
392     - Opening IMAP inbox on startup crash fixed.
393       (closes: #191853)
394  *  Switch from Debhelper to Common Build System.
395
396 -- Andrew Lau <netsnipe@debianplanet.org>  Mon,  7 Jul 2003 19:57:52 +1000
397
398balsa (2.0.11-1) unstable; urgency=low
399
400  * New upstream release.
401    - Fixed broken image links in help.
402      (closes: #189046)
403    - Copy and pasting of headers enabled.
404      (closes: #193537)
405  * Standards-Version: 3.5.10
406  * Added scrollkeeper to dependencies.
407    (closes: #191233)
408
409 -- Andrew Lau <netsnipe@debianplanet.org>  Sun, 18 May 2003 17:35:09 +1000
410
411balsa (2.0.10-1) unstable; urgency=low
412
413  * New upstream release.
414    - Wrapping cleanups.
415      (closes: #103400)
416    - Large set of user interface fixes.
417      (closes: #180651)
418  * Debian Standards-Version: 3.5.9
419  * Enabled experimental GnuPG Made Easy (GPGME) support.
420
421 -- Andrew Lau <netsnipe@debianplanet.org>  Fri, 28 Mar 2003 01:17:53 +1100
422
423balsa (2.0.9-1) unstable; urgency=low
424
425  * New upstream release.
426  * Fixes to $(DEB_BUILD_OPTIONS) handling.
427
428 -- Andrew Lau <netsnipe@debianplanet.org>  Tue, 25 Feb 2003 15:57:49 +1100
429
430balsa (2.0.8-1) unstable; urgency=low
431
432  * New upstream release.
433
434 -- Andrew Lau <netsnipe@debianplanet.org>  Mon, 17 Feb 2003 23:08:45 +1100
435
436balsa (2.0.7-1) unstable; urgency=low
437
438  * New upstream release.
439    - Handles IMAP usernames containing metacharacters.
440      (closes: #179092)
441
442 -- Andrew Lau <netsnipe@debianplanet.org>  Mon, 10 Feb 2003 21:29:26 +1100
443
444balsa (2.0.6-1) unstable; urgency=low
445
446  * New upstream release.
447    - Now handles drop-down lists in HTML emails.
448      (closes: #175909)
449    - Improved Norwegian character support.
450      (closes: #176010)
451
452 -- Andrew Lau <netsnipe@debianplanet.org>  Thu, 30 Jan 2003 17:08:32 +1100
453
454balsa (2.0.5-2) unstable; urgency=low
455
456  * New maintainer for Balsa. Many thanks to the previous maintainers:
457    - Jules Bean <jules@debian.org>
458    - Ole J. Tetlie <olet@debian.org>
459    - Stuart Parmenter <pavlov@balsa.net>
460    - Martin Schulze <joey@infodrom.org> (Security NMUs).
461  * Rebuild with pspell 0.12.2-6 which supports aspell 0.5.
462  * Rebuild with GNOME 2.2 printing libraries.
463  * Suggests ca-certificates
464    (closes: #175406).
465  * Fixed incorrect client TLS cert path in README
466    (closes: #175407).
467
468 -- Andrew Lau <netsnipe@debianplanet.org>  Sat, 18 Jan 2003 15:00:55 +1100
469
470balsa (2.0.5-1) unstable; urgency=low
471
472  * New upstream version
473    - Czech language support added
474      (closes: #159737)
475    - Signature path now parses ~ as $HOME
476      (closes: #172025)
477    - Removed invalid help button.
478      (closes: #175223)
479
480 -- Andrew Lau <netsnipe@debianplanet.org>  Sun,  5 Jan 2003 17:00:29 +1100
481
482balsa (2.0.4-0.1) unstable; urgency=low
483
484  * Non-maintainer upload.
485    (closes: #126058, #156296)
486  * OpenSSL exclusion clause now provided by upstream.
487  * debian/* rewritten from scratch.
488    (closes: #132768, #148629, #172490)
489  * Due to aspell .deb version lag (0.33 vs. 0.5), build against
490    deprecated pspell instead.
491
492 -- Andrew Lau <netsnipe@debianplanet.org>  Wed, 25 Dec 2002 01:50:34 +1100
493
494balsa (1.2.4-2.2) stable-security; urgency=high
495
496  * Non-maintainer upload by the Security Team
497  * Added special detection routine for big/little endianess on MIPS since
498    the line "byteorder : {big|little} endian" from /proc/cpuinfo was
499    removed as of Linux 2.4.20, resulting in the mips and mipsel buildd
500    being unable to build this package.
501
502 -- Martin Schulze <joey@infodrom.org>  Fri,  2 May 2003 07:22:34 +0200
503
504balsa (1.2.4-2.1) stable-security; urgency=high
505
506  * Non-maintainer upload by the Security Team
507  * Applied patch from Mutt to fix off-by-one buffer overflow as found by
508    Byrial Jensen <byrial@image.dk> (libmutt/imap/util.c, CAN-2003-0167,
509    DSA 274)
510
511 -- Martin Schulze <joey@infodrom.org>  Thu,  1 May 2003 17:45:57 +0200
512
513balsa (1.2.4-2) unstable; urgency=low
514
515  * Another library recompile.  Closes:#131683
516  * The new libspell-dev should sort out the port compilation probs
517
518 -- Jules Bean <jules@debian.org>  Fri,  1 Feb 2002 21:12:59 +0000
519
520balsa (1.2.4-1) unstable; urgency=low
521
522  * New upstream version (mainly bugfixes)
523  * Fixes IMAP password issues (closes:#112067)
524  * Remove duplicate Build-Dep (closes:#129218)
525  * Provide mail-reader (closes:#129108)
526  * Remove Depends: on gnome-pim
527  * I plan to keep tracking 1.2.x not 1.3.x for the woody release.
528
529 -- Jules Bean <jules@debian.org>  Tue, 22 Jan 2002 09:11:55 +0000
530
531balsa (1.2.3-2) unstable; urgency=low
532
533  * How I love to do the GNOME libraries dance! closes:#124116
534
535 -- Jules Bean <jules@debian.org>  Fri, 21 Dec 2001 08:18:35 +0000
536
537balsa (1.2.3-1) unstable; urgency=low
538
539  * New upstream version, closes:#118779
540  * Replaces early gnome-panel-data, closes:#117042
541
542 -- Jules Bean <jules@pear.presence.net.uk>  Wed, 21 Nov 2001 21:27:08 +0000
543
544balsa (1.2.1-3) unstable; urgency=low
545
546  * Recompile against new libraries, closes:#119168
547
548 -- Jules Bean <jules@debian.org>  Tue, 13 Nov 2001 19:27:47 +0000
549
550balsa (1.2.1-2) unstable; urgency=low
551
552  * Recompile against new libraries, closes:#117333
553
554 -- Jules Bean <jules@debian.org>  Tue, 30 Oct 2001 08:43:40 +0000
555
556balsa (1.2.1-1) unstable; urgency=low
557
558  * New upstream version (yay!).  Highlights include new icons, more D&D
559    support, forwarding as attachments, and format=flowed wrapping.
560
561 -- Jules Bean <jules@debian.org>  Mon, 22 Oct 2001 19:33:51 +0100
562
563balsa (1.2.0-2) unstable; urgency=low
564
565  * Fix compilation on certain new(ish) archs by updating config.guess and
566    config.sub, thanks to James Troup (Closes:#115025)
567  * Recompile against new libraries (*sigh* Closes:#115134)
568
569 -- Jules Bean <jules@debian.org>  Wed, 17 Oct 2001 17:58:51 +0100
570
571balsa (1.2.0-1) unstable; urgency=low
572
573  * New upstream version.
574
575 -- Jules Bean <jules@debian.org>  Thu, 20 Sep 2001 09:04:51 +0100
576
577balsa (1.1.7+1.2pre3-2) unstable; urgency=low
578
579  * Recompile against new libraries. Closes:#111482
580
581 -- Jules Bean <jules@debian.org>  Thu,  6 Sep 2001 21:41:21 +0100
582
583balsa (1.1.7+1.2pre3-1) unstable; urgency=low
584
585  * New upstream version 1.2pre3.
586
587 -- Jules Bean <jules@debian.org>  Fri, 31 Aug 2001 14:31:44 +0100
588
589balsa (1.1.7-4) unstable; urgency=low
590
591  * Remove errant CFLAGS override which probably stops build working,
592    which hopefully closes the bug #107016. Required minor patch to make
593    main.c compile, many thanks to christophe barbe.
594  * Compile with --enable-ldap (closes:#107131). Note to self: this
595    introduced a bogus build-depends on libsasl-dev (please read bug
596    #96957 to partly understand why)
597
598 -- Jules Bean <jules@debian.org>  Thu, 30 Aug 2001 20:18:19 +0100
599
600balsa (1.1.7-3) unstable; urgency=low
601
602  * Rebuild against up-to-date libraries
603
604 -- Jules Bean <jules@debian.org>  Thu, 23 Aug 2001 10:30:47 +0100
605
606balsa (1.1.7-2) unstable; urgency=low
607
608  * Build-depend on libltdl3-dev and flex (closes:#106902)
609
610 -- Jules Bean <jules@debian.org>  Sat, 28 Jul 2001 18:19:14 +0100
611
612balsa (1.1.7-1) unstable; urgency=low
613
614  * New upstream version (Closes:#79440,#78051,#83975,#83982,#58726, #95726)
615  * Highlights include threaded message view and better IMAP support.
616  * no more depends on libtdl (closes: #98110)
617  * added build-depends (closes: #102770, #70149)
618  * no longer kills dpkg (closes: #93917)
619  * Josselin Mouette reported that #101052 is closed (closes: #101052)
620  * Added dep to gnome-pim (Closes:#74149)
621  * Close some very old (and some less old) bug reports which are
622      (I truly hope) no longer present:
623      (Closes:#55509,#60808,#62839,#69835,#71893,#69780,#75989)
624  * Add menu hints (Closes:#80008)
625  * added --enable-gtkhtml (closes: #57525)
626  * cut'n'paste possible (closes: #58726, #60322, #71873)
627  * mailbox list is updated (closes: #101137)
628  * added suggests: aspell | ispell (closes: #97858)
629  * console errors messages should be disappeared (closes: #83975)
630  * typo fixed (closes: #83982)
631
632 -- Jules Bean <jules@debian.org>  Thu, 26 Jul 2001 21:55:14 +0100
633
634balsa (0.9.5-1.0.pre5-1) unstable; urgency=low
635
636  * New upstream version
637  * Many upstream improvements, see changelog.
638
639 -- Jules Bean <jules@debian.org>  Thu,  9 Nov 2000 21:34:44 +0000
640
641balsa (0.8.1-2) unstable; urgency=low
642
643  * Recompile removing broken dependency on the helix version of
644    gdk-imlib1 (sorry!)
645  * Still some problems with the POP code; POP users may be best advised
646    to use fetchmail and then use balsa as if with local mail.
647
648 -- Jules Bean <jules@debian.org>  Fri, 25 Aug 2000 10:53:42 +0100
649
650balsa (0.8.1-1) unstable; urgency=low
651
652  * New upstream (long overdue!)
653
654 -- Jules Bean <jules@debian.org>  Sun, 13 Aug 2000 19:39:51 +0100
655
656balsa (0.6.0-1) unstable; urgency=low
657
658  * New upstream
659  * New maintainer
660  * Many upstream changes, check the changelog.
661  * Built with --enable-threads, please report any bugs!
662
663 -- Jules Bean <jules@debian.org>  Wed, 22 Dec 1999 18:52:38 +0000
664
665Balsa (0.5.0-1) frozen unstable; urgency=high
666
667  * New upstream.
668  * Many problems fixed.
669
670 -- Stuart Parmenter <pavlov@balsa.net>  Sun, 26 Sep 1999 14:17:31 -0700
671
672balsa (0.4.9.5-1) frozen unstable; urgency=high
673
674  * New upstream.
675  * Many problems fixed.
676
677 -- Stuart Parmenter <pavlov@pavlov.net>  Tue, 20 Apr 1999 22:42:13 +0200
678
679balsa (0.4.6.2-1) frozen unstable; urgency=low
680
681  * Cleans up .deps and some config files in the clean target
682  * Upstream bugfix only release. Fixes a bug that makes it
683    impossible to start balsa without a valid ~/.balsa.
684
685 -- Ole J. Tetlie <olet@debian.org>  Sat, 17 Oct 1998 22:42:13 +0200
686
687balsa (0.4.6-1) unstable; urgency=low
688
689  * New upstream.
690
691 -- Ole J. Tetlie <olet@debian.org>  Thu, 15 Oct 1998 21:18:14 +0200
692
693balsa (0.4.5-1) unstable; urgency=low
694
695  * New upstream release.
696
697 -- Stuart Parmenter <pavlov@innerx.net>  Sun, 23 Aug 1998 14:21:12 -0400
698
699balsa (0.4.0-1) unstable; urgency=low
700
701  * Initial Release.
702
703 -- Stuart Parmenter <pavlov@innerx.net>  Mon, 03 Aug 1998 21:24:58 -0400
Note: See TracBrowser for help on using the repository browser.