Release v9
Add libutempter support Require journal match filter Add file reader match functionality Restore cursor visibility and color attributes on tlog-play exit Add "time" real clock timestamp message field Various upstream CI improvements
This commit is contained in:
parent
04437c5ba3
commit
ec0f6ce6a9
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
|||||||
/tlog-6.tar.gz
|
/tlog-6.tar.gz
|
||||||
/tlog-7.tar.gz
|
/tlog-7.tar.gz
|
||||||
/tlog-8.tar.gz
|
/tlog-8.tar.gz
|
||||||
|
/tlog-9.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (tlog-8.tar.gz) = 5d1c9770c47c5dc99297c9603163d7f3b39b1718d1e12e68575e956bcd36e4cd34452b1c451bd21c0364aef186d7cbae2900fe8d433b096d09899473f967927c
|
SHA512 (tlog-9.tar.gz) = 7ffcc34d0d84238e33cd4207a3268955551a4e47e230186c5f6ac985e72024c9bc78bf3bbeb7c8c592ba32ce8c0385d591d44ce035d2cdd009897039df1f5160
|
||||||
|
13
tlog.spec
13
tlog.spec
@ -1,6 +1,6 @@
|
|||||||
Name: tlog
|
Name: tlog
|
||||||
Version: 8
|
Version: 9
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Terminal I/O logger
|
Summary: Terminal I/O logger
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -107,6 +107,15 @@ rm -r %{buildroot}/usr/include/%{name}
|
|||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 13 2020 Justin Stephenson <jstephen@redhat.com> - 9-1
|
||||||
|
- Release v9
|
||||||
|
- Add libutempter support
|
||||||
|
- Require journal match filter
|
||||||
|
- Add file reader match functionality
|
||||||
|
- Restore cursor visibility and color attributes on tlog-play exit
|
||||||
|
- Add "time" real clock timestamp message field
|
||||||
|
- Various upstream CI improvements
|
||||||
|
|
||||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 8-3
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 8-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user