From ea57a0ab32b0863cfa1209423a5b4c8dd195f803 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 29 Jan 2020 14:45:27 +0100 Subject: Fix version number. --- Changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 68e3267..70eea4e 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -interimap (0.5-rc) upstream; +interimap (0.5) upstream; Breaking changes: * interimap: when matching mailbox names against the 'ignore-mailbox' -- cgit v1.2.3 From 1507128fcca36093ea9f544e8a44adca5d514605 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 1 Jul 2020 21:26:23 +0200 Subject: pullimap: Also compare RFC 5322 date and envelope information in mailbox comparison tests. --- Changelog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 70eea4e..4207069 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,10 @@ +interimap (0.5.1) UNRELEASED; + + + pullimap: also compare RFC 5322 date and envelope information in + mailbox comparison tests. + + -- Guilhem Moulin Wed, 01 Jul 2020 21:24:50 +0200 + interimap (0.5) upstream; Breaking changes: -- cgit v1.2.3 From a1c089b997ebf705a9023b4f0f97327e5bd2814e Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 1 Jul 2020 22:41:28 +0200 Subject: Makefile: Major refactoring, add install and uninstall targets. Honor BUILD_DOCDIR and DESTDIR variables. Also, remove the `use lib` statement from our executables. --- Changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 4207069..6b3be44 100644 --- a/Changelog +++ b/Changelog @@ -2,6 +2,9 @@ interimap (0.5.1) UNRELEASED; + pullimap: also compare RFC 5322 date and envelope information in mailbox comparison tests. + + interimap, pullimap: remove `use lib` statement. + * Makefile: major refactoring, add install and uninstall targets, honor + BUILD_DOCDIR and DESTDIR variables. -- Guilhem Moulin Wed, 01 Jul 2020 21:24:50 +0200 -- cgit v1.2.3 From 95df46e54ce090506cdce1c54616ea849670c2db Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 2 Jul 2020 00:15:18 +0200 Subject: Prepare new release. --- Changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 6b3be44..43648d0 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -interimap (0.5.1) UNRELEASED; +interimap (0.5.1) upstream; + pullimap: also compare RFC 5322 date and envelope information in mailbox comparison tests. @@ -6,7 +6,7 @@ interimap (0.5.1) UNRELEASED; * Makefile: major refactoring, add install and uninstall targets, honor BUILD_DOCDIR and DESTDIR variables. - -- Guilhem Moulin Wed, 01 Jul 2020 21:24:50 +0200 + -- Guilhem Moulin Thu, 02 Jul 2020 00:15:03 +0200 interimap (0.5) upstream; -- cgit v1.2.3