-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
77c528b
commit d979ba1
Showing
2 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
%{!?make_build:%global make_build %{__make} %{?_smp_mflags}} | ||
|
||
Name: tlog | ||
Version: 6 | ||
Version: 7 | ||
Release: 1%{?dist} | ||
Summary: Terminal I/O logger | ||
|
||
|
@@ -146,6 +146,14 @@ systemd-tmpfiles --create %{name}.conf >/dev/null 2>&1 || : | |
/sbin/ldconfig | ||
|
||
%changelog | ||
* Tue Nov 12 2019 Justin Stephenson <[email protected]> - 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. | ||
|
||
* Wed Dec 5 2018 Kirill Glebov <[email protected]> - 6-1 | ||
- Release v6 | ||
|
||
|