summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-01-02 00:07:58 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-01-02 00:07:58 +0000
commit68af20ce57ff53d16ba2e2a5cc93f03bf163d13e (patch)
treec09049e873814939a6e7b3d97054c6e0cbae5b5c /Changelog-Trunk.txt
parent6c4ccacfc199765bb6837da08341f6c7f21464bf (diff)
downloadhercules-68af20ce57ff53d16ba2e2a5cc93f03bf163d13e.tar.gz
hercules-68af20ce57ff53d16ba2e2a5cc93f03bf163d13e.tar.bz2
hercules-68af20ce57ff53d16ba2e2a5cc93f03bf163d13e.tar.xz
hercules-68af20ce57ff53d16ba2e2a5cc93f03bf163d13e.zip
* Cleanups to grfio.
- Replaced strncpy with safestrncpy (bugreport:3080). - Ensured, that all local paths are normalized and work whether or not the data dir ends with '/'. - Local files are no longer added to the GRF+alias file list (apparently served to cache file size, with no performance gain). - Buffer for files is no longer allocated with 1024 extra bytes, but only 1 for zero-termination of text files. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14647 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 9d90c550e..10912eae0 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,6 +1,11 @@
Date Added
2011/01/01
+ * Cleanups to grfio. [Ai4rei]
+ - Replaced strncpy with safestrncpy (bugreport:3080).
+ - Ensured, that all local paths are normalized and work whether or not the data dir ends with '/'.
+ - Local files are no longer added to the GRF+alias file list (apparently served to cache file size, with no performance gain).
+ - Buffer for files is no longer allocated with 1024 extra bytes, but only 1 for zero-termination of text files.
* Updates to map cache generator tool. [Ai4rei]
- Removed unmaintained grfio library copy and made the tool use the one in /common instead (related r12726).
- Updated makefile to use compile options/libraries determined by configure (bugreport:1109).