diff --git a/ChangeLog b/ChangeLog index cdf78a7..1c2ee13 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +* Thu Apr 7 2005 Marc Waeckerlin - mrw-c++-2.1.0 (mrw) + - Oops, there's a make distcheck...? Now it works. + - renamed loggerhierarchy from mrw.gccfunctiontrace to mrw.fn + - documentation is now generated in root dir, no more in mrw subdir +* Mon Mar 21 2005 Marc Waeckerlin - mrw-c++-2.1.0 (mrw) + - HTML documentation now with stylesheet, footer and header + - RPM/libtool: .la files with wrong path! + - New feature: library libmrwlog4cxxconfiguration configures log4cxx * Mon Mar 14 2005 Marc Waeckerlin - mrw-c++-2.0.1 (mrw) - Bugfix on Homepage: Download link for multithreaded RPM package was missing diff --git a/NEWS b/NEWS index 3cec395..a9e02e4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +2005-04-06 + +New feature: Automatic initialisation of log4cxx, just link to +libmrwlog4cxxconfiguration. + 2005-03-05 Really cool new feature: Automagic function trace: Don't change a @@ -13,7 +18,7 @@ get a nice log4cxx based entry and exit tracing. New: mrw::ifelse, acts as A ? A : B but with only one access to A -Repaired and tested: mrw::Dir (on my system, type is alway UNKOWN) +Repaired and tested: mrw::Dir (on my system, type is always UNKOWN) DELETED: - mrw::min and mrw::max diff --git a/configure.in b/configure.in index b1bfa1c..a47ae66 100644 --- a/configure.in +++ b/configure.in @@ -13,8 +13,8 @@ AC_INIT([mrw/mrw.hpp.in]) PACKAGENAME=mrw-c++ m4_define(x_major, 2) -m4_define(x_minor, 0) -m4_define(x_least, 1) +m4_define(x_minor, 1) +m4_define(x_least, 0) AM_INIT_AUTOMAKE(@PACKAGENAME@, @MAJOR@.@MINOR@.@LEAST@, [marc@waeckerlin.org]) # copy M4 to shell