diff --git a/.gitignore b/.gitignore index 5c6deeb..0f902b6 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /tlog-5.tar.gz /tlog-6.tar.gz /tlog-7.tar.gz +/tlog-8.tar.gz diff --git a/sources b/sources index dac2011..76774d7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tlog-7.tar.gz) = 841a50fbae2918de52e045482f7caaa9f348250a83111f45814e9601ac911773620e4d1f1505fd87a9f9fbc8c96f6471576d727b96f243aa7df8f989470de135 +SHA512 (tlog-8.tar.gz) = df906d90d8c8cca24428d1996bd1ba2c9114e6ed4f66165839001b584698b85d7ae72c64ee380a4b64be8b4707dc74b02df4f3fedef350614abec9df01c6fa7e diff --git a/tlog.spec b/tlog.spec index 062751c..ec39713 100644 --- a/tlog.spec +++ b/tlog.spec @@ -1,6 +1,6 @@ Name: tlog -Version: 7 -Release: 3%{?dist} +Version: 8 +Release: 1%{?dist} Summary: Terminal I/O logger License: GPLv2+ @@ -107,6 +107,15 @@ rm -r %{buildroot}/usr/include/%{name} /sbin/ldconfig %changelog +* Tue May 19 2020 Justin Stephenson - 8-1 +- Release v8 +- Spec file fixes for EL6 +- Spec file improvements for Debian/Ubuntu pkg-config +- Tlog-play improve authentication options +- Handle piped in I/O from stdin and improve the main recording + transfer exit condition. +- Use empty string on hostname resolution failure + * Tue Apr 21 2020 Björn Esser - 7-3 - Rebuild (json-c)