-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
## ??? | ||
|
||
* conex_author: | ||
- key subcommand: argument 'all' queued invalid resources (using id = all) | ||
- init subcommand: sign at the end, to have a public key in the index | ||
- status subcommand: fix argument processing if both id and repo are present | ||
- verify subcommand: require repo, do not use id | ||
* crypto: trim result from `pub_of_priv` (nocrypto appends a newline, and breaks checksum) | ||
* conex: verify_janitors could never succeed (unless quorum = 0), because the | ||
team janitors (repo.teams)) was empty while validating the team resource | ||
|
||
## 0.9.0 (2017-02-16) | ||
|
||
* initial release |