diff --git a/.gitignore b/.gitignore index c8f82d7..6389aef 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ abrt-1.1.13.tar.gz /abrt-2.0.11.tar.gz /abrt-2.0.12.tar.gz /abrt-2.0.13.tar.gz +/abrt-2.0.14.tar.gz diff --git a/abrt.spec b/abrt.spec index 9e7a82a..a601fc3 100644 --- a/abrt.spec +++ b/abrt.spec @@ -24,7 +24,7 @@ Summary: Automatic bug detection and reporting tool Name: abrt -Version: 2.0.13 +Version: 2.0.14 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -645,6 +645,31 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %config(noreplace) %{_sysconfdir}/libreport/events.d/dbus_event.conf %changelog +* Fri Oct 05 2012 Jakub Filak 2.0.14-1 +- abrt-dump-oops: save /sys/kernel/debug/suspend_stats. Closes rhbz#787749 +- abrt-hook-ccpp: save /proc/sys/crypto/fips_enabled value if it isn't "0". Closes rhbz#747870 +- abrt-dump-oops: save /proc/sys/crypto/fips_enabled value if it isn't "0". Closes rhbz#747870 +- abrt-action-analyze-oops: fail if we end up hashing "" (empty string). Closes rhbz#862013 +- retrace-client: respect chrooted os_release in pkgcheck +- Added oops_recursive_locking1.right to Makefile.am +- fix koops-parser.at, remove bastardized copy of oops_recursive_locking1.test +- add new oops example (currently fails, the fix is coming up) +- fix oops jiffies time stamp counter removal code +- trivia: s/dump/problem directory; fix false positive in oops-with-jiffies.right +- testsuite: added f18 kickstart +- open files for appned not for write rhbz#854266 +- added more info about locking - rewrote with vda's comments rhbz#859724 +- ccpp_event.conf: ignore crashes with nonzero TracerPid. Closes rhbz#812350 +- show more info when abrtd can't acquire lock on pid, related to rhbz#859724 +- abrt-hook-ccpp: save "proc_pid_status" element +- use FILENAME_ABRT_VERSION instead of string literal +- Fix pyhook test to reflect changes made in write_dump +- trac#333: Add code generating dso_list to the python hook +- spec: tui should require libreport-cli rhbz#859770 +- trac#682: emit Crash DBus signal on org.freedesktop.problems bus +- spec: added deps on elfutils rhbz#859674 +- Resolves: #859674, #859770, #859724, #812350, #854266, #862013, #747870, #787749 + * Fri Sep 21 2012 Jiri Moskovcak 2.0.13-1 - diff --git a/sources b/sources index a21c943..b7ff385 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -38d882e5a67efe80abde806188e33953 abrt-2.0.13.tar.gz +c1f4c2377cc7a3de6a434e96491ccdb9 abrt-2.0.14.tar.gz