Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Dec 2011 19:38:15 +0000 (UTC)
From:      Eygene Ryabinkin <rea@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/mail/offlineimap Makefile distinfo ports/mail/offlineimap/files patch-docs-MANUAL.rst
Message-ID:  <201112031938.pB3JcFoC053960@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rea         2011-12-03 19:38:15 UTC

  FreeBSD ports repository

  Modified files:
    mail/offlineimap     Makefile distinfo 
  Removed files:
    mail/offlineimap/files patch-docs-MANUAL.rst 
  Log:
  mail/offlineimap: upgrade to 6.4.0
  
  Changelog since 6.3.4:
  {{{
  OfflineIMAP v6.4.0 (2011-09-29)
  
  This is the first stable release to support the forward-compatible
  per-account locks and remote folder creation that has been introduced
  in the 6.3.5 series.
  
   - Various regression and bug fixes from the last couple of RCs
  
  OfflineIMAP v6.3.5-rc3 (2011-09-21)
  Changes
  
   - 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.
  
  Bug Fixes
  
   - Fix the creation of folders on remote repositories, which was still
     botched on rc2.
  
  OfflineIMAP v6.3.5-rc2 (2011-09-19)
  New Features
  
   - 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).
  
  Changes
  
   - Documentation improvements concerning 'restoreatime' and some code
     cleanup
  
   - Maildir repositories now also respond to folderfilter=
     configurations.
  
  Bug Fixes
  
   - New emails are not created with "-rwxr-xr-x" but as "-rw-r--r--"
     anymore, fixing a regression in 6.3.4.
  
  OfflineIMAP v6.3.5-rc1 (2011-09-12)
  Notes
  
  Idle feature and SQLite backend leave the experimental stage! ,-)
  
  New Features
  
   - 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.
  
  Changes
  
   - 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.
  
  Bug Fixes
  
   - 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.
  }}}
  
  Patch files/patch-docs-MANUAL.rst got its path to the upstream.
  
  QA page: http://codelabs.ru/fbsd/ports/qa/mail/offlineimap/6.4.0
  Feature safe: yes
  
  Revision  Changes    Path
  1.38      +3 -3      ports/mail/offlineimap/Makefile
  1.23      +2 -2      ports/mail/offlineimap/distinfo
  1.2       +0 -22     ports/mail/offlineimap/files/patch-docs-MANUAL.rst (dead)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112031938.pB3JcFoC053960>