summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorflaviojs <flaviojs@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-07-15 06:16:51 +0000
committerflaviojs <flaviojs@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-07-15 06:16:51 +0000
commit14fbb28bad5ae22f495766a449aea8aac7431c40 (patch)
treeed276a13f2402dbf2fc57e4b6ba8826a01d679bc /Changelog-Trunk.txt
parent644fab2943d84e4225825996bdbbac4a91bdd6b9 (diff)
downloadhercules-14fbb28bad5ae22f495766a449aea8aac7431c40.tar.gz
hercules-14fbb28bad5ae22f495766a449aea8aac7431c40.tar.bz2
hercules-14fbb28bad5ae22f495766a449aea8aac7431c40.tar.xz
hercules-14fbb28bad5ae22f495766a449aea8aac7431c40.zip
* Changed the warning message of when setrlimit fails to be more explicit.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14907 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 3d5d32577..107bc61de 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,5 +1,7 @@
Date Added
+2011/07/15
+ * Changed the warning message of when setrlimit fails to be more explicit. [FlavioJS]
2011/07/12
* CMake: set project language to C, added module FindFunctionLibrary, added search for dl library. (tested with debian-wheezy-i386) [FlavioJS]
* CMake: added search for math.h, added search for socket/nsl library. (tested with Solaris-201011-x86)