memory debug improvement

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/ec/trunk@37869 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2014-05-08 14:53:02 +00:00
parent 4430d40bb6
commit 0d3541e7c1
2 changed files with 3 additions and 1 deletions

View file

@ -3,6 +3,8 @@
* EcProcess.m: add memory commands 'class' and 'list' to record
allocated instances of a specific class and list them... another
memory debugging option.
* GNUmakefile: bump subminor version number for release
Version 1.1.1 release
2014-05-08 Richard Frith-Macdonald <rfm@gnu.org>

View file

@ -25,7 +25,7 @@ include $(GNUSTEP_MAKEFILES)/common.make
-include ../local.make
PACKAGE_NAME=EnterpriseControlConfigurationLogging
PACKAGE_VERSION=1.1.0
PACKAGE_VERSION=1.1.1
Ec_INTERFACE_VERSION=1.1
SVN_BASE_URL=svn+ssh://svn.gna.org/svn/gnustep/libs