mirror of
https://github.com/torproject/onionoo.git
synced 2025-02-18 16:50:47 +00:00
Prepare for 6.1-1.15.0 release.
This commit is contained in:
parent
e95b88f0c3
commit
eee9cf8e12
@ -1,4 +1,4 @@
|
||||
# Changes in version 6.?-1.??.0 - 2018-??-??
|
||||
# Changes in version 6.1-1.15.0 - 2018-07-16
|
||||
|
||||
* Medium changes
|
||||
- Provide more accurate DNS results in "verified_host_names" and
|
||||
|
@ -8,9 +8,9 @@
|
||||
|
||||
<property name="javadoc-title" value="Onionoo API Documentation"/>
|
||||
<property name="implementation-title" value="Onionoo" />
|
||||
<property name="onionoo.protocol.version" value="6.0"/>
|
||||
<property name="onionoo.protocol.version" value="6.1"/>
|
||||
<property name="release.version"
|
||||
value="${onionoo.protocol.version}-1.14.0-dev"/>
|
||||
value="${onionoo.protocol.version}-1.15.0"/>
|
||||
<property name="metricslibversion" value="2.4.0"/>
|
||||
<property name="jetty.version" value="-9.2.21.v20170120" />
|
||||
<property name="warfile"
|
||||
|
@ -132,7 +132,7 @@ public class ResponseBuilder {
|
||||
return this.charsWritten;
|
||||
}
|
||||
|
||||
private static final String PROTOCOL_VERSION = "6.0";
|
||||
private static final String PROTOCOL_VERSION = "6.1";
|
||||
|
||||
private static final String NEXT_MAJOR_VERSION_SCHEDULED = null;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user