New upstream version

Make all python objects hashable
Improve memory management in rpm module
Extend the list of normalized functions
Add command for debugging duphashes to satyr utility
This commit is contained in:
Jakub Filak 2013-10-26 21:30:39 +02:00
parent 52e0c8d27d
commit 44adc969b3
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@
/satyr-0.7.tar.xz
/satyr-0.9.tar.xz
/satyr-0.10.tar.xz
/satyr-0.11.tar.xz

View File

@ -8,7 +8,7 @@
%endif
Name: satyr
Version: 0.10
Version: 0.11
Release: 1%{?dist}
Summary: Tools to create anonymous, machine-friendly problem reports
Group: System Environment/Libraries
@ -101,6 +101,13 @@ make check
%endif
%changelog
* Sat Oct 26 2013 Jakub Filak <jfilak@redhat.com> 0.11-1
- New upstream version
- Make all python objects hashable
- Improve memory management in rpm module
- Extend the list of normalized functions
- Add command for debugging duphashes to satyr utility
* Thu Oct 03 2013 Jakub Filak <jfilak@redhat.com> 0.10-1
- New upstream version
- Fix a segmentation fault in sr_rpm_package_uniq()

View File

@ -1 +1 @@
eba3cf58cb9a4b7708deefeea95301ff satyr-0.10.tar.xz
09f28faae607a63e66fbf86bca16904b satyr-0.11.tar.xz