Release v5

This commit is contained in:
Kyrylo Gliebov 2018-12-05 19:32:29 +01:00
parent dad33cceaf
commit edb715cc17
2 changed files with 23 additions and 8 deletions

View File

@ -1 +1 @@
SHA512 (tlog-5.tar.gz) = c250a9823217d13fda643f6574518068b87e8de144e4ffdcc114feb45fe7f5ee6d6297db0c8ed03fee2a64c0a9ca692564d71032e131d835e4b824a9b2268593 SHA512 (tlog-5.tar.gz) = dc8fae11808b259bcce2bccaf5ce210251ae80623e034f3b173537fe92e0efbcbc28822bf4aab1925baa16c96ed63ce2d42c9cf2710036f6c7f4337af4114940

View File

@ -1,6 +1,6 @@
Name: tlog Name: tlog
Version: 4 Version: 5
Release: 5%{?dist} Release: 1%{?dist}
Summary: Terminal I/O logger Summary: Terminal I/O logger
Group: Applications/System Group: Applications/System
@ -108,11 +108,26 @@ rm -r %{buildroot}/usr/include/%{name}
/sbin/ldconfig /sbin/ldconfig
%changelog %changelog
* Wed Nov 21 2018 Kirill Gliebov <kgliebov@redhat.com> - 4-5 * Wed Dec 5 2018 Kirill Glebov <kgliebov@redhat.com> - 5-1
- Add --configuration option - Release v5. Added features and implemented fixes follow. See README.md and
- Fix tlog-play cleanup-path segfault manpages for documentation of new features.
- Modify command-line option parsing - Implement support for --configuration option for all programs.
- Fix tlog-rec-session file permissions bug 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 <releng@fedoraproject.org> - 4-4 * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild