<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rescached, branch v4.4.1</title>
<subtitle>DNS resolver cache daemon, DNS server with caches support.</subtitle>
<id>http://git.kilabit.info/rescached/atom?h=v4.4.1</id>
<link rel='self' href='http://git.kilabit.info/rescached/atom?h=v4.4.1'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/rescached/'/>
<updated>2023-04-01T09:15:27Z</updated>
<entry>
<title>Release rescached v4.4.1 (2023-04-01)</title>
<updated>2023-04-01T09:15:27Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2023-04-01T08:31:56Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/rescached/commit/?id=631dd476ac3fd7d7c8045b6e6ca59b63955bca67'/>
<id>urn:sha1:631dd476ac3fd7d7c8045b6e6ca59b63955bca67</id>
<content type='text'>
===  Enhancements

* go.mod: set Go version to 1.19 and update share module

  The latest share module has several fixes and enhancements regarding
  DNS library, including

  * lib/dns: simplify unpackDomainName return value for end
  * lib/dns: use the packet length to derive current offset
  * lib/dns: handle zone file with CRLF line ending
  * lib/dns: allow parsing TXT rdata without quote in zone file
  * lib/dns: fix parsing SRV record from zone file
  * lib/dns: fix packing and unpacking resource record HINFO
  * lib/dns: fix packing, parsing, and saving MINFO resource data

* _www/doc: update the index and resolver documentation
</content>
</entry>
<entry>
<title>all: update go doc comments</title>
<updated>2023-04-01T09:15:08Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2023-04-01T09:11:24Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/rescached/commit/?id=3e188c30249222b58504ca87da66564b31f63d11'/>
<id>urn:sha1:3e188c30249222b58504ca87da66564b31f63d11</id>
<content type='text'>
While at it, use "_" for unused parameter on methods.
</content>
</entry>
<entry>
<title>all: remove ineffectual assignment to err</title>
<updated>2023-04-01T08:02:57Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2023-04-01T08:02:57Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/rescached/commit/?id=482ff43bdd061d194875920f43ae335a69053946'/>
<id>urn:sha1:482ff43bdd061d194875920f43ae335a69053946</id>
<content type='text'>
</content>
</entry>
<entry>
<title>go.mod: set Go version to 1.19 and update share module</title>
<updated>2023-04-01T08:02:01Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2023-04-01T08:02:01Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/rescached/commit/?id=4ef1a06b151bf8d244e3f6c181390322741a0ef8'/>
<id>urn:sha1:4ef1a06b151bf8d244e3f6c181390322741a0ef8</id>
<content type='text'>
The latest share module has several fixes and enhancements regarding
DNS library, including

* lib/dns: simplify unpackDomainName return value for end
* lib/dns: use the packet length to derive current offset
* lib/dns: handle zone file with CRLF line ending
* lib/dns: allow parsing TXT rdata without quote in zone file
* lib/dns: fix parsing SRV record from zone file
* lib/dns: fix packing and unpacking resource record HINFO
* lib/dns: fix packing, parsing, and saving MINFO resource data
</content>
</entry>
<entry>
<title>go.mod: update all dependencies</title>
<updated>2023-03-02T17:50:09Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2023-03-02T17:50:09Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/rescached/commit/?id=aa557e46911e5d565ff161e665fb6a17caee717e'/>
<id>urn:sha1:aa557e46911e5d565ff161e665fb6a17caee717e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>_www/doc: update the index and resolver documentation</title>
<updated>2022-08-25T12:56:49Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2022-08-25T12:56:49Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/rescached/commit/?id=4af06e28b881ffcf660e9817ce24cb56c562134b'/>
<id>urn:sha1:4af06e28b881ffcf660e9817ce24cb56c562134b</id>
<content type='text'>
While at it, rename the README.adoc to README and made symlink
to it as README.adoc.
</content>
</entry>
<entry>
<title>Release rescached v4.4.0 (2022-08-06)</title>
<updated>2022-08-06T11:51:09Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2022-08-06T11:51:09Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/rescached/commit/?id=cc8a1d7fd9444acd9591f58108ce45a6af0843c1'/>
<id>urn:sha1:cc8a1d7fd9444acd9591f58108ce45a6af0843c1</id>
<content type='text'>
This release refactoring the resolver command as CLI to rescached server.

The resolver command now can manage environment, caches, hosts.d, and
zone.d in the server; not just query.
</content>
</entry>
<entry>
<title>_www/doc: format documentation for resolver</title>
<updated>2022-08-06T11:48:40Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2022-08-06T11:48:40Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/rescached/commit/?id=18e7218a60be84d7f2bc0aefdf8333e6855d2325'/>
<id>urn:sha1:18e7218a60be84d7f2bc0aefdf8333e6855d2325</id>
<content type='text'>
Some block code in the examples are not formatted correctly due to
spaces.
</content>
</entry>
<entry>
<title>_AUR: track latest changes in AUR submodule</title>
<updated>2022-08-06T11:47:46Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2022-08-06T11:47:33Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/rescached/commit/?id=2ff19d3a0059b9ef8c715b6e9c4a4a59aa57a82e'/>
<id>urn:sha1:2ff19d3a0059b9ef8c715b6e9c4a4a59aa57a82e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>go.mod: update all dependencies</title>
<updated>2022-08-06T11:00:59Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2022-08-06T11:00:59Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/rescached/commit/?id=844dfb03f9a0b17aa74a093dd6d4bab7b3f1d65e'/>
<id>urn:sha1:844dfb03f9a0b17aa74a093dd6d4bab7b3f1d65e</id>
<content type='text'>
</content>
</entry>
</feed>
