diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-10 19:23:04 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-10 19:23:04 +0000 |
commit | 8bf35af0e6d7aba3c619507e53cab3f9584807e1 (patch) | |
tree | 0a6d5396e27ea45c28857257ddf88ae22b97f89a /Changelog-Trunk.txt | |
parent | 91d42beda228772338cecadda47c7fd50217c60f (diff) | |
download | hercules-8bf35af0e6d7aba3c619507e53cab3f9584807e1.tar.gz hercules-8bf35af0e6d7aba3c619507e53cab3f9584807e1.tar.bz2 hercules-8bf35af0e6d7aba3c619507e53cab3f9584807e1.tar.xz hercules-8bf35af0e6d7aba3c619507e53cab3f9584807e1.zip |
- Added more helpfull error messages when packet_ver=-1. (no more "clif_parse: Disconnecting session #XX for not having latest client version (has version -1)." messages)
- Joined normal and MINICORE's main function.
- Put malloc_init() first and malloc_final() last as it's needed for Show* in display_title().
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9446 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 1a849f959..a83cc08a6 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. +2006/12/10 + * Added more helpfull messages when packet_ver=-1. + * Joined normal and MINICORE's main function. + * Put malloc_init() first and malloc_final() last as it's needed for Show* + in display_title(). [FlavioJS] 2006/12/09 * Reversed revision #9415 (messages with server_tick field being sent as soon as possible) since it didn't fix the client synchronization issue. |