Commit 1b2b52ef authored by Iain Learmonth's avatar Iain Learmonth
Browse files

Prepare for 2.16.0 release

parent 063c01e4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
# Changes in version 2.16.0 - 2020-??-??
# Changes in version 2.16.0 - 2021-05-02

 * Medium changes
   - Parse new NAT-based Snowflake lines.
   - Added a new parser for the IP Fire GeoIP database files used in core Tor.
   - Tests now depend on objenesis 2.2 (previously 2.1)
   - Tests now depend on objenesis 2.2 (previously 2.1).
 * Minor changes
   - A lib folder is now included in the source distribution and does not need
     to be created prior to using the ant resolve task.
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
<project default="usage" name="metrics-lib" basedir="."
         xmlns:ivy="antlib:org.apache.ivy.ant">

  <property name="release.version" value="2.15.0-dev" />
  <property name="release.version" value="2.16.0" />
  <property name="javadoc-title" value="Tor Metrics Library API Documentation"/>
  <property name="javadoc-excludes" value="**/impl/** **/index/** **/internal/** **/log/** **/onionperf/**" />
  <property name="implementation-title" value="Tor Metrics Library" />