[COMMITTED] Prepare for 0.186

Message ID 20211110153425.13431-1-mark@klomp.org
State Committed
Headers
Series [COMMITTED] Prepare for 0.186 |

Commit Message

Mark Wielaard Nov. 10, 2021, 3:34 p.m. UTC
  Set version to 0.186
Update NEWS and elfutils.spec.in
Regenerate po/*.po files

Signed-off-by: Mark Wielaard <mark@klomp.org>
---
 ChangeLog               |   5 +
 NEWS                    |   4 +-
 config/ChangeLog        |   6 +-
 config/elfutils.spec.in |  23 +
 configure.ac            |   2 +-
 po/ChangeLog            |   4 +
 po/de.po                | 817 +++++++++++++++++-----------------
 po/es.po                | 818 +++++++++++++++++-----------------
 po/ja.po                | 953 ++++++++++++++++++++++------------------
 po/pl.po                | 818 +++++++++++++++++-----------------
 po/uk.po                | 818 +++++++++++++++++-----------------
 11 files changed, 2235 insertions(+), 2033 deletions(-)


[... snip po diffs ...]
  

Patch

diff --git a/ChangeLog b/ChangeLog
index d4b89f9c..d61b21c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@ 
+2021-11-10  Mark Wielaard  <mark@klomp.org>
+
+	* configure.ac (AC_INIT): Set version to 0.186.
+	* NEWS: Add translation item.
+
 2021-09-03  John Mellor-Crummey <johnmc@rice.edu>
 
 	* NEWS: Read inlining info in NVIDIA extended line map
diff --git a/NEWS b/NEWS
index e553b6e1..490932ae 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@ 
-Version 0.186 (one after 0.185)
+Version 0.186
 
 debuginfod-client: Default $DEBUGINFOD_URLS is computed from drop-in files
                    /etc/debuginfod/*.urls rather than hardcoded into the
@@ -22,6 +22,8 @@  libdw: Support for the NVIDIA Cuda line map extensions.
        are defined in dwarf.h. New functions dwarf_linecontext and
        dwarf_linefunctionname
 
+translations: Update Japanese translation.
+
 Version 0.185
 
 debuginfod-client: Simplify curl handle reuse so downloads which
diff --git a/config/ChangeLog b/config/ChangeLog
index bd41654f..acbaaa88 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,7 @@ 
+2021-11-10  Mark Wielaard  <mark@klomp.org>
+
+	* elfutils.spec.in: Update for 0.186.
+
 2021-10-03  Frank Ch. Eigler  <fche@redhat.com>
 
 	PR27783
@@ -12,7 +16,7 @@ 
 
 2021-07-06  Alice Zhang  <alizhang@redhat.com>
 
-        * debuginfod.sysconfig: Introduce default retry limit.
+	* debuginfod.sysconfig: Introduce default retry limit.
 
 2021-05-10  Mark Wielaard  <mark@klomp.org>
 
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index 8f6a8e03..aac0dffc 100644
--- a/config/elfutils.spec.in
+++ b/config/elfutils.spec.in
@@ -337,6 +337,29 @@  exit 0
 %systemd_postun_with_restart debuginfod.service
 
 %changelog
+* Wed Nov 10 2021 Mark Wielaard <mark@klomp.org> 0.186-1
+- debuginfod-client: Default $DEBUGINFOD_URLS is computed from
+  drop-in files /etc/debuginfod/*.urls rather than
+  hardcoded into the /etc/profile.d/debuginfod*
+  scripts.
+  Add $DEBUGINFOD_MAXSIZE and $DEBUGINFOD_MAXTIME settings
+  for skipping large/slow transfers.
+  Add $DEBUGINFOD_RETRY for retrying aborted lookups.
+- debuginfod: Supply extra HTTP response headers, describing
+  archive/file names that satisfy the requested buildid content.
+  Support -d :memory: option for in-memory databases.
+  Protect against loops in federated server configurations.
+  Add -r option to use -I/-X regexes for grooming stale files.
+  Protect against wasted CPU from duplicate concurrent requests.
+  Limit the duration of groom ops roughly to rescan (-t) times.
+  Add --passive mode for serving from read-only database.
+  Several other performance improvements & prometheus metrics.
+- libdw: Support for the NVIDIA Cuda line map extensions.
+  DW_LNE_NVIDIA_inlined_call and DW_LNE_NVIDIA_set_function_name
+  are defined in dwarf.h. New functions dwarf_linecontext and
+  dwarf_linefunctionname.
+- translations: Update Japanese translation.
+
 * Sat May 22 2021 Mark Wielaard <mark@klomp.org> 0.185-1
 - debuginfod-client: Simplify curl handle reuse so downloads which
                      return an error are retried.
diff --git a/configure.ac b/configure.ac
index 76563557..ff9581d2 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.185],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/])
+AC_INIT([elfutils],[0.186],[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 95a55ed8..afbdc249 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@ 
+2021-11-10  Mark Wielaard  <mark@klomp.org>
+
+	* *.po: Update for 0.186.
+
 2021-07-25  Hayatsu Shunsuke <hayatsu.shunsuke@gmail.com>
 
 	* ja.po: update Japanese translation