mirror of
https://github.com/gnustep/libs-sqlclient.git
synced 2025-02-21 02:41:07 +00:00
New release for postgres and blob handling updates
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@23101 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d9f0cd1ed7
commit
71db8ef0b5
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2005-06-23 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
|
* SQLClient.m: transaction efficiency tweak.
|
||||||
|
* GNUmakefile: bump version to 1.3 as the new blob marker changes and
|
||||||
|
postgres quoting changes alter behavior.
|
||||||
|
|
||||||
2005-06-04 Richard Frith-Macdonald <rfm@gnu.org>
|
2005-06-04 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
* SQLClient.m: avoid useless compiler warnings.
|
* SQLClient.m: avoid useless compiler warnings.
|
||||||
|
|
|
@ -3,7 +3,7 @@ include $(GNUSTEP_MAKEFILES)/common.make
|
||||||
-include config.make
|
-include config.make
|
||||||
|
|
||||||
PACKAGE_NAME = SQLClient
|
PACKAGE_NAME = SQLClient
|
||||||
PACKAGE_VERSION = 1.2.0
|
PACKAGE_VERSION = 1.3.0
|
||||||
CVS_MODULE_NAME = gnustep/dev-libs/SQLClient
|
CVS_MODULE_NAME = gnustep/dev-libs/SQLClient
|
||||||
CVS_TAG_NAME = SQLClient
|
CVS_TAG_NAME = SQLClient
|
||||||
SVN_BASE_URL=http://svn.gna.org/svn/gnustep/libs
|
SVN_BASE_URL=http://svn.gna.org/svn/gnustep/libs
|
||||||
|
@ -14,7 +14,7 @@ TEST_TOOL_NAME=
|
||||||
LIBRARY_NAME=SQLClient
|
LIBRARY_NAME=SQLClient
|
||||||
DOCUMENT_NAME=SQLClient
|
DOCUMENT_NAME=SQLClient
|
||||||
|
|
||||||
SQLClient_INTERFACE_VERSION=1.2
|
SQLClient_INTERFACE_VERSION=1.3
|
||||||
|
|
||||||
SQLClient_OBJC_FILES = SQLClient.m
|
SQLClient_OBJC_FILES = SQLClient.m
|
||||||
SQLClient_LIBRARIES_DEPEND_UPON = -lPerformance
|
SQLClient_LIBRARIES_DEPEND_UPON = -lPerformance
|
||||||
|
|
Loading…
Reference in a new issue