/offlineimap/head: changeset 152

Proparing for release of 3.0.3
This commit is contained in:
jgoerzen 2002-07-22 02:46:40 +01:00
parent 65459424ec
commit fc54e224d0
5 changed files with 91 additions and 6 deletions

View File

@ -1,3 +1,88 @@
------------------------------------------------------------------------
rev 151: jgoerzen | 2002-07-21 15:43:04 -0500 (Sun, 21 Jul 2002) | 2 lines
Changed paths:
U /offlineimap/head/debian/changelog
U /offlineimap/head/offlineimap/folder/Maildir.py
Now put messages with 'S' flag into 'cur'. [complete.org #4], deb#152482
------------------------------------------------------------------------
rev 150: jgoerzen | 2002-07-21 10:38:28 -0500 (Sun, 21 Jul 2002) | 2 lines
Changed paths:
U /offlineimap/head/TODO
Moved contents into the BTS and noted this in the file.
------------------------------------------------------------------------
rev 149: jgoerzen | 2002-07-19 22:35:48 -0500 (Fri, 19 Jul 2002) | 3 lines
Changed paths:
U /offlineimap/head/TODO
U /offlineimap/head/debian/changelog
U /offlineimap/head/manual.html
U /offlineimap/head/manual.pdf
U /offlineimap/head/manual.ps
U /offlineimap/head/manual.txt
U /offlineimap/head/offlineimap.1
Noted new BTS in manual; rebuilt manual files; removed BTS-submitted items
from TODO.
------------------------------------------------------------------------
rev 148: jgoerzen | 2002-07-19 21:03:21 -0500 (Fri, 19 Jul 2002) | 4 lines
Changed paths:
U /offlineimap/head/ChangeLog
U /offlineimap/head/debian/changelog
U /offlineimap/head/offlineimap/folder/IMAP.py
Updated changelog.
Set self.root to None in IMAP folder; we do not want to be doubling up the
reference name.
------------------------------------------------------------------------
rev 147: jgoerzen | 2002-07-18 14:15:29 -0500 (Thu, 18 Jul 2002) | 2 lines
Changed paths:
U /offlineimap/head/TODO
Committed new information
------------------------------------------------------------------------
rev 146: jgoerzen | 2002-07-18 12:59:56 -0500 (Thu, 18 Jul 2002) | 3 lines
Changed paths:
U /offlineimap/head/offlineimap/folder/IMAP.py
More date format workarounds. Now accept a valid format but invalid data
(ie, year 0102).
------------------------------------------------------------------------
rev 145: jgoerzen | 2002-07-18 11:58:10 -0500 (Thu, 18 Jul 2002) | 2 lines
Changed paths:
U /offlineimap/head/TODO
Added new stuff.
------------------------------------------------------------------------
rev 144: jgoerzen | 2002-07-18 11:56:27 -0500 (Thu, 18 Jul 2002) | 2 lines
Changed paths:
U /offlineimap/head/TODO
Updated with new items
------------------------------------------------------------------------
rev 143: jgoerzen | 2002-07-18 11:50:50 -0500 (Thu, 18 Jul 2002) | 3 lines
Changed paths:
U /offlineimap/head/debian/changelog
U /offlineimap/head/offlineimap/folder/IMAP.py
No longer throws an exception when updating messages with strange
Date headers; will just set IMAP Internaldate to the current date.
------------------------------------------------------------------------
rev 142: jgoerzen | 2002-07-18 11:46:33 -0500 (Thu, 18 Jul 2002) | 2 lines
Changed paths:
U /offlineimap/head/debian/changelog
New changelog
------------------------------------------------------------------------
rev 141: jgoerzen | 2002-07-17 16:13:10 -0500 (Wed, 17 Jul 2002) | 2 lines
Changed paths:

View File

@ -8,7 +8,7 @@ offlineimap (3.0.3) unstable; urgency=low
* Now stores incoming messages in 'cur' instead of 'new' if they have
the S flag. Closes: #152482.
-- John Goerzen <jgoerzen@complete.org> Thu, 18 Jul 2002 17:46:13 -0500
-- John Goerzen <jgoerzen@complete.org> Sun, 21 Jul 2002 13:46:13 -0500
offlineimap (3.0.2) unstable; urgency=low

View File

@ -25,7 +25,7 @@
<hr>
<!-- Creator : groff version 1.17.2 -->
<!-- CreationDate: Fri Jul 19 22:34:59 2002 -->
<!-- CreationDate: Sun Jul 21 15:46:17 2002 -->
<a name="NAME"></a>
<h2>NAME</h2>
<table width="100%" border=0 rules="none" frame="void"

View File

@ -1,6 +1,6 @@
%!PS-Adobe-3.0
%%Creator: groff version 1.17.2
%%CreationDate: Fri Jul 19 22:34:55 2002
%%CreationDate: Sun Jul 21 15:46:14 2002
%%DocumentNeededResources: font Times-Roman
%%+ font Times-Bold
%%+ font Times-Italic

View File

@ -1,8 +1,8 @@
productname = 'OfflineIMAP'
versionstr = "3.0.2"
revno = long('$Rev: 135 $'[6:-2])
versionstr = "3.0.3"
revno = long('$Rev: 152 $'[6:-2])
revstr = "Rev %d" % revno
datestr = '$Date: 2002-07-17 14:57:07 -0500 (Wed, 17 Jul 2002) $'
datestr = '$Date: 2002-07-21 15:46:40 -0500 (Sun, 21 Jul 2002) $'
versionlist = versionstr.split(".")