Release 0.7 17/168417/4 accepted/tizen/unified/20180130.144314 submit/tizen/20180126.113307 submit/tizen/20180129.121012
authorKarol Lewandowski <k.lewandowsk@samsung.com>
Fri, 26 Jan 2018 09:05:24 +0000 (10:05 +0100)
committerKarol Lewandowski <k.lewandowsk@samsung.com>
Fri, 26 Jan 2018 10:59:06 +0000 (11:59 +0100)
This release brings numerous changes and incompatibilities, including:

 - incompatible change of dlogutil->dlog_loggger protocol (to be able
   to signal errors),

 - server will now drop privileges automatically to log:log
   (user:group), consequently --no-drop-privileges cmd line option and
   "owner" fields in configs have been dropped,

 - backend configuration files moved to dlog.conf.d, allowing to
   remove hacky %post* scripts.

Additionally:

 - logsend enhancements - send each message multiple times; print stats,

 - new GETSIZE command support in server to get buffer size from util
   added,

 - libdlog code unification (with no functional change),

 - change in util behaviour - it will now warn if specified buffer is
   unavailable,

 - moved configuration options to configure.ac,

 - cleaned up packaging.

Lastly, update autoconf.ac with current contact points and add
AUTHORS, listing known major contributors.

Change-Id: I4d14790d54b0b1adab0398fc5f9b00466ce7bfb1

AUTHORS [new file with mode: 0644]
configure.ac
packaging/dlog.spec

diff --git a/AUTHORS b/AUTHORS
new file mode 100644 (file)
index 0000000..b7f7294
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,7 @@
+Michał Bloch <m.bloch@samsung.com> (maintenance, integration, fixes)
+Kichan Kwon <k_c.kwon@samsung.com> (fixes, tizen integration)
+Rafał Pietruch <> (refactoring, fixes)
+Karol Lewandowski <k.lewandowsk@samsung.com> (misc fixes)
+Kazimierz Krosman <> (original pipe backend implementation)
+Marcin Niesluchowski <m.niesluchow@samsung.com> (extended-kmsg support)
+Juho Son <juho80.son@samsung.com> (original code)
index 49e991d..cb763c9 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.61)
-AC_INIT([dlog], [1.0], yk.yun@samsung.com)
+AC_INIT([dlog], [0.7], [hyotaek.shim@samsung.com, k.lewandowsk@samsung.com])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 
 # Init XO
index 526c9c0..5bc6ecd 100644 (file)
@@ -1,7 +1,7 @@
 Name:       dlog
 Summary:    Logging service
-Version:    0.6
-Release:    3
+Version:    0.7
+Release:    1
 Group:      System/Libraries
 License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz