aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2019-12-07 01:23:59 +0700
committerShulhan <m.shulhan@gmail.com>2019-12-07 01:23:59 +0700
commit4144bd3654b68aeaccc4254f9b2667f7f74918f4 (patch)
tree216593a5a2609863f88c3702387ad78972c74ada
parenta219dde75e9cc1f508f34a35240bc2f83c214358 (diff)
downloadpakakeh.go-0.10.2.tar.xz
share v0.10.2v0.10.2
=== Bug Fixes * dns: check for bad certificate when reading DoT request * dns: fix the use of goroutine on runForwarders
-rw-r--r--CHANGELOG.adoc8
-rw-r--r--CHANGELOG.html43
2 files changed, 41 insertions, 10 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 025ca0ee..52cd8eb7 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -4,6 +4,14 @@
This library is released each month, usually at the first week of month.
+== share v0.10.2 (2019-12-07)
+
+=== Bug Fixes
+
+* dns: check for bad certificate when reading DoT request
+* dns: fix the use of goroutine on runForwarders
+
+
== share v0.10.1 (2019-12-05)
=== Bug Fixes
diff --git a/CHANGELOG.html b/CHANGELOG.html
index b6f3eb68..86633a8f 100644
--- a/CHANGELOG.html
+++ b/CHANGELOG.html
@@ -29,9 +29,14 @@
<div id="toc" class="toc">
<div id="toctitle">Table of Contents</div>
<ul class="sectlevel1">
-<li><a href="#_share_v0_10_1_2019_12_05">share v0.10.1 (2019-12-05)</a>
+<li><a href="#_share_v0_10_2_2019_12_07">share v0.10.2 (2019-12-07)</a>
<ul class="sectlevel2">
<li><a href="#_bug_fixes">Bug Fixes</a></li>
+</ul>
+</li>
+<li><a href="#_share_v0_10_1_2019_12_05">share v0.10.1 (2019-12-05)</a>
+<ul class="sectlevel2">
+<li><a href="#_bug_fixes_2">Bug Fixes</a></li>
<li><a href="#_enhancements">Enhancements</a></li>
</ul>
</li>
@@ -40,14 +45,14 @@
<li><a href="#_new_features">New Features</a></li>
<li><a href="#_breaking_changes">Breaking Changes</a></li>
<li><a href="#_enhancements_2">Enhancements</a></li>
-<li><a href="#_bug_fixes_2">Bug Fixes</a></li>
+<li><a href="#_bug_fixes_3">Bug Fixes</a></li>
</ul>
</li>
<li><a href="#_share_v0_9_0_2019_10_08">share v0.9.0 (2019-10-08)</a>
<ul class="sectlevel2">
<li><a href="#_new_features_2">New Features</a></li>
<li><a href="#_breaking_changes_2">Breaking Changes</a></li>
-<li><a href="#_bug_fixes_3">Bug Fixes</a></li>
+<li><a href="#_bug_fixes_4">Bug Fixes</a></li>
<li><a href="#_enhancements_3">Enhancements</a></li>
</ul>
</li>
@@ -73,7 +78,7 @@
<li><a href="#_breaking_changes_4">Breaking Changes</a></li>
<li><a href="#_new_features_4">New Features</a></li>
<li><a href="#_enhancements_7">Enhancements</a></li>
-<li><a href="#_bug_fixes_4">Bug Fixes</a></li>
+<li><a href="#_bug_fixes_5">Bug Fixes</a></li>
</ul>
</li>
<li><a href="#_share_v0_6_1_2019_05_11">share v0.6.1 (2019-05-11)</a></li>
@@ -81,7 +86,7 @@
<ul class="sectlevel2">
<li><a href="#_breaking_changes_5">Breaking Changes</a></li>
<li><a href="#_new_features_5">New Features</a></li>
-<li><a href="#_bug_fixes_5">Bug Fixes</a></li>
+<li><a href="#_bug_fixes_6">Bug Fixes</a></li>
<li><a href="#_documentation">Documentation</a></li>
</ul>
</li>
@@ -122,13 +127,31 @@
</div>
</div>
<div class="sect1">
-<h2 id="_share_v0_10_1_2019_12_05">share v0.10.1 (2019-12-05)</h2>
+<h2 id="_share_v0_10_2_2019_12_07">share v0.10.2 (2019-12-07)</h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="_bug_fixes">Bug Fixes</h3>
<div class="ulist">
<ul>
<li>
+<p>dns: check for bad certificate when reading DoT request</p>
+</li>
+<li>
+<p>dns: fix the use of goroutine on runForwarders</p>
+</li>
+</ul>
+</div>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_share_v0_10_1_2019_12_05">share v0.10.1 (2019-12-05)</h2>
+<div class="sectionbody">
+<div class="sect2">
+<h3 id="_bug_fixes_2">Bug Fixes</h3>
+<div class="ulist">
+<ul>
+<li>
<p>dns: close the connection if receiving zero packet on serveTCPClient</p>
</li>
<li>
@@ -270,7 +293,7 @@
</div>
</div>
<div class="sect2">
-<h3 id="_bug_fixes_2">Bug Fixes</h3>
+<h3 id="_bug_fixes_3">Bug Fixes</h3>
<div class="ulist">
<ul>
<li>
@@ -370,7 +393,7 @@ to be an empty string, so &#34;var&#34; value is equal to &#34;&#34;.</p>
</div>
</div>
<div class="sect2">
-<h3 id="_bug_fixes_3">Bug Fixes</h3>
+<h3 id="_bug_fixes_4">Bug Fixes</h3>
<div class="ulist">
<ul>
<li>
@@ -630,7 +653,7 @@ simple API.</p>
</div>
</div>
<div class="sect2">
-<h3 id="_bug_fixes_4">Bug Fixes</h3>
+<h3 id="_bug_fixes_5">Bug Fixes</h3>
<div class="ulist">
<ul>
<li>
@@ -828,7 +851,7 @@ removing the server handler.</p>
</div>
</div>
<div class="sect2">
-<h3 id="_bug_fixes_5">Bug Fixes</h3>
+<h3 id="_bug_fixes_6">Bug Fixes</h3>
<div class="ulist">
<ul>
<li>