[Lunar-commits] r21329 - moonbase/trunk/sql/libpqxx
Dennis Veatch
stumbles at lunar-linux.org
Thu Sep 7 11:40:29 UTC 2006
Author: stumbles
Date: 2006-09-07 11:40:29 +0000 (Thu, 07 Sep 2006)
New Revision: 21329
Modified:
moonbase/trunk/sql/libpqxx/DETAILS
Log:
The sum of it all;
- Fixes bug: binary parameters to prepared statements truncated at nul bytes
- New, more specific exception types to distinguish errors from server
- Resolved serious problems with generated reference documentation
- Automatically detect Windows socket library with MinGW
- Windows "make" fixed to run from main directory, not win32
- Fixes "mktemp" problems on some BSD-based platforms
- pqxx-config is deprecated; use pkg-config instead
- On GNU/Linux, uses poll() instead of select() to avoid file descriptor limit
- Will provide server and protocol version information where available
- New cursor class, absolute_cursor
Modified: moonbase/trunk/sql/libpqxx/DETAILS
===================================================================
--- moonbase/trunk/sql/libpqxx/DETAILS 2006-09-07 11:27:58 UTC (rev 21328)
+++ moonbase/trunk/sql/libpqxx/DETAILS 2006-09-07 11:40:29 UTC (rev 21329)
@@ -1,11 +1,11 @@
MODULE=libpqxx
- VERSION=2.6.7
+ VERSION=2.6.8
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL[0]=http://thaiopensource.org/download/software/$MODULE/
- SOURCE_VFY=sha1:54b513728873796b9c43a8d6a81b8b7af486e073
+ SOURCE_VFY=sha1:2f963c98b8a79675d537daadc3ba6c313c35f59d
WEB_SITE=http://thaiopensource.org/development/$MODULE/
ENTERED=20050728
- UPDATED=20060618
+ UPDATED=20060907
SHORT="C++ client API for PostgreSQL"
cat << EOF
More information about the Lunar-commits
mailing list