Skip to content

Commit

Permalink
Release v7
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-stephenson committed Nov 12, 2019
1 parent 77c528b commit d979ba1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
10 changes: 9 additions & 1 deletion tlog.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit d979ba1

Please sign in to comment.