summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-07-24 10:56:19 +0100
committerLars Wirzenius <liw@liw.fi>2011-07-24 10:56:19 +0100
commit43e86c77237ce507936d2ea91e8faca7bdc92058 (patch)
tree2b7708c2c0633f0f37e362dee9dd733d6070b2b7
parent2a5867e8d1d2c5b500f667456946102c4273ce01 (diff)
parent4d7baf71eb31ca581164f420a0d82cd70aae9740 (diff)
downloadpython-ttystatus-43e86c77237ce507936d2ea91e8faca7bdc92058.tar.gz
Release version 0.12.
-rw-r--r--NEWS8
-rw-r--r--debian/changelog8
-rw-r--r--without-tests1
3 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3d43d21..729b2d4 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,14 @@ NEWS file for ttystatus
=======================
+Version 0.12, released 2011-07-24
+---------------------------------
+
+* API documentation is now done with Sphinx.
+* The SIGWINCH signal is now marked as a re-starting one, so that socket I/O
+ is not interrupted when an application uses ttystatus and the terminal is
+ resized.
+
Version 0.11, released 2011-04-23
---------------------------------
diff --git a/debian/changelog b/debian/changelog
index b0488cb..bec3de3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-ttystatus (0.12) squeeze; urgency=low
+
+ * New upstream release.
+ * debian/control: Add build dependency on python-sphinx.
+ * debian/pycompat: Useless, so removed.
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 24 Jul 2011 10:52:05 +0100
+
python-ttystatus (0.11) squeeze; urgency=low
* New upstream version.
diff --git a/without-tests b/without-tests
index 2cac151..24b6a56 100644
--- a/without-tests
+++ b/without-tests
@@ -2,3 +2,4 @@
./example.py
./ttystatus/widget.py
./setup.py
+./doc/conf.py