Forgot to include the following: diff --git a/ChangeLog b/ChangeLog index f81b302..35e4deb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-03-18 Petr Machata <[email protected]> + + * configure.ac (HAVE_CXX): New conditional. + * NEWS: Mention two new header files, c++/libdw and c++/libdwfl. + 2014-12-18 Mark Wielaard <[email protected]> * configure.ac: Set version to 0.161. diff --git a/NEWS b/NEWS index e4fd31e..69d8c30 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Version 0.162 + +libdw: Install new header files c++/libdw, c++/libdwfl. + Version 0.161 libdw: New function dwarf_peel_type. dwarf_aggregate_size now uses diff --git a/tests/ChangeLog b/tests/ChangeLog index 6ae5e53..ae2262b 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,9 @@ +2015-03-18 Petr Machata <[email protected]> + + * test-iterators.cc, run-test-iterators.sh: New files. + * Makefile.am (check_PROGRAMS) [HAVE_CXX]: Add test-iterators. + (TESTS) [HAVE_CXX]: Add run-test-iterators.sh. + 2015-02-18 Mark Wielaard <[email protected]> * newdata.c (check_section_data): Use PRId64 for printing loff_t.
Thanks, Petr
