Author: darcy
Date: Sun Jan  6 21:32:25 2013
New Revision: 509

Log:
Prepare for 4.1.1 bugfix release.

Modified:
   trunk/docs/announce.txt
   trunk/docs/changelog.rst
   trunk/docs/changelog.txt
   trunk/docs/conf.py
   trunk/docs/introduction.rst
   trunk/docs/readme.txt
   trunk/mktar
   trunk/module/setup.py

Modified: trunk/docs/announce.txt
==============================================================================
--- trunk/docs/announce.txt     Sun Jan  6 15:53:43 2013        (r508)
+++ trunk/docs/announce.txt     Sun Jan  6 21:32:25 2013        (r509)
@@ -2,13 +2,14 @@
 PyGreSQL Announcements
 ======================
 
--------------------------------
-Release of PyGreSQL version 4.1
--------------------------------
+---------------------------------
+Release of PyGreSQL version 4.1.1
+---------------------------------
 
-It has been a long time coming but PyGreSQL v4.1 has been released.
+A few problems showed up with the 4.1 release so we are releasing a
+quick bugfix version.
 
-It is available at: http://pygresql.org/files/PyGreSQL-4.1.tgz.
+It is available at: http://pygresql.org/files/PyGreSQL-4.1..1tgz.
 
 If you are running NetBSD, look in the packages directory under databases.
 There is also a package in the FreeBSD ports collection.

Modified: trunk/docs/changelog.rst
==============================================================================
--- trunk/docs/changelog.rst    Sun Jan  6 15:53:43 2013        (r508)
+++ trunk/docs/changelog.rst    Sun Jan  6 21:32:25 2013        (r509)
@@ -1,6 +1,16 @@
 ChangeLog
 =========
 
+Version 4.1.1 (2013-01-08)
+--------------------------
+- Add WhenNotified class and method.  Replaces need for third party pgnotify.
+- Sharpen test for inserting current_timestamp.
+- Add more quote tests.  False and 0 should evaluate to NULL.
+- More tests - Any number other than 0 is True.
+- Do not use positional parameters internally.
+  This restores backward compatibility with version 4.0.
+- Add methods for changing the decimal point.
+
 Version 4.1 (2013-01-01)
 ------------------------
 - Dropped support for Python below 2.5 and PostgreSQL below 8.3.

Modified: trunk/docs/changelog.txt
==============================================================================
--- trunk/docs/changelog.txt    Sun Jan  6 15:53:43 2013        (r508)
+++ trunk/docs/changelog.txt    Sun Jan  6 21:32:25 2013        (r509)
@@ -2,6 +2,16 @@
 PyGreSQL ChangeLog
 ==================
 
+Version 4.1.1 (2013-01-08)
+--------------------------
+- Add WhenNotified class and method.  Replaces need for third party pgnotify.
+- Sharpen test for inserting current_timestamp.
+- Add more quote tests.  False and 0 should evaluate to NULL.
+- More tests - Any number other than 0 is True.
+- Do not use positional parameters internally.
+  This restores backward compatibility with version 4.0.
+- Add methods for changing the decimal point.
+
 Version 4.1 (2013-01-01)
 ------------------------
 - Dropped support for Python below 2.5 and PostgreSQL below 8.3.

Modified: trunk/docs/conf.py
==============================================================================
--- trunk/docs/conf.py  Sun Jan  6 15:53:43 2013        (r508)
+++ trunk/docs/conf.py  Sun Jan  6 21:32:25 2013        (r509)
@@ -51,9 +51,9 @@
 # built documents.
 #
 # The short X.Y version.
-version = '4.1'
+version = '4.1.1'
 # The full version, including alpha/beta/rc tags.
-release = '4.1'
+release = '4.1.1'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.

Modified: trunk/docs/introduction.rst
==============================================================================
--- trunk/docs/introduction.rst Sun Jan  6 15:53:43 2013        (r508)
+++ trunk/docs/introduction.rst Sun Jan  6 21:32:25 2013        (r509)
@@ -38,4 +38,4 @@
 D'Arcy ([email protected]) renamed it to PyGreSQL starting with
 version 2.0 and serves as the "BDFL" of PyGreSQL.
 
-The current version PyGreSQL 4.1 needs PostgreSQL 8.3 and Python 2.5 or above.
+The current version PyGreSQL 4.1.1 needs PostgreSQL 8.3 and Python 2.5 or 
above.

Modified: trunk/docs/readme.txt
==============================================================================
--- trunk/docs/readme.txt       Sun Jan  6 15:53:43 2013        (r508)
+++ trunk/docs/readme.txt       Sun Jan  6 21:32:25 2013        (r509)
@@ -2,9 +2,9 @@
 PyGreSQL - Python interface for PostgreSQL
 ==========================================
 
---------------------
-PyGreSQL version 4.1
---------------------
+----------------------
+PyGreSQL version 4.1.1
+----------------------
 
 .. meta::
    :description: PyGreSQL - Python interface for PostgreSQL

Modified: trunk/mktar
==============================================================================
--- trunk/mktar Sun Jan  6 15:53:43 2013        (r508)
+++ trunk/mktar Sun Jan  6 21:32:25 2013        (r509)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-VERSION=4.2
+VERSION=4.1.1
 
 # small safety test
 if [ ! -f module/pgmodule.c ]

Modified: trunk/module/setup.py
==============================================================================
--- trunk/module/setup.py       Sun Jan  6 15:53:43 2013        (r508)
+++ trunk/module/setup.py       Sun Jan  6 21:32:25 2013        (r509)
@@ -35,7 +35,7 @@
 
 """
 
-version = '4.1'
+version = '4.1.1'
 
 
 import sys
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql

Reply via email to