Update of /cvsroot/pypgsql/pypgsql
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16827
Modified Files:
README README.win32
Log Message:
Updated READMEs for next release.
Index: README
===================================================================
RCS file: /cvsroot/pypgsql/pypgsql/README,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** README 31 Jul 2004 20:26:25 -0000 1.33
--- README 1 Jun 2006 14:39:29 -0000 1.34
***************
*** 2,6 ****
----------------------------------------------------------------------------
! pyPgSQL - v2.4: Python DB-API 2.0 Compliant Interface Module for PostgreSQL.
----------------------------------------------------------------------------
===============================
--- 2,6 ----
----------------------------------------------------------------------------
! pyPgSQL - v2.5: Python DB-API 2.0 Compliant Interface Module for PostgreSQL.
----------------------------------------------------------------------------
===============================
***************
*** 8,12 ****
===============================
! pyPgSQL, version 2.4
A Python DB-API 2.0 compliant interface for PostgreSQL
Copyright 2000 by Billy G. Allie.
--- 8,12 ----
===============================
! pyPgSQL, version 2.5
A Python DB-API 2.0 compliant interface for PostgreSQL
Copyright 2000 by Billy G. Allie.
***************
*** 59,66 ****
support for various PostgreSQL data types, such as INT8, NUMERIC, MONEY,
BOOL, ARRAYS, etc. This module is written in Python. This version works
! with PostgreSQL 7.0 or later and Python 2.0 or later.
pyPgSQL was originally developed on a UnixWare 7.1.1 system, but is nowadays
! also developed on FreeBSD and various Windows and Linux flavours.
1.2 Distribution Files
--- 59,66 ----
support for various PostgreSQL data types, such as INT8, NUMERIC, MONEY,
BOOL, ARRAYS, etc. This module is written in Python. This version works
! with PostgreSQL 7.0 or later and Python 2.1 or later.
pyPgSQL was originally developed on a UnixWare 7.1.1 system, but is nowadays
! also developed on Windows and Linux.
1.2 Distribution Files
Index: README.win32
===================================================================
RCS file: /cvsroot/pypgsql/pypgsql/README.win32,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** README.win32 1 Dec 2002 19:30:56 -0000 1.4
--- README.win32 1 Jun 2006 14:39:29 -0000 1.5
***************
*** 3,7 ****
==========================================================================
! by Gerhard Häring (ger...@gm...)
1. Compiling PostgreSQL's libpq client library
--- 3,9 ----
==========================================================================
! by Gerhard Häring (gh...@gh...)
!
! THIS DOCUMENT IS OBSOLETE!
1. Compiling PostgreSQL's libpq client library
|