Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
2020-10-16 Konrad Bucheli <kb@open.ch>
* Version 1.0
* fix potential buffer overflow when checking IPv6 addresses
(reported by kmeaw)

2020-08-04 Konrad Bucheli <kb@open.ch>
* 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 <daa@open.ch>
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([log-user-session],[0.9])
AC_INIT([log-user-session],[1.0])
AM_INIT_AUTOMAKE

# Checks for programs.
Expand Down