summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD'Arcy J.M. Cain2001-03-25 22:23:44 +0000
committerD'Arcy J.M. Cain2001-03-25 22:23:44 +0000
commit5fb00d424a21f521acf837eb28480c702594eace (patch)
tree07e9d9df55f21c455f66160d87bf8892b526e615
parentf99e2003f150246ab3ce8a2c460c081c7af16f0f (diff)
Update the changes for version 3.2.
-rw-r--r--src/interfaces/python/Announce12
-rw-r--r--src/interfaces/python/ChangeLog5
2 files changed, 15 insertions, 2 deletions
diff --git a/src/interfaces/python/Announce b/src/interfaces/python/Announce
index 7a57b0b67b4..5221b5fa87b 100644
--- a/src/interfaces/python/Announce
+++ b/src/interfaces/python/Announce
@@ -1,6 +1,6 @@
-Announce: Release of PyGreSQL version 3.2 (beta)
-===============================================
+Announce: Release of PyGreSQL version 3.2
+=========================================
PyGreSQL v3.2 has been released.
It is available at: ftp://ftp.druid.net/pub/distrib/PyGreSQL.tgz. If
@@ -44,6 +44,14 @@ the code to use full ANSI style prototypes and changed the order of
arguments to connect. Later versions are fixes and enhancements to that.
The latest version of PyGreSQL works with Python 1.5.2 and PostgreSQL 7.0.x
+Important changes from PyGreSQL 3.1 to PyGreSQL 3.2
+ Note that there are very few changes to PostgreSQL between 3.1 and
+ 3.2. The main reason for the release is the move into the PostgreSQL
+ development tree. Even the WIN32 changes are pretty minor.
+ - Add WIN32 support ([email protected])
+ - Fix some DB-API quoting problems ([email protected])
+ - Moved development into PostgreSQL development tree.
+
Important changes from PyGreSQL 3.0 to PyGreSQL 3.1
- Fix some quoting functions. In particular handle NULLs better.
- Use a method to add primary key information rather than direct
diff --git a/src/interfaces/python/ChangeLog b/src/interfaces/python/ChangeLog
index ac4770bbf93..55309937e8e 100644
--- a/src/interfaces/python/ChangeLog
+++ b/src/interfaces/python/ChangeLog
@@ -5,6 +5,11 @@ This software is copyright (c) 1995, Pascal Andre ([email protected])
Further copyright 1997, 1998 and 1999 by D'Arcy J.M. Cain ([email protected])
See file README for copyright information.
+Version 3.2
+ - Add WIN32 support ([email protected])
+ - Fix some DB-API quoting problems ([email protected])
+ - Moved development into PostgreSQL development tree.
+
Version 3.1
- Fix some quoting functions. In particular handle NULLs better.
- Use a method to add primary key information rather than direct