diff --git a/.gitignore b/.gitignore index 2256454..28910c8 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /tlog-3.tar.gz /tlog-4.tar.gz /tlog-5.tar.gz +/tlog-6.tar.gz diff --git a/sources b/sources index 3a7c7c9..9049122 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tlog-5.tar.gz) = dc8fae11808b259bcce2bccaf5ce210251ae80623e034f3b173537fe92e0efbcbc28822bf4aab1925baa16c96ed63ce2d42c9cf2710036f6c7f4337af4114940 +SHA512 (tlog-6.tar.gz) = bbe454750e8c99f45ed541d2f6f1caa0bdaad98368ba832d4039864cd9e269e1183730ee7afabfba4c2592a9921be49be22dcb92296037f7290c78ff9b581fce diff --git a/tlog-6.tar.gz b/tlog-6.tar.gz new file mode 100644 index 0000000..f73342d Binary files /dev/null and b/tlog-6.tar.gz differ diff --git a/tlog.spec b/tlog.spec index 809ab0e..df0a49b 100644 --- a/tlog.spec +++ b/tlog.spec @@ -1,6 +1,6 @@ Name: tlog -Version: 5 -Release: 2%{?dist} +Version: 6 +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 28 2019 Justin Stephenson - 6-1 +- Release v6. Added features and implemented fixes follow. See README.md and + manpages for documentation of new features. +- Add integration tests for end-to-end test coverage. +- Fix compiler type comparison error with json-c json_object_array_length + return value. +- Fix a distribution issue causing incorrect M4_CONF_PATH expansion. +- Log more detailed error when systemd journal is not present. + * Sun Feb 03 2019 Fedora Release Engineering - 5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild