summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-07-07 09:31:43 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-07-07 09:31:43 +0000
commit88be51e8cb18a704152b76b98d49a2bda6fff0a9 (patch)
treeb5458968564d5d0074519d4665d249029f0b892b /Changelog-Trunk.txt
parent76d7c8ad887ac7b9dfdb495fe26ef8d4d8dfe370 (diff)
downloadhercules-88be51e8cb18a704152b76b98d49a2bda6fff0a9.tar.gz
hercules-88be51e8cb18a704152b76b98d49a2bda6fff0a9.tar.bz2
hercules-88be51e8cb18a704152b76b98d49a2bda6fff0a9.tar.xz
hercules-88be51e8cb18a704152b76b98d49a2bda6fff0a9.zip
* Replaced compress/uncompress inline code (encode_zip/decode_zip) with the respective zlib library calls while keeping 3rdparty calls inside common code (follow up to r14888, related r14808).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14891 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 37acba5cf..c9ba2b510 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,5 +1,7 @@
Date Added
+2011/07/07
+ * Replaced compress/uncompress inline code (encode_zip/decode_zip) with the respective zlib library calls while keeping 3rdparty calls inside common code (follow up to r14888, related r14808). [Ai4rei]
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.