summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-05-06 13:44:35 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-05-06 13:44:35 +0000
commitc2da6e2ec4fe64e664d9a3a696a86ff866dabc8a (patch)
tree7db43cbd252b0ed7c9cdec6f4e9d7877a95fdfab /Changelog-Trunk.txt
parent60e14b0a38301d0013a795c1459e5573ee7d49dc (diff)
downloadhercules-c2da6e2ec4fe64e664d9a3a696a86ff866dabc8a.tar.gz
hercules-c2da6e2ec4fe64e664d9a3a696a86ff866dabc8a.tar.bz2
hercules-c2da6e2ec4fe64e664d9a3a696a86ff866dabc8a.tar.xz
hercules-c2da6e2ec4fe64e664d9a3a696a86ff866dabc8a.zip
Added a check to login_sql against too long db-stored emails.
By the way, the length should most likely be 40+1, not 39+1 (underdimensioned)... git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10492 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 dcdcfa21d..80ed3abc8 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/05/07
+ * Added a check to login_sql against too long db-stored emails [ultramage]
* Removed an unused variable in script.c [Toms]
* Fixed Converters not overwriting each other [Playtester]
- thanks to scerez for the fix