Skip to content

Commit

Permalink
Version 4.6 (IMAP support)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Stephen Gildea committed Jan 2, 2022
1 parent 874ad4a commit ed329b2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
6 changes: 3 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([xlbiff], [4.5.6], [[email protected]])
AC_INIT([xlbiff], [4.6], [[email protected]])
AM_INIT_AUTOMAKE(foreign)
AM_MAINTAINER_MODE(enable)
AC_PROG_CC
Expand Down
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Sat, 01 Jan 2022 20:18:28 -0800

xlbiff (4.5.6-1) unstable; urgency=low

* Tests use Xvfb directly, eliminating xvfb-run script
Expand Down

0 comments on commit ed329b2

Please sign in to comment.