diff --git a/.gitignore b/.gitignore index 08809b4..fd26b15 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /dwz-0.8.tar.bz2 /dwz-0.9.tar.bz2 /dwz-0.10.tar.bz2 +/dwz-0.11.tar.bz2 diff --git a/dwz.spec b/dwz.spec index 56b425a..4fbfbb1 100644 --- a/dwz.spec +++ b/dwz.spec @@ -1,6 +1,6 @@ Summary: DWARF optimization and duplicate removal tool Name: dwz -Version: 0.10 +Version: 0.11 Release: 1%{?dist} License: GPLv2+ and GPLv3+ Group: Development/Tools @@ -42,6 +42,9 @@ rm -rf %{buildroot} %{_mandir}/man1/dwz.1* %changelog +* Tue Jul 2 2013 Jakub Jelinek 0.11-1 +- handle .gdb_index version 8 (#969454) + * Mon Mar 11 2013 Jakub Jelinek 0.10-1 - when creating DW_AT_stmt_list, use DW_FORM_sec_offset for dwarf4 and DW_FORM_data4 for dwarf[23] rather than vice versa (#919755) diff --git a/sources b/sources index 4746d90..ad3d6f2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -23f001e7abfff115509b5e78a99423e0 dwz-0.10.tar.bz2 +69944ddd03b259eace1370e94e6dd955 dwz-0.11.tar.bz2