Update changelog

This commit is contained in:
John Goerzen 2007-07-11 02:50:30 +01:00
parent 575539b628
commit 84d1662482
2 changed files with 4 additions and 3 deletions

5
debian/changelog vendored
View File

@ -3,7 +3,7 @@ offlineimap (5.99.0) unstable; urgency=low
* Re-scan remote folder names at the start of each sync run.
Closes: #329000, #396772.
* 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.
Closes: #265088.
* 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.
* Check all resolved addresses. Patch from Mark Brown. Closes: #413030.
* 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

View File

@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
import UIBase, Blinkenlights, transmitter
import UIBase, Blinkenlights
try:
import TTY
except ImportError: