[imapsync] * Mon Jul 11 2011 Nick Bebout <nb at fedoraproject.org> - 1.452-1 - Added the --search option allowing

Nick Bebout nb at fedoraproject.org
Tue Jul 12 00:21:32 UTC 2011


commit 85b074f236d5c50055eccee1e04603d2e23a7fd5
Author: Nick Bebout <nb at fedoraproject.org>
Date:   Mon Jul 11 19:21:16 2011 -0500

    * Mon Jul 11 2011 Nick Bebout <nb at fedoraproject.org> - 1.452-1
    - Added the --search option allowing to select messages with the powerful IMAP SEARCH command.
    - Added IO::Socket::INET version info.
    - Bugfix. Fixed ps call to work with Solaris 10. Thanks to Daniel Rohde.
    - Kerio 7.2.0P1 success.
    - MDaemon 12.0.3 success.
    - Bugfix. Date reference to select messages with --maxdate --mindate is the beginning of imapsync run now.
    - Added PERMANENTFLAGS output with --debugflags

 .gitignore    |    1 +
 imapsync.spec |   11 ++++++++++-
 sources       |    2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6d61d45..efe0dd4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ imapsync-1.340.tgz
 /imapsync-1.422.tgz
 /imapsync-1.434.tgz
 /imapsync-1.446.tgz
+/imapsync-1.452.tgz
diff --git a/imapsync.spec b/imapsync.spec
index 6aa5d4a..a8588ec 100644
--- a/imapsync.spec
+++ b/imapsync.spec
@@ -1,6 +1,6 @@
 Name: imapsync
 Summary: Tool to migrate email between IMAP servers
-Version: 1.446
+Version: 1.452
 Release: 1%{?dist}
 License: WTFPL
 Group: Applications/Internet
@@ -57,6 +57,15 @@ rm -rf $RPM_BUILD_ROOT
 %attr(644, root, root) %{_mandir}/man1/imapsync.1*
 
 %ChangeLog
+* Mon Jul 11 2011 Nick Bebout <nb at fedoraproject.org> - 1.452-1
+- Added the --search option allowing to select messages with the powerful IMAP SEARCH command.
+- Added IO::Socket::INET version info.
+- Bugfix. Fixed ps call to work with Solaris 10. Thanks to Daniel Rohde.
+- Kerio 7.2.0P1 success.
+- MDaemon 12.0.3 success.
+- Bugfix. Date reference to select messages with --maxdate --mindate is the beginning of imapsync run now.
+- Added PERMANENTFLAGS output with --debugflags
+
 * Tue May 31 2011 Nick Bebout <nb at fedoraproject.org> - 1.446-1
 - Bugfix. Try to handle Markus bug in foldersizes() when select_msgs() returns a list of undef.
 - Check if uidexpunge is supported at the beginning of execution, not when needed.
diff --git a/sources b/sources
index bc0476d..811c674 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-316a32709daf2db07aee67f49ba2604e  imapsync-1.446.tgz
+adfb3aceee9fc4ccc862487b3bed7953  imapsync-1.452.tgz


More information about the scm-commits mailing list