summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-22 16:04:49 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-22 16:04:49 +0000
commit469e1ca0801a611274b7c48d6f951ffc2c008a37 (patch)
treeae9a15b86b017df02ae8c9cad70f3cc170165789 /Changelog-Trunk.txt
parent77e8fe5ff4dfcfb999904a610e66fb959f650658 (diff)
downloadhercules-469e1ca0801a611274b7c48d6f951ffc2c008a37.tar.gz
hercules-469e1ca0801a611274b7c48d6f951ffc2c008a37.tar.bz2
hercules-469e1ca0801a611274b7c48d6f951ffc2c008a37.tar.xz
hercules-469e1ca0801a611274b7c48d6f951ffc2c008a37.zip
- Updated the tools/stackdump script to also handle sig-plugin generated backtraces. Now it will also auto-determine whether the exe needs a .exe at the end or not.
- Usage is "stackdump <login/char/map> <txt/sql> [number]". When a number is given, sig-plugin stackdumps are assumed, otherwise it parses the normal stackdump as before. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7296 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 9da047964..9f49f4a82 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,13 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2006/06/22
+ * Updated the tools/stackdump script to also handle sig-plugin generated
+ backtraces. Now it will also auto-determine whether the exe needs a .exe at
+ the end or not. Help me test it as I want this script on stable NOW :X
+ [Skotlex]
+ * Usage is "stackdump <login/char/map> <txt/sql> [number]". When a number
+ is given, sig-plugin stackdumps are assumed, otherwise it parses the normal
+ stackdump as before. [Skotlex]
* Corrected autoloot so that you can specify rate with decimal precision
("@autoloot 0.01" should work) [Skotlex]
2006/06/21