You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2021/01/15 19:07:57 UTC

[trafficserver] branch 9.0.x updated: Updated some Sphinx errors for release notes

This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 5e11333  Updated some Sphinx errors for release notes
5e11333 is described below

commit 5e11333d73d987e937461b02f94872c901d7fa86
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Fri Jan 15 12:07:34 2021 -0700

    Updated some Sphinx errors for release notes
---
 doc/release-notes/whats-new.en.rst | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/doc/release-notes/whats-new.en.rst b/doc/release-notes/whats-new.en.rst
index 10d33cc..3c16c9d 100644
--- a/doc/release-notes/whats-new.en.rst
+++ b/doc/release-notes/whats-new.en.rst
@@ -79,7 +79,7 @@ Parent Selection
 ~~~~~~~~~~~~~~~~
 
 A new directive, `ignore_self_detect`, is added to the :file:`parent.config` format. This allows you to parent proxy to
-sibling proxies, without creating loops. The setting for :ts:cv:`proxy.config.http.parent_proxy_routing_enable`
+sibling proxies, without creating loops. The setting for `proxy.config.http.parent_proxy_routing_enable`
 is no longer needed, it's implicit by the usage of the :file:`parent.config` configuration file.
 
 A new option was added to :file:`parent.config` for which status codes triggers a simple retry,
@@ -198,7 +198,7 @@ connection. This includes:
 * :ts:stat:`proxy.process.http.origin_shutdown.tunnel_transform_read`
 * :ts:stat:`proxy.process.http.origin_shutdown.release_no_sharing`
 * :ts:stat:`proxy.process.http.origin_shutdown.release_no_keep_alive`
-* :ts:stat:`proxy.process.http.origin_shutdown.release_invalid_repsonse`
+* :ts:stat:`proxy.process.http.origin_shutdown.release_invalid_response`
 * :ts:stat:`proxy.process.http.origin_shutdown.release_invalid_request`
 * :ts:stat:`proxy.process.http.origin_shutdown.release_modified`
 * :ts:stat:`proxy.process.http.origin_shutdown.release_misc`
@@ -218,11 +218,11 @@ TLS version metrics
 
 A set of new metrics for SSL and TLS versions have been added:
 
-* :ts:stat:`proxy.process.ssl.ssl_total_sslv3`
-* :ts:stat:`proxy.process.ssl.ssl_total_tlsv1`
-* :ts:stat:`proxy.process.ssl.ssl_total_tlsv11`
-* :ts:stat:`proxy.process.ssl.ssl_total_tlsv12`
-* :ts:stat:`proxy.process.ssl.ssl_total_tlsv13`
+* `proxy.process.ssl.ssl_total_sslv3`
+* `proxy.process.ssl.ssl_total_tlsv1`
+* `proxy.process.ssl.ssl_total_tlsv11`
+* `proxy.process.ssl.ssl_total_tlsv12`
+* `proxy.process.ssl.ssl_total_tlsv13`
 
 Plugins
 -------