summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-05-01 07:26:09 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-05-01 07:26:09 +0000
commit77d43dcefbbfbcbaf2b1cd1f5da2017673c1b5dc (patch)
tree844a5a04a4fdb4110594507f2ed4335c8c2ee796 /Changelog-Trunk.txt
parentf1fd1e277edb4eec67380e378e486fe2756dbb7e (diff)
downloadhercules-77d43dcefbbfbcbaf2b1cd1f5da2017673c1b5dc.tar.gz
hercules-77d43dcefbbfbcbaf2b1cd1f5da2017673c1b5dc.tar.bz2
hercules-77d43dcefbbfbcbaf2b1cd1f5da2017673c1b5dc.tar.xz
hercules-77d43dcefbbfbcbaf2b1cd1f5da2017673c1b5dc.zip
* Removed functions 'decode_zip' (ancient) and 'encode_zip' (from r824) from grfio. These were outdated copies of zlib's 'uncompress' and 'compress' respectively (related r1530 and r5152).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14808 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 24abef588..b81de37a7 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,6 +1,7 @@
Date Added
2011/05/01
+ * Removed functions 'decode_zip' (ancient) and 'encode_zip' (from r824) from grfio. These were outdated copies of zlib's 'uncompress' and 'compress' respectively (related r1530 and r5152). [Ai4rei]
* Removed auto-add feature from mapindex code, as map indexes are used for save data, thus need to be constant across server starts (since r4726). [Ai4rei]
2011/04/28
* Fixed @makehomun not checking for existing homunculus properly and thus allowing to create a homunculus when one is already present but inactive (bugreport:4879, since r10272). [Ai4rei]