Prepare for 5.99.6
This commit is contained in:
parent
9a168c573e
commit
4c56514381
@ -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('5.99.5')
|
init.startup('5.99.6')
|
||||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
offlineimap (5.99.6) unstable; urgency=low
|
||||||
|
|
||||||
|
* Revert read-only patch that was causing OfflineIMAP to crash for people.
|
||||||
|
|
||||||
|
-- John Goerzen <jgoerzen@complete.org> Mon, 03 Mar 2008 21:41:18 -0600
|
||||||
|
|
||||||
offlineimap (5.99.5) unstable; urgency=low
|
offlineimap (5.99.5) unstable; urgency=low
|
||||||
|
|
||||||
* When a local folder is deleted, but the OfflineIMAP status cache
|
* When a local folder is deleted, but the OfflineIMAP status cache
|
||||||
|
@ -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('5.99.5')
|
init.startup('5.99.6')
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
productname = 'OfflineIMAP'
|
productname = 'OfflineIMAP'
|
||||||
versionstr = "5.99.5"
|
versionstr = "5.99.6"
|
||||||
|
|
||||||
versionlist = versionstr.split(".")
|
versionlist = versionstr.split(".")
|
||||||
major = versionlist[0]
|
major = versionlist[0]
|
||||||
|
Loading…
Reference in New Issue
Block a user