Update changelog
This commit is contained in:
parent
575539b628
commit
84d1662482
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -3,7 +3,7 @@ offlineimap (5.99.0) unstable; urgency=low
|
|||||||
* Re-scan remote folder names at the start of each sync run.
|
* Re-scan remote folder names at the start of each sync run.
|
||||||
Closes: #329000, #396772.
|
Closes: #329000, #396772.
|
||||||
* Drop internal imaplib.py in favor of default Python one.
|
* Drop internal imaplib.py in favor of default Python one.
|
||||||
* New user interface: Machine.MachineUI.
|
* New user interface: Machine.MachineUI. Machine-parsable.
|
||||||
* Drop all the Tk interfaces.
|
* Drop all the Tk interfaces.
|
||||||
Closes: #265088.
|
Closes: #265088.
|
||||||
* Now supports specifying timeouts for socket operations.
|
* Now supports specifying timeouts for socket operations.
|
||||||
@ -18,8 +18,9 @@ offlineimap (5.99.0) unstable; urgency=low
|
|||||||
* --help now shows available UIs. Patch from Daniel Rall.
|
* --help now shows available UIs. Patch from Daniel Rall.
|
||||||
* Check all resolved addresses. Patch from Mark Brown. Closes: #413030.
|
* Check all resolved addresses. Patch from Mark Brown. Closes: #413030.
|
||||||
* Removed todo directory from tree, moved to BTS.
|
* Removed todo directory from tree, moved to BTS.
|
||||||
|
* New PID file to enable third-party "kill offlineimap" tools.
|
||||||
|
|
||||||
-- John Goerzen <jgoerzen@complete.org> Fri, 06 Jul 2007 04:10:26 -0500
|
-- John Goerzen <jgoerzen@complete.org> Tue, 10 Jul 2007 04:10:26 -0500
|
||||||
|
|
||||||
offlineimap (4.0.16) unstable; urgency=low
|
offlineimap (4.0.16) unstable; urgency=low
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
|
||||||
|
|
||||||
import UIBase, Blinkenlights, transmitter
|
import UIBase, Blinkenlights
|
||||||
try:
|
try:
|
||||||
import TTY
|
import TTY
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
Loading…
Reference in New Issue
Block a user