1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754
|
wmbiff (0.4.36-2) unstable; urgency=medium
[ Debian Janitor ]
* debian/changelog
- Fix day-of-week for changelog entry 0.3.7-1.
* debian/control
- Bump debhelper from old 12 to 13.
* debian/copyright
- Use spaces rather than tabs to start continuation lines.
* debian/rules
- Avoid explicitly specifying -Wl,--as-needed linker flag.
[ Doug Torrance ]
* debian/control
- Update Maintainer email address to use tracker.d.o.
- Bump Standards-Version to 4.6.0.
- Reformat using wrap-and-sort.
* debian/copyright
- Update upstream mailing list address.
* debian/menu
- Remove deprecated Debian menu file.
* debian/patches/national-encoding.patch
- New patch; convert AUTHORS from ISO-8859-1 to UTF-8.
* debian/patches/remove_security_script.patch
- Refresh.
* debian/salsa-ci.yml
- Add Salsa pipeline config file.
* debian/upstream/metadata
- Add DEP-12 upstream metadata file.
-- Doug Torrance <dtorrance@piedmont.edu> Tue, 12 Oct 2021 22:30:03 -0400
wmbiff (0.4.36-1) unstable; urgency=medium
* New upstream version 0.4.36, fixing GCC-10 FTBFS. (closes: #957937).
* Bump Standards-Version to 4.5.0.
-- Jeremy Sowden <jeremy@azazel.net> Sat, 18 Apr 2020 20:51:01 +0100
wmbiff (0.4.35-1) unstable; urgency=medium
[ Yavor Doganov ]
* debian/patches: (gnutls-detection.patch) Detect GNUTLS unconditionally
(closes: #924010).
[ Jeremy Sowden ]
* New upstream version 0.4.35
- Fixes for big-endian architectures (closes: #845081).
- TLS SNI support (closes: #917993).
* Re-enable test_wmbiff on big-endian architectures.
* Added build-dep on debhelper-compat and removed debian/compat.
* Added patch to remove security.debian.rb script (closes: #874781).
* Added myself to uploaders.
[ Andreas Metzler ]
* Drop override_dh_auto_test override, test_tlscomm works again.
* Checking DEB_HOST_ARCH_ENDIAN in debian/rules is not necessary anymore.
* Standards-Version: 4.4.0 - no changes
-- Jeremy Sowden <jeremy@azazel.net> Sun, 28 Jul 2019 12:26:11 +0100
wmbiff (0.4.33-1) unstable; urgency=medium
[ Doug Torrance ]
* New upstream release
- Handle GNUTLS_E_AGAIN (Closes: #917467).
* debian/control
- Update Vcs-* after migration to Salsa.
- Bump Standards-Version to 4.3.0.
[ Andreas Metzler ]
* [lintian] Use https in watchfile and for upstream homepage.
* Use dh v11 compat level, drop explicit b-d on dh-autoreconf.
* Set Rules-Requires-Root: no.
-- Doug Torrance <dtorrance@piedmont.edu> Fri, 01 Mar 2019 21:46:45 -0500
wmbiff (0.4.31-1) unstable; urgency=medium
* New upstream release.
- Manually copy mailbox path (Closes: #621690).
* debian/control
- Bump Standards-Version to 4.0.0.
* debian/copyright
- Use https in Format.
-- Doug Torrance <dtorrance@piedmont.edu> Sat, 24 Jun 2017 15:24:41 -0400
wmbiff (0.4.30-2) unstable; urgency=medium
* debian/rules
- Skip test_wmbiff on big endian archs; causes FTBFS.
-- Doug Torrance <dtorrance@piedmont.edu> Wed, 21 Dec 2016 04:37:26 -0500
wmbiff (0.4.30-1) unstable; urgency=medium
* New upstream release.
-- Doug Torrance <dtorrance@piedmont.edu> Thu, 01 Dec 2016 07:41:59 -0500
wmbiff (0.4.29-1) unstable; urgency=medium
* New upstream release.
- Add missing command line options to documentation (Closes: #770117).
- Call EXAMINE before STATUS (Closes: #830889).
* debian/control
- Bump Standards-Version to 3.9.8.
- Update Homepage and Vcs-Browser.
* debian/copyright
- Update Source.
* debian/rules
- Use all hardening flags.
- Append -Wl, --as-needed to LDFLAGS; fixes "useless dependency" warnings
from dpkg-shlibdeps.
- Remove nocheck option. Instead, we specify the one test that does pass
in new override_dh_auto_test target.
- Remove get-orig-source target; no longer needed.
* debian/watch
- Bump to version 4 and update download location.
-- Doug Torrance <dtorrance@piedmont.edu> Wed, 20 Jul 2016 10:54:08 -0400
wmbiff (0.4.28-2) unstable; urgency=medium
* debian/control
- Tidy up using wrap-and-sort.
- Update Vcs-* fields.
- Set Debian Window Maker Team as Maintainer; move myself to
Uploaders with updated email address.
* debian/copyright
- Update email address.
-- Doug Torrance <dtorrance@piedmont.edu> Wed, 19 Aug 2015 23:11:11 -0400
wmbiff (0.4.28-1) unstable; urgency=medium
* New upstream release.
- Fix security.debian.rb script (Closes: #525749).
- Fix connection leak (Closes: #663876).
- Allow usernames with more than 32 characters (Closes: #626393).
- Increase number of actions to 40 (Closes: #589408).
* New maintainer (Closes: #767915).
* debian/compat:
- Bump to 9.
* debian/control:
- Bump versioned dependency on debhelper to >=9.
- Bump Standards-Version to 3.9.6.
- Add ${misc:Depends} to Depends.
- Remove article from beginning of Description.
- Add Homepage and Vcs-* fields.
- Add dh-autoreconf to Build-Depends.
- Remove cdbs from Build-Depends.
- Remove Uploaders field.
- Remove references to Licq and GnomeICU support in Description.
* debian/copyright:
- Convert to machine-readable format version 1.0.
* debian/dirs:
- Remove unnecessary file.
* debian/docs:
- Remove README.licq, which no longer exists.
* debian/menu:
- Update section.
* debian/patches:
- Remove directory; patches either applied upstream or not needed because of
dh_autoreconf.
* debian/rules:
- Add get-orig-source target.
- Update to use dh and dh_autoreconf.
- Add nocheck to DEB_BUILD_OPTIONS; otherwise dh_auto_test sometimes fails.
* debian/watch:
- Bump to version 3; update with new location (Closes: #449774).
-- Doug Torrance <dtorrance@monmouthcollege.edu> Thu, 13 Nov 2014 21:48:26 -0600
wmbiff (0.4.27-2.3) unstable; urgency=medium
* Non-maintainer upload.
* 20_gnutls_set_default_priority.diff: Use gnutls_set_default_priority()
to get GnuTLS upstream's recommended default values (SSL/TLS versions,
ciphers, et al.) instead of setting local defaults using the deprecated
gnutls_cipher_set_priority/gnutls_protocol_set_priority/... functions.
This fixes transmission errors to modern systems (Closes: #759259).
(Thanks to Nye Liu for debugging the issue and finding the solution.)
-- Andreas Metzler <ametzler@debian.org> Sun, 02 Nov 2014 08:04:00 +0100
wmbiff (0.4.27-2.2) unstable; urgency=medium
* Non-maintainer upload.
* Switch to quilt v3 format.
* 15_no_more_LZO.diff: Stop trying to use gnutls LZO compression, which was
removed upstream (Closes: #638736).
* 16_gnutls_deprecated.diff: Pull parts of
4e9e018b2236e00aa591f1d5d99ec59f74475480 from upstream GIT, use
gnutls_certificate_verify_peers2() instead of
gnutls_certificate_verify_peers() (Closes: #624083).
* 10_use_pkg-config.diff/11_autoconfgenchanges.diff:
gnutls_certificate_verify_peers2() was added in gnutls 1.2.0, check for
this version in ./configure.
* Build against libgnutls28-dev/libgcrypt20-dev.
-- Andreas Metzler <ametzler@debian.org> Sat, 09 Aug 2014 15:08:24 +0200
wmbiff (0.4.27-2.1) unstable; urgency=low
* Non-maintainer upload.
* Search for gnutls with pkg-config. Required for gnutls 2.8
(Closes: #529915).
-- Andreas Metzler <ametzler@debian.org> Sat, 21 Nov 2009 18:10:40 +0100
wmbiff (0.4.27-2) unstable; urgency=low
* Use gnutls12 instead of gnutls11 (Closes: #335773).
-- Neil Spring <nspring@cs.washington.edu> Tue, 3 Jan 2006 18:03:36 -0500
wmbiff (0.4.27-1) unstable; urgency=low
* New upstream release.
- Catches if a directory name is given for a config file (Closes: #332540).
* Remove xlibs-dev (transitional package) build dependency.
* Add libxpm-dev, libx11-dev, libxext-dev build dependencies.
-- Neil Spring <nspring@cs.washington.edu> Sat, 8 Oct 2005 14:29:06 -0400
wmbiff (0.4.26-1) unstable; urgency=low
* New upstream release.
- security.debian.rb initializes properly (Closes: #256505).
-- Neil Spring <nspring@cs.washington.edu> Sun, 10 Oct 2004 17:36:10 -0700
wmbiff (0.4.25-3) unstable; urgency=low
* Update dependencies to libgcrypt11 and libgnutls11 (Closes: #263663).
-- Neil Spring <nspring@cs.washington.edu> Wed, 28 Jul 2004 23:04:10 -0700
wmbiff (0.4.25-2) unstable; urgency=low
* Fix menu entry: quote unquoted strings.
-- Neil Spring <nspring@cs.washington.edu> Sat, 26 Jun 2004 11:31:38 -0700
wmbiff (0.4.25-1) unstable; urgency=low
* New upstream release.
- Should fix a build error on s390.
-- Neil Spring <nspring@cs.washington.edu> Wed, 23 Jun 2004 15:02:38 -0700
wmbiff (0.4.24-1) unstable; urgency=low
* New upstream release.
- Uses newer gnutls: now depends on libgnutls10.
-- Neil Spring <nspring@cs.washington.edu> Tue, 22 Jun 2004 20:24:24 -0700
wmbiff (0.4.23-1) unstable; urgency=low
* New upstream release.
- Support IP addresses in IMAP paths (Closes: #242458).
-- Neil Spring <nspring@cs.washington.edu> Tue, 27 Apr 2004 17:32:36 -0700
wmbiff (0.4.22-1) unstable; urgency=low
* New upstream release.
- Only runs imap examine/search when msglst option requested, to
address bad flag handling on read-only mailboxes.
- Exits if configured ssh-askpass is not found (Closes: #239628).
-- Neil Spring <nspring@cs.washington.edu> Sat, 27 Mar 2004 16:50:01 -0800
wmbiff (0.4.21-1) unstable; urgency=low
* New upstream release.
- Prevent a hang with certain IMAP servers (Closes: #234011).
-- Neil Spring <nspring@cs.washington.edu> Sat, 21 Feb 2004 10:10:16 -0800
wmbiff (0.4.20-1) unstable; urgency=low
* New upstream release.
- Allows different mouse-click actions when a box has new mail.
* New maintainer (thanks, Jordi).
-- Neil Spring <nspring@cs.washington.edu> Thu, 1 Jan 2004 15:53:48 -0800
wmbiff (0.4.19-1) unstable; urgency=low
* New upstream release.
- Fixes an FTBFS problem in a regression test (Closes: #219787).
-- Neil Spring <nspring@cs.washington.edu> Sat, 8 Nov 2003 19:17:55 -0800
wmbiff (0.4.18-1) unstable; urgency=low
* New upstream release.
- Fixes another (unreported to the BTS) infinite loop in the IMAP/TLS code.
- Update security.debian.rb for ruby1.8 (Closes: #215122).
-- Neil Spring <nspring@cs.washington.edu> Sat, 8 Nov 2003 14:25:29 -0800
wmbiff (0.4.17-1) unstable; urgency=low
* New upstream release.
- Fixes an (unreported to the BTS) infinite loop in the TLS code.
* debian/control: Bump Standards-Version to 3.6.1.0.
* debian/copyright: Add Neil to list of authors. Whoops.
* debian/changelog: Recode to UTF-8 per new policy.
-- Jordi Mallach <jordi@debian.org> Mon, 1 Sep 2003 02:46:01 +0200
wmbiff (0.4.16-1) unstable; urgency=low
* New upstream release.
* debian/control:
- Bump gnutls build-dependency to libgnutls7-dev.
- Bump debhelper build-dependency to 4.1.0 and add cdbs.
- Bump Standards-Version to 3.5.10.0 (no changes required).
- Add Neil Spring (upstream developer) to Uploaders, as he will probably
take over this package soon.
* debian/rules: Repackage with cdbs.
-- Jordi Mallach <jordi@debian.org> Wed, 9 Jul 2003 17:27:26 +0200
wmbiff (0.4.15-1) unstable; urgency=low
* New upstream release.
- Tries to detect missconfiguration, to avoid doing bad stuff with
passwords (Closes: #182875). This can't be fixed entirely without a
configuration file format redesign, though.
- Fixes issues with -debug output (Closes: #183529).
* debian/control: Standards-Version: 3.5.9.0 (no changes).
* debian/rules: Pass DEB_BUILD_GNU_TYPE and DEB_HOST_GNU_TYPE to configure.
-- Jordi Mallach <jordi@debian.org> Mon, 31 Mar 2003 15:09:10 +0200
wmbiff (0.4.14-1) unstable; urgency=low
* New upstream release.
- Adds a method to easily restart wmbiff, to recover stale remote
mailboxes.
-- Jordi Mallach <jordi@debian.org> Fri, 14 Feb 2003 18:03:56 +0100
wmbiff (0.4.13-1) unstable; urgency=low
* New upstream release.
-- Jordi Mallach <jordi@debian.org> Tue, 28 Jan 2003 17:45:16 +0100
wmbiff (0.4.12-1) unstable; urgency=low
* New upstream release.
- Fixes parsing of -geometry option (Closes: #175220).
-- Jordi Mallach <jordi@debian.org> Sat, 4 Jan 2003 16:45:56 +0100
wmbiff (0.4.11-1) unstable; urgency=low
* New upstream release.
- Adds a checker for Debian security updates. See the NEWS file for more
information.
* debian/control:
- Suggests: ruby.
- Standards-Version: 3.5.8.0 (no changes).
-- Jordi Mallach <jordi@debian.org> Sun, 29 Dec 2002 13:28:44 +0100
wmbiff (0.4.10-1) unstable; urgency=low
* New upstream release.
- Adds an override for the certificate check introduced in 0.4.9, so
connecting to server with wrong certificates is still possible
(Closes: #172767).
- New "globalnotify" option.
* debian/compat: Define debhelper's compatibility mode here.
* debian/rules: Remove DH_COMPAT definition.
-- Jordi Mallach <jordi@debian.org> Fri, 13 Dec 2002 17:16:14 +0100
wmbiff (0.4.9-1) unstable; urgency=low
* New upstream release.
- Adds OpenBox "slit" support, or what is the same, support for
more than 5 mailboxes for capable window managers.
* debian/control: Bump gnutls minimal version to 0.5.9 in Build-Depends.
-- Jordi Mallach <jordi@debian.org> Mon, 9 Dec 2002 02:35:06 +0100
wmbiff (0.4.8-1) unstable; urgency=low
* New upstream release.
* debian/control:
- Standards-Version: 3.5.7.0.
- Change gnutls build-dep to libgnutls5-dev | libgnutls-dev.
-- Jordi Mallach <jordi@debian.org> Thu, 19 Sep 2002 12:05:03 +0200
wmbiff (0.4.7-1) unstable; urgency=low
* New upstream release.
-- Jordi Mallach <jordi@debian.org> Sun, 18 Aug 2002 23:07:23 +0200
wmbiff (0.4.6-2) unstable; urgency=low
* Recompile against libgnutls5.
* debian/control:
- Build-Depend on libgnutls-dev (>= 0.5.1-4).
- Bump debhelper build-dep to (>= 4.0.0).
* wmbiff/{gnutls-common.{c,h},tlsComm.c,Imap4Client.c}: Fix includes and
defines for gnutls 0.5. Gross hack till 0.4.7.
* configure, config.h.in: Fix for gnutls 0.5.
-- Jordi Mallach <jordi@debian.org> Thu, 15 Aug 2002 18:10:51 +0200
wmbiff (0.4.6-1) unstable; urgency=low
* New upstream release.
* debian/rules: Switch to DH_COMPAT=4.
-- Jordi Mallach <jordi@debian.org> Fri, 19 Jul 2002 22:04:37 +0200
wmbiff (0.4.5-1) unstable; urgency=low
* New upstream release.
* debian/control: Build-Depend on libgnutls-dev, libgcrypt-dev (>= 1.1.7).
-- Jordi Mallach <jordi@debian.org> Thu, 27 Jun 2002 12:21:44 +0200
wmbiff (0.4.3-2) unstable; urgency=medium
* Recompiled with libgcrypt 1.1.7 (Closes: #150068).
-- Jordi Mallach <jordi@debian.org> Sat, 15 Jun 2002 15:50:13 +0200
wmbiff (0.4.3-1) unstable; urgency=low
* New upstream release.
- IPv6 support! (really!).
- Partial custom font support.
-- Jordi Mallach <jordi@debian.org> Sun, 9 Jun 2002 03:32:05 +0200
wmbiff (0.4.2-1) unstable; urgency=low
* New upstream release.
- Disables buggy, unfinished font feature which broke the display
quite a bit.
-- Jordi Mallach <jordi@debian.org> Sat, 1 Jun 2002 21:26:18 +0200
wmbiff (0.4.1-1) unstable; urgency=low
* New upstream release.
- IPv6 support!
-- Jordi Mallach <jordi@debian.org> Sat, 1 Jun 2002 11:58:55 +0200
wmbiff (0.4.0-2) unstable; urgency=low
* debian/control: Suggests: ssh-askpass.
-- Jordi Mallach <jordi@debian.org> Wed, 8 May 2002 12:47:08 +0200
wmbiff (0.4.0-1) unstable; urgency=low
* New upstream release.
* debian/rules: Build changes, upstream is now using autoconf.
* debian/docs: Add new docs AUTHORS and FAQ.
-- Jordi Mallach <jordi@debian.org> Fri, 3 May 2002 14:06:13 +0200
wmbiff (0.3.8-3) unstable; urgency=low
* Apply patch from Neil Spring to change the semantics of the
-geometry switch, to make it standard (Closes: #142958).
-- Jordi Mallach <jordi@debian.org> Tue, 16 Apr 2002 18:19:47 +0200
wmbiff (0.3.8-2) unstable; urgency=low
* Moving to main, now that gnutls made it into ftp-master.
* debian/control: Change section to x11 (as opposed to mail,
as wmbiff is getting more and more non-mail features).
-- Jordi Mallach <jordi@debian.org> Wed, 3 Apr 2002 19:17:06 +0200
wmbiff (0.3.8-1) unstable; urgency=low
* New upstream release.
* Not moving to ftp-master yet, waiting for gnutls/gcrypt.
* debian/control: Add note about the new GnomeICU support.
-- Jordi Mallach <jordi@debian.org> Tue, 26 Mar 2002 18:15:07 +0100
wmbiff (0.3.7-3) unstable; urgency=low
* Bump Build-Depends.
-- Jordi Mallach <jordi@debian.org> Tue, 19 Feb 2002 15:11:19 +0100
wmbiff (0.3.7-2) unstable; urgency=medium
* Really recompile against gnutls3 (Closes: #132229).
* debian/control: Tighten again Build-Deps to gnutls (>> 0.3.5-3).
-- Jordi Mallach <jordi@debian.org> Sun, 17 Feb 2002 23:27:17 +0100
wmbiff (0.3.7-1) unstable; urgency=medium
* New upstream release.
- IMAP now has an alternative syntax that allows "@" in
passwords (closes: #130899).
* Recompile against fixed gnutls3 (Closes: #132229).
* wmbiff/Makefile: Correct error in install rule.
* debian/control: Promote Build-Depends to gnutls (>> 0.3.5-1).
* debian/rules:
- Tweaks to install rule for the new upstream Makefile.
- Remove manual D_B_O nostrip support, as we're using debhelper
anyway.
-- Jordi Mallach <jordi@debian.org> Fri, 08 Feb 2002 20:06:47 +0100
wmbiff (0.3.5-1) unstable; urgency=low
* New upstream release (Closes: #128863, #128865).
* debian/control: Build-Depend on gnutls (>= 0.3.2-3),
libgcrypt (>= 1.1.5-3) (Closes: #128678, #129458).
* debian/changelog: Remove emacs stuff.
-- Jordi Mallach <jordi@debian.org> Fri, 18 Jan 2002 19:28:22 +0100
wmbiff (0.3.4-2) unstable; urgency=low
* debian/control: Typo fix: s/maiboxes/mailboxes/ (Closes: #125486).
* debian/rules: Remove dh_make cruft.
-- Jordi Mallach <jordi@debian.org> Tue, 18 Dec 2001 11:50:19 +0100
wmbiff (0.3.4-1) unstable; urgency=low
* New upstream release.
* This release adds authentication protocol selection for IMAP and POP3
mailboxes (Closes: #118691).
-- Jordi Mallach <jordi@debian.org> Fri, 23 Nov 2001 17:14:11 +0100
wmbiff (0.3.3-1) unstable; urgency=low
* New upstream release.
-- Jordi Mallach <jordi@debian.org> Mon, 29 Oct 2001 15:16:05 +0100
wmbiff (0.3.2-1) unstable; urgency=low
* New upstream release.
* debian/control:
- Move to non-US.
- Build-Depend on gnutls-dev (>= 0.2.4-2) and libgcrypt-dev.
- Standards-Version: 3.5.6.0.
- Adjust description for the new mailbox types support.
* debian/docs: Add TODO.
-- Jordi Mallach <jordi@debian.org> Tue, 23 Oct 2001 20:57:17 +0200
wmbiff (0.3.1-3) unstable; urgency=low
* Rebuild with dpkg-dev 1.9.14.1.
-- Jordi Mallach <jordi@debian.org> Wed, 27 Jun 2001 21:00:06 +0200
wmbiff (0.3.1-2) unstable; urgency=low
* Add NEWS to the docs.
* debian/rules: Remove dh_testversion calls.
-- Jordi Mallach <jordi@debian.org> Wed, 27 Jun 2001 13:57:37 +0200
wmbiff (0.3.1-1) unstable; urgency=low
* New upstream release.
* debian/control: Standards-Version: 3.5.5.0.
* debian/docs: Add NEWS.
* wmbiff now uses /var/mail as mail spool dir.
-- Jordi Mallach <jordi@debian.org> Tue, 26 Jun 2001 15:00:05 +0200
wmbiff (0.3.0-1) unstable; urgency=low
* New upstream release.
* This version fixes a broken behaviour of the new parsing, which had
lost some backwards compatibility (Closes: #95849).
* debian/copyright: Update download location, new upstreams are using
SourceForge now.
-- Jordi Mallach <jordi@debian.org> Wed, 16 May 2001 12:53:30 +0200
wmbiff (0.2q1-1) unstable; urgency=low
* New upstream release.
* Patches merged upstream again.
* wmbiff/Makefile: Upstream forgot to bump the version number.
* Add two nice patches from Rob Funk <rfunk@funknet.net>:
- wmbiff/Imap4Client.c: Fix for imap servers which quote the folder
name (Closes: #95077).
- wmbiff/mboxClient.c: wmbiff only considered new mails those which
had a "N" as first flag, so "ON" messages wouldn't be shown as new
(Closes: #95128).
Thanks Rob!
* Mark Hurley sent another patch, which fixes a little issue with empty
mailboxes not updating (Closes: #94450).
-- Jordi Mallach <jordi@debian.org> Mon, 30 Apr 2001 13:46:03 +0200
wmbiff (0.2q-2) unstable; urgency=low
* wmbiff/Client.h: Undefine debugging stuff.
* wmbiff/wmbiff.c: We have 5 mailboxes, not 4 (thanks to Jorge García).
-- Jordi Mallach <jordi@debian.org> Wed, 11 Apr 2001 23:25:23 +0200
wmbiff (0.2q-1) unstable; urgency=low
* New upstream release.
* Removed new patches, applied upstream.
* wmbiff/Makefile: Fix WMBIFF_VERSION (again).
-- Jordi Mallach <jordi@debian.org> Mon, 9 Apr 2001 15:09:20 +0200
wmbiff (0.2p-1) unstable; urgency=low
* New upstream release.
* All the Debian patches have been merged upstream.
* This release introduces maildir support (Closes: #75005).
* wmbiff/Makefile: Add DESTDIR, EXTRAFLAGS and some INSTALL things,
to install manpages with proper permissions.
* debian/rules:
- Update D_B_O things for the manpages installation.
- Add DESTDIR to the install rule.
- Remove dh_installman invocation.
* debian/control: Update description for Maildir.
* debian/{wmbiff.1,wmbiffrc.5,manpages}: Remove.
-- Jordi Mallach <jordi@debian.org> Tue, 13 Mar 2001 18:21:38 +0100
wmbiff (0.2n-2) unstable; urgency=low
* Fix a major upstream bug that renders this new wmbiff unusable.
Thanks to Guillaume Morin, Jérôme Marant and Mark Hurley for their
help identifying the bug, and Jorge García <Jorge.Garcia@uv.es> for
writing a patch. Basically, the new upstream broke backwards
compatibility of wmbiffrc with Gennady's wmbiff, fixed that.
This patch also fixes wmbiff not using $MAIL or defaulting to
/var/spool/mail/$USER if no ~/.wmbiffrc is found (Closes: #87778).
* wmbiff/wmbiff.c: Update WMBIFF_VERSION to current "0.2n".
* wmbiff/{socket.c, wmbiff.c}: Remove <sys/time.h> includes.
* debian/{wmbiff.1, wmbiffrc.5}: Update for IMAP4 and Licq support.
* debian/rules: Quote around $(CFLAGS).
-- Jordi Mallach <jordi@debian.org> Thu, 1 Mar 2001 22:57:51 +0100
wmbiff (0.2n-1) unstable; urgency=low
* New upstream release, from a fork. I've been doing Google searches for
Gennady Belyakov since December 1999, when he started to be
unresponsive, without positive results. Mark Hurley just told me there
was some guy releasing new versions, so I'll use Yong-iL Joh's branch
from now on. This new version adds licq and IMAP4 support, and more.
* Reapply the patches to this new version, some of them seem to be
obsolete by upstream changes... there's no changelog, so it's a bit hard
to know.
* Apply the patches from OpenBSD's port.
* wmbiff/Makefile: Changes to install rule.
* debian/rules:
- DH_COMPAT=3 and the changes needed.
- DEB_BUILD_OPTIONS support.
- s/`pwd`/$(CURDIR).
* debian/control:
- Standards-Version: 3.5.2.0.
- Update Build-Depends for X4.
- Remove Suggests: menu.
- Update Description.
* debian/copyright: Update authors and URL.
* debian/manpages: Add for dh_installman.
-- Jordi Mallach <jordi@debian.org> Mon, 26 Feb 2001 14:47:21 +0100
wmbiff (0.2-4) unstable; urgency=low
* wmbiff/wmbiff.c:
- Add an ifdef to get rid of that stupid, annoying
debug message that bloated all our .xsession-errors files.
- Apply patch from Jorge Garcia <Jorge.Garcia@uv.es>: if a mailbox has
> 1000 messages and after a rescan less than 1000 remain, the first
character in the number display should be removed (Closes: #63048).
The patch also fixes a possible segfault when too many files are open.
* debian/control:
- Change maintainer email address.
- Add Build-Depends.
* debian/wmbiffrc.5: Add manpage for wmbiffrc.
* debian/wmbiff.1: Small modifications to reflect the new wmbiffrc.5.
* debian/rules:
- Install wmbiffrc.5.
- Revert changes to wmbiff/Makefile, all the modifications are handled
here now.
* Install the binary and manpages in /usr, and remove the "1x" suffix
to the manpage. Conforms with new Policy 3.2.0.0.
* Upload the tar.gz as well, the old one was broken.
-- Jordi Mallach <jordi@debian.org> Fri, 11 Aug 2000 04:16:03 +0200
wmbiff (0.2-3) frozen unstable; urgency=low
* debian/copyright: Fix location of common-licenses.
* Fix some errors on the manpage.
* debian/rules: Move sample.wmbiffrc to examples/.
* debian/control: Update to Standards-Version: 3.1.1.1.
* Compile against new xlib6g 3.3.6.
-- Jordi Mallach <jordi@sindominio.net> Thu, 13 Jan 2000 13:28:57 +0100
wmbiff (0.2-2) unstable; urgency=low
* Add a manpage for wmbiff. I still need to write a wmbiffrc(5)
manpage, in the meanwhile, sample.wmbiffrc file is a good start.
* Remove my second surname from the maintainer's name entry.
-- Jordi Mallach <jordi@sindominio.net> Sat, 18 Dec 1999 20:04:07 +0100
wmbiff (0.2-1) unstable; urgency=low
* New upstream release.
* (Auto)Mail fetch support added.
-- Jordi Mallach Pérez <jordi@sindominio.net> Sat, 27 Nov 1999 01:31:22 +0100
wmbiff (0.1a-1) unstable; urgency=low
* New upstream release.
* This version fixes unwanted beeps on new mail arrival.
-- Jordi Mallach Pérez <jordi@sindominio.net> Sat, 20 Nov 1999 03:10:58 +0100
wmbiff (0.1-1) unstable; urgency=low
* Initial release.
-- Jordi Mallach Pérez <jordi@sindominio.net> Thu, 18 Nov 1999 02:53:59 +0100
|