Set version to 0.180. Update NEWS and elfutils.spec.in. Set copyright year in printversion. Regenerate po/*.po files. Update .gitignore.
Signed-off-by: Mark Wielaard <m...@klomp.org> --- .gitignore | 27 ++++- ChangeLog | 6 ++ NEWS | 14 +++ config/ChangeLog | 4 + config/elfutils.spec.in | 8 ++ configure.ac | 4 +- lib/ChangeLog | 4 + lib/printversion.c | 2 +- po/ChangeLog | 4 + po/de.po | 224 +++++++++++++++++++++------------------- po/es.po | 224 +++++++++++++++++++++------------------- po/ja.po | 224 +++++++++++++++++++++------------------- po/pl.po | 224 +++++++++++++++++++++------------------- po/uk.po | 224 +++++++++++++++++++++------------------- 14 files changed, 652 insertions(+), 541 deletions(-) diff --git a/.gitignore b/.gitignore index 43fb7275..c9790941 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ Makefile.in /config/install-sh /config/libdw.pc /config/libelf.pc +/config/libdebuginfod.pc /config/missing /config/test-driver /config/ylwrap @@ -43,6 +44,8 @@ Makefile.in /libcpu/*_gendis /libcpu/*_lex.c /libcpu/*_parse.[ch] +/debuginfod/debuginfod +/debuginfod/debuginfod-find /libdw/known-dwarf.h /po/*.gmo /po/*.pot @@ -76,8 +79,10 @@ Makefile.in /tests/*.trs /tests/addrcfi /tests/addrscopes +/tests/addsections /tests/aggregate_size /tests/alldts +/tests/all-dwarf-ranges /tests/allfcts /tests/allregs /tests/arextract @@ -92,6 +97,7 @@ Makefile.in /tests/asm-tst7 /tests/asm-tst8 /tests/asm-tst9 +/tests/attr-integrate-skel /tests/backtrace /tests/backtrace-child /tests/backtrace-child-biarch @@ -99,28 +105,35 @@ Makefile.in /tests/backtrace-dwarf /tests/buildid /tests/debugaltlink +/tests/debuginfod_build_id_find /tests/debuglink /tests/deleted +/tests/dwarfcfi +/tests/dwarf_default_lower_bound +/tests/dwarf-die-addr-die /tests/dwarf-getmacros /tests/dwarf-getstring /tests/dwarf-ranges +/tests/dwelf_elf_e_machine_string /tests/dwelfgnucompressed /tests/dwfl-addr-sect /tests/dwfl-bug-addr-overflow /tests/dwfl-bug-fd-leak /tests/dwfl-bug-getmodules /tests/dwfl-bug-report +/tests/dwfllines +/tests/dwflmodtest /tests/dwfl-proc-attach /tests/dwfl-report-elf-align /tests/dwfl-report-segment-contiguous -/tests/dwfllines -/tests/dwflmodtest /tests/dwflsyms /tests/early-offscn /tests/ecp +/tests/elfcopy /tests/elfgetchdr /tests/elfgetzdata /tests/elfputzdata +/tests/elfrdwrnop /tests/elfshphehdr /tests/elfstrmerge /tests/elfstrtab @@ -132,8 +145,11 @@ Makefile.in /tests/get-aranges /tests/get-files /tests/get-lines +/tests/getphdrnum /tests/get-pubnames /tests/getsrc_die +/tests/get-units-invalid +/tests/get-units-split /tests/hash /tests/line2addr /tests/low_high_pc @@ -141,6 +157,9 @@ Makefile.in /tests/newdata /tests/newfile /tests/newscn +/tests/next_cfi +/tests/next-files +/tests/next-lines /tests/peel_type /tests/rdwrmmap /tests/rerequest_tag @@ -157,12 +176,14 @@ Makefile.in /tests/test-nlist /tests/typeiter /tests/typeiter2 +/tests/unit-info /tests/update1 /tests/update2 /tests/update3 /tests/update4 /tests/varlocs -/tests/vendorelf /tests/vdsosyms +/tests/vendorelf +/tests/xlate_notes /tests/zstrptr /version.h diff --git a/ChangeLog b/ChangeLog index c08af9d5..763fa002 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2020-06-11 Mark Wielaard <m...@klomp.org> + + * configure.ac: Set version to 0.180. + * NEWS: Add 0.180 section. + * .gitignore: Update with new generated file. + 2020-06-10 Mark Wielaard <m...@klomp.org> * configure.ac (MODVERSION): Remove. diff --git a/NEWS b/NEWS index d26dccec..3d097c68 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +Version 0.180 + +elflint: Allow SHF_EXCLUDE as generic section flag when --gnu is given. + +libdw, readelf: Handle GCC LTO .gnu.debuglto_ prefix. + +libdw: Use correct CU to resolve file names in dwarf_decl_file. + +libdwfl: Handle debugaltlink in dwfl_standard_find_debuginfo. + +size: Also obey radix printing for bsd format. + +nm: Explicitly print weak 'V' or 'T' and common 'C' symbols. + Version 0.179 debuginfod-client: When DEBUGINFOD_PROGRESS is set and the program doesn't diff --git a/config/ChangeLog b/config/ChangeLog index c3b5684a..2ad93702 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2020-06-11 Mark Wielaard <m...@klomp.org> + + * elfutils.spec.in: Update for 0.189. + 2020-04-21 Frank Ch. Eigler <f...@redhat.com> * debuginfod.sysconfig (DEBUGINFOD_PATHS): Add /var/lib/pulp. diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index 9f614882..7388829c 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -327,6 +327,14 @@ exit 0 %systemd_postun_with_restart debuginfod.service %changelog +* Thu Jun 11 2020 Mark Wielaard <m...@klomp.org> 0.180-1 +- elflint: Allow SHF_EXCLUDE as generic section flag when --gnu is given. +- libdw, readelf: Handle GCC LTO .gnu.debuglto_ prefix. +- libdw: Use correct CU to resolve file names in dwarf_decl_file. +- libdwfl: Handle debugaltlink in dwfl_standard_find_debuginfo. +- size: Also obey radix printing for bsd format. +- nm: Explicitly print weak 'V' or 'T' and common 'C' symbols. + * Mon Mar 30 2020 Mark Wielaard <m...@klomp.org> 0.179-1 - debuginfod-client: When DEBUGINFOD_PROGRESS is set and the program doesn't install its own debuginfod_progressfn_t show download diff --git a/configure.ac b/configure.ac index c2c6890a..74cc749d 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.179],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/]) +AC_INIT([elfutils],[0.180],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/]) dnl Workaround for older autoconf < 2.64 m4_ifndef([AC_PACKAGE_URL], @@ -41,7 +41,7 @@ fi AC_CONFIG_AUX_DIR([config]) AC_CONFIG_FILES([config/Makefile]) -AC_COPYRIGHT([Copyright (C) 1996-2018 The elfutils developers.]) +AC_COPYRIGHT([Copyright (C) 1996-2020 The elfutils developers.]) AC_PREREQ(2.63) dnl Minimum Autoconf version required. dnl We use GNU make extensions; automake 1.10 defaults to -Wportability. diff --git a/lib/ChangeLog b/lib/ChangeLog index 51c79841..f4ab6d48 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2020-06-11 Mark Wielaaard <m...@klomp.org> + + * printversion.c (print_version): Update copyright year. + 2019-08-25 Srđan Milaković <sm...@rice.edu> * dynamicsizehash_concurrent.{c,h}: New files. diff --git a/lib/printversion.c b/lib/printversion.c index 17832f40..28981d20 100644 --- a/lib/printversion.c +++ b/lib/printversion.c @@ -41,5 +41,5 @@ print_version (FILE *stream, struct argp_state *state) Copyright (C) %s The elfutils developers <%s>.\n\ This is free software; see the source for copying conditions. There is NO\n\ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\ -"), "2018", PACKAGE_URL); +"), "2020", PACKAGE_URL); } diff --git a/po/ChangeLog b/po/ChangeLog index 61c97fde..620931ee 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2020-06-11 Mark Wielaard <m...@klomp.org> + + * *.po: Update for 0.180. + 2020-03-30 Mark Wielaard <m...@klomp.org> * *.po: Update for 0.179. -- 2.18.4