summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index ed47c318a..b05bd0240 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,12 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2007/04/03
+ * Some source code cleaning
+ - Fixed the badly worded messages during mapserver startup
+ - Cleaned up socket config reading
+ - Split resolve_hostbyname() into 2 separate functions for clarity
+ - Moved the probably obsolete LOWER/UPPER macros to db.c (TODO: remove)
+ - Moved the badly placed compare_item() function to storage.c (see r779)
* Fully removed the msvcr80.dll dependency from the vs8 project files
2007/04/02
* Removed some overly verbose item group messages & code