Prepping 6.0.3

This commit is contained in:
John Goerzen 2008-08-13 00:05:17 -05:00
parent 140be81efd
commit d097da005e
4 changed files with 11 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.0.2')
init.startup('6.0.3')

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
offlineimap (6.0.3) unstable; urgency=low
* Removed call to task_done, which required Python 2.5. Closes: #494982.
* Make GMail trash and spam folder names configurable -- German Google
Mail uses different folder names. Patch from Henning Glawe.
-- John Goerzen <jgoerzen@complete.org> Wed, 13 Aug 2008 13:51:54 -0500
offlineimap (6.0.2) unstable; urgency=low
* Yew more power handling improvements. Closes: #434074.

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.0.2')
init.startup('6.0.3')

View File

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