*** empty log message ***
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
* Thu Apr 7 2005 Marc Waeckerlin <marc@waeckerlin.org> - 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 <marc@waeckerlin.org> - 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 <marc@waeckerlin.org> - mrw-c++-2.0.1 (mrw)
|
* Mon Mar 14 2005 Marc Waeckerlin <marc@waeckerlin.org> - mrw-c++-2.0.1 (mrw)
|
||||||
- Bugfix on Homepage: Download link for multithreaded RPM package
|
- Bugfix on Homepage: Download link for multithreaded RPM package
|
||||||
was missing
|
was missing
|
||||||
|
7
NEWS
7
NEWS
@@ -1,3 +1,8 @@
|
|||||||
|
2005-04-06
|
||||||
|
|
||||||
|
New feature: Automatic initialisation of log4cxx, just link to
|
||||||
|
libmrwlog4cxxconfiguration.
|
||||||
|
|
||||||
2005-03-05
|
2005-03-05
|
||||||
|
|
||||||
Really cool new feature: Automagic function trace: Don't change a
|
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
|
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:
|
DELETED:
|
||||||
- mrw::min and mrw::max
|
- mrw::min and mrw::max
|
||||||
|
@@ -13,8 +13,8 @@
|
|||||||
AC_INIT([mrw/mrw.hpp.in])
|
AC_INIT([mrw/mrw.hpp.in])
|
||||||
PACKAGENAME=mrw-c++
|
PACKAGENAME=mrw-c++
|
||||||
m4_define(x_major, 2)
|
m4_define(x_major, 2)
|
||||||
m4_define(x_minor, 0)
|
m4_define(x_minor, 1)
|
||||||
m4_define(x_least, 1)
|
m4_define(x_least, 0)
|
||||||
AM_INIT_AUTOMAKE(@PACKAGENAME@, @MAJOR@.@MINOR@.@LEAST@, [marc@waeckerlin.org])
|
AM_INIT_AUTOMAKE(@PACKAGENAME@, @MAJOR@.@MINOR@.@LEAST@, [marc@waeckerlin.org])
|
||||||
|
|
||||||
# copy M4 to shell
|
# copy M4 to shell
|
||||||
|
Reference in New Issue
Block a user