diff --git a/configure.ac b/configure.ac index 7be6ad55..41aeb410 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([tlog], [6]) +AC_INIT([tlog], [7]) AM_INIT_AUTOMAKE([1.9 -Wall foreign]) AM_MAINTAINER_MODE AC_CONFIG_HEADER([config.h]) diff --git a/tlog.spec b/tlog.spec index b1f58372..6e3ecd6f 100644 --- a/tlog.spec +++ b/tlog.spec @@ -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 - 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 - 6-1 - Release v6