diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-12-13 18:50:48 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-12-13 18:50:48 +0000 |
commit | 1f288f1fa53f75bdba601050cd8c0c82f91cf75e (patch) | |
tree | d02d0d45731bea1d6412a7d9ebbbfa253dcf0851 /Changelog-Trunk.txt | |
parent | 974a8d9be69d198db50723ef3a2b674148856086 (diff) | |
download | hercules-1f288f1fa53f75bdba601050cd8c0c82f91cf75e.tar.gz hercules-1f288f1fa53f75bdba601050cd8c0c82f91cf75e.tar.bz2 hercules-1f288f1fa53f75bdba601050cd8c0c82f91cf75e.tar.xz hercules-1f288f1fa53f75bdba601050cd8c0c82f91cf75e.zip |
* Disabled ers until recent crashes are fixed.
- ers entries are being corrupted, probably by modifying them after they are released or by releasing something else
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11900 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 5b48c9699..f200e09a1 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,9 @@ 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. 2007/12/13 + * Disabled ers until recent crashes are fixed. + - ers entries are being corrupted, probably by modifying them after they + are released or by releasing something else * Abstracted the windows socket code so that all fd's are in the range [1,FD_SETSIZE[. (bugreport:604) - The socket of a fd is forgotten when executing sClose, so things that |