Deployed 6f0307f with MkDocs version: 1.1.2

This commit is contained in:
2020-08-01 05:56:11 +00:00
parent 73abe5eaf5
commit 7166d87f82
6 changed files with 17 additions and 10 deletions

View File

@ -95,6 +95,10 @@
<li class="nav-item" data-level="1"><a href="#changelog" class="nav-link">Changelog</a>
<ul class="nav flex-column">
<li class="nav-item" data-level="2"><a href="#1012-2020-07-31" class="nav-link">[10.1.2] - 2020-07-31</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#1011-2020-07-29" class="nav-link">[10.1.1] - 2020-07-29</a>
<ul class="nav flex-column">
</ul>
@ -904,6 +908,8 @@
<h1 id="changelog">Changelog</h1>
<p>All changes to this project will be documented in this file.</p>
<h2 id="1012-2020-07-31">[10.1.2] - 2020-07-31</h2>
<p>(build) make using zlib optional, with the caveat that some http and websocket features are not available when zlib is absent</p>
<h2 id="1011-2020-07-29">[10.1.1] - 2020-07-29</h2>
<p>(websocket client) onProgressCallback not called for short messages on a websocket (fix #233)</p>
<h2 id="1010-2020-07-29">[10.1.0] - 2020-07-29</h2>

View File

@ -116,6 +116,7 @@ make install # will install to /usr/local on Unix, on macOS it is a good idea to
There is a unittest which can be executed by typing <code>make test</code>.</p>
<p>Options for building:</p>
<ul>
<li><code>-DUSE_ZLIB=1</code> will enable zlib support, required for http client + server + websocket per message deflate extension</li>
<li><code>-DUSE_TLS=1</code> will enable TLS support</li>
<li><code>-DUSE_OPEN_SSL=1</code> will use <a href="https://www.openssl.org/">openssl</a> for the TLS support (default on Linux and Windows)</li>
<li><code>-DUSE_MBED_TLS=1</code> will use <a href="https://tls.mbed.org/">mbedlts</a> for the TLS support</li>

View File

@ -262,5 +262,5 @@ webSocket.send(&quot;hello world&quot;);
<!--
MkDocs version : 1.1.2
Build Date UTC : 2020-07-30 00:48:21.502641+00:00
Build Date UTC : 2020-08-01 05:56:11.239730+00:00
-->

File diff suppressed because one or more lines are too long

View File

@ -1,35 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url>
<loc>None</loc>
<lastmod>2020-07-30</lastmod>
<lastmod>2020-08-01</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>None</loc>
<lastmod>2020-07-30</lastmod>
<lastmod>2020-08-01</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>None</loc>
<lastmod>2020-07-30</lastmod>
<lastmod>2020-08-01</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>None</loc>
<lastmod>2020-07-30</lastmod>
<lastmod>2020-08-01</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>None</loc>
<lastmod>2020-07-30</lastmod>
<lastmod>2020-08-01</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>None</loc>
<lastmod>2020-07-30</lastmod>
<lastmod>2020-08-01</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>None</loc>
<lastmod>2020-07-30</lastmod>
<lastmod>2020-08-01</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>None</loc>
<lastmod>2020-07-30</lastmod>
<lastmod>2020-08-01</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>

Binary file not shown.