summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-08-19 06:04:34 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-08-19 06:04:34 +0000
commit8f4119ce9a0b70de6380c1d032a4cb6e5b51787d (patch)
treeb68f4fd457de57168ede9a1457853f7ad4e76f70 /Changelog-Trunk.txt
parent72d890661194b248620c5c353777cb96be18c821 (diff)
downloadhercules-8f4119ce9a0b70de6380c1d032a4cb6e5b51787d.tar.gz
hercules-8f4119ce9a0b70de6380c1d032a4cb6e5b51787d.tar.bz2
hercules-8f4119ce9a0b70de6380c1d032a4cb6e5b51787d.tar.xz
hercules-8f4119ce9a0b70de6380c1d032a4cb6e5b51787d.zip
* Fixed a deallocation mistake and some buffer overflows in npc_chat.c after doing rtfm@pcre.txt (all caused by incorrect usage of pcre api)
* Removed underscores in npc_chat.c's variable names (easier to read) * Reindented the whole thing (used spaces half of the time ._.) * Moved npc pcre-data deallocation from npc_remove_map to npc_unload git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11036 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index d72a48ea9..0928916ad 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,11 @@ 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.
+2007/08/18
+ * Fixed a deallocation mistake and some buffer overflows in npc_chat.c
+ after doing rtfm@pcre.txt (all caused by incorrect usage of pcre api)
+ * Removed underscores in npc_chat.c's variable names (easier to read)
+ * Moved npc pcre-data deallocation from npc_remove_map to npc_unload
2007/08/17
* Implemented the official dual-wield aspd equation [ultramage]
- using 0.7 instead of 0.66 as modifier (so aspd will be lower now)