]> code.delx.au - offlineimap/commitdiff
Update changelog
authorJohn Goerzen <jgoerzen@complete.org>
Wed, 11 Jul 2007 01:50:30 +0000 (02:50 +0100)
committerJohn Goerzen <jgoerzen@complete.org>
Wed, 11 Jul 2007 01:50:30 +0000 (02:50 +0100)
debian/changelog
offlineimap/ui/__init__.py

index c491c08d5cf1102578e39b46f91f9eafa59d8f54..66ca9d63291464b3106339b204a83358e2539ad2 100644 (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.
   * 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.
   * 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.
   * --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
 
 
 offlineimap (4.0.16) unstable; urgency=low
 
index bd7bd47669f6deceb31ab85a3343a680c91a25f1..0206ab46176906e7b7e6ab8cff0439cdf6d34c2b 100644 (file)
@@ -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:
     import TTY
 except ImportError:
 try:
     import TTY
 except ImportError: