summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2016-01-08 14:44:49 +0100
committerMark Wielaard <mjw@redhat.com>2016-01-08 14:46:12 +0100
commit7930054cf5628e779ceadac68cf59689ddc37cf7 (patch)
tree2d81bcb87c70ba3ff9922e00adf0281d1a6343fc /config
parentdd131168e2abf2f0fc872829e1101366395cc390 (diff)
downloadelfutils-7930054cf5628e779ceadac68cf59689ddc37cf7.tar.gz
Prepare 0.165 release.
Signed-off-by: Mark Wielaard <mjw@redhat.com>
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog4
-rw-r--r--config/elfutils.spec.in27
2 files changed, 24 insertions, 7 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index baa43030..8e20f1e6 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,7 @@
+2016-01-08 Mark Wielaard <mjw@redhat.com>
+
+ * elfutils.spec.in: Add elfcompress. Update for 0.165.
+
2016-01-04 Mark Wielaard <mjw@redhat.com>
* libelf.pc.in: New file.
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index 40b08bf1..693c2628 100644
--- a/config/elfutils.spec.in
+++ b/config/elfutils.spec.in
@@ -31,13 +31,15 @@ BuildRequires: gcc-c++
%define _programprefix eu-
%description
-Elfutils is a collection of utilities, including ld (a linker),
-nm (for listing symbols from object files), size (for listing the
-section sizes of an object or archive file), strip (for discarding
-symbols), readelf (to see the raw ELF file structures), and elflint
-(to check for well-formed ELF files). Also included are numerous
-helper libraries which implement DWARF, ELF, and machine-specific ELF
-handling.
+
+Elfutils is a collection of utilities, including stack (to show
+backtraces), nm (for listing symbols from object files), size
+(for listing the section sizes of an object or archive file),
+strip (for discarding symbols), readelf (to see the raw ELF file
+structures), elflint (to check for well-formed ELF files) and
+elfcompress (to compress or decompress ELF sections).
+Also included are helper libraries which implement DWARF, ELF,
+and machine-specific ELF handling and process introspection.
%package devel
Summary: Development libraries to handle compiled objects.
@@ -175,6 +177,7 @@ rm -rf ${RPM_BUILD_ROOT}
%{_bindir}/eu-unstrip
%{_bindir}/eu-make-debug-archive
#%{_bindir}/eu-ld
+%{_bindir}/eu-elfcompress
%{_libdir}/libasm-%{version}.so
%{_libdir}/libdw-%{version}.so
%{_libdir}/libasm.so.*
@@ -225,6 +228,16 @@ rm -rf ${RPM_BUILD_ROOT}
%config(noreplace) %{_sysctldir}/10-default-yama-scope.conf
%changelog
+* Fri Jan 8 2016 Mark Wielaard <mjw@redhat.com> 0.165-1
+- elfcompress: New utility to compress or decompress ELF sections.
+- readelf: Add -z,--decompress option.
+- libelf: Add elf_compress, elf_compress_gnu, elf32_getchdr,
+ elf64_getchdr and gelf_getchdr.
+- libdwelf: New function dwelf_scn_gnu_compressed_size.
+- config: Add libelf and libdw pkg-config files.
+- backends: sparc support for core and live backtraces.
+- translations: Updated Polish translation.
+
* Thu Oct 15 2015 Mark Wielaard <mjw@redhat.com> 0.164-1
- strip, unstrip: Handle ELF files with merged strtab/shstrtab
tables. Handle missing SHF_INFO_LINK section flags.