diff --git a/.gitignore b/.gitignore index 6344257..9f3c913 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ imapsync-1.340.tgz /imapsync-1.366.tgz /imapsync-1.398.tgz /imapsync-1.404.tgz +/imapsync-1.411-sources.tgz diff --git a/imapsync.spec b/imapsync.spec index c40b792..f57674f 100644 --- a/imapsync.spec +++ b/imapsync.spec @@ -1,12 +1,12 @@ Name: imapsync Summary: Tool to migrate email between IMAP servers -Version: 1.404 -Release: 3%{?dist} +Version: 1.411 +Release: 1%{?dist} License: WTFPL Group: Applications/Internet URL: http://fedorahosted.org/imapsync -Source0: https://fedorahosted.org/releases/i/m/%{name}-%{version}.tgz +Source0: https://fedorahosted.org/released/%{name}/%{name}-%{version}-sources.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -57,6 +57,20 @@ rm -rf $RPM_BUILD_ROOT %attr(644, root, root) %{_mandir}/man1/imapsync.1* %ChangeLog +* Sun Apr 24 2011 Nick Bebout - 1.411-1 +- Bugfix for "Folders in host2 not in host1" list when +- folders are given by --folder option or equivalent. +- The old list listed too many folders with --folder INBOX for example. +- Updated success list. +- Added --takebody option. +- Added Gimap (Gmail imap) success. +- Added IMail 11.03 [host1] success +- Made --delete2 works with --uselib or --usecache +- No longer --useuid with --fast +- Debug output with permanentflags. +- Added isync url. +- Sleep 2 seconds after foldersizes calls. + * Sat Apr 2 2011 Nick Bebout - 1.404-3 - Add dependency on Authen::NTLM diff --git a/sources b/sources index af08421..1e7a354 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -811bd0b65c17bb109de8a4cfdfea3f54 imapsync-1.404.tgz +def26732db5d74665773eea2009146e1 imapsync-1.411-sources.tgz