diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-03 16:50:58 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-03 16:50:58 +0000 |
commit | 5eb4c3576d76dd6885fe84f511f5b3096942c0e0 (patch) | |
tree | ce3a5681281292e0abfa8c5143dbc141c5c9093d /Changelog-Trunk.txt | |
parent | 953e7a71cb6d5daad3993473d8db2d4802a6b09d (diff) | |
download | hercules-5eb4c3576d76dd6885fe84f511f5b3096942c0e0.tar.gz hercules-5eb4c3576d76dd6885fe84f511f5b3096942c0e0.tar.bz2 hercules-5eb4c3576d76dd6885fe84f511f5b3096942c0e0.tar.xz hercules-5eb4c3576d76dd6885fe84f511f5b3096942c0e0.zip |
- Made ers double frees report as missing entries on destruction.
- Only one swap function (in cbasetypes.h) is used.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9396 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index a9827a882..ffe1d4534 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,9 @@ Date Added AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. +2006/12/03 + * Made ers double frees report as missing entries on destruction. [FlavioJS] + * Only one swap function (in cbasetypes.h) is used. [FlavioJS] 2006/12/02 * Added buildin_checkvending and buildin_checkchatting. [Lance] * Enabled atcommand parsing for clients with Korean langtype and version. [Lance] |