From a14ea81b71803ee93de6edff9065b4bebcb2cf2e Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sun, 22 Dec 2019 00:47:15 +0530 Subject: Release version 0.2.2. * NEWS: Update news. * README.org (Download): Link to guile-email 0.2.2 tarball. * configure.ac: Bump to version 0.2.2. * releases/guile-email-0.2.2.tar.lz, releases/guile-email-0.2.2.tar.lz.asc: New files. --- NEWS | 20 ++++++++++++++++++++ README.org | 1 + configure.ac | 2 +- releases/guile-email-0.2.2.tar.lz | Bin 0 -> 181954 bytes releases/guile-email-0.2.2.tar.lz.asc | 11 +++++++++++ 5 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 releases/guile-email-0.2.2.tar.lz create mode 100644 releases/guile-email-0.2.2.tar.lz.asc diff --git a/NEWS b/NEWS index 89f18a9..4d65541 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,26 @@ Copyright © 2019 Arun Isaac Please send guile-email bug reports to guile-email@systemreboot.net +* Changes in 0.2.2 (since 0.2.1) +** Noteworthy bug fixes +*** Tolerate decoding errors in MIME encoded words +https://lists.systemreboot.net/archives/guile-email/2019/000021.html +*** Tolerate invalid charset +https://lists.systemreboot.net/archives/guile-email/2019/000024.html +*** Tolerate decoding errors in body +*** Prevent duplicate parameters in Content-Type header +*** Return Keywords header as a list +*** Handle blank Subject header +https://lists.systemreboot.net/archives/guile-email/2019/000028.html + +** Other +*** Disregard order in comparison of email headers in tests +*** Directory local variables for editing guile-email code +*** Implement custom test runner group begin and end functions +*** Support upcoming guile 3.0 +https://lists.systemreboot.net/archives/guile-email/2019/000033.html +*** Log colorized test results to stderr while running them + * Changes in 0.2.1 (since 0.2.0) ** Noteworthy bug fixes *** Tolerate non-ASCII characters in headers diff --git a/README.org b/README.org index 3c925df..4c5f5e5 100644 --- a/README.org +++ b/README.org @@ -26,6 +26,7 @@ guile-email is used by Download release tarballs. +- 2019-12-22 [[https://guile-email.systemreboot.net/releases/guile-email-0.2.2.tar.lz][guile-email-0.2.2.tar.lz]] [[https://guile-email.systemreboot.net/releases/guile-email-0.2.2.tar.lz.asc][GPG Signature]] - 2019-09-23 [[https://guile-email.systemreboot.net/releases/guile-email-0.2.1.tar.lz][guile-email-0.2.1.tar.lz]] [[https://guile-email.systemreboot.net/releases/guile-email-0.2.1.tar.lz.asc][GPG Signature]] - 2019-08-09 [[https://guile-email.systemreboot.net/releases/guile-email-0.2.0.tar.lz][guile-email-0.2.0.tar.lz]] [[https://guile-email.systemreboot.net/releases/guile-email-0.2.0.tar.lz.asc][GPG Signature]] diff --git a/configure.ac b/configure.ac index 06f752b..4b7763a 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl You should have received a copy of the GNU Affero General Public dnl License along with guile-email. If not, see dnl . -AC_INIT([guile-email], [0.2.1]) +AC_INIT([guile-email], [0.2.2]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign check-news no-dist-gzip dist-lzip]) AM_SILENT_RULES([yes]) diff --git a/releases/guile-email-0.2.2.tar.lz b/releases/guile-email-0.2.2.tar.lz new file mode 100644 index 0000000..ec29fe1 Binary files /dev/null and b/releases/guile-email-0.2.2.tar.lz differ diff --git a/releases/guile-email-0.2.2.tar.lz.asc b/releases/guile-email-0.2.2.tar.lz.asc new file mode 100644 index 0000000..2bee607 --- /dev/null +++ b/releases/guile-email-0.2.2.tar.lz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCAAdFiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAl3+b10ACgkQLiXui2GA +K7NtiAf/eIuHUshc5jytkUbYfKL/TWGO4X35X4ww0HH9E1m0CxW3fGtKi3hGaB4D +TjLpsuuk33p9Jys09TEQ8Hw/PmodcXQcU9h5iZbrtED2vrRrfUOyU2Ju0vMKJ5A9 +oj8xd7b9suoJChLT6KxCoFC6OCHl59ceE6h29RqaTYBasAVZpJIfa25O/DPQkjpg +FTIHA0Zrm7XSB6Tde0Jp4U3SWfHEjUvRZdWKJLAyJ9Yb+PFc86BWLgfmfIMPhEd4 +nKal1DiVa9vt8YIfQIZ8Gtq9y56dVFCk9/TVL0Cc6MOv6cqbOdc+Ovac252JVbAK +aWggVrUc63ez2q0WrmMGHq82AKpXXg== +=9IG6 +-----END PGP SIGNATURE----- -- cgit v1.2.3