diff options
author | flaviojs <flaviojs@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-07-06 19:36:18 +0000 |
---|---|---|
committer | flaviojs <flaviojs@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-07-06 19:36:18 +0000 |
commit | 37377cfe2c7a46d23e44d0f67606c360008167b2 (patch) | |
tree | bd8ca3767ed8393f54f0a4e4999a080b3ccf608b /Changelog-Trunk.txt | |
parent | 39bece2eb2c650540bec4c23801338f4fd7c7291 (diff) | |
download | hercules-37377cfe2c7a46d23e44d0f67606c360008167b2.tar.gz hercules-37377cfe2c7a46d23e44d0f67606c360008167b2.tar.bz2 hercules-37377cfe2c7a46d23e44d0f67606c360008167b2.tar.xz hercules-37377cfe2c7a46d23e44d0f67606c360008167b2.zip |
* Merged decode_zip/encode_zip from eapp's grfio to replace our direct use of zlib's uncompress/compress.
* Fixed strict-aliasing warning in mapcache's GetFloat.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14888 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 03f408b19..55b382539 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -2,6 +2,8 @@ Date Added 2011/07/06 * Changed grfio.c include order and moved zlib include from the header to the source. [FlavioJS] + * Merged decode_zip/encode_zip from eapp's grfio to replace our direct use of zlib's uncompress/compress. + * Fixed strict-aliasing warning in mapcache's GetFloat. 2011/07/05 * CMake: split txt and sql variants of login-server and map-server. [FlavioJS] 2011/07/04 |