From edb715cc17ee2e926f63dc97e8a62d4b89517e0a Mon Sep 17 00:00:00 2001 From: Kyrylo Gliebov Date: Wed, 5 Dec 2018 19:32:29 +0100 Subject: [PATCH] Release v5 --- sources | 2 +- tlog.spec | 29 ++++++++++++++++++++++------- 2 files changed, 23 insertions(+), 8 deletions(-) diff --git a/sources b/sources index 0678d6c..3a7c7c9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tlog-5.tar.gz) = c250a9823217d13fda643f6574518068b87e8de144e4ffdcc114feb45fe7f5ee6d6297db0c8ed03fee2a64c0a9ca692564d71032e131d835e4b824a9b2268593 +SHA512 (tlog-5.tar.gz) = dc8fae11808b259bcce2bccaf5ce210251ae80623e034f3b173537fe92e0efbcbc28822bf4aab1925baa16c96ed63ce2d42c9cf2710036f6c7f4337af4114940 diff --git a/tlog.spec b/tlog.spec index fc79375..c64392d 100644 --- a/tlog.spec +++ b/tlog.spec @@ -1,6 +1,6 @@ Name: tlog -Version: 4 -Release: 5%{?dist} +Version: 5 +Release: 1%{?dist} Summary: Terminal I/O logger Group: Applications/System @@ -108,11 +108,26 @@ rm -r %{buildroot}/usr/include/%{name} /sbin/ldconfig %changelog -* Wed Nov 21 2018 Kirill Gliebov - 4-5 -- Add --configuration option -- Fix tlog-play cleanup-path segfault -- Modify command-line option parsing -- Fix tlog-rec-session file permissions bug +* 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. * Sat Jul 14 2018 Fedora Release Engineering - 4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild