diff --git a/.gitignore b/.gitignore index 7198eea..1a31e7a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/tlog-5.tar.gz +SOURCES/tlog-6.tar.gz diff --git a/.tlog.metadata b/.tlog.metadata index eeb2cac..b8e46df 100644 --- a/.tlog.metadata +++ b/.tlog.metadata @@ -1 +1 @@ -5411ba5a57b7c764e23da35e5f344ed68595aca8 SOURCES/tlog-5.tar.gz +9ac11e41e32417dedb287de8f4b3d23f80a07667 SOURCES/tlog-6.tar.gz diff --git a/SPECS/tlog.spec b/SPECS/tlog.spec index cb11f30..77c13de 100644 --- a/SPECS/tlog.spec +++ b/SPECS/tlog.spec @@ -1,5 +1,5 @@ Name: tlog -Version: 5 +Version: 6 Release: 1%{?dist} Summary: Terminal I/O logger Group: Applications/System @@ -111,6 +111,15 @@ rm -r %{buildroot}/usr/include/%{name} /sbin/ldconfig %changelog +* Wed May 29 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. + * Tue Oct 09 2018 Nikolai Kondrashov - 5-1 - Release v5