mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-22 19:31:53 +00:00
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:
parent
4430d40bb6
commit
0d3541e7c1
2 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue