Set version to 0.178. Update NEWS and elfutils.spec.in. Regenerate po/*.po files.
Signed-off-by: Mark Wielaard <m...@klomp.org> --- ChangeLog | 5 + NEWS | 22 + config/elfutils.spec.in | 15 + configure.ac | 2 +- po/ChangeLog | 4 + po/de.po | 994 ++++++++++++++++++++-------------------- po/es.po | 994 ++++++++++++++++++++-------------------- po/ja.po | 994 ++++++++++++++++++++-------------------- po/pl.po | 994 ++++++++++++++++++++-------------------- po/uk.po | 994 ++++++++++++++++++++-------------------- 10 files changed, 2582 insertions(+), 2436 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3d0756be..0e229622 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2019-11-26 Mark Wielaard <m...@klomp.org> + + * configure.ac: Set version to 0.178. + NEWS: Add 0.178 section. + 2019-11-26 Mark Wielaard <m...@klomp.org> * configure.ac: Add CXXFLAGS for gcov. diff --git a/NEWS b/NEWS index 2bf19d9c..c147ad3c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +Version 0.178 + +debuginfod: New server, client tool and library to index and fetch + ELF/DWARF files addressed by build-id through HTTP. + +doc: There are now some manual pages for functions and tools. + +backends: The libebl libraries are no longer dynamically loaded through + dlopen, but are now compiled into libdw.so directly. + +readelf: -n, --notes now takes an optional "SECTION" argument. + -p and -x now also handle section numbers. + New option --dyn-sym to show just the dynamic symbol table. + +libcpu: Add RISC-V disassembler. + +libdw: Abbrevs and DIEs can now be read concurrently by multiple + threads through the same Dwarf handle. + +libdwfl: Will try to use debuginfod when installed as fallback to + retrieve ELF and DWARF debug data files by build-id. + Version 0.177 elfclassify: New tool to analyze ELF objects. diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index f244f363..aa57b436 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -319,6 +319,21 @@ exit 0 %systemd_postun_with_restart debuginfod.service %changelog +* Tue Nov 26 2019 Mark Wielaard <m...@klomp.org> 0.178-1 +- debuginfod: New server, client tool and library to index and fetch + ELF/DWARF files addressed by build-id through HTTP. +- doc: There are now some manual pages for functions and tools. +- backends: The libebl libraries are no longer dynamically loaded + through dlopen, but are now compiled into libdw.so directly. +- readelf: -n, --notes now takes an optional "SECTION" argument. + -p and -x now also handle section numbers. + New option --dyn-sym to show just the dynamic symbol table. +- libcpu: Add RISC-V disassembler. +- libdw: Abbrevs and DIEs can now be read concurrently by multiple + threads through the same Dwarf handle. +- libdwfl: Will try to use debuginfod when installed as fallback to + retrieve ELF and DWARF debug data files by build-id. + * Tue Aug 13 2019 Mark Wielaard <m...@klomp.org> 0.177-1 - elfclassify: New tool to analyze ELF objects. - readelf: Print DW_AT_data_member_location as decimal offset. diff --git a/configure.ac b/configure.ac index dc553bb6..5a2dc373 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl GNU General Public License for more details. dnl dnl You should have received a copy of the GNU General Public License dnl along with this program. If not, see <http://www.gnu.org/licenses/>. -AC_INIT([elfutils],[0.177],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/]) +AC_INIT([elfutils],[0.178],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/]) dnl Workaround for older autoconf < 2.64 m4_ifndef([AC_PACKAGE_URL], diff --git a/po/ChangeLog b/po/ChangeLog index 1d202391..884b1666 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2019-11-26 Mark Wielaard <m...@klomp.org> + + * *.po: Update for 0.178. + 2019-08-13 Mark Wielaard <m...@klomp.org> * *.po: Update for 0.177.