commit e0e5d87aacd9f70c23262b7ee10e3e51ec0ae577 Author: Karsten Loesing karsten.loesing@gmx.net Date: Thu Jun 8 09:43:53 2017 +0200
Prepare for 1.8.1 release. --- CHANGELOG.md | 6 +++++- build.xml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e08e97..23259fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -# Changes in version 1.9.0 - 2017-06-?? +# Changes in version 1.8.1 - 2017-06-08 + + * Medium changes + - Fix a regression in parsing microdescriptors and version 1 + directories introduced in 1.8.0.
# Changes in version 1.8.0 - 2017-06-07 diff --git a/build.xml b/build.xml index df1c36e..cc58705 100644 --- a/build.xml +++ b/build.xml @@ -6,7 +6,7 @@
<project default="usage" name="descriptor" basedir=".">
- <property name="release.version" value="1.8.0-dev" /> + <property name="release.version" value="1.8.1" /> <property name="javadoc-title" value="DescripTor API Documentation"/> <property name="javadoc-excludes" value="**/impl/** **/index/**" /> <property name="implementation-title" value="DescripTor" />
tor-commits@lists.torproject.org