diff --git a/ChangeLog b/ChangeLog index 1e1e97a..acf9a34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +* Wed Oct 13 2004 Marc Waeckerlin - mrw-c++-1.2.1 (mrw) + - no newline at the end of stacktrace in autostacktracestderr.cpp + - test for bad exception specification in exec_test.cpp + - no more need for ldd in StackTrace, read from /proc/self/maps + - check whether shared libraries are evaluated in + stacktrace_test.cpp + - new feature in stdext: getline reads a whole line from a stream * Mon Oct 11 2004 Marc Waeckerlin - mrw-c++-1.2.0 (mrw) - StackTrace now can load shared libraries! - AutoPtr replaces mrw::auto_ptr diff --git a/NEWS b/NEWS index 3c3d4f9..c515d88 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ StackTrace now can load not only the executable, but also shared libraries. On Linux, if StackTrace is initialized without parameters, -then not only the executable is löoaded, but also /usr/bin/ldd is -executed on the executable and all shared libraries with their offset -are parsed from the output and loaded. +then not only the executable is loaded, but all shared libraries with +their offset are parsed from /proc/self/maps. + +2004-10-13: + - no more need for /usr/bin/ldd + - new functions mrw::readline \ No newline at end of file diff --git a/configure.in b/configure.in index 8de15c4..2c0cd29 100644 --- a/configure.in +++ b/configure.in @@ -9,6 +9,9 @@ ## @license LGPL, see file COPYING ## ## $Log$ +## Revision 1.14 2004/10/13 11:19:54 marc +## *** empty log message *** +## ## Revision 1.13 2004/10/11 16:50:50 marc ## Version 1.2.0 ## @@ -50,7 +53,7 @@ AC_INIT([mrw/mrw.hpp.in]) PACKAGENAME=mrw-c++ m4_define(x_major, 1) m4_define(x_minor, 2) -m4_define(x_least, 0) +m4_define(x_least, 1) AM_INIT_AUTOMAKE(@PACKAGENAME@, @MAJOR@.@MINOR@.@LEAST@, [marc@waeckerlin.org]) # copy M4 to shell