]> code.delx.au - offlineimap/commitdiff
/offlineimap/head: changeset 481
authorjgoerzen <jgoerzen>
Mon, 2 Jun 2003 21:09:57 +0000 (22:09 +0100)
committerjgoerzen <jgoerzen>
Mon, 2 Jun 2003 21:09:57 +0000 (22:09 +0100)
Updated

offlineimap/head/Makefile
offlineimap/head/bin/offlineimap
offlineimap/head/debian/changelog
offlineimap/head/debian/rules
offlineimap/head/offlineimap.py
offlineimap/head/setup.py

index 7f5e5f502837a6b38544792ec7e165a53598af66..a2342e592725054880c899b6a8f58482a25a38bb 100644 (file)
@@ -17,7 +17,7 @@
 SHELL=/bin/bash
 
 clean:
-       -python2.3 setup.py clean --all
+       -python2.2 setup.py clean --all
        -rm -f `find . -name "*~"`
        -rm -f `find . -name "*.tmp"`
        -rm -f bin/offlineimapc
index 48b41799c0c6707c4738b8b22523b3e254e7603d..391013da8c1bc7463e8703cc1fb7be3a8af84f3b 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.3
+#!/usr/bin/env python2.2
 # Startup from system-wide installation
 # Copyright (C) 2002, 2003 John Goerzen
 # <jgoerzen@complete.org>
index b46c56b63d8512b9f72631d0f9f0697fdcccfe4a..a1a73985d4806b49bf8b9021f137be09e9a34677 100644 (file)
@@ -1,9 +1,10 @@
 offlineimap (3.99.18) unstable; urgency=low
 
   * Made a fix for Python2.3 compatibility.
-    This application now defaults to Python2.3!  If you do not have Python
-    2.3, things may not work as expected.
   * Removed warning when thread debug is specified.  Closes: #195739.
+  * New option -l to log debug info to a file without having it spew
+    on-screen.
+  * New debug type "thread".
 
  -- John Goerzen <jgoerzen@complete.org>  Tue, 27 May 2003 16:58:54 -0500
 
index 02961d8e08d6bfc0a51f79616d04f82f49addc6d..9f173c8e095c21db47891d0af06ce90233484c14 100644 (file)
@@ -9,7 +9,7 @@
 # This is the debhelper compatibility version to use.
 export DH_COMPAT=3
 
-PYTHON=python2.3
+PYTHON=python2.2
 PACKAGE=offlineimap
 
 
index 326b7dd9abd7759b35b548025d5179ac4a533e21..d348e436dd5e30cd7ee34bf8ec832be1dd054da7 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.3
+#!/usr/bin/env python2.2
 # Startup from single-user installation
 # Copyright (C) 2002, 2003 John Goerzen
 # <jgoerzen@complete.org>
index 6662ef2656da0a742114fd59f4e582734bf5a979..9f734ab6342c3ff9f38105c613f4564ae1e767d4 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.3
+#!/usr/bin/env python2.2
 
 # $Id: setup.py,v 1.1 2002/06/21 18:10:49 jgoerzen Exp $