-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
3 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|