Prepping 6.0.3
This commit is contained in:
parent
140be81efd
commit
d097da005e
@ -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
8
debian/changelog
vendored
@ -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.
|
||||
|
@ -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')
|
||||
|
@ -1,5 +1,5 @@
|
||||
productname = 'OfflineIMAP'
|
||||
versionstr = "6.0.2"
|
||||
versionstr = "6.0.3"
|
||||
|
||||
versionlist = versionstr.split(".")
|
||||
major = versionlist[0]
|
||||
|
Loading…
Reference in New Issue
Block a user