*** empty log message ***

This commit is contained in:
Marc Wäckerlin
2005-04-14 19:06:50 +00:00
parent 1ed0341dda
commit c6c97559c1
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
* Thu Apr 14 2005 Marc Waeckerlin <marc@waeckerlin.org> - mrw-c++-2.1.2 (mrw)
- Bugfix: initialisation of autolog4cxx: all traces came twice
- Better filter for autofunctiontracelog4cxx (regarding operators)
- Better default config for autolog4cxxconfiguration and Qt
* Sun Apr 10 2005 Marc Waeckerlin <marc@waeckerlin.org> - mrw-c++-2.1.1 (mrw) * Sun Apr 10 2005 Marc Waeckerlin <marc@waeckerlin.org> - mrw-c++-2.1.1 (mrw)
- Now, make distcheck works AND the html doc is dirstributed... - Now, make distcheck works AND the html doc is dirstributed...
was hard, but now it works... doxygen and automake don't fit well was hard, but now it works... doxygen and automake don't fit well

View File

@@ -14,7 +14,7 @@ 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, 1) m4_define(x_minor, 1)
m4_define(x_least, 1) m4_define(x_least, 2)
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