From c6da83bca19b156ae18c03c575d2dab167229e35 Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Fri, 16 Oct 2020 15:34:00 +0200 Subject: [PATCH] prepare release v1.0 --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d27185b..86d0122 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,12 @@ +2020-10-16 Konrad Bucheli + * Version 1.0 + * fix potential buffer overflow when checking IPv6 addresses + (reported by kmeaw) + 2020-08-04 Konrad Bucheli * Version 0.9 * fix terminal getting garbled by tmux by removing OPOST flag + (patch by Nicholas Marriott) * hint the interpretation of ANSI codes ty the terminal 2019-03-18 Daniel Aschwanden diff --git a/configure.ac b/configure.ac index f6f9be8..9e06072 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([log-user-session],[0.9]) +AC_INIT([log-user-session],[1.0]) AM_INIT_AUTOMAKE # Checks for programs.