Skip to content

Commit 7a27df9

Browse files
committed
Release 0.3
1 parent bb2ceae commit 7a27df9

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PREFIX=/usr
22

3-
VERSION = 0.2
4-
DATE = 2015-10-07
3+
VERSION = 0.3
4+
DATE = 2015-12-08
55

66
all:
77

NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
restricted-ssh-commands 0.3 (2015-12-08)
2+
3+
* doc: Clarify regular expression type (POSIX ERE)
4+
* Execute command in user's shell (instead of calling it directly)
5+
* Always print denied command
6+
17
restricted-ssh-commands 0.2 (2015-10-07)
28

39
* Fix passing the config to the command as stdin

0 commit comments

Comments
 (0)