summaryrefslogtreecommitdiff
path: root/rescached.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-04-01 15:31:56 +0700
committerShulhan <ms@kilabit.info>2023-04-01 16:15:27 +0700
commit631dd476ac3fd7d7c8045b6e6ca59b63955bca67 (patch)
tree1b6c92c38d14f51cf7582f647535577e06178bba /rescached.go
parent3e188c30249222b58504ca87da66564b31f63d11 (diff)
downloadrescached-4.4.1.tar.xz
Release rescached v4.4.1 (2023-04-01)v4.4.1
=== 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
Diffstat (limited to 'rescached.go')
-rw-r--r--rescached.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/rescached.go b/rescached.go
index c0ee3de..53281d5 100644
--- a/rescached.go
+++ b/rescached.go
@@ -18,7 +18,7 @@ import (
)
// Version of program, overwritten by build.
-var Version = `4.4.0`
+var Version = `4.4.1`
// Server implement caching DNS server.
type Server struct {