mirror of
https://github.com/gnustep/libs-performance.git
synced 2025-02-20 18:32:04 +00:00
minor bugfix/improvments
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/performance/trunk@36755 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e6f2dceb77
commit
7dcd2bd08b
2 changed files with 11 additions and 1 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,4 +1,14 @@
|
||||||
|
2013-06-25 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
|
* GNUmakefile: bump subminor version
|
||||||
|
* GSIOThreadPool.h:
|
||||||
|
* GSIOThreadPool.m:
|
||||||
|
Add default for initialisation of shared pool, fix bug in setting
|
||||||
|
new thread and add code for shrinking the pool size (previously
|
||||||
|
setting it smaller did not actually cause old threads to exit).
|
||||||
|
|
||||||
2013-02-07 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
|
2013-02-07 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
|
||||||
|
|
||||||
* GSThreadPool.h, GSCache.m
|
* GSThreadPool.h, GSCache.m
|
||||||
shutup clang warnings
|
shutup clang warnings
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ include $(GNUSTEP_MAKEFILES)/common.make
|
||||||
-include config.make
|
-include config.make
|
||||||
|
|
||||||
PACKAGE_NAME = Performance
|
PACKAGE_NAME = Performance
|
||||||
PACKAGE_VERSION = 0.3.2
|
PACKAGE_VERSION = 0.3.3
|
||||||
Performance_INTERFACE_VERSION=0.3
|
Performance_INTERFACE_VERSION=0.3
|
||||||
SVN_BASE_URL = svn+ssh://svn.gna.org/svn/gnustep/libs
|
SVN_BASE_URL = svn+ssh://svn.gna.org/svn/gnustep/libs
|
||||||
SVN_MODULE_NAME = performance
|
SVN_MODULE_NAME = performance
|
||||||
|
|
Loading…
Reference in a new issue