Skip to content

Commit

Permalink
Version 4.5.5 (xlbiff.form does decode)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Stephen Gildea committed Nov 24, 2021
1 parent 3ef8a59 commit dbe2c15
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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

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.4], [[email protected]])
AC_INIT([xlbiff], [4.5.5], [[email protected]])
AM_INIT_AUTOMAKE(foreign)
AM_MAINTAINER_MODE(enable)
AC_PROG_CC
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> 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"
Expand Down

0 comments on commit dbe2c15

Please sign in to comment.