summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--debian/changelog6
-rw-r--r--ttystatus/__init__.py2
3 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7e83708..faabed1 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,13 @@ NEWS file for ttystatus
=======================
+Version 0.10, released 2011-03-23
+---------------------------------
+
+* Fix handling of /dev/tty not being avilable. This can happen, e.g., when
+ things are run from cron.
+
+
Version 0.9, released 2011-02-13
--------------------------------
diff --git a/debian/changelog b/debian/changelog
index 73a2aec..dd2a614 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-ttystatus (0.10) squeeze; urgency=low
+
+ * New upstream release.
+
+ -- Lars Wirzenius <liw@liw.fi> Wed, 23 Mar 2011 21:05:27 +0000
+
python-ttystatus (0.9) squeeze; urgency=low
* New upstream release.
diff --git a/ttystatus/__init__.py b/ttystatus/__init__.py
index a926b53..7da51c5 100644
--- a/ttystatus/__init__.py
+++ b/ttystatus/__init__.py
@@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-version = '0.9'
+version = '0.10'
from messager import Messager
from status import TerminalStatus