diff --git a/.gitignore b/.gitignore index 7a9682c..95fbf3e 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /retrace-server-1.8.tar.gz /retrace-server-1.9.tar.gz /retrace-server-1.10.tar.gz +/retrace-server-1.11.tar.gz diff --git a/retrace-server.spec b/retrace-server.spec index 1d4e426..581f914 100644 --- a/retrace-server.spec +++ b/retrace-server.spec @@ -2,8 +2,8 @@ Summary: Application for remote coredump analysis Name: retrace-server -Version: 1.10 -Release: 2%{?dist} +Version: 1.11 +Release: 1%{?dist} License: GPLv2+ Group: Applications/System URL: https://fedorahosted.org/abrt/wiki/AbrtRetraceServer @@ -132,6 +132,20 @@ fi %doc COPYING INSTALL README TODO %changelog +* Thu Feb 27 2014 Michal Toman 1.11-1 +- do not die trying to chmod a hardling +- do not hardlink unpacked vmcores +- print command line formatted correctly +- allow submitting vmcores with spaces in file name +- do not run makedumpfile when not necessary +- allow to specify kernel VRA with custom cores +- do not require the trailing slash in task manager URL +- do not kill retrace-server-cleanup when retrace_log does not exist +- cache kernel version into task directory +- add support for ppc64, s390x +- include floating point registers in userspace backtraces +- execute ABRT's exploitability plugin if available + * Wed Aug 21 2013 Michal Toman 1.10-1 - add possibility to make case number clickable - support local files in 'Custom core location' diff --git a/sources b/sources index 312ccd0..5208b98 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -41022507f3f3ff49848ada8884629b5f retrace-server-1.10.tar.gz +51747b372a634f657f7b4f982385f65f retrace-server-1.11.tar.gz