Set version to 0.190 Update NEWS and elfutils.spec.in Regenerate po/*.po files.
Signed-off-by: Mark Wielaard <m...@klomp.org> --- NEWS | 17 +- config/elfutils.spec.in | 15 +- configure.ac | 2 +- po/de.po | 1482 +++++++++++++++++++------------------- po/es.po | 1493 +++++++++++++++++++------------------- po/ja.po | 1492 +++++++++++++++++++------------------- po/pl.po | 1495 +++++++++++++++++++------------------- po/uk.po | 1496 ++++++++++++++++++++------------------- 8 files changed, 3832 insertions(+), 3660 deletions(-) diff --git a/NEWS b/NEWS index 53c717eb..0420d3b8 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,19 @@ -Version 0.190 +Version 0.190 "Woke!" + +CONTRIBUTING: Switch from real name policy to known identity policy. + Updated ChangeLog policy (no more separate ChangeLog files). + There is a SECURITY bug policy now. + The default branch is now 'main'. + +libelf: Add RELR support. + +libdw: Recognize .debug_[ct]u_index sections readelf: Support readelf -Ds, --use-dynamic --symbol. + Support .gdb_index version 9 + +scrlines: New tool that compiles a list of source files associated + with a specified dwarf/elf file. debuginfod: Schema change (reindexing required, sorry!) for a 60% compression in filename representation, which was a large @@ -8,6 +21,8 @@ debuginfod: Schema change (reindexing required, sorry!) for a 60% -wal management during scanning using the --scan-checkpoint option. +backends: Various LoongArch updates. + Version 0.189 "Don't deflate!" configure: eu-nm, eu-addr2line and eu-stack can provide demangled symbols diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index 9277c08f..67e88cb5 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -341,8 +341,21 @@ exit 0 %systemd_postun_with_restart debuginfod.service %changelog -* Tue Apr 18 2023 Mark Wielaard <m...@redhat.com> 0.190-1 +* Fri Nov 3 2023 Mark Wielaard <m...@klomp.org> 0.190-1 +- CONTRIBUTING: Switch from real name policy to known identity policy. + Updated ChangeLog policy (no more separate ChangeLog files). + There is a SECURITY bug policy now. The default branch is now 'main'. +- libelf: Add RELR support. +- libdw: Recognize .debug_[ct]u_index sections. - readelf: Support readelf -Ds, --use-dynamic --symbol. + Support .gdb_index version 9 +- scrlines: New tool that compiles a list of source files associated + with a specified dwarf/elf file. +- debuginfod: Schema change (reindexing required, sorry!) for a 60% + compression in filename representation, which was a large + part of the sqlite index; also, more deliberate sqlite + -wal management during scanning using the --scan-checkpoint option. +- backends: Various LoongArch updates. * Fri Mar 3 2023 Mark Wielaard <m...@klomp.org> 0.189-1 - configure: eu-nm, eu-addr2line and eu-stack can provide demangled diff --git a/configure.ac b/configure.ac index 29ed32fe..af5b6bf7 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.189],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/]) +AC_INIT([elfutils],[0.190],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/]) dnl Workaround for older autoconf < 2.64 m4_ifndef([AC_PACKAGE_URL], diff --git a/po/de.po b/po/de.po index 1e552484..47acd743 100644 --- a/po/de.po +++ b/po/de.po [...] -- 2.41.0