aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.adoc
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2019-04-12 23:07:58 +0700
committerShulhan <ms@kilabit.info>2019-07-05 00:37:21 +0700
commitb412fb5853219fee7c0fcad7bab8a72d846d7bc5 (patch)
tree59ec94fe15ad69a92920c4378a6ecc5c6109ef48 /CHANGELOG.adoc
parent3bb229101b114153606f7ecec8911c811188bc30 (diff)
downloadrescached-b412fb5853219fee7c0fcad7bab8a72d846d7bc5.tar.xz
all: refactoring with latest update on dns package
All the server core functionalities (caches and forwarding) now implemented inside "dns.Server". The main function of this package are for reading options from configuration file (or from command line options) and watching changes from system resolv.conf. There are also some major changes on configuration file. * "server.parent" option now use URI format instead of IP:PORT. This will allow parent name servers to be UDP, TCP, and/or DoH simultaneusly. * "server.doh.parent" and "server.parent.connection" are removed, redundant with new "server.parent" format. * "cache.threshold" is renamed to "cache.prune_threshold".
Diffstat (limited to 'CHANGELOG.adoc')
-rw-r--r--CHANGELOG.adoc19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 6084fe8..b7d724f 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -1,3 +1,22 @@
+= Rescached v3.0.0 (2019-05-xx)
+
+All the server core functionalities (caches and forwarding) now
+implemented inside "dns.Server". The main function of this package are
+for reading options from configuration file (or from command line options)
+and watching changes from system resolv.conf.
+
+There are also some major changes on configuration file,
+
+* "server.parent" option now use URI format instead of IP:PORT.
+ This will allow parent name servers to be UDP, TCP, and/or DoH
+ simultaneusly.
+
+* "server.doh.parent" and "server.parent.connection" are removed,
+ redundant with new "server.parent" format.
+
+* "cache.threshold" is renamed to "cache.prune_threshold".
+
+
= Rescached v2.1.2 (2019-03-22)
== Bug Fix