summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarol Lewandowski <k.lewandowsk@samsung.com>2019-07-23 17:25:00 +0200
committerKarol Lewandowski <k.lewandowsk@samsung.com>2019-07-24 12:24:25 +0200
commit0457a61a846230e32e130e352550de6d086b2326 (patch)
tree5976d51c32845b41b1bb4895ee7302f901428719
parente9fd7ab73ff68a98b4585ed0155f41930e5748a4 (diff)
downloadcrash-worker-0457a61a846230e32e130e352550de6d086b2326.tar.gz
crash-worker-0457a61a846230e32e130e352550de6d086b2326.tar.bz2
crash-worker-0457a61a846230e32e130e352550de6d086b2326.zip
This release introduces following features: - Addition of signal that caused crash and thread name to dbus signal (in sys.signal and sys.tid.comm fields, respectively) Additionally, report path is appended properly to the signal (bugfix) - Livecoredump reports are saved in livedump/ subdirectory from this release - Executable name is passed to minicoredumper allowing per-app recipes to be specified - All executables are rebuild as PIE as needed for ASLR to work Change-Id: I91b2222c603d1d75b5e3df501f3d57eed5d7ff4e
-rw-r--r--packaging/crash-worker.spec2
-rw-r--r--packaging/crash-worker_system-tests.spec2
2 files changed, 2 insertions, 2 deletions
diff --git a/packaging/crash-worker.spec b/packaging/crash-worker.spec
index 304659d..51abe84 100644
--- a/packaging/crash-worker.spec
+++ b/packaging/crash-worker.spec
@@ -14,7 +14,7 @@
Name: crash-worker
Summary: Crash-manager
-Version: 5.5.17
+Version: 5.5.18
Release: 1
Group: Framework/system
License: Apache-2.0 and BSD
diff --git a/packaging/crash-worker_system-tests.spec b/packaging/crash-worker_system-tests.spec
index 2caa93e..666fd44 100644
--- a/packaging/crash-worker_system-tests.spec
+++ b/packaging/crash-worker_system-tests.spec
@@ -8,7 +8,7 @@
Name: crash-worker_system-tests
Summary: Package with binaries and scripts for crash-worker system tests
-Version: 5.5.17
+Version: 5.5.18
Release: 1
Group: Framework/system
License: Apache-2.0 and BSD