We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff05c1 commit ebbe301Copy full SHA for ebbe301
3 files changed
ChangeLog
@@ -1,3 +1,6 @@
1
+2015-02-12 Konrad Bucheli <kb@open.ch>
2
+ * Version 0.6
3
+
4
2015-02-12 Konrad Bucheli <kb@open.ch>
5
* no data interception if only command and no data should be logged
6
* do not log of input on interactive sessions
NEWS
@@ -1,3 +1,7 @@
+ Version 0.6 (12 February 2015)
+* Optimize case when only remote command and no data has to be logged.
+* Do not log input of interactive sessions (bug introduced in version 0.5).
Version 0.5 (4 November 2014)
* Allow separate handling of non-interactive sessions.
7
configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([log-user-session],[0.5])
+AC_INIT([log-user-session],[0.6])
AM_INIT_AUTOMAKE
# Checks for programs.
0 commit comments