summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-11-09 21:23:02 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-11-09 21:23:02 +0000
commit5b05a6ab3e2831fcf3a4fc68f746dc29edff6339 (patch)
tree7782f96b6d472bdd5c37a845760d5b3114bc30ba /Changelog-Trunk.txt
parent09089f3858b348b204c8e56775b0445000305642 (diff)
downloadhercules-5b05a6ab3e2831fcf3a4fc68f746dc29edff6339.tar.gz
hercules-5b05a6ab3e2831fcf3a4fc68f746dc29edff6339.tar.bz2
hercules-5b05a6ab3e2831fcf3a4fc68f746dc29edff6339.tar.xz
hercules-5b05a6ab3e2831fcf3a4fc68f746dc29edff6339.zip
Fixed socket.c using time() incorrectly, causing stall timer desynchronization (bugreport:394)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11702 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 1709c9845..5b7e17434 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,7 @@ 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/11/09
+ * Fixed socket.c checking time() incorrectly (bugreport:394) [ultramage]
* Added a database iterator to db.c/db.h. [FlavioJS]
2007/11/08
* Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include.