Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Network Health
Metrics
Onionoo
Commits
aae8e5d5
Commit
aae8e5d5
authored
Mar 08, 2018
by
Karsten Loesing
Browse files
Update protocol version to 5.1.
parent
81c72b05
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
aae8e5d5
# Changes in version 5.1-1.??.? - 2018-??-??
*
Medium changes
-
Stop omitting "n" in summary docs for "Unnamed" relays/bridges.
# Changes in version 5.0-1.10.1 - 2018-02-07
*
Medium changes
...
...
build.xml
View file @
aae8e5d5
...
...
@@ -8,7 +8,7 @@
<property
name=
"javadoc-title"
value=
"Onionoo API Documentation"
/>
<property
name=
"implementation-title"
value=
"Onionoo"
/>
<property
name=
"onionoo.protocol.version"
value=
"5.
0
"
/>
<property
name=
"onionoo.protocol.version"
value=
"5.
1
"
/>
<property
name=
"release.version"
value=
"${onionoo.protocol.version}-1.10.1-dev"
/>
<property
name=
"metricslibversion"
value=
"2.1.1"
/>
...
...
src/main/java/org/torproject/onionoo/server/ResponseBuilder.java
View file @
aae8e5d5
...
...
@@ -123,7 +123,7 @@ public class ResponseBuilder {
return
this
.
charsWritten
;
}
private
static
final
String
PROTOCOL_VERSION
=
"5.
0
"
;
private
static
final
String
PROTOCOL_VERSION
=
"5.
1
"
;
private
static
final
String
NEXT_MAJOR_VERSION_SCHEDULED
=
null
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment