Skip to content

Commit

Permalink
update version info
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoerzen committed Aug 12, 2009
1 parent 762b589 commit 9e6427a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/offlineimap
Expand Up @@ -18,4 +18,4 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

from offlineimap import init
init.startup('6.1.2')
init.startup('6.2.0')
9 changes: 9 additions & 0 deletions debian/changelog
@@ -1,3 +1,12 @@
offlineimap (6.2.0) unstable; urgency=low

* FIX: Removed imaplib2 entirely. It was the cause of numerous
crash/hang bugs.
* REMOVAL: IDLE support had to be removed because it depended on
imaplib2.

-- John Goerzen <jgoerzen@complete.org> Wed, 12 Aug 2009 00:40:31 -0500

offlineimap (6.1.2) unstable; urgency=low

* Applied patch from Peter Colberg to remove usage of hard linking.
Expand Down
2 changes: 1 addition & 1 deletion offlineimap.py
Expand Up @@ -18,4 +18,4 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

from offlineimap import init
init.startup('6.1.2')
init.startup('6.2.0')
2 changes: 1 addition & 1 deletion offlineimap/version.py
@@ -1,5 +1,5 @@
productname = 'OfflineIMAP'
versionstr = "6.1.2"
versionstr = "6.2.0"

versionlist = versionstr.split(".")
major = versionlist[0]
Expand Down

0 comments on commit 9e6427a

Please sign in to comment.