Skip to content

Commit

Permalink
Bump version after release and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-stephenson committed Oct 13, 2020
1 parent bc0f45f commit b4b44ab
Show file tree
Hide file tree
Showing 2 changed files with 11 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], [9])
AC_INIT([tlog], [10])
AM_INIT_AUTOMAKE([1.9 -Wall foreign])
AM_MAINTAINER_MODE
AC_CONFIG_HEADER([config.h])
Expand Down
11 changes: 10 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: 9
Version: 10
Release: 1%{?dist}
Summary: Terminal I/O logger

Expand Down Expand Up @@ -151,8 +151,17 @@ systemd-tmpfiles --create %{name}.conf >/dev/null 2>&1 || :
/sbin/ldconfig

%changelog
* Tue Oct 13 2020 Justin Stephenson <[email protected]> - 10-1
- Release v10

* Thu May 28 2020 Justin Stephenson <[email protected]> - 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 <[email protected]> - 8-2
- Minor test fixes.
Expand Down

0 comments on commit b4b44ab

Please sign in to comment.