Skip to content

Commit ebbe301

Browse files
author
Konrad Bucheli
committed
Release 0.6
1 parent 7ff05c1 commit ebbe301

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2015-02-12 Konrad Bucheli <kb@open.ch>
2+
* Version 0.6
3+
14
2015-02-12 Konrad Bucheli <kb@open.ch>
25
* no data interception if only command and no data should be logged
36
* do not log of input on interactive sessions

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 0.6 (12 February 2015)
2+
* Optimize case when only remote command and no data has to be logged.
3+
* Do not log input of interactive sessions (bug introduced in version 0.5).
4+
15
Version 0.5 (4 November 2014)
26
* Allow separate handling of non-interactive sessions.
37

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([log-user-session],[0.5])
1+
AC_INIT([log-user-session],[0.6])
22
AM_INIT_AUTOMAKE
33

44
# Checks for programs.

0 commit comments

Comments
 (0)