diff options
author | D'Arcy J.M. Cain <darcy@druid.net> | 2001-03-03 14:00:56 +0000 |
---|---|---|
committer | D'Arcy J.M. Cain <darcy@druid.net> | 2001-03-03 14:00:56 +0000 |
commit | 7a2fdd96329571dc65f2d4cba8a9b441c2f202fd (patch) | |
tree | c888c1900cb1bb0f4c55cd26238e54b782af6f13 /src | |
parent | 88342ae929e98cc59bf48a6da96d70d35b240510 (diff) | |
download | postgresql-7a2fdd96329571dc65f2d4cba8a9b441c2f202fd.tar.gz postgresql-7a2fdd96329571dc65f2d4cba8a9b441c2f202fd.zip |
Update the version number. We may change this to 7.1 if we align it with
PostgreSQL.
Add notice that development has moved into the PostgreSQL tree.
Diffstat (limited to 'src')
-rw-r--r-- | src/interfaces/python/Announce | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/interfaces/python/Announce b/src/interfaces/python/Announce index 20a4bb2668a..7a57b0b67b4 100644 --- a/src/interfaces/python/Announce +++ b/src/interfaces/python/Announce @@ -1,12 +1,15 @@ -Announce: Release of PyGreSQL version 3.1 +Announce: Release of PyGreSQL version 3.2 (beta) =============================================== -PyGreSQL v3.1 has been released. +PyGreSQL v3.2 has been released. It is available at: ftp://ftp.druid.net/pub/distrib/PyGreSQL.tgz. If you are running NetBSD, look in the packages directory under databases. There is also a package in the FreeBSD ports collection. +From March 1 2001 the PyGreSQL development has moved into the PostgreSQL +development tree. + PostgreSQL is a database system derived from Postgres4.2. It conforms to (most of) ANSI SQL and offers many interesting capabilities (C dynamic linking for functions or type definition, etc.). This package |