[tor-commits] [metrics-lib/master] Bump version to 2.0.0-dev.

karsten at torproject.org karsten at torproject.org
Wed Jun 28 18:01:05 UTC 2017


commit e38ed79dafb5d12870b0a90af6661a6875ce4835
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Wed Jun 28 19:56:11 2017 +0200

    Bump version to 2.0.0-dev.
    
    Also include missing change log entry that was supposed to go into
    2.0.0.
---
 CHANGELOG.md | 3 +++
 build.xml    | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index a0eb4ec..c6543f2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,9 @@
    - Always use UTF-8 as charset rather than using the platform's
      default charset.
    - Remove all code that was deprecated in 1.x versions.
+   - Remove previously non-deprecated but internally unused
+     parseDescriptors(byte[], String)) method that returned a List and
+     threw DescriptorParseException.
 
  * Minor changes
    - Replace custom ImplementationNotAccessibleException thrown by
diff --git a/build.xml b/build.xml
index 8355298..eaaa5ae 100644
--- a/build.xml
+++ b/build.xml
@@ -6,7 +6,7 @@
 
 <project default="usage" name="metrics-lib" basedir=".">
 
-  <property name="release.version" value="2.0.0" />
+  <property name="release.version" value="2.0.0-dev" />
   <property name="javadoc-title" value="Tor Metrics Library API Documentation"/>
   <property name="javadoc-excludes" value="**/impl/** **/index/**" />
   <property name="implementation-title" value="Tor Metrics Library" />



More information about the tor-commits mailing list