Skip to content

Commit 515dd0a

Browse files
author
Mark Wielaard
committed
Prepare for elfutils 0.168 release.
Signed-off-by: Mark Wielaard <mark@klomp.org>
1 parent 1700fd2 commit 515dd0a

11 files changed

Lines changed: 5191 additions & 5199 deletions

File tree

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2016-12-27 Mark Wielaard <mark@klomp.org>
2+
3+
* configure.ac: Set version to 0.168.
4+
* NEWS: Add 0.168 updates.
5+
16
2016-12-24 Mark Wielaard <mark@klomp.org>
27

38
* README: Move design notes to NOTES. Add URLs for home, releases,

NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
Version 0.168
22

3+
http://elfutils.org/ is now hosted at http://sourceware.org/elfutils/
4+
5+
libelf: gelf_newehdr and gelf_newehdr now return void *.
6+
37
libdw: dwarf.h corrected the DW_LANG_PLI constant name (was DW_LANG_PL1).
48

9+
readelf: Add optional --symbols[=SECTION] argument to select section name.
10+
511
Version 0.167
612

713
libasm: Add eBPF disassembler for EM_BPF files.

config/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2016-12-27 Mark Wielaard <mjw@redhat.com>
2+
3+
* elfutils.spec.in: Update for 0.168 and new project location.
4+
15
2016-12-24 Mark Wielaard <mark@klomp.org>
26

37
* libdw.pc.in: Set URL to http://elfutils.org/

config/elfutils.spec.in

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# -*- rpm-spec-*-
2-
Summary: A collection of utilities and DSOs to handle compiled objects
2+
Summary: A collection of utilities and DSOs to handle ELF files and DWARF data
33
Name: elfutils
44
Version: @PACKAGE_VERSION@
55
Release: 1
6+
URL: http://elfutils.org/
67
License: GPLv3+ and (GPLv2+ or LGPLv3+)
78
Group: Development/Tools
8-
Source: elfutils-%{version}.tar.bz2
9+
Source: ftp://sourceware.org/pub/elfutils/%{version}/elfutils-%{version}.tar.bz2
910
Obsoletes: libelf libelf-devel
1011
Requires: elfutils-libelf = %{version}-%{release}
1112
Requires: glibc >= 2.7
@@ -226,6 +227,12 @@ rm -rf ${RPM_BUILD_ROOT}
226227
%config(noreplace) %{_sysctldir}/10-default-yama-scope.conf
227228

228229
%changelog
230+
* Tue Dec 27 2016 Mark Wielaard <mark@klomp.org> 0.168-1
231+
- http://elfutils.org/ is now hosted at http://sourceware.org/elfutils/
232+
- libelf: gelf_newehdr and gelf_newehdr now return void *.
233+
- libdw: dwarf.h corrected the DW_LANG_PLI constant name (was DW_LANG_PL1).
234+
- readelf: Add optional --symbols[=SECTION] argument to select section name.
235+
229236
* Thu Aug 4 2016 Mark Wielaard <mjw@redhat.com> 0.167-1
230237
- libasm: Add eBPF disassembler for EM_BPF files.
231238
- backends: Add m68k and BPF backends.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dnl GNU General Public License for more details.
1717
dnl
1818
dnl You should have received a copy of the GNU General Public License
1919
dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
20-
AC_INIT([elfutils],[0.167],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/])
20+
AC_INIT([elfutils],[0.168],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/])
2121

2222
# We want eu- as default program prefix if none was given by the user.
2323
# But if the user explicitly provided --program-prefix="" then pretend

po/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2016-12-27 Mark Wielaard <mark@klomp.org>
2+
3+
* *.po: Update for 0.168.
4+
15
2016-12-24 Mark Wielaard <mark@klomp.org>
26

37
* Makevars (COPYRIGHT_HOLDER): Set to the elfutils developers.

0 commit comments

Comments
 (0)