[retrace-server/el6] update to 1.11

Michal Toman mtoman at fedoraproject.org
Thu Feb 27 13:36:49 UTC 2014


commit 77e33bdcad89eb1b81f592574a2eeedf76d034aa
Author: Michal Toman <mtoman at redhat.com>
Date:   Thu Feb 27 14:37:41 2014 +0100

    update to 1.11

 .gitignore          |    1 +
 retrace-server.spec |   18 +++++++++++++++++-
 sources             |    2 +-
 3 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0f73bfd..c468b02 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,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 3617a74..581f914 100644
--- a/retrace-server.spec
+++ b/retrace-server.spec
@@ -2,7 +2,7 @@
 
 Summary: Application for remote coredump analysis
 Name: retrace-server
-Version: 1.10
+Version: 1.11
 Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
@@ -132,6 +132,20 @@ fi
 %doc COPYING INSTALL README TODO
 
 %changelog
+* Thu Feb 27 2014 Michal Toman <mtoman at redhat.com> 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 <mtoman at redhat.com> 1.10-1
 - add possibility to make case number clickable
 - support local files in 'Custom core location'
@@ -155,6 +169,8 @@ fi
 - accept package list in the archive with crash data
 - try harder to find ix86 debuginfo in koji
 
+* Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.9-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 * Wed Mar 20 2013 Michal Toman <mtoman at redhat.com> 1.9-1
 - guess debuginfo name correctly for <= el4
 - rename _log to retrace-log
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


More information about the scm-commits mailing list