summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-04-13 18:31:49 +0000
committerFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-04-13 18:31:49 +0000
commit5d0416edfe1e529b4b24bbf453048168c4fda608 (patch)
tree3d43c77c25a7fc879e6dcb81d0cab00f0b06d8ab /Changelog-Trunk.txt
parentdc99d88746c2175dfa5007ae2cbbde795dd357d1 (diff)
downloadhercules-5d0416edfe1e529b4b24bbf453048168c4fda608.tar.gz
hercules-5d0416edfe1e529b4b24bbf453048168c4fda608.tar.bz2
hercules-5d0416edfe1e529b4b24bbf453048168c4fda608.tar.xz
hercules-5d0416edfe1e529b4b24bbf453048168c4fda608.zip
* Quick&dirty reversal of the inter-server behaviour introduced in r3255/r3256:
- the behaviour enabled a desynch between the char-server and the map-server - now the map-server asks the char-server to authenticate the auth info (the char-server doesn't send the auth info immediatelly) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12579 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index a0c012245..9d2dd0566 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,10 @@ 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.
2008/04/13
+ * Quick&dirty reversal of the inter-server behaviour introduced in r3255/r3256:
+ - the behaviour enabled a desynch between the char-server and the map-server
+ - now the map-server asks the char-server to authenticate the auth info
+ (the char-server doesn't send the auth info immediatelly)
* Changes to the configure script: [FlavioJS]
- clarified how --with-zlib is used
- added --enable-packetver to set the PACKETVER define (used often enough