diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-21 02:32:51 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-21 02:32:51 +0000 |
commit | b5267523b67fbb77deacd7e9b44110a31086805d (patch) | |
tree | 8d22dc2c79a8239524efab8a484f0584ee26ca91 /Changelog-Trunk.txt | |
parent | d3a2bbe60ca0a543713bc0bdd280be7c9c9c2951 (diff) | |
download | hercules-b5267523b67fbb77deacd7e9b44110a31086805d.tar.gz hercules-b5267523b67fbb77deacd7e9b44110a31086805d.tar.bz2 hercules-b5267523b67fbb77deacd7e9b44110a31086805d.tar.xz hercules-b5267523b67fbb77deacd7e9b44110a31086805d.zip |
- Added a 1-node cache to db. Removed party_cache and guild_cache since now the database has a cache.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9545 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 770341066..d216141a6 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,8 @@ 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. 2006/12/21 + * Added a 1-node cache to db. Removed party_cache and guild_cache since + now the database has a cache. * Fixed "warning: comparison is always false due to limited range of data type" by restricting script words to ASCII characters only. * Moved md5calc to common. [FlavioJS] |