public inbox for elfutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Prepare for 0.174
@ 2018-09-14 10:14 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2018-09-14 10:14 UTC (permalink / raw)
  To: elfutils-devel; +Cc: Mark Wielaard

Set version to 0.174.
Mention new functionality in NEWS.
Update po/*.po files.

Signed-off-by: Mark Wielaard <mark@klomp.org>
---
 NEWS                    |   16 +
 config/elfutils.spec.in |   11 +
 configure.ac            |    2 +-
 po/de.po                | 2181 ++++++++++++++++++++++++-----------------------
 po/es.po                | 2176 +++++++++++++++++++++++-----------------------
 po/ja.po                | 2176 +++++++++++++++++++++++-----------------------
 po/pl.po                | 2177 +++++++++++++++++++++++-----------------------
 po/uk.po                | 2176 +++++++++++++++++++++++-----------------------
 8 files changed, 5600 insertions(+), 5315 deletions(-)

diff --git a/NEWS b/NEWS
index 065e995..0b7994e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Version 0.174
+
+libelf, libdw and all tools now handle extended shnum and shstrndx correctly.
+
+elfcompress: Don't rewrite input file if no section data needs updating.
+             Try harder to keep same file mode bits (suid) on rewrite.
+
+strip: Handle mixed (out of order) allocated/non-allocated sections.
+
+unstrip: Handle SHT_GROUP sections.
+
+backends: RISCV and M68K now have backend implementations to generate CFI based
+          backtraces.
+
+Fixes CVE-2018-16062, CVE-2018-16402 and CVE-2018-16403.
+
 Version 0.173
 
 More fixes for crashes and hangs found by afl-fuzz. In particular various
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index b64cc28..0f9687d 100644
--- a/config/elfutils.spec.in
+++ b/config/elfutils.spec.in
@@ -227,6 +227,17 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_sysctldir}/10-default-yama-scope.conf
 
 %changelog
+* Fri Sep 14 2018 Mark Wielaard <mark@klomp> 0.174-1
+- libelf, libdw and all tools now handle extended shnum and shstrndx
+  correctly.
+- elfcompress: Don't rewrite input file if no section data needs
+  updating.  Try harder to keep same file mode bits (suid) on rewrite.
+- strip: Handle mixed (out of order) allocated/non-allocated sections.
+- unstrip: Handle SHT_GROUP sections.
+- backends: RISCV and M68K now have backend implementations to
+  generate CFI based backtraces.
+- Fixes CVE-2018-16062, CVE-2018-16402 and CVE-2018-16403.
+
 * Fri Jun 29 2018 Mark Wielaard,,, <mark@klomp.org> 0.173-1
 - More fixes for crashes and hangs found by afl-fuzz. In particular
   various functions now detect and break infinite loops caused by bad
diff --git a/configure.ac b/configure.ac
index a3b2993..da9f8cb 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.173],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/])
+AC_INIT([elfutils],[0.174],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/])
 
 dnl Workaround for older autoconf < 2.64
 m4_ifndef([AC_PACKAGE_URL],

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-09-14 10:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-14 10:14 [PATCH] Prepare for 0.174 Mark Wielaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).