From: Karol Lewandowski Date: Fri, 16 Nov 2018 15:34:31 +0000 (+0100) Subject: Release 5.5.2 X-Git-Tag: accepted/tizen/unified/20181119.153038^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=865653d839a318ab3834dd91f36938e8d6ef1d65;p=platform%2Fcore%2Fsystem%2Fcrash-worker.git Release 5.5.2 This version brings one major change - from now on buxton2ctl is used instead of vconftool to dump the internal database (buxton is the backend used by vconf anyway). The reason for this change is inefficency of vconftool utility, for details see commit 5991e4b ("dump_systemstate: Replace extremely inefficient vconftool with buxton2ctl"). Minor improvements include: - util: Add fsync_path to selectively flush file buffer to disk - util: Fix and replace nullvec2str utility function with concatenate() - Define _GNU_SOURCE once for whole codebase - packaging: Drop unused variables from cmake invocation - util: Unify function calling convention to specify destination first - util: copy_bytes: Multiple changes Change-Id: I260c34576783ee0dfa79c9b704939b943dfa0515 --- diff --git a/packaging/crash-worker.spec b/packaging/crash-worker.spec index 1bdc552..97ebb24 100644 --- a/packaging/crash-worker.spec +++ b/packaging/crash-worker.spec @@ -10,7 +10,7 @@ Name: crash-worker Summary: Crash-manager -Version: 5.5.1 +Version: 5.5.2 Release: 1 Group: Framework/system License: Apache-2.0 and BSD