summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2019-01-19 13:47:24 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2019-01-19 13:47:24 +0000
commitcfe72633779563486c815b7eaa8850945556231a (patch)
treeb2765f746593b164abb1c9eef04edfbdd8b1aea3
parent7cfc6ab6e50457baacc331ebbb1ee727565ea481 (diff)
downloadgitano-cfe72633779563486c815b7eaa8850945556231a.tar.gz
Update NEWS
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 61318c1..a6fbc4b 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,14 @@ Changes since v1.1 (UNRELEASED v1.2)
* Yarn tests updated to verify user-self-rename works and groups with dots work
* A bug in the Lace handlers was corrected, to ensure that the default ruleset
works cleanly for owners pushing adminrefs with no hook changes.
+* The `as` command will not stall out with a stack backtrace on the use of
+ sshkey and some other commands should the user not exist.
+* The `sshkey` command will behave cleanly when used under `as` if the calling
+ user is trying to manage a key of the same name as the one they're SSH'd in as
+* `config show` will correctly error out if none of the requested keys are
+ present in the clod.
+* The SSH authorized keys file can now have a prefix and/or suffix which will
+ be properly honoured and maintained when Gitano updates the file.
Changes since v1.0
------------------