From 072f64aed10eb61b70f2dec20a2b66329d8093ff Mon Sep 17 00:00:00 2001 From: Kyrylo Gliebov Date: Wed, 5 Dec 2018 14:54:24 +0100 Subject: [PATCH] tlog.spec: Update changelog --- tlog.spec | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/tlog.spec b/tlog.spec index 46944aaf..d99af0f5 100644 --- a/tlog.spec +++ b/tlog.spec @@ -111,8 +111,26 @@ rm -r %{buildroot}/usr/include/%{name} /sbin/ldconfig %changelog -* Wed Jan 24 2018 Nikolai Kondrashov - 5-1 -- Release v5 +* Wed Dec 5 2018 Kirill Glebov - 5-1 +- Release v5. Added features and implemented fixes follow. See README.md and + manpages for documentation of new features. +- Implement support for --configuration option for all programs. + The option makes the program output its configuration in JSON and then + exit. +- Add BuildDependencies to allow yum-builddep. +- Open JSON writer file with euid/egid. To allow creating protected log files + with tlog-rec-session, open the JSON writer's file with the EUID and + GUID the program was started with. +- Installing Packages with the APT Addon instead of apt-get. +- Switch to using TLOG_ERRS_RAISE macros. +- Fix tlog-play cleanup-path segfault. +- Modify command-line option parsing. +- Remove "fields" field from ES query URL to fix compatibility with + Elasticsearch 5. +- Remove unused _source parameter from ES query URL. +- Fix tlog-rec-session file permissions bug. +- Use CLOCK_MONOTONIC for rate-limiting writing. +- Filter out some more input control sequences. * Wed Jan 24 2018 Nikolai Kondrashov - 4-1 - Release v4. Added features and implemented fixes follow. See README.md and