Skip to content

Commit acb4277

Browse files
author
Stephen Gildea
committed
Version 4.6.4 (improved IMAP support)
1 parent e6fcc59 commit acb4277

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ History
55
Where applicable, changes are attributed to the people who submitted
66
the ideas and, in many cases, patches and source code.
77

8-
* Version 4.6.4
8+
* Version 4.6.4 (24 Jan 2023)
99
+ Set window type to Notification so it doesn't steal the focus on popup.
1010
+ Expand internal buffer to handle multi-byte characters.
1111
+ Option -debug now takes a debug level.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([xlbiff], [4.6.3], [ed@edsantiago.com])
1+
AC_INIT([xlbiff], [4.6.4], [ed@edsantiago.com])
22
AM_INIT_AUTOMAKE(foreign)
33
AM_MAINTAINER_MODE(enable)
44
AC_PROG_CC

debian/changelog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
xlbiff (4.6.4-1) unstable; urgency=low
2+
3+
* Set window type to Notification so it doesn't steal the focus on popup.
4+
* Expand internal buffer to handle multi-byte characters.
5+
* Option -debug now takes a debug level.
6+
* Handle unquoted literals in bodystructure response from IMAP server.
7+
* Handle non-fuzzy preview from recent IMAP servers.
8+
* Handle folded Subject lines.
9+
* Policy updated to 4.6.2 (no changes)
10+
11+
-- Stephen Gildea <stepheng+debian@gildea.com> Tue, 24 Jan 2023 16:41:00 -0800
12+
113
xlbiff (4.6.3-1) unstable; urgency=low
214

315
* Developers: Disable automatic runs of flaky windowing test.

0 commit comments

Comments
 (0)