diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-02 20:19:40 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-02 20:19:40 +0000 |
commit | 85db2023cb033928a190ac7fa6f05b5d6cbad14a (patch) | |
tree | b37ec6dab700ae4170968f10ccf0136242ee5f23 /Changelog-Trunk.txt | |
parent | c6f3f3b4d8e95e130af32ea24d3e30130688eab8 (diff) | |
download | hercules-85db2023cb033928a190ac7fa6f05b5d6cbad14a.tar.gz hercules-85db2023cb033928a190ac7fa6f05b5d6cbad14a.tar.bz2 hercules-85db2023cb033928a190ac7fa6f05b5d6cbad14a.tar.xz hercules-85db2023cb033928a190ac7fa6f05b5d6cbad14a.zip |
* Displaying op names instead of numbers in script engine errors.
* Fixed a bug introduced in the last rework of the fame ranking.
* Created safestrncpy that ensures the string is nul-terminated.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10667 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index d8e515016..179add4a1 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,10 @@ 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/06/02 + * Displaying op names instead of numbers in script engine errors. + * Fixed a bug introduced in the last rework of the fame ranking. + * Created safestrncpy that ensures the string is nul-terminated. [FlavioJS] 2007/06/01 * Updated sql files [Playtester] * Fixed ircbot not processing new users |