Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Onionoo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Automate
Agent sessions
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This project is archived. Its data is
read-only
.
Show more breadcrumbs
Legacy
gitolite
user
karsten
Onionoo
Commits
49879eb7
Commit
49879eb7
authored
Aug 3, 2018
by
Karsten Loesing
Browse files
Options
Downloads
Patches
Plain Diff
Prepare for 6.2-1.16.0 release.
parent
c1fa0c31
Branches
Branches containing commit
Tags
onionoo-6.2-1.16.0
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+1
-1
1 addition, 1 deletion
CHANGELOG.md
build.xml
+2
-2
2 additions, 2 deletions
build.xml
src/main/java/org/torproject/onionoo/server/ResponseBuilder.java
+2
-2
2 additions, 2 deletions
...n/java/org/torproject/onionoo/server/ResponseBuilder.java
with
5 additions
and
5 deletions
CHANGELOG.md
+
1
−
1
View file @
49879eb7
# Changes in version 6.2-1.16.0 - 2018-0
7-??
# Changes in version 6.2-1.16.0 - 2018-0
8-03
*
Medium changes
-
Support a comma-separated list of fingerprints in the lookup
...
...
This diff is collapsed.
Click to expand it.
build.xml
+
2
−
2
View file @
49879eb7
...
...
@@ -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.
1
"
/>
<property
name=
"onionoo.protocol.version"
value=
"6.
2
"
/>
<property
name=
"release.version"
value=
"${onionoo.protocol.version}-1.1
5
.0
-dev
"
/>
value=
"${onionoo.protocol.version}-1.1
6
.0"
/>
<property
name=
"metricslibversion"
value=
"2.4.0"
/>
<property
name=
"jetty.version"
value=
"-9.2.21.v20170120"
/>
<property
name=
"warfile"
...
...
This diff is collapsed.
Click to expand it.
src/main/java/org/torproject/onionoo/server/ResponseBuilder.java
+
2
−
2
View file @
49879eb7
...
...
@@ -124,9 +124,9 @@ public class ResponseBuilder {
return
this
.
charsWritten
;
}
private
static
final
String
PROTOCOL_VERSION
=
"6.
1
"
;
private
static
final
String
PROTOCOL_VERSION
=
"6.
2
"
;
private
static
final
String
NEXT_MAJOR_VERSION_SCHEDULED
=
null
;
private
static
final
String
NEXT_MAJOR_VERSION_SCHEDULED
=
"2018-09-03"
;
private
void
writeRelays
(
List
<
SummaryDocument
>
relays
,
PrintWriter
pw
)
{
this
.
write
(
pw
,
"{\"version\":\"%s\",\n"
,
PROTOCOL_VERSION
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
sign in
to comment