Set version to 0.184 Update NEWS and elfutils.spec.in Regenerate po/*.po files
Signed-off-by: Mark Wielaard <m...@klomp.org> --- ChangeLog | 5 + NEWS | 16 +- config/ChangeLog | 4 + config/elfutils.spec.in | 14 + configure.ac | 2 +- po/ChangeLog | 4 + po/de.po | 1222 ++++++++++++++++++++++++-------------- po/es.po | 1232 ++++++++++++++++++++++++-------------- po/ja.po | 1232 ++++++++++++++++++++++++-------------- po/pl.po | 961 ++++++++++++++++-------------- po/uk.po | 1236 +++++++++++++++++++++++++-------------- 11 files changed, 3683 insertions(+), 2245 deletions(-) diff --git a/ChangeLog b/ChangeLog index e18746fb..488a7daf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2021-05-10 Mark Wielaard <m...@klomp.org> + + * configure.ac (AC_INIT): Set version to 0.184. + * NEWS: Add libdw, translation and debuginfod-client entries. + 2021-03-30 Frank Ch. Eigler <f...@redhat.com> * configure.ac: Look for pthread_setname_np. diff --git a/NEWS b/NEWS index f25ae3d0..c56922cd 100644 --- a/NEWS +++ b/NEWS @@ -3,9 +3,19 @@ Version 0.184 debuginfod: Use libarchive's bsdtar as the .deb-family file unpacker. debuginfod-client: Client caches negative results. If a query for a - file failed with 404, an empty 000 permission - file is created in the cache. This will prevent - requesting the same file for the next 10 minutes. + file failed with 404, an empty 000 permission + file is created in the cache. This will prevent + requesting the same file for the next 10 minutes. + + Client objects now carry long-lived curl handles + for outgoing connections. This makes it more + efficient for multiple sequential queries, because + the TCP connections and/or TLS state info are kept + around awhile, avoiding O(100ms) setup latencies. + +libdw: handle DW_FORM_indirect when reading attributes + +translations: Update Polish translation. Version 0.183 diff --git a/config/ChangeLog b/config/ChangeLog index 0e179cbc..5e4c1121 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2021-05-10 Mark Wielaard <m...@klomp.org> + + * elfutils.spec.in: Update for 0.184. + 2021-02-17 Timm Bäder <tbae...@redhat.com> * eu.am (NO_PACKED_NOT_ALIGNED_WARNING): New variable. diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index 9df92b38..47a6f331 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -332,6 +332,20 @@ exit 0 %systemd_postun_with_restart debuginfod.service %changelog +* Mon May 10 2021 Mark Wielaard <m...@klomp.org> 0.184-1 +- debuginfod: Use libarchive's bsdtar as the .deb-family file unpacker. +- debuginfod-client: Client caches negative results. If a query for a + file failed with 404, an empty 000 permission + file is created in the cache. This will prevent + requesting the same file for the next 10 minutes. +- Client objects now carry long-lived curl handles + for outgoing connections. This makes it more + efficient for multiple sequential queries, because + the TCP connections and/or TLS state info are kept + around awhile, avoiding O(100ms) setup latencies. +- libdw: handle DW_FORM_indirect when reading attributes +- translations: Update Polish translation. + * 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. diff --git a/configure.ac b/configure.ac index ad046bc2..5099a2b2 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.183],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/]) +AC_INIT([elfutils],[0.184],[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 50439333..838f4ff2 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2021-05-10 Mark Wielaard <m...@klomp.org> + + * *.po: Update for 0.184. + 2021-03-21 Dmitry V. Levin <l...@altlinux.org> * Makevars (XGETTEXT_OPTIONS): Update.