Cook 0.14.0.

This commit is contained in:
Jesper Louis Andersen 2015-08-14 22:11:45 +02:00
parent f444d1e4ac
commit 9830068304
3 changed files with 12 additions and 2 deletions

View File

@ -1,5 +1,8 @@
List of people who have contributed to the eNaCl source code:
Alexander Færøy
Amir Ghassemi Nasr
Jesper Louis Andersen
Joel Stanley
Parnell Springmeyer
Ricardo Lanziano

View File

@ -54,6 +54,13 @@ In general, the primitives provided by NaCl are intermediate-level primitives. R
# Versions
### v0.14.0
* Add support for libsodiums `box_seal` functions (Amir Ghassemi Nasr)
* Add support for libsodiums `crypto_sign_detached` (Joel Stanley, Parnell Springmeyer)
* Switch the tag names to the form `0.14.0` rather than `v0.14.0`. For this release both tags are present, but
from the next release on, it won't be the case.
### v0.13.0
* Quell warnings from the C code

View File

@ -1,7 +1,7 @@
{application, enacl,
[
{description, "Erlang NaCl bindings"},
{vsn, "0.13.0"},
{vsn, "0.14.0"},
{registered, []},
{applications, [kernel, stdlib]},
{env, []}