Skip to content

Commit e5e9156

Browse files
committed
Release v1.8
1 parent 1df9334 commit e5e9156

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
keysniffer v1.8
2+
2020-10-12
3+
4+
- project renamed
5+
- maintenance release
6+
7+
-------------------------------------------------------------------------------
8+
19
keysniffer v1.7
210
2018-03-06
311

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,14 @@ To check the module details:
110110
# modinfo kisni.ko
111111
filename: kisni.ko
112112
description: Sniff and log keys pressed in the system to debugfs
113-
version: 1.7
113+
version: 1.8
114114
author: Arun Prakash Jana <engineerarun@gmail.com>
115115
license: GPL v2
116-
srcversion: 26381298B8DB375C50B04EA
116+
srcversion: F62F351D06A999293307C20
117117
depends:
118+
retpoline: Y
118119
name: kisni
119-
vermagic: 4.13.0-32-generic SMP mod_unload
120+
vermagic: 5.4.0-48-generic SMP mod_unload
120121
parm: codes:log format (0:US keys (default), 1:hex keycodes, 2:dec keycodes) (int)
121122
```
122123

spy.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#define HEX 1 /* Type code for hexadecimal log */
3333
#define DEC 2 /* Type code for decimal log */
3434

35-
#define SPY_VERSION "1.7"
35+
#define SPY_VERSION "1.8"
3636

3737
/* User specified log pattern, used as a module parameter */
3838
static int codes;

0 commit comments

Comments
 (0)