Set version to 0.181. Update NEWS and elfutils.spec.in. Regenerate po/*.po files.
Signed-off-by: Mark Wielaard <m...@klomp.org> --- ChangeLog | 5 + NEWS | 17 + config/ChangeLog | 4 + config/elfutils.spec.in | 13 + configure.ac | 2 +- po/ChangeLog | 4 + po/de.po | 836 +++++++++++++++++++-------------------- po/es.po | 845 +++++++++++++++++++-------------------- po/ja.po | 845 +++++++++++++++++++-------------------- po/pl.po | 845 +++++++++++++++++++-------------------- po/uk.po | 848 ++++++++++++++++++++-------------------- 11 files changed, 2181 insertions(+), 2083 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0f00fade..094a798a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2020-09-08 Mark Wielaard <m...@klomp.org> + + * configure.ac: Set version to 0.181. + * NEWS: Add 0.181 section. + 2020-08-20 Dmitry V. Levin <l...@altlinux.org> * configure.ac (--enable-libdebuginfod): AC_DEFINE ENABLE_LIBDEBUGINFOD. diff --git a/NEWS b/NEWS index 3d097c68..1bdb4410 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +Version 0.181 + +libelf: elf_update now compensates (fixes up) a bad sh_addralign for + SHF_COMPRESSED sections. + +libdebuginfod: configure now takes --enable-libdebuginfod=dummy or + --disable-libdebuginfod for bootstrapping. + DEBUGINFOD_URLS now accepts "scheme-free" urls + (guessing at what the user meant, either http:// or file://) + +readelf, elflint: Handle aarch64 bti, pac bits in dynamic table and gnu + property notes. + +libdw, readelf: Recognize DW_CFA_AARCH64_negate_ra_state. Allows unwinding + on arm64 for code that is compiled for PAC (Pointer + Authentication Code) as long as it isn't enabled. + Version 0.180 elflint: Allow SHF_EXCLUDE as generic section flag when --gnu is given. diff --git a/config/ChangeLog b/config/ChangeLog index 459f7528..1cb3d204 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2020-09-08 Mark Wielaard <m...@klomp.org> + + * elfutils.spec.in: Update for 0.181. + 2020-06-16 Mark Wielaard <m...@klomp.org> * upload-release.sh: Use /usr/bin/env bash. diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index 7388829c..95f63f5a 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -327,6 +327,19 @@ exit 0 %systemd_postun_with_restart debuginfod.service %changelog +* Tue Sep 8 2020 Mark Wielaard <m...@klomp.org> 0.181-1 +- libelf: elf_update now compensates (fixes up) a bad sh_addralign + for SHF_COMPRESSED sections. +- libdebuginfod: configure now takes --enable-libdebuginfod=dummy or + --disable-libdebuginfod for bootstrapping. + DEBUGINFOD_URLS now accepts "scheme-free" urls + (guessing at what the user meant, either http:// or file://) +- readelf, elflint: Handle aarch64 bti, pac bits in dynamic table and + gnu property notes. +- libdw, readelf: Recognize DW_CFA_AARCH64_negate_ra_state. Allows + unwinding on arm64 for code that is compiled for PAC + (Pointer Authentication Code) as long as it isn't enabled. + * 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. diff --git a/configure.ac b/configure.ac index f3f1597b..bf833872 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.180],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/]) +AC_INIT([elfutils],[0.181],[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 620931ee..1506f343 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2020-09-08 Mark Wielaard <m...@klomp.org> + + * *.po: Update for 0.181. + 2020-06-11 Mark Wielaard <m...@klomp.org> * *.po: Update for 0.180. -- 2.20.1