update version info

This commit is contained in:
John Goerzen 2009-08-12 00:41:19 -05:00
parent 762b589842
commit 9e6427a443
4 changed files with 12 additions and 3 deletions

View File

@ -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
debian/changelog vendored
View File

@ -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.

View File

@ -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')

View File

@ -1,5 +1,5 @@
productname = 'OfflineIMAP'
versionstr = "6.1.2"
versionstr = "6.2.0"
versionlist = versionstr.split(".")
major = versionlist[0]