summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorflaviojs <flaviojs@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-07-19 04:18:39 +0000
committerflaviojs <flaviojs@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-07-19 04:18:39 +0000
commitac908e937abd27784ce0251fe6568351bdd5403a (patch)
tree9b0577d812435c5c7be94d3d97d6c51a5b2881c0 /Changelog-Trunk.txt
parent44ce1e507f08e4d808dbae8abeb355e01de1819f (diff)
downloadhercules-ac908e937abd27784ce0251fe6568351bdd5403a.tar.gz
hercules-ac908e937abd27784ce0251fe6568351bdd5403a.tar.bz2
hercules-ac908e937abd27784ce0251fe6568351bdd5403a.tar.xz
hercules-ac908e937abd27784ce0251fe6568351bdd5403a.zip
* CMake: added option ENABLE_MEMMGR. (builtin memory manager)
* CMake: added option ENABLE_MEMORY. (memory library) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14914 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index c39b7cf93..011e2a136 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -8,6 +8,8 @@ Date Added
* Fixed DMALLOC usage. (missing options on CYGWIN and verify memory)
* Renamed malloc_verify to malloc_verify_ptr to avoid conflict with DMALLOC.
* Changed itemtype from inline to static inline to avoid error with the SunOS compiler.
+ * CMake: added option ENABLE_MEMMGR. (builtin memory manager)
+ * CMake: added option ENABLE_MEMORY. (memory library)
2011/07/15
* Changed the warning message of when setrlimit fails to be more explicit. [FlavioJS]
* CMake: added tests for big endian, typecast to union and monotonic clock.