Set version to 0.183 Update NEWS and elfutils.spec.in. Set copyright year in configure.ac and printversion. Regenerate po/*.po files.
Signed-off-by: Mark Wielaard <m...@klomp.org> --- ChangeLog | 6 + NEWS | 16 + config/ChangeLog | 4 + config/elfutils.spec.in | 12 + configure.ac | 4 +- lib/ChangeLog | 4 + lib/printversion.c | 2 +- po/ChangeLog | 4 + po/de.po | 1431 +++++++++++++++++++------------------- po/es.po | 1447 +++++++++++++++++++------------------- po/ja.po | 1447 +++++++++++++++++++------------------- po/pl.po | 1449 ++++++++++++++++++++------------------- po/uk.po | 1449 ++++++++++++++++++++------------------- 13 files changed, 3668 insertions(+), 3607 deletions(-) diff --git a/ChangeLog b/ChangeLog index c8f921a5..d379e713 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2021-02-05 Mark Wielaard <m...@klomp.org> + + * configure.ac (AC_INIT): Set version to 0.183. + (AC_COPYRIGHT): Update Copyright year. + * NEWS: Add 0.183 section. + 2021-02-01 Érico Nogueira <eric...@disroot.org> * configure.ac: Check for GNU strerror_r. diff --git a/NEWS b/NEWS index caf20dd4..dccea28b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +Version 0.183 + +debuginfod: New thread-busy metric and more detailed error metrics. + New --fdcache-mintmp and tracking of filesystem freespace. + +debuginfod-client: DEBUGINFOD_SONAME macro added to debuginfod.h which + can be used to dlopen the libdebuginfod.so library. + New function debuginfod_set_verbose_fd and + DEBUGINFOD_VERBOSE environment variable. + +config: profile.sh and profile.csh won't export DEBUGINFOD_URLS unless + configured --enable-debuginfod-urls[=URLS] + +elflint, readelf: Recognize SHF_GNU_RETAIN. + Handle SHT_X86_64_UNWIND as valid relocation target. + Version 0.182 backends: Support for tilegx has been removed. diff --git a/config/ChangeLog b/config/ChangeLog index 441a36f8..d84d38c3 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2021-02-05 Mark Wielaard <m...@klomp.org> + + * elfutils.spec.in: Update for 0.183. + 2020-12-20 Dmitry V. Levin <l...@altlinux.org> * .gitignore: New file. diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index a8b63517..46b404f9 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -332,6 +332,18 @@ exit 0 %systemd_postun_with_restart debuginfod.service %changelog +* Fri Feb 5 2021 Mark Wielaard <m...@klomp.org> 0.183-1 +- debuginfod: New thread-busy metric and more detailed error metrics. + New --fdcache-mintmp and tracking of filesystem freespace. +- debigonfod-client: DEBUGINFOD_SONAME macro added to debuginfod.h can + be used to dlopen the libdebuginfod.so library. + New function debuginfod_set_verbose_fd and DEBUGINFOD_VERBOSE + environment variable. +- config: profile.sh and profile.csh won't export DEBUGINFOD_URLS + unless configured --enable-debuginfod-urls[=URLS] +- elflint, readelf: Recognize SHF_GNU_RETAIN. + Handle SHT_X86_64_UNWIND as valid relocation target type. + * Sat Oct 31 2020 Mark Wielaard <m...@klomp.org> 0.182-1 - backends: Support for tilegx has been removed. - config: New /etc/profile.d files to provide default $DEBUGINFOD_URLS. diff --git a/configure.ac b/configure.ac index 47db8472..d345495d 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.182],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/]) +AC_INIT([elfutils],[0.183],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/]) dnl Workaround for older autoconf < 2.64 m4_ifndef([AC_PACKAGE_URL], @@ -44,7 +44,7 @@ fi AC_CONFIG_AUX_DIR([config]) AC_CONFIG_FILES([config/Makefile]) -AC_COPYRIGHT([Copyright (C) 1996-2020 The elfutils developers.]) +AC_COPYRIGHT([Copyright (C) 1996-2021 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 3b603bd0..371e2133 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2021-02-05 Mark Wielaard <m...@klomp.org> + + * printversion.c (print_version): Update copyright year. + 2020-12-16 Dmitry V. Levin <l...@altlinux.org> * color.c (parse_opt): Replace gettext(...) and diff --git a/lib/printversion.c b/lib/printversion.c index 1f3f3d19..adf127d6 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\ -"), "2020", PACKAGE_URL); +"), "2021", PACKAGE_URL); } diff --git a/po/ChangeLog b/po/ChangeLog index 434859e8..740ca87e 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2021-02-05 Mark Wielaard <m...@klomp.org> + + * *.po: Update for 0.183. + 2020-12-15 Dmitry V. Levin <l...@altlinux.org> * Makevars: Sync with Makevars.template.