Set version to 0.188 Update elfutils.spec.in Regenerate po/*.po files Signed-off-by: Mark Wielaard <m...@klomp.org> --- ChangeLog | 5 + NEWS | 2 +- config/ChangeLog | 7 + config/elfutils.spec.in | 13 +- configure.ac | 2 +- po/ChangeLog | 4 + po/de.po | 2400 +++++++++++++++++++------------------- po/es.po | 2420 +++++++++++++++++++------------------- po/ja.po | 2412 +++++++++++++++++++------------------- po/pl.po | 2434 ++++++++++++++++++++------------------- po/uk.po | 2427 +++++++++++++++++++------------------- 11 files changed, 6189 insertions(+), 5937 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 9179dcea..52efca04 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2022-11-02 Mark Wielaard <m...@klomp.org> + + * configure.ac (AC_INIT): Set version to 0.188. + * NEWS: Likewise. + 2022-10-31 Aaron Merey <ame...@redhat.com> * NEWS: Add debuginfod_find_section. diff --git a/NEWS b/NEWS index 9369f809..71534b8c 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Version 0.188 some time after 0.187 +Version 0.188 readelf: Add -D, --use-dynamic option. diff --git a/config/ChangeLog b/config/ChangeLog index 9c2816b5..c63caa0c 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,10 @@ +2022-10-02 Mark Wielaard <m...@klomp.org> + + * elfutils.spec.in: Update for 0.188. + Include %{_mandir}/man8/debuginfod*.8* for new + debuginfod-service.8 man page. + Remove duplicate %{_sysconfdir}/sysconfig/debuginfod. + 2022-10-20 Mark Wielaard <m...@klomp.org> * elfutils.spec.in: Escape % in comments. diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index f491ce0a..c444d1f5 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -321,8 +321,7 @@ fi %{_bindir}/debuginfod %config(noreplace) %{_sysconfdir}/sysconfig/debuginfod %{_unitdir}/debuginfod.service -%{_sysconfdir}/sysconfig/debuginfod -%{_mandir}/man8/debuginfod.8* +%{_mandir}/man8/debuginfod*.8* %{_mandir}/man7/debuginfod*.7* %dir %attr(0700,debuginfod,debuginfod) %{_localstatedir}/cache/debuginfod @@ -342,6 +341,16 @@ exit 0 %systemd_postun_with_restart debuginfod.service %changelog +* Wed Nov 2 2022 Mark Wielaard <m...@klomp.org> 0.188-1 +- readelf: Add -D, --use-dynamic option. +- debuginfod-client: Add $DEBUGINFOD_HEADERS_FILE setting to supply + outgoing HTTP headers. + Add new function debuginfod_find_section. +- debuginfod: Add --disable-source-scan option. +- libdwfl: Add new function dwfl_get_debuginfod_client. + Add new function dwfl_frame_reg. + Add new function dwfl_report_offline_memory. + * Mon Apr 25 2022 Mark Wielaard <m...@klomp.org> 0.187-1 - debuginfod: Support -C option for connection thread pooling. - debuginfod-client: Negative cache file are now zero sized instead diff --git a/configure.ac b/configure.ac index 1084b469..59be27ac 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,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.187],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/]) +AC_INIT([elfutils],[0.188],[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 bee350db..8894a9b5 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2022-10-02 Mark Wielaard <m...@klomp.org> + + * *.po: Update for 0.188. + 2022-08-05 Mark Wielaard <m...@klomp.org> * de.po: Set Project-Id-Version: to elfutils. [...snip new po diff...]