Cleanup classes that are moved to ACL
[AXE.git] / ChangeLog
index ca1f1ca..d697408 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,30 @@
+
+May 04, 2007 - Release 0.4
+---------------------------
+
+ - Dynamically allocate more memory if the string buffer runs out of space when
+   reading a String object from an input stream.
+ - Added new arguments to configuration::find_parameter() to allow for a list of
+   sections and a list of parameters in sections.
+   The new arguments are section index and parameter index (default = 0).
+ - Added a copy contructor to the regex class. This prevents multiple frees in the destructor.
+
+Mar 29, 2003 - Patch 0.3.1
+---------------------------
+
+ - String constructor and assignment from char * are more robust from NULL pointers.
+ - Bugfix in the configuration class: Do not read the config file in the home
+   directory if the HOME environment variable doesn't exist.
+
+Nov 22, 2002 - Release 0.3
+--------------------------
+
+ - New functions: String::escape(), String::unescape()
+ - Uses the XML2 library
+ - Bug Fixes in configuration class: segfault when finding a parameters
+   that is not in the user-sepcific config tree.
+   Check if a configuration file exists before feeding it to the XML parser.
+
 Sep 28, 2002 - Patch 0.2.3
 --------------------------