aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.adoc
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2020-05-07 18:04:08 +0700
committerShulhan <m.shulhan@gmail.com>2020-05-07 18:04:08 +0700
commitd44ef6654a0e76365da1c13730be4512d2307953 (patch)
tree8db12a166aeaa8738bc971bce84d12d1d374bb58 /CHANGELOG.adoc
parentb22c619f220a018d61070fc3762b8ab96723abf9 (diff)
downloadrescached-d44ef6654a0e76365da1c13730be4512d2307953.tar.xz
Release rescached 3.0.1v3.0.1
== Enhancements * dns: change the mark of input/output in log output Previously, the character '<' is used to indicate incoming request from client and '>' to indicate outgoing response. This change reverse it because '<' make more sense for output and '>' is for input (looks like cin and cout on C++ world) == Bug fixes * dns: fix index out of range when unpacking OPT RR * dns: forward the request to fallback queue if there is no forwarders == Chores * Add prefix "_" to all non-Go source directories. This is to ignore the directory being scanned by Go tools.
Diffstat (limited to 'CHANGELOG.adoc')
-rw-r--r--CHANGELOG.adoc21
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 8b8ceaa..99723aa 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -1,3 +1,24 @@
+= Rescached v3.0.1 (2020-05-07)
+
+== Enhancements
+
+* dns: change the mark of input/output in log output
+ Previously, the character '<' is used to indicate incoming request
+ from client and '>' to indicate outgoing response.
+ This change reverse it because '<' make more sense for output and '>'
+ is for input (looks like cin and cout on C++ world)
+
+== Bug fixes
+
+* dns: fix index out of range when unpacking OPT RR
+* dns: forward the request to fallback queue if there is no forwarders
+
+== Chores
+
+* Add prefix "_" to all non-Go source directories.
+ This is to ignore the directory being scanned by Go tools.
+
+
= Rescached v3.0.0 (2020-01-15)
== Enhancements