This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/thrift-website.git
The following commit(s) were added to refs/heads/asf-staging by this push:
new 81058d6 Automatic Site Publish by Buildbot
81058d6 is described below
commit 81058d64044f8aae48c4cabb47f5041d1d8f5cc2
Author: buildbot <[email protected]>
AuthorDate: Wed Mar 1 22:12:33 2023 +0000
Automatic Site Publish by Buildbot
---
output/docs/committers/HowToThriftWebsite.html | 4 ++--
output/download.html | 10 +++++-----
output/index.html | 10 +++++-----
output/tutorial/netstd.html | 2 +-
4 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/output/docs/committers/HowToThriftWebsite.html
b/output/docs/committers/HowToThriftWebsite.html
index c6ed0fe..a27ee4d 100644
--- a/output/docs/committers/HowToThriftWebsite.html
+++ b/output/docs/committers/HowToThriftWebsite.html
@@ -101,8 +101,8 @@ consistent experience with the various markdown parsers
deployed by the CMS.</p>
file” <a
href="https://svn.apache.org/repos/asf/thrift/cms-site/trunk/lib/path.pm">lib/path.pm</a>.
Update
the following values and then following <b>Updating the Website</b> section
below</p>
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>current_release: "0.18.0"
-current_release_date: "2023-FEB-13"
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>current_release: "0.18.1"
+current_release_date: "2023-MAR-01"
</code></pre></div></div>
<h3 id="updating-the-website">Updating the website</h3>
diff --git a/output/download.html b/output/download.html
index 03cc729..556b522 100644
--- a/output/download.html
+++ b/output/download.html
@@ -50,19 +50,19 @@
<div class="container">
<h2 id="release">Release</h2>
-<p>The latest stable release of Thrift is 0.18.0 (released on 2023-FEB-13).</p>
+<p>The latest stable release of Thrift is 0.18.1 (released on 2023-MAR-01).</p>
<ul>
- <li><a
href="http://www.apache.org/dyn/closer.cgi?path=/thrift/0.18.0/thrift-0.18.0.tar.gz">thrift-0.18.0.tar.gz</a>
[<a
href="https://www.apache.org/dist/thrift/0.18.0/thrift-0.18.0.tar.gz.asc">PGP</a>]
-[<a
href="https://www.apache.org/dist/thrift/0.18.0/thrift-0.18.0.tar.gz.md5">MD5</a>]</li>
- <li><a
href="http://www.apache.org/dyn/closer.cgi?path=/thrift/0.18.0/thrift-0.18.0.exe">Thrift
compiler for Windows (thrift-0.18.0.exe)</a> [<a
href="https://www.apache.org/dist/thrift/0.18.0/thrift-0.18.0.exe.asc">PGP</a>]
[<a
href="https://www.apache.org/dist/thrift/0.18.0/thrift-0.18.0.exe.md5">MD5</a>]</li>
+ <li><a
href="http://www.apache.org/dyn/closer.cgi?path=/thrift/0.18.1/thrift-0.18.1.tar.gz">thrift-0.18.1.tar.gz</a>
[<a
href="https://www.apache.org/dist/thrift/0.18.1/thrift-0.18.1.tar.gz.asc">PGP</a>]
+[<a
href="https://www.apache.org/dist/thrift/0.18.1/thrift-0.18.1.tar.gz.md5">MD5</a>]</li>
+ <li><a
href="http://www.apache.org/dyn/closer.cgi?path=/thrift/0.18.1/thrift-0.18.1.exe">Thrift
compiler for Windows (thrift-0.18.1.exe)</a> [<a
href="https://www.apache.org/dist/thrift/0.18.1/thrift-0.18.1.exe.asc">PGP</a>]
[<a
href="https://www.apache.org/dist/thrift/0.18.1/thrift-0.18.1.exe.md5">MD5</a>]</li>
</ul>
<h2 id="maven-artifact">Maven artifact</h2>
<pre><code><dependency>
<groupId>org.apache.thrift</groupId>
<artifactId>libthrift</artifactId>
- <version>0.18.0</version>
+ <version>0.18.1</version>
</dependency>
</code></pre>
diff --git a/output/index.html b/output/index.html
index 595c9e3..d22c143 100644
--- a/output/index.html
+++ b/output/index.html
@@ -80,19 +80,19 @@
</div>
<div class="span3 well center pull-right">
<h2>Download</h2>
- <p>Apache Thrift v0.18.0</p>
+ <p>Apache Thrift v0.18.1</p>
<p>
- <a class="btn btn-large"
href="http://www.apache.org/dyn/closer.cgi?path=/thrift/0.18.0/thrift-0.18.0.tar.gz">
- Download <small>v0.18.0</small>
+ <a class="btn btn-large"
href="http://www.apache.org/dyn/closer.cgi?path=/thrift/0.18.1/thrift-0.18.1.tar.gz">
+ Download <small>v0.18.1</small>
</a>
</p>
<p>
<small>
- <a
href="https://www.apache.org/dist/thrift/0.18.0/thrift-0.18.0.tar.gz.md5">MD5</a>
+ <a
href="https://www.apache.org/dist/thrift/0.18.1/thrift-0.18.1.tar.gz.md5">MD5</a>
</small>
|
<small>
- <a
href="https://www.apache.org/dist/thrift/0.18.0/thrift-0.18.0.tar.gz.asc">PGP</a>
+ <a
href="https://www.apache.org/dist/thrift/0.18.1/thrift-0.18.1.tar.gz.asc">PGP</a>
</small>
</p>
<p>
diff --git a/output/tutorial/netstd.html b/output/tutorial/netstd.html
index e267f30..c23e2d3 100644
--- a/output/tutorial/netstd.html
+++ b/output/tutorial/netstd.html
@@ -590,7 +590,7 @@ All Apache Thrift tutorials require that you have:
<span class="n">TServerTransport</span> <span
class="n">serverTransport</span> <span class="o">=</span> <span
class="n">transport</span> <span class="k">switch</span>
<span class="p">{</span>
<span class="n">Transport</span><span class="p">.</span><span
class="n">Tcp</span> <span class="o">=></span> <span class="k">new</span>
<span class="n">TServerSocketTransport</span><span class="p">(</span><span
class="mi">9090</span><span class="p">,</span> <span
class="n">Configuration</span><span class="p">),</span>
- <span class="n">Transport</span><span class="p">.</span><span
class="n">NamedPipe</span> <span class="o">=></span> <span
class="k">new</span> <span class="n">TNamedPipeServerTransport</span><span
class="p">(</span><span class="s">".test"</span><span class="p">,</span> <span
class="n">Configuration</span><span class="p">,</span> <span
class="n">NamedPipeClientFlags</span><span class="p">.</span><span
class="n">None</span><span class="p">),</span>
+ <span class="n">Transport</span><span class="p">.</span><span
class="n">NamedPipe</span> <span class="o">=></span> <span
class="k">new</span> <span class="n">TNamedPipeServerTransport</span><span
class="p">(</span><span class="s">".test"</span><span class="p">,</span> <span
class="n">Configuration</span><span class="p">,</span> <span
class="n">NamedPipeServerFlags</span><span class="p">.</span><span
class="n">None</span><span class="p">,</span> <span class="mi">64</spa [...]
<span class="n">Transport</span><span class="p">.</span><span
class="n">TcpTls</span> <span class="o">=></span> <span class="k">new</span>
<span class="n">TTlsServerSocketTransport</span><span class="p">(</span><span
class="mi">9090</span><span class="p">,</span> <span
class="n">Configuration</span><span class="p">,</span> <span
class="n">GetCertificate</span><span class="p">(),</span> <span
class="n">ClientCertValidator</span><span class="p">,</span> <span class="n">L
[...]
<span class="n">_</span> <span class="o">=></span> <span
class="k">throw</span> <span class="k">new</span> <span
class="n">ArgumentException</span><span class="p">(</span><span
class="s">"unsupported value $transport"</span><span class="p">,</span> <span
class="n">nameof</span><span class="p">(</span><span
class="n">transport</span><span class="p">)),</span>
<span class="p">};</span>