X-Git-Url: http://www.andromeda.nl/gitweb/?a=blobdiff_plain;f=ChangeLog;h=d697408ff1d3f0193a54e51f2b03b7898f4efe2b;hb=HEAD;hp=ac5d08407252992fab2351c746b1f8c7604db592;hpb=e86b8beb7c16ab5a58a74c5a1cf271d24639707d;p=AXE.git diff --git a/ChangeLog b/ChangeLog index ac5d084..d697408 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ + +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 --------------------------