Prepare for 5.99.6

This commit is contained in:
John Goerzen 2008-03-03 21:42:06 -06:00
parent 9a168c573e
commit 4c56514381
4 changed files with 9 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('5.99.5')
init.startup('5.99.6')

6
debian/changelog vendored
View File

@ -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
* When a local folder is deleted, but the OfflineIMAP status cache

View File

@ -18,4 +18,4 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
from offlineimap import init
init.startup('5.99.5')
init.startup('5.99.6')

View File

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