summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorflaviojs <flaviojs@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-07-10 16:00:14 +0000
committerflaviojs <flaviojs@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-07-10 16:00:14 +0000
commite165e4a1f7fe8b25d92834461c3bc8bdf2530f85 (patch)
tree31e8e55b348401864b2cd82ab41e1cc865b1e8b2 /Changelog-Trunk.txt
parentd7db01919bcbd02164b3a7244e04fc023cfeb7a5 (diff)
downloadhercules-e165e4a1f7fe8b25d92834461c3bc8bdf2530f85.tar.gz
hercules-e165e4a1f7fe8b25d92834461c3bc8bdf2530f85.tar.bz2
hercules-e165e4a1f7fe8b25d92834461c3bc8bdf2530f85.tar.xz
hercules-e165e4a1f7fe8b25d92834461c3bc8bdf2530f85.zip
* Changed limit definitions used in WBUF* and WFIFO* to the intended fixed size alternatives.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14899 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 2840900ee..2e72dba94 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,7 @@ Date Added
2011/07/10
* Temporary fix for bugreport:4961 (unintended conversion from signed to unsigned). [FlavioJS]
* CMake: lowered required version to 2.8.3 and moved custom cmake modules to 3rdparty/cmake.
+ * Changed limit definitions used in WBUF* and WFIFO* to the intended fixed size alternatives.
2011/07/09
* Added script command 'getmercinfo' for retrieving information about a mercenary of an online character. [Ai4rei]
* CMake: added search for math library, made CPack existence optional, updated the search for mysqlclient and corrected misspelled variables (tested with FreeBSD-8.2-i386) [FlavioJS]