From 100c745cfadb36d72ad03c772fa64031ad7baa64 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Thu, 12 Sep 2019 01:15:42 +0700 Subject: doc: generate HTML files --- CHANGELOG.html | 116 ++++++++++++++++++++++++++++++++++++++++++++++----------- doc/SPF.html | 2 +- 2 files changed, 95 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.html b/CHANGELOG.html index a7952543..b6ebdb3c 100644 --- a/CHANGELOG.html +++ b/CHANGELOG.html @@ -29,6 +29,13 @@
Table of Contents
+

share v0.9.0 (2019-10-xx)

+
+
+

New Features

+
+
    +
  • +

    http: implement key binding in registered Endpoint's Path

    +
    +

    Previously, only raw path can be registered on Endpoint. This changes +implement key binding using colon ":" on path. For example, registering +path "/:x/y" will bind key "x" to a string value that can be accessed on +http.Request.Form using Get method.

    +
    +
  • +
+
+
+
+

Breaking Changes

+
+
    +
  • +

    ini: set variable with "=" without a value default to empty string

    +
  • +
+
+
+

Previously, a variable end with "=" will have value set to "true". +For example,

+
+
+
+
[section]
+var =
+
+
+
+

set the "var" value to string "true".

+
+
+

This changes make the variable that end with "=" without any value +to be an empty string, so "var" value is equal to "".

+
+
+
+

Bug Fixes

+
+
    +
  • +

    ini: check for possible nil variable on Write

    +
  • +
  • +

    dns: allow message with non recursive-desired to be forwarded

    +
    +

    On macOS, turn out, all DNS queries have RD flag set to zero. This cause +no DNS queries forwarded to parent server.

    +
    +
  • +
+
+
+
+
+

share v0.8.2 (2019-09-05)

@@ -191,7 +263,7 @@ file, we want that file to be excluded from .go static source.

share v0.8.0 (2019-07-09)

-

Breaking changes

+

Breaking changes

  • @@ -202,7 +274,7 @@ file, we want that file to be excluded from .go static source.

-

New Features

+

New Features

  • @@ -237,7 +309,7 @@ file, we want that file to be excluded from .go static source.

    simple API.

-

Breaking Changes

+

Breaking Changes

  • @@ -250,7 +322,7 @@ simple API.

-

New Features

+

New Features

  • @@ -321,7 +393,7 @@ simple API.

-

Bug Fixes

+

Bug Fixes

  • @@ -375,7 +447,7 @@ Most notable changes are adding caches and query forwarding (recursion), and removing the server handler.

-

Breaking Changes

+

Breaking Changes

  • @@ -449,7 +521,7 @@ removing the server handler.

-

New Features

+

New Features

  • @@ -519,7 +591,7 @@ removing the server handler.

-

Bug Fixes

+

Bug Fixes

  • @@ -585,7 +657,7 @@ server and client API to make it easy and extensible. The websocket is now 100% pass the autobahn testsuite (minus compression feature).

-

New Features

+

New Features

  • @@ -652,7 +724,7 @@ server and client API to make it easy and extensible. The websocket is now

    share v0.4.0 (2019-03-01)

    -

    New Features

    +

    New Features

    • @@ -898,7 +970,7 @@ server and client API to make it easy and extensible. The websocket is now

      share v0.2.0 (2019-01-02)

      -

      New Features

      +

      New Features

      • diff --git a/doc/SPF.html b/doc/SPF.html index 8bdfef10..3f1e4540 100644 --- a/doc/SPF.html +++ b/doc/SPF.html @@ -325,7 +325,7 @@ text of all the records of a given type is under 450 octets, then DNS answers ought to fit in UDP packets. Records that are too long to fit in a single UDP packet could be silently ignored by SPF verifiers due to firewall and other issues that interfere with -the operation of DNS over TCP or using ENDS0.

        +the operation of DNS over TCP or using EDNS0.

      Note that when computing the sizes for replies to queries of the TXT format, -- cgit v1.3