mirror of
https://github.com/gnustep/libs-sqlclient.git
synced 2025-02-19 01:50:49 +00:00
more locking added
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@37892 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f4f2b640f9
commit
2a8895805f
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
2014-05-19 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* SQLClient.m: More locking to try to protect all access to the
|
||||
database connection.
|
||||
* GNUmakefile: new subminor version for bugfix release
|
||||
* Version 1.7.2: released
|
||||
|
||||
2014-05-13 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* SQLClient.m:
|
||||
|
|
|
@ -21,7 +21,7 @@ include $(GNUSTEP_MAKEFILES)/common.make
|
|||
-include config.make
|
||||
|
||||
PACKAGE_NAME = SQLClient
|
||||
PACKAGE_VERSION = 1.7.1
|
||||
PACKAGE_VERSION = 1.7.2
|
||||
CVS_MODULE_NAME = gnustep/dev-libs/SQLClient
|
||||
CVS_TAG_NAME = SQLClient
|
||||
SVN_BASE_URL=svn+ssh://svn.gna.org/svn/gnustep/libs
|
||||
|
|
Loading…
Reference in a new issue