commit cdf8fa8daced0ecf364eae4fcd8a600ebe91e475 Author: Karsten Loesing karsten.loesing@gmx.net Date: Tue Aug 29 11:59:50 2017 +0200
Add change log entry and bump protocol version. --- CHANGELOG.md | 1 + build.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md index acfe8df..bb38dd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ server descriptor doesn't contain such a summary anymore. - Remove optional fields "countries", "transports", and "versions" from clients objects which were still labeled as beta. + - Add new "version" parameter to filter for Tor version.
# Changes in version 4.0-1.3.0 - 2017-08-04 diff --git a/build.xml b/build.xml index a139d4e..24010dd 100644 --- a/build.xml +++ b/build.xml @@ -8,7 +8,7 @@
<property name="javadoc-title" value="Onionoo API Documentation"/> <property name="implementation-title" value="Onionoo" /> - <property name="onionoo.protocol.version" value="4.0"/> + <property name="onionoo.protocol.version" value="4.1"/> <property name="release.version" value="${onionoo.protocol.version}-1.3.0-dev"/> <property name="metricslibversion" value="2.0.0"/>
tor-commits@lists.torproject.org