summaryrefslogtreecommitdiff
path: root/Changelog-SVN.txt
diff options
context:
space:
mode:
authoramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-04-01 06:16:28 +0000
committeramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-04-01 06:16:28 +0000
commit1086946ca3a5c6cf58c2f1e67f0078cd3abbb698 (patch)
treea479094bf3e452d08c631d81b1b44d6b8e097b9d /Changelog-SVN.txt
parent12e8d15728ce26f82a985c0a7218a1e9482250d2 (diff)
downloadhercules-1086946ca3a5c6cf58c2f1e67f0078cd3abbb698.tar.gz
hercules-1086946ca3a5c6cf58c2f1e67f0078cd3abbb698.tar.bz2
hercules-1086946ca3a5c6cf58c2f1e67f0078cd3abbb698.tar.xz
hercules-1086946ca3a5c6cf58c2f1e67f0078cd3abbb698.zip
Fixed some memory corruptions [MouseJstr]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1370 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-SVN.txt')
-rw-r--r--Changelog-SVN.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Changelog-SVN.txt b/Changelog-SVN.txt
index 0a952fafb..97d24977f 100644
--- a/Changelog-SVN.txt
+++ b/Changelog-SVN.txt
@@ -2,6 +2,13 @@
Date Added
03/31
+ * Fixed memory corruption during shutdown via the script_buf
+ [SVN 1370: MouseJstr]
+ * Added some useful filename info to the script parser so that
+ it is easier to figure out what is going on [SVN 1370:
+ MouseJstr]
+ * updated the visual studio projects a little bit [SVN 1370:
+ MouseJstr]
* fixed memory corruption in mapif_guild_info:int_guild.c
[SVN 1367: MouseJstr]
* Fixed common/lock.c (problem with unistd.h include) [Codemaster]