Skip to content

Commit

Permalink
Prepare for 5.99.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoerzen committed Mar 4, 2008
1 parent 9a168c5 commit 4c56514
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/offlineimap
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion offlineimap.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
2 changes: 1 addition & 1 deletion offlineimap/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
productname = 'OfflineIMAP'
versionstr = "5.99.5"
versionstr = "5.99.6"

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

0 comments on commit 4c56514

Please sign in to comment.