From b4b44ab5cfa9e2d2c23ce13ccd3382aa79a40b72 Mon Sep 17 00:00:00 2001 From: Justin Stephenson Date: Tue, 13 Oct 2020 10:47:48 -0400 Subject: [PATCH] Bump version after release and update changelog --- configure.ac | 2 +- tlog.spec | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 78d180d6..2c0f048f 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], [9]) +AC_INIT([tlog], [10]) AM_INIT_AUTOMAKE([1.9 -Wall foreign]) AM_MAINTAINER_MODE AC_CONFIG_HEADER([config.h]) diff --git a/tlog.spec b/tlog.spec index 17b930d2..c6bf0571 100644 --- a/tlog.spec +++ b/tlog.spec @@ -18,7 +18,7 @@ %{!?make_build:%global make_build %{__make} %{?_smp_mflags}} Name: tlog -Version: 9 +Version: 10 Release: 1%{?dist} Summary: Terminal I/O logger @@ -151,8 +151,17 @@ systemd-tmpfiles --create %{name}.conf >/dev/null 2>&1 || : /sbin/ldconfig %changelog +* Tue Oct 13 2020 Justin Stephenson - 10-1 +- Release v10 + * Thu May 28 2020 Justin Stephenson - 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 * Tue May 26 2020 Justin Stephenson - 8-2 - Minor test fixes.