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
This commit is contained in:
Justin Stephenson 2020-05-19 11:44:18 -04:00
parent 201ee1c4e2
commit 5ed90c5d5b
3 changed files with 13 additions and 3 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/tlog-5.tar.gz
/tlog-6.tar.gz
/tlog-7.tar.gz
/tlog-8.tar.gz

View File

@ -1 +1 @@
SHA512 (tlog-7.tar.gz) = 841a50fbae2918de52e045482f7caaa9f348250a83111f45814e9601ac911773620e4d1f1505fd87a9f9fbc8c96f6471576d727b96f243aa7df8f989470de135
SHA512 (tlog-8.tar.gz) = df906d90d8c8cca24428d1996bd1ba2c9114e6ed4f66165839001b584698b85d7ae72c64ee380a4b64be8b4707dc74b02df4f3fedef350614abec9df01c6fa7e

View File

@ -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 <jstephen@redhat.com> - 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 <besser82@fedoraproject.org> - 7-3
- Rebuild (json-c)