Skip to content
GitLab
Menu
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
79de0d28
Commit
79de0d28
authored
Aug 17, 2018
by
Karsten Loesing
Browse files
Prepare for 6.2-1.17.1 release.
parent
6baeaa81
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
79de0d28
# Changes in version 6.2-1.17.1 - 2018-08-
??
# Changes in version 6.2-1.17.1 - 2018-08-
17
*
Minor changes
-
Parsing of the "as" parameter allows AS0 to be specified. It will now
strip leading zeros. Specifying an AS number larger than the maximum
possible with 32-bits will be treated as an error.
-
Parsing of the "as" parameter allows AS0 to be specified. It will
now strip leading zeros. Specifying an AS number larger than the
maximum possible with 32-bits will be treated as an error.
# Changes in version 6.2-1.17.0 - 2018-08-16
*
Medium changes
-
The "host_name" field will no longer appear in details documents.
-
Names in the "verified_host_names" and "unverified_host_names" fields
are written in a deterministic order.
-
If a reverse domain name lookup results in either no names being found
or an error then the lookup will be repeated at the next updater run.
-
Names in the "verified_host_names" and "unverified_host_names"
fields are written in a deterministic order.
-
If a reverse domain name lookup results in either no names being
found or an error then the lookup will be repeated at the next
updater run.
# Changes in version 6.2-1.16.1 - 2018-08-13
...
...
@@ -79,8 +81,8 @@
*
Minor changes
-
Don't attempt to un-escape character sequences in contact lines
(like "
\u
k") that only happen to start like escaped utf-8
characters
(like "
\u
0055").
(like "
\u
k") that only happen to start like escaped utf-8
characters
(like "
\u
0055").
# Changes in version 5.1-1.11.0 - 2018-03-14
...
...
build.xml
View file @
79de0d28
...
...
@@ -10,7 +10,7 @@
<property
name=
"implementation-title"
value=
"Onionoo"
/>
<property
name=
"onionoo.protocol.version"
value=
"6.2"
/>
<property
name=
"release.version"
value=
"${onionoo.protocol.version}-1.17.
0-dev
"
/>
value=
"${onionoo.protocol.version}-1.17.
1
"
/>
<property
name=
"metricslibversion"
value=
"2.4.0"
/>
<property
name=
"jetty.version"
value=
"-9.2.21.v20170120"
/>
<property
name=
"warfile"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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