From dbe2c151acbebdb6fc278d933f651a06407d410f Mon Sep 17 00:00:00 2001 From: Stephen Gildea Date: Tue, 23 Nov 2021 20:19:04 -0800 Subject: [PATCH] Version 4.5.5 (xlbiff.form does decode) New in xlbiff 4.5.5: + xlbiff.form decodes RFC 2047 (MIME-encoded) "From" and "Subject" headers + Developers: Fix three timing races in windowing test. --- NEWS | 4 ++++ configure.ac | 2 +- debian/changelog | 7 +++++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d9d044e..1bc1fda 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,10 @@ History Where applicable, changes are attributed to the people who submitted the ideas and, in many cases, patches and source code. + * Version 4.5.5 (21 Nov 2021) + + xlbiff.form decodes RFC 2047 (MIME-encoded) "From" and "Subject" headers + + Developers: Fix three timing races in windowing test. + * Version 4.5.4 (17 Nov 2021) + Developers: Add tests of the window behavior of Popup and Popdown diff --git a/configure.ac b/configure.ac index 9cf4476..7c407f2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xlbiff], [4.5.4], [ed@edsantiago.com]) +AC_INIT([xlbiff], [4.5.5], [ed@edsantiago.com]) AM_INIT_AUTOMAKE(foreign) AM_MAINTAINER_MODE(enable) AC_PROG_CC diff --git a/debian/changelog b/debian/changelog index f9f3ac2..37f5a43 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xlbiff (4.5.5-1) unstable; urgency=low + + * Decode RFC 2047 (MIME-encoded) "From" and "Subject" headers in xlbiff.form + * Tune flakiness in windowing test + + -- Stephen Gildea Sun, 21 Nov 2021 08:17:59 -0800 + xlbiff (4.5.4-2) unstable; urgency=low * procps package is needed by "windowing" test for "ps"