Skip to content

Commit

Permalink
Release v1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Oct 11, 2020
1 parent 1df9334 commit e5e9156
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
keysniffer v1.8
2020-10-12

- project renamed
- maintenance release

-------------------------------------------------------------------------------

keysniffer v1.7
2018-03-06

Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,14 @@ To check the module details:
# modinfo kisni.ko
filename: kisni.ko
description: Sniff and log keys pressed in the system to debugfs
version: 1.7
version: 1.8
author: Arun Prakash Jana <[email protected]>
license: GPL v2
srcversion: 26381298B8DB375C50B04EA
srcversion: F62F351D06A999293307C20
depends:
retpoline: Y
name: kisni
vermagic: 4.13.0-32-generic SMP mod_unload
vermagic: 5.4.0-48-generic SMP mod_unload
parm: codes:log format (0:US keys (default), 1:hex keycodes, 2:dec keycodes) (int)
```

Expand Down
2 changes: 1 addition & 1 deletion spy.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#define HEX 1 /* Type code for hexadecimal log */
#define DEC 2 /* Type code for decimal log */

#define SPY_VERSION "1.7"
#define SPY_VERSION "1.8"

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

0 comments on commit e5e9156

Please sign in to comment.