update version info
This commit is contained in:
parent
762b589842
commit
9e6427a443
@ -18,4 +18,4 @@
|
|||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
|
||||||
from offlineimap import init
|
from offlineimap import init
|
||||||
init.startup('6.1.2')
|
init.startup('6.2.0')
|
||||||
|
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -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
|
offlineimap (6.1.2) unstable; urgency=low
|
||||||
|
|
||||||
* Applied patch from Peter Colberg to remove usage of hard linking.
|
* Applied patch from Peter Colberg to remove usage of hard linking.
|
||||||
|
@ -18,4 +18,4 @@
|
|||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
from offlineimap import init
|
from offlineimap import init
|
||||||
init.startup('6.1.2')
|
init.startup('6.2.0')
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
productname = 'OfflineIMAP'
|
productname = 'OfflineIMAP'
|
||||||
versionstr = "6.1.2"
|
versionstr = "6.2.0"
|
||||||
|
|
||||||
versionlist = versionstr.split(".")
|
versionlist = versionstr.split(".")
|
||||||
major = versionlist[0]
|
major = versionlist[0]
|
||||||
|
Loading…
Reference in New Issue
Block a user