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.