From 4a2a96a204d787df2077afbf0332bde07f243378 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Jul 04 2012 14:30:22 +0000 Subject: 0.5-1 --- diff --git a/.gitignore b/.gitignore index 36b3a44..465bfa9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /dwz-0.3.tar.bz2 /dwz-0.4.tar.bz2 +/dwz-0.5.tar.bz2 diff --git a/dwz.spec b/dwz.spec index 00412bf..49bc017 100644 --- a/dwz.spec +++ b/dwz.spec @@ -1,6 +1,6 @@ Summary: DWARF optimization and duplicate removal tool Name: dwz -Version: 0.4 +Version: 0.5 Release: 1%{?dist} License: GPLv2+ and GPLv3+ Group: Development/Tools @@ -42,6 +42,9 @@ rm -rf %{buildroot} %{_mandir}/man1/dwz.1* %changelog +* Wed Jul 4 2012 Jakub Jelinek 0.5-1 +- handle .gdb_index version 7 + * Fri Jun 22 2012 Jakub Jelinek 0.4-1 - fix up DIE counting in low-mem mode for testing the -L limit diff --git a/sources b/sources index 5c64d9f..5ae1bc8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b15daded0e9eed50f17f79974588006a dwz-0.4.tar.bz2 +a9311784214e08822c5335a2351e7b7a dwz-0.5.tar.bz2