summaryrefslogtreecommitdiff
path: root/Changelog-SVN.txt
diff options
context:
space:
mode:
authorcelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-03-18 17:36:03 +0000
committercelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-03-18 17:36:03 +0000
commit8d56be481198093229a7b0febb0231475f4c10f5 (patch)
tree8bad2602c44f47917ad9a052c04fea59232013d2 /Changelog-SVN.txt
parenta625c96cd44bc95bdc1d8bc9e2143372fb28c56e (diff)
downloadhercules-8d56be481198093229a7b0febb0231475f4c10f5.tar.gz
hercules-8d56be481198093229a7b0febb0231475f4c10f5.tar.bz2
hercules-8d56be481198093229a7b0febb0231475f4c10f5.tar.xz
hercules-8d56be481198093229a7b0febb0231475f4c10f5.zip
* Fixed a crash when freeing memory of pets
* Added Cygwin support to the -DDUMPSTACK option, and changed its format * Removed duplicate fopen in login_log git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1250 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-SVN.txt')
-rw-r--r--Changelog-SVN.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-SVN.txt b/Changelog-SVN.txt
index 6b5236995..f8257d7ad 100644
--- a/Changelog-SVN.txt
+++ b/Changelog-SVN.txt
@@ -1,6 +1,10 @@
Date Added
03/18
+ * Fixed a crash when freeing memory of pets [celest]
+ * Added Cygwin support to the -DDUMPSTACK option, and changed its format
+ to "<server type><number>.stackdump", thanks to Ser [celest]
+ * Removed duplicate fopen in login_log [celest]
* Don't log SQL char actions if log_char is not enabled in char_athena.conf
[celest]
* Updated shop_exp's calculation to give more exp, thanks to tcdiem [celest]