Hello community,

here is the log from the commit of package offlineimap for openSUSE:Factory 
checked in at 2011-12-12 16:58:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/offlineimap (Old)
 and      /work/SRC/openSUSE:Factory/.offlineimap.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "offlineimap", Maintainer is "gre...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/offlineimap/offlineimap.changes  2011-09-23 
02:15:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.offlineimap.new/offlineimap.changes     
2011-12-12 17:03:24.000000000 +0100
@@ -1,0 +2,90 @@
+Sun Dec 11 15:07:52 UTC 2011 - cth...@suse.com
+
+- update to version 6.4.0 
+  * Various regression and bug fixes from the last couple of RCs
+  * Refresh server capabilities after login, so we know that Gmail
+    supports UIDPLUS (it only announces that after login, not
+    before). This prevents us from adding custom headers to Gmail uploads.
+  * Fix the creation of folders on remote repositories, which was still
+    botched on rc2.
+  * Implement per-account locking, so that it will possible to sync
+    different accounts at the same time. The old global lock is still in
+    place for backward compatibility reasons (to be able to run old and
+    new versions of OfflineImap concurrently) and will be removed in the
+    future. Starting with this version, OfflineImap will be
+    forward-compatible with the per-account locking style.
+  * Implement RFC 2595 LOGINDISABLED. Warn the user and abort when we
+    attempt a plaintext login but the server has explicitly disabled
+    plaintext logins rather than crashing.
+  * Folders will now also be automatically created on the REMOTE side of
+    an account if they exist on the local side. Use the folderfilters
+    setting on the local side to prevent some folders from migrating to
+    the remote side.  Also, if you have a nametrans setting on the remote
+    repository, you might need a nametrans setting on the local repository
+    that leads to the original name (reverse nametrans).
+  * Documentation improvements concerning 'restoreatime' and some code cleanup
+  * Maildir repositories now also respond to folderfilter= configurations.
+  * New emails are not created with "-rwxr-xr-x" but as "-rw-r--r--"
+    anymore, fixing a regression in 6.3.4.
+  * When a message upload/download fails, we do not abort the whole folder
+    synchronization, but only skip that message, informing the user at the
+    end of the sync run.
+  * If you connect via ssl and 'cert_fingerprint' is configured, we check
+    that the server certificate is actually known and identical by
+    comparing the stored sha1 fingerprint with the current one.
+  * Refactor our IMAPServer class. Background work without user-visible
+    changes.
+  * Remove the configurability of the Blinkenlights statuschar. It
+    cluttered the main configuration file for little gain.
+  * Updated bundled imaplib2 to version 2.28.
+  * We protect more robustly against asking for inexistent messages from the
+    IMAP server, when someone else deletes or moves messages while we sync.
+  * Selecting inexistent folders specified in folderincludes now throws
+    nice errors and continues to sync with all other folders rather than
+    exiting offlineimap with a traceback.
+- changes in v6.3.4
+  * Handle when UID can't be found on saved messages.
+  * Support maildir for Windows.
+  * Manual improved.
+  * Added StartTLS support, it will automatically be used if the server
+    supports it.
+  * We protect more robustly against asking for inexistent messages from the
+    IMAP server, when someone else deletes or moves messages while we sync.
+  * Implement experimental IDLE feature.
+  * Maildirs use less memory while syncing.
+  * Saving to Maildirs now checks for file existence without race conditions.
+  * A bug in the underlying imap library has been fixed that could
+    potentially lead to data loss if the server interrupted responses with
+    unexpected but legal server status responses. This would mainly occur
+    in folders with many thousands of emails. Upgrading from the previous
+    release is strongly recommended.
+  * Begin sphinx-based documentation for the code.
+  * Enable 1-way synchronization by settting a [Repository ...] to
+    readonly = True. When e.g. using offlineimap for backup purposes you
+    can thus make sure that no changes in your backup trickle back into
+    the main IMAP server.
+  * Optional: experimental SQLite-based backend for the LocalStatus
+    cache. Plain text remains the default.
+  * Start a enhanced error handling background system. This is designed to not
+    stop a whole sync process on all errors (not much used, yet).
+  * Documentation improvements: the FAQ wins new entries and add a new HACKING
+    file for developers.
+  * Lot of code cleanups.
+  * Reduced our sync logic from 4 passes to 3 passes (integrating upload of
+    "new" and "existing" messages into one function). This should result in a
+    slight speedup.
+  * No whitespace is stripped from comma-separated arguments passed via
+    the -f option.
+  * Give more detailed error when encountering a corrupt UID mapping file.
+  * Drop connection if synchronization failed. This is needed if resuming the
+    system from suspend mode gives a wrong connection.
+  * Fix the offlineimap crash when invoking debug option 'thread'.
+  * Make 'thread' command line option work.
+
+-------------------------------------------------------------------
+Sat Dec  3 13:31:54 UTC 2011 - pu...@suse.com
+
+- require python-curses to make BlinkenLights UI work out of the
+  box
+
+-------------------------------------------------------------------

Old:
----
  nicolas33-offlineimap-v6.3.3-0-g3b09695.tar.gz

New:
----
  nicolas33-offlineimap-v6.4.0-0-gc1120c9.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ offlineimap.spec ++++++
--- /var/tmp/diff_new_pack.n8spT2/_old  2011-12-12 17:03:28.000000000 +0100
+++ /var/tmp/diff_new_pack.n8spT2/_new  2011-12-12 17:03:28.000000000 +0100
@@ -16,22 +16,23 @@
 #
 
 
-
 Name:           offlineimap
-Version:        6.3.3
-Release:        1
-License:        GPLv2+
+Version:        6.4.0
+Release:        0
 Summary:        Powerful IMAP/Maildir Synchronization Tool
-Url:            http://offlineimap.org/
+License:        GPL-2.0+
 Group:          Productivity/Networking/Email/Utilities
-Source:         
https://download.github.com/nicolas33-offlineimap-v6.3.3-0-g3b09695.tar.gz
+Url:            http://offlineimap.org/
+Source:         nicolas33-offlineimap-v6.4.0-0-gc1120c9.tar.gz
 Source100:      offlineimap-rpmlintrc
 BuildRequires:  docutils
 BuildRequires:  python-devel
+BuildRequires:  python-sphinx
+Requires:       python-curses
 %py_requires
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
-%define extracted_dirname nicolas33-%{name}-cf325d5
+%define extracted_dirname nicolas33-%{name}-b1bff15
 
 %description 
 OfflineIMAP is a tool to synchronize IMAP and Maildir mailboxes which is very

++++++ nicolas33-offlineimap-v6.3.3-0-g3b09695.tar.gz -> 
nicolas33-offlineimap-v6.4.0-0-gc1120c9.tar.gz ++++++
++++ 8064 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to