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
edf5c2c3
Commit
edf5c2c3
authored
Apr 17, 2018
by
Karsten Loesing
Browse files
Prepare for 6.0-1.13.0 release.
parent
5beef65a
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
edf5c2c3
# Changes in version 6.0-1.13.0 - 2018-04-
??
# Changes in version 6.0-1.13.0 - 2018-04-
17
*
Medium changes
-
Change the "exit_addresses" field to not exclude current OR
...
...
build.xml
View file @
edf5c2c3
...
...
@@ -8,9 +8,9 @@
<property
name=
"javadoc-title"
value=
"Onionoo API Documentation"
/>
<property
name=
"implementation-title"
value=
"Onionoo"
/>
<property
name=
"onionoo.protocol.version"
value=
"
5.2
"
/>
<property
name=
"onionoo.protocol.version"
value=
"
6.0
"
/>
<property
name=
"release.version"
value=
"${onionoo.protocol.version}-1.1
2
.0
-dev
"
/>
value=
"${onionoo.protocol.version}-1.1
3
.0"
/>
<property
name=
"metricslibversion"
value=
"2.2.0"
/>
<property
name=
"jetty.version"
value=
"-9.2.21.v20170120"
/>
<property
name=
"warfile"
...
...
src/main/java/org/torproject/onionoo/server/ResponseBuilder.java
View file @
edf5c2c3
...
...
@@ -122,9 +122,9 @@ public class ResponseBuilder {
return
this
.
charsWritten
;
}
private
static
final
String
PROTOCOL_VERSION
=
"
5.2
"
;
private
static
final
String
PROTOCOL_VERSION
=
"
6.0
"
;
private
static
final
String
NEXT_MAJOR_VERSION_SCHEDULED
=
"2018-04-14"
;
private
static
final
String
NEXT_MAJOR_VERSION_SCHEDULED
=
null
;
private
void
writeRelays
(
List
<
SummaryDocument
>
relays
,
PrintWriter
pw
)
{
this
.
write
(
pw
,
"{\"version\":\"%s\",\n"
,
PROTOCOL_VERSION
);
...
...
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