From ed329b2420daac1f870e216c70a3a84edcb057d6 Mon Sep 17 00:00:00 2001 From: Stephen Gildea Date: Sat, 1 Jan 2022 20:44:15 -0800 Subject: [PATCH] Version 4.6 (IMAP support) New in xlbiff 4.6: + IMAP support added with new script "mailbox-preview" + scanCommand accepts a "rows" parameter with additional %d + xlbiff.form used by default + xlbiff.form moved to nmh's config directory, so "scan" can find it + Developers: Test logging and robustness improved + Developers: -debug output is line-buffered, not fully buffered --- NEWS | 6 +++--- configure.ac | 2 +- debian/changelog | 9 +++++++++ 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 452b548..694e2f6 100644 --- a/NEWS +++ b/NEWS @@ -5,12 +5,12 @@ History Where applicable, changes are attributed to the people who submitted the ideas and, in many cases, patches and source code. - * Version 4.6 - + IMAP support added with new script mailbox-preview + * Version 4.6 (1 Jan 2022) + + IMAP support added with new script "mailbox-preview" + scanCommand accepts a "rows" parameter with additional %d + xlbiff.form used by default + xlbiff.form moved to nmh's config directory, so "scan" can find it - + Developers: Test logging improved + + Developers: Test logging and robustness improved + Developers: -debug output is line-buffered, not fully buffered * Version 4.5.6 (28 Nov 2021) diff --git a/configure.ac b/configure.ac index 300cd3e..7ab0d3f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xlbiff], [4.5.6], [ed@edsantiago.com]) +AC_INIT([xlbiff], [4.6], [ed@edsantiago.com]) AM_INIT_AUTOMAKE(foreign) AM_MAINTAINER_MODE(enable) AC_PROG_CC diff --git a/debian/changelog b/debian/changelog index 78072d7..0d6a62e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +xlbiff (4.6-1) unstable; urgency=low + + * mailbox-preview: new script to support IMAP + * scanCommand accepts a "rows" parameter with additional %d + * xlbiff.form moved to nmh's config directory and used by default + * Developers: test logging and robustness improved + + -- Stephen Gildea Sat, 01 Jan 2022 20:18:28 -0800 + xlbiff (4.5.6-1) unstable; urgency=low * Tests use Xvfb directly, eliminating xvfb-run script