diff options
| author | Shulhan <ms@kilabit.info> | 2024-09-07 23:54:28 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-09-07 23:55:55 +0700 |
| commit | 2817846b12942dc0624c6b6ef7de6e608c41c3f7 (patch) | |
| tree | ea663e630641521ba337ca0c1cdc4e237a3d7244 /CHANGELOG.adoc | |
| parent | b513972942cd2db2e53577e842f802386e021603 (diff) | |
| download | rescached-2817846b12942dc0624c6b6ef7de6e608c41c3f7.tar.xz | |
Release rescached v4.4.3 (2024-09-07)v4.4.3
=== Enhancements
* cmd/rescached: add sub command to print the current version
Running "rescached version" now will print the program version.
* support SVCB record (type 64) and HTTPS record (type 65)
The latest update on "lib/dns" package support RFC 9460, SVCB record
(type 64) and HTTPS record (type 65).
=== Chores
* all: replace module "share" with "pakakeh.go"
The module "share" has been moved to new repository at SourceHut and
we rename it to make it more unique instead of common English words
"share".
* all: move repository to SourceHut
The new repository and project page for rescached is at
https://sr.ht/~shulhan/rescached .
Diffstat (limited to 'CHANGELOG.adoc')
| -rw-r--r-- | CHANGELOG.adoc | 34 |
1 files changed, 32 insertions, 2 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index d624e86..a8de062 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -7,6 +7,36 @@ Log of new features, enhancements, and/or bug fixes for each release. +[#v4_4_3] +== rescached v4.4.3 (2024-09-07) + +[#v4_4_3__enhancements] +=== Enhancements + +cmd/rescached: add sub command to print the current version:: ++ +Running "rescached version" now will print the program version. + +support SVCB record (type 64) and HTTPS record (type 65):: ++ +The latest update on "lib/dns" package support RFC 9460, SVCB record +(type 64) and HTTPS record (type 65). + +[#v4_4_3__chores] +=== Chores + +all: replace module "share" with "pakakeh.go":: ++ +The module "share" has been moved to new repository at SourceHut and +we rename it to make it more unique instead of common English words +"share". + +all: move repository to SourceHut:: ++ +The new repository and project page for rescached is at +https://sr.ht/~shulhan/rescached . + + [#v4_4_2] == rescached v4.4.2 (2023-11-10) @@ -497,9 +527,9 @@ blocked hosts, internal hosts files, and zone files. [#v4_0_0__breaking_changes] === Breaking changes -The `rescached::dir.hosts` now default to "/etc/rescached/hosts.d":: +The `rescached\::dir.hosts` now default to "/etc/rescached/hosts.d":: -The `rescached::dir.master` now default to "/etc/rescached/zone.d":: +The `rescached\::dir.master` now default to "/etc/rescached/zone.d":: //}}} |
