Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5fb00d4

Browse files
committed
Update the changes for version 3.2.
1 parent f99e200 commit 5fb00d4

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

src/interfaces/python/Announce

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

2-
Announce: Release of PyGreSQL version 3.2 (beta)
3-
===============================================
2+
Announce: Release of PyGreSQL version 3.2
3+
=========================================
44

55
PyGreSQL v3.2 has been released.
66
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
4444
arguments to connect. Later versions are fixes and enhancements to that.
4545
The latest version of PyGreSQL works with Python 1.5.2 and PostgreSQL 7.0.x
4646

47+
Important changes from PyGreSQL 3.1 to PyGreSQL 3.2
48+
Note that there are very few changes to PostgreSQL between 3.1 and
49+
3.2. The main reason for the release is the move into the PostgreSQL
50+
development tree. Even the WIN32 changes are pretty minor.
51+
- Add WIN32 support (gerhard@bigfoot.de)
52+
- Fix some DB-API quoting problems (niall.smart@ebeon.com)
53+
- Moved development into PostgreSQL development tree.
54+
4755
Important changes from PyGreSQL 3.0 to PyGreSQL 3.1
4856
- Fix some quoting functions. In particular handle NULLs better.
4957
- Use a method to add primary key information rather than direct

src/interfaces/python/ChangeLog

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ This software is copyright (c) 1995, Pascal Andre (andre@via.ecp.fr)
55
Further copyright 1997, 1998 and 1999 by D'Arcy J.M. Cain (darcy@druid.net)
66
See file README for copyright information.
77

8+
Version 3.2
9+
- Add WIN32 support (gerhard@bigfoot.de)
10+
- Fix some DB-API quoting problems (niall.smart@ebeon.com)
11+
- Moved development into PostgreSQL development tree.
12+
813
Version 3.1
914
- Fix some quoting functions. In particular handle NULLs better.
1015
- Use a method to add primary key information rather than direct

0 commit comments

Comments
 (0)