diff options
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 5 |
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). |