diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-08 16:36:48 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-08 16:36:48 +0000 |
commit | 4e8674860d894a1b1b9cbf6b7a7e19e7533ff29c (patch) | |
tree | c168183b6680bc10ca02a412f629bceabd7cd3cb /Changelog-Trunk.txt | |
parent | 84087a82d95c4b6810fed0b4f4f8312523367a93 (diff) | |
download | hercules-4e8674860d894a1b1b9cbf6b7a7e19e7533ff29c.tar.gz hercules-4e8674860d894a1b1b9cbf6b7a7e19e7533ff29c.tar.bz2 hercules-4e8674860d894a1b1b9cbf6b7a7e19e7533ff29c.tar.xz hercules-4e8674860d894a1b1b9cbf6b7a7e19e7533ff29c.zip |
- Fixed the new socket code, which was triggering the inactivity timeout on the servers' listening sockets
- Fixed the TURBO code not working since r4468 (parse func never called)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9826 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 ebc0b103c..1f6d4288b 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/02/08 + * Fixed the new socket code, which was triggering the inactivity timeout + on the servers' listening sockets + * Fixed the TURBO code not working since r4468 (parse func never called) 2007/02/07 * More aggressive cleaning up of the socket code [ultramage] - removed unused session_data2 entry in sd |