summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-08-20 06:10:43 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-08-20 06:10:43 +0000
commita26298ee3aa66edb4ef23b291b23ac0419be50f5 (patch)
tree10132924b5c1ba96a11d0701c1d7a9a469356fd3 /Changelog-Trunk.txt
parent14c2376cab40d580743a8a5d02af6109659d9892 (diff)
downloadhercules-a26298ee3aa66edb4ef23b291b23ac0419be50f5.tar.gz
hercules-a26298ee3aa66edb4ef23b291b23ac0419be50f5.tar.bz2
hercules-a26298ee3aa66edb4ef23b291b23ac0419be50f5.tar.xz
hercules-a26298ee3aa66edb4ef23b291b23ac0419be50f5.zip
* Added quick validation of guild emblems' bitmap format to prevent forged emblems, that cause the client to crash, from being accepted (thx to sinya for a sample).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14937 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 193e28b0c..552652cf9 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,5 +1,7 @@
Date Added
+2011/08/20
+ * Added quick validation of guild emblems' bitmap format to prevent forged emblems, that cause the client to crash, from being accepted (thx to sinya for a sample). [Ai4rei]
2011/08/16
* Added -fno-strict-aliasing detection to configure.in (-fstrict-aliasing is added through -O2), since the code is not aliasing safe and causes warnings with gcc. [Ai4rei]
- This also fixes a missing line in the pre-built configure script (since r14870).