Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
Arnaldo Carvalho de Melo 2012-05-30 15:40:22 -03:00
parent 50d4bd4a5b
commit e887636d6d
2 changed files with 17 additions and 2 deletions

12
NEWS
View File

@ -1,3 +1,15 @@
v1.10
Wed May 30 2012
. Initial DWARF4 support, by Tom Tromey
. Add stubs for some new GNU Tags
. Fix build on older systems
. Fix a crash when pahole is called with -R -S, from Tal Kelrich
v1.9:
Ignore DW_TAG_template_{type,value}_parameter, fixing a bug reported at:

View File

@ -2,12 +2,12 @@
%define libver 1
Name: dwarves
Version: 1.9
Version: 1.10
Release: 1%{?dist}
License: GPLv2
Summary: Debugging Information Manipulation Tools
Group: Development/Tools
URL: http://oops.ghostprotocols.net:81/blog
URL: http://acmel.wordpress.com
Source: http://fedorapeople.org/~acme/dwarves/%{name}-%{version}.tar.bz2
BuildRequires: cmake
BuildRequires: elfutils-devel >= 0.130
@ -113,6 +113,9 @@ rm -rf %{buildroot}
%{_libdir}/%{libname}_reorganize.so
%changelog
* Wed May 30 2012 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.10-1
- New release
* Sat Nov 20 2010 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.9-1
- New release