Release v7
Allow tlog-play redirection of stdout Add -i/--interactive option to tlog-rec-session. Allows login programs to call tlog-rec-session more transparently. Make in_txt/out_txt fields optional. This handles missing fields when reading from Elasticsearch or other backends.
This commit is contained in:
parent
1a05b1d5db
commit
5d6d5ed79d
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/tlog-4.tar.gz
|
||||
/tlog-5.tar.gz
|
||||
/tlog-6.tar.gz
|
||||
/tlog-7.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (tlog-6.tar.gz) = bbe454750e8c99f45ed541d2f6f1caa0bdaad98368ba832d4039864cd9e269e1183730ee7afabfba4c2592a9921be49be22dcb92296037f7290c78ff9b581fce
|
||||
SHA512 (tlog-7.tar.gz) = 841a50fbae2918de52e045482f7caaa9f348250a83111f45814e9601ac911773620e4d1f1505fd87a9f9fbc8c96f6471576d727b96f243aa7df8f989470de135
|
||||
|
12
tlog.spec
12
tlog.spec
@ -1,6 +1,6 @@
|
||||
Name: tlog
|
||||
Version: 6
|
||||
Release: 2%{?dist}
|
||||
Version: 7
|
||||
Release: 1%{?dist}
|
||||
Summary: Terminal I/O logger
|
||||
|
||||
License: GPLv2+
|
||||
@ -107,6 +107,14 @@ rm -r %{buildroot}/usr/include/%{name}
|
||||
/sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Tue Nov 12 2019 Justin Stephenson <jstephen@redhat.com> - 7-1
|
||||
- Release v7
|
||||
- Allow tlog-play redirection of stdout
|
||||
- Add -i/--interactive option to tlog-rec-session. Allows login
|
||||
programs to call tlog-rec-session more transparently.
|
||||
- Make in_txt/out_txt fields optional. This handles missing fields
|
||||
when reading from Elasticsearch or other backends.
|
||||
|
||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user