From 5d6d5ed79d0376bb039c602d7a13db7c6e6a050f Mon Sep 17 00:00:00 2001 From: Justin Stephenson Date: Tue, 12 Nov 2019 10:25:19 -0500 Subject: [PATCH] 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. --- .gitignore | 1 + sources | 2 +- tlog.spec | 12 ++++++++++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 28910c8..5c6deeb 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /tlog-4.tar.gz /tlog-5.tar.gz /tlog-6.tar.gz +/tlog-7.tar.gz diff --git a/sources b/sources index 9049122..dac2011 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tlog-6.tar.gz) = bbe454750e8c99f45ed541d2f6f1caa0bdaad98368ba832d4039864cd9e269e1183730ee7afabfba4c2592a9921be49be22dcb92296037f7290c78ff9b581fce +SHA512 (tlog-7.tar.gz) = 841a50fbae2918de52e045482f7caaa9f348250a83111f45814e9601ac911773620e4d1f1505fd87a9f9fbc8c96f6471576d727b96f243aa7df8f989470de135 diff --git a/tlog.spec b/tlog.spec index ee8b294..cd8f1ef 100644 --- a/tlog.spec +++ b/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 - 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 - 6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild