Update version to v2.1.0

Signed-off-by: David Goulet <dgoulet@riseup.net>
This commit is contained in:
David Goulet 2017-03-17 12:43:49 -04:00
parent 146993d0f4
commit 50feac9298
No known key found for this signature in database
GPG Key ID: 42E86A2A11F48D36
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,8 @@
2015-07-17 trees 2.0.0 (First Drumpf General Strike)
2017-03-17 trees 2.1.0 (Saint Patrick's Day)
* Fix an overflow validation
* unbreak link to scrambler in README.md (caused 404)
2017-02-17 trees 2.0.0 (First Drumpf General Strike)
* Don't use assert() for an overflow check
* Use SSIZE_MAX in trees_ostream_send_chunk() check
* Handle error code in trees_ostream_send_header()

View File

@ -1,5 +1,5 @@
AC_PREREQ([2.64])
AC_INIT([trees],[2.0.0],[https://0xacab.org/riseuplabs/trees/issues],
AC_INIT([trees],[2.1.0],[https://0xacab.org/riseuplabs/trees/issues],
[trees-plugin],[https://0xacab.org/riseuplabs/trees.git])
AC_CONFIG_HEADERS([trees-config.h])