[tor-commits] [metrics-lib/master] Update to Debian stretch libraries.

karsten at torproject.org karsten at torproject.org
Mon Jul 3 13:20:02 UTC 2017


commit 0da6953cdd3811a737508afe160c7efd41465747
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Mon Jul 3 11:17:41 2017 +0200

    Update to Debian stretch libraries.
---
 CHANGELOG.md | 8 ++++++++
 build.xml    | 8 ++++----
 src/build    | 2 +-
 3 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c6543f2..1b27d12 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+# Changes in version 2.?.? - 2017-??-??
+
+ * Major changes
+   - Update dependencies to versions available in Debian stretch:
+     Apache Commons Compress 1.13, Apache Commons Lang 3.5, Google
+     Gson 2.4, JUnit 4.12, Logback 1.1.9, SLF4J 1.7.22, and XZ 1.6.
+
+
 # Changes in version 2.0.0 - 2017-06-28
 
  * Major changes
diff --git a/build.xml b/build.xml
index eaaa5ae..0eba3ff 100644
--- a/build.xml
+++ b/build.xml
@@ -14,10 +14,10 @@
   <property name="jarpatternprop" value="empty" />
 
   <patternset id="runtime" >
-      <include name="commons-compress-1.9.jar"/>
-      <include name="gson-2.2.4.jar"/>
-      <include name="slf4j-api-1.7.7.jar" />
-      <include name="xz-1.5.jar"/>
+      <include name="commons-compress-1.13.jar"/>
+      <include name="gson-2.4.jar"/>
+      <include name="slf4j-api-1.7.22.jar" />
+      <include name="xz-1.6.jar"/>
   </patternset>
 
   <target name="coverage-check">
diff --git a/src/build b/src/build
index e130139..b491c84 160000
--- a/src/build
+++ b/src/build
@@ -1 +1 @@
-Subproject commit e130139e1a551bcf3e6437a85799590600f4b096
+Subproject commit b491c845ab81027d2f29fe541f8303ff151d3d0b



More information about the tor-commits mailing list