diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-22 00:16:37 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-22 00:16:37 +0000 |
commit | 2bae2bca114fbdc11aa40e27bec5b7c79e93eea8 (patch) | |
tree | fe7f415380ba8fdd223e4595ea5e03a101b3b153 /Changelog-Trunk.txt | |
parent | 3a678907dd1447f8fc8b68fcc7a977438f508d48 (diff) | |
download | hercules-2bae2bca114fbdc11aa40e27bec5b7c79e93eea8.tar.gz hercules-2bae2bca114fbdc11aa40e27bec5b7c79e93eea8.tar.bz2 hercules-2bae2bca114fbdc11aa40e27bec5b7c79e93eea8.tar.xz hercules-2bae2bca114fbdc11aa40e27bec5b7c79e93eea8.zip |
* Modified mapserver login procedure to make clients from may 2007 and newer not crash when entering mapserver (bugreport:468)
- this changes PACKETVER to 8, causing incompatibility with old clients
- this makes the "Login" hex obsolete; please stop using it as it causes a conflict with this update and may have negative sideeffects
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11776 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index bc4f504c9..e0efb0e0e 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,12 @@ 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/11/22 + * Modified mapserver login procedure to make clients from may 2007 + and newer not crash when entering mapserver (bugreport:468) [ultramage] + - this changes PACKETVER to 8, causing incompatibility with old clients + - this makes the "Login" hex obsolete; please stop using it as it + causes a conflict with this update and may have negative sideeffects 2007/11/21 * Fixed Sql_SetEncoding not setting the encoding of the connection properly. (fixes bugreport:30) |