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 2b47b69 Cleanup of release notes
2b47b69 is described below
commit 2b47b699bd8cb231b956fef4acc7aa150424451f
Author: Leif Hedstrom <[email protected]>
AuthorDate: Fri Nov 8 12:33:13 2019 -0700
Cleanup of release notes
---
doc/release-notes/upgrading.en.rst | 4 ++--
doc/release-notes/whats-new.en.rst | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/release-notes/upgrading.en.rst
b/doc/release-notes/upgrading.en.rst
index 4f6ab7f..d2d20a1 100644
--- a/doc/release-notes/upgrading.en.rst
+++ b/doc/release-notes/upgrading.en.rst
@@ -114,9 +114,9 @@ Removed APIs
Renamed or modified APIs
~~~~~~~~~~~~~~~~~~~~~~~~
-* ``TSVConnSSLConnectionGet()`` is renamed to be
:c:func:`TSVConnSslConnectionGet`.
+* ``TSVConnSSLConnectionGet()`` is renamed to be
:c:func:`TSVConnSslConnectionGet`
-* ``TSHttpTxnServerPush()`` now returns a :type:`TSReturnCode`.
+* ``TSHttpTxnServerPush()`` now returns a :type:`TSReturnCode`
Cache
diff --git a/doc/release-notes/whats-new.en.rst
b/doc/release-notes/whats-new.en.rst
index a87b84c..93486a0 100644
--- a/doc/release-notes/whats-new.en.rst
+++ b/doc/release-notes/whats-new.en.rst
@@ -86,4 +86,4 @@ code, to be consistent with other similar APIs. The new
prototype is:
.. code-block:: c
- TSReturnCode TSHttpTxnServerPush(TSHttpTxn txnp, const char *url, int
url_len);
+ .. c:function:: TSReturnCode TSHttpTxnServerPush(TSHttpTxn txnp, const
char *url, int url_len);