[tor-commits] [exonerator/master] Prepare for 4.3.0 release.

karsten at torproject.org karsten at torproject.org
Wed Jan 15 22:46:04 UTC 2020


commit 4390e931b5e3f10f6dfe72779c4edca07b570fdf
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Wed Jan 15 23:40:54 2020 +0100

    Prepare for 4.3.0 release.
---
 CHANGELOG.md | 3 ++-
 build.xml    | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index a7cc1ec..0db446b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,11 @@
-# Changes in version 4.?.? - 2019-1?-??
+# Changes in version 4.3.0 - 2020-01-15
 
  * Medium changes
    - Turn absolute links to nearby addresses and translations into
      relative links to avoid falling back to http://. Use the base URL
      from the deployment descriptor for the printed permanent link,
      also to avoid falling back to http://.
+   - Update to metrics-lib 2.10.0.
 
 
 # Changes in version 4.2.0 - 2019-11-09
diff --git a/build.xml b/build.xml
index 312f249..c209699 100644
--- a/build.xml
+++ b/build.xml
@@ -9,8 +9,8 @@
 
   <property name="javadoc-title" value="ExoneraTor API Documentation"/>
   <property name="implementation-title" value="ExoneraTor" />
-  <property name="release.version" value="4.2.0-dev" />
-  <property name="metricslibversion" value="2.9.1" />
+  <property name="release.version" value="4.3.0" />
+  <property name="metricslibversion" value="2.10.0" />
   <property name="jetty.version" value="-9.2.21.v20170120" />
   <property name="warfile"
             value="exonerator-${release.version}.war"/>





More information about the tor-commits mailing list