Releases: hannesm/conex
Releases · hannesm/conex
v0.11.1
v0.11.0
0.10.1
0.10.0
CHANGES:
- adjusted to new conex design, lots of breaking changes
- opam_encoding: maps use identifiers now, instead of strings - as does alg_type
- conex_resource: use alg=data for encoding digests (instead of [ alg ; data ])
- conex_resource: use hex encoding, rather than base64 for checksums
- rename "package" to "releases" ; rename "release" to "checksums" (filenames)
- conex_unix_private_key: store private keys in ~/.conex/.private, instead
of having the repository included in the filename. this removes lots of magic
from conex_author - conex_private: new module gathering private key handling and operations,
replacing conex_unix_private_key and conex_crypto.SIGN
0.9.2
0.9.1
0.9.1 (2017-02-18)
- 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