aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-10-28 15:46:49 +0100
committerMattias Andrée <maandree@operamail.com>2012-10-28 15:46:49 +0100
commit04964ebbdf8cf209453582fb08e0ffca2431991a (patch)
treecf9dcfdffe4ea1879eb3181ebd5fcfe95f605aa5
parent998f8230ba4fc634cb018494c5a16d4587f896c4 (diff)
downloadponysay-04964ebbdf8cf209453582fb08e0ffca2431991a.tar.gz
ponysay-04964ebbdf8cf209453582fb08e0ffca2431991a.tar.bz2
ponysay-04964ebbdf8cf209453582fb08e0ffca2431991a.zip
2.9.1
-rw-r--r--CHANGELOG5
-rw-r--r--manuals/ponysay.texinfo9
-rwxr-xr-xsetup.py2
3 files changed, 14 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index be02a02..96e3fbd 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+Version 2.9.1
+
+ Bug fix: correction in the -W option broke the -o option.
+
+
Version 2.9
New ponies: pinkieumbrelahatfear, twilighttime
diff --git a/manuals/ponysay.texinfo b/manuals/ponysay.texinfo
index c33cd86..0ae8792 100644
--- a/manuals/ponysay.texinfo
+++ b/manuals/ponysay.texinfo
@@ -8,7 +8,7 @@
@documentlanguage en
@finalout
@c %**end of header
-@set VERSION 2.9
+@set VERSION 2.9.1
@defindex op
@synindex op vr
@@ -2046,6 +2046,13 @@ sequences.
@cindex versions
@cindex previous releases
+@heading Version 2.9.1
+@itemize @bullet
+@item
+Bug fix: correction in the -W option broke the -o option.
+@end itemize
+
+
@heading Version 2.9
@itemize @bullet
New ponies: @file{pinkieumbrelahatfear}, @file{twilighttime}
diff --git a/setup.py b/setup.py
index 0f255ea..a3be893 100755
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ from subprocess import Popen, PIPE
-PONYSAY_VERSION = '2.9'
+PONYSAY_VERSION = '2.9.1'