commit e26dd1a5837d36c2066bd65c082e5c3d625ac9a2 Author: Karsten Loesing karsten.loesing@gmx.net Date: Fri Sep 14 09:08:23 2018 +0200
Prepare for 4.0.0 release. --- CHANGELOG.md | 6 ++++++ build.xml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0387338..8a628fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# Changes in version 4.0.0 - 2018-08-14 + + * Major changes + - Reduce database size and variance of query response times. + + # Changes in version 3.0.1 - 2018-08-28
* Medium changes diff --git a/build.xml b/build.xml index 1c7c6ca..9a8e73e 100644 --- a/build.xml +++ b/build.xml @@ -8,7 +8,7 @@
<property name="javadoc-title" value="ExoneraTor API Documentation"/> <property name="implementation-title" value="ExoneraTor" /> - <property name="release.version" value="3.0.1-dev" /> + <property name="release.version" value="4.0.0" /> <property name="metricslibversion" value="2.4.0" /> <property name="jetty.version" value="-9.2.21.v20170120" /> <property name="warfile"
tor-commits@lists.torproject.org