mirror of
https://github.com/torproject/metrics-lib.git
synced 2024-11-26 18:50:28 +00:00
Prepare for 2.15.0 release.
This commit is contained in:
parent
664921eb50
commit
07cab7f560
@ -1,10 +1,8 @@
|
||||
# Changes in version 2.15.0 - 2020-??-??
|
||||
# Changes in version 2.15.0 - 2020-12-11
|
||||
|
||||
* Medium changes
|
||||
- Parse version 3 onion service statistics contained in extra-info
|
||||
descriptors.
|
||||
|
||||
* Medium changes
|
||||
- Optimize parsing of large files containing many descriptors.
|
||||
|
||||
* Minor changes
|
||||
|
@ -7,7 +7,7 @@
|
||||
<project default="usage" name="metrics-lib" basedir="."
|
||||
xmlns:ivy="antlib:org.apache.ivy.ant">
|
||||
|
||||
<property name="release.version" value="2.14.0-dev" />
|
||||
<property name="release.version" value="2.15.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" />
|
||||
|
Loading…
Reference in New Issue
Block a user