public inbox for elfutils@sourceware.org
 help / color / mirror / Atom feed
* Prepare for 0.175
@ 2018-11-14 12:18 Mark Wielaard
  2018-11-15  7:54 ` Martin Liška
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Wielaard @ 2018-11-14 12:18 UTC (permalink / raw)
  To: elfutils-devel; +Cc: Mark Wielaard

Set version to 0.175
Update NEWS and elfutils.spec.in.
Regenerate po/*.po files.

Signed-off-by: Mark Wielaard <mark@klomp.org>
---
 NEWS                    |   18 +
 config/elfutils.spec.in |   14 +
 configure.ac            |    2 +-
 po/de.po                | 1162 ++++++++++++++++++++++++----------------------
 po/es.po                | 1169 ++++++++++++++++++++++++----------------------
 po/ja.po                | 1166 ++++++++++++++++++++++++----------------------
 po/pl.po                | 1172 ++++++++++++++++++++++++----------------------
 po/uk.po                | 1175 +++++++++++++++++++++++++----------------------
 8 files changed, 3113 insertions(+), 2765 deletions(-)

diff --git a/NEWS b/NEWS
index 0b7994e..95fbac0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Version 0.175
+
+readelf: Handle mutliple .debug_macro sections.
+         Recognize and parse GNU Property notes, NT_VERSION notes
+         and GNU Build Attribute ELF Notes.
+
+strip: Handle SHT_GROUP correctly.
+       Add strip --reloc-debug-sections-only option.
+       Handle relocations against GNU compressed sections.
+
+libdwelf: New function dwelf_elf_begin.
+
+libcpu: Recognize bpf jump variants BPF_JLT, BPF_JLE, BPF_JSLT and BPF_JSLE.
+
+backends: RISCV handles ADD/SUB relocations. Handle SHT_X86_64_UNWIND.
+
+Fixes CVE-2018-18310, CVE-2018-18520 and CVE-2018-18521.
+
 Version 0.174
 
 libelf, libdw and all tools now handle extended shnum and shstrndx correctly.
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index 0f9687d..e2fb0e4 100644
--- a/config/elfutils.spec.in
+++ b/config/elfutils.spec.in
@@ -227,6 +227,20 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_sysctldir}/10-default-yama-scope.conf
 
 %changelog
+* Wed Nov 14 2018 Mark Wielaard <mark@klomp.org> 0.175-1
+- readelf: Handle mutliple .debug_macro sections.
+  Recognize and parse GNU Property notes, NT_VERSION notes and
+  GNU Build Attribute ELF Notes.
+- strip: Handle SHT_GROUP correctly.
+  Add strip --reloc-debug-sections-only option.
+  Handle relocations against GNU compressed sections.
+- libdwelf: New function dwelf_elf_begin.
+- libcpu: Recognize bpf jump variants BPF_JLT, BPF_JLE, BPF_JSLT
+  and BPF_JSLE.
+- backends: RISCV handles ADD/SUB relocations.
+  Handle SHT_X86_64_UNWIND.
+- Fixes CVE-2018-18310, CVE-2018-18520 and CVE-2018-18521.
+
 * Fri Sep 14 2018 Mark Wielaard <mark@klomp> 0.174-1
 - libelf, libdw and all tools now handle extended shnum and shstrndx
   correctly.
diff --git a/configure.ac b/configure.ac
index da9f8cb..b89b867 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.174],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/])
+AC_INIT([elfutils],[0.175],[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] 2+ messages in thread

* Re: Prepare for 0.175
  2018-11-14 12:18 Prepare for 0.175 Mark Wielaard
@ 2018-11-15  7:54 ` Martin Liška
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Liška @ 2018-11-15  7:54 UTC (permalink / raw)
  To: Mark Wielaard, elfutils-devel

On 11/14/18 1:16 PM, Mark Wielaard wrote:
> Set version to 0.175
> Update NEWS and elfutils.spec.in.
> Regenerate po/*.po files.
> 
> Signed-off-by: Mark Wielaard <mark@klomp.org>
> ---
>  NEWS                    |   18 +
>  config/elfutils.spec.in |   14 +
>  configure.ac            |    2 +-
>  po/de.po                | 1162 ++++++++++++++++++++++++----------------------
>  po/es.po                | 1169 ++++++++++++++++++++++++----------------------
>  po/ja.po                | 1166 ++++++++++++++++++++++++----------------------
>  po/pl.po                | 1172 ++++++++++++++++++++++++----------------------
>  po/uk.po                | 1175 +++++++++++++++++++++++++----------------------
>  8 files changed, 3113 insertions(+), 2765 deletions(-)
> 
> diff --git a/NEWS b/NEWS
> index 0b7994e..95fbac0 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -1,3 +1,21 @@
> +Version 0.175
> +
> +readelf: Handle mutliple .debug_macro sections.
> +         Recognize and parse GNU Property notes, NT_VERSION notes
> +         and GNU Build Attribute ELF Notes.
> +
> +strip: Handle SHT_GROUP correctly.
> +       Add strip --reloc-debug-sections-only option.
> +       Handle relocations against GNU compressed sections.
> +
> +libdwelf: New function dwelf_elf_begin.
> +
> +libcpu: Recognize bpf jump variants BPF_JLT, BPF_JLE, BPF_JSLT and BPF_JSLE.
> +
> +backends: RISCV handles ADD/SUB relocations. Handle SHT_X86_64_UNWIND.
> +
> +Fixes CVE-2018-18310, CVE-2018-18520 and CVE-2018-18521.
> +
>  Version 0.174
>  
>  libelf, libdw and all tools now handle extended shnum and shstrndx correctly.
> diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
> index 0f9687d..e2fb0e4 100644
> --- a/config/elfutils.spec.in
> +++ b/config/elfutils.spec.in
> @@ -227,6 +227,20 @@ rm -rf ${RPM_BUILD_ROOT}
>  %{_sysctldir}/10-default-yama-scope.conf
>  
>  %changelog
> +* Wed Nov 14 2018 Mark Wielaard <mark@klomp.org> 0.175-1
> +- readelf: Handle mutliple .debug_macro sections.
> +  Recognize and parse GNU Property notes, NT_VERSION notes and
> +  GNU Build Attribute ELF Notes.
> +- strip: Handle SHT_GROUP correctly.
> +  Add strip --reloc-debug-sections-only option.
> +  Handle relocations against GNU compressed sections.
> +- libdwelf: New function dwelf_elf_begin.
> +- libcpu: Recognize bpf jump variants BPF_JLT, BPF_JLE, BPF_JSLT
> +  and BPF_JSLE.
> +- backends: RISCV handles ADD/SUB relocations.
> +  Handle SHT_X86_64_UNWIND.
> +- Fixes CVE-2018-18310, CVE-2018-18520 and CVE-2018-18521.
> +
>  * Fri Sep 14 2018 Mark Wielaard <mark@klomp> 0.174-1
>  - libelf, libdw and all tools now handle extended shnum and shstrndx
>    correctly.
> diff --git a/configure.ac b/configure.ac
> index da9f8cb..b89b867 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.174],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/])
> +AC_INIT([elfutils],[0.175],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/])
>  
>  dnl Workaround for older autoconf < 2.64
>  m4_ifndef([AC_PACKAGE_URL],
> 

Hi.

I can confirm the tarball works fine on all our targets that we test.
Let's release it ;)

Martin

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-15  7:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-14 12:18 Prepare for 0.175 Mark Wielaard
2018-11-15  7:54 ` Martin Liška

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).