BIND 10 master, updated. 8e0d333e76d72abef126f197a6caa00d6b7a10e3 [master] added changelog on the new in-memory data source implementation.
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Sep 26 18:23:13 UTC 2012
The branch, master has been updated
via 8e0d333e76d72abef126f197a6caa00d6b7a10e3 (commit)
from c0672d18dc8709e15a175e781a5d690a281f6d19 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8e0d333e76d72abef126f197a6caa00d6b7a10e3
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed Sep 26 11:22:38 2012 -0700
[master] added changelog on the new in-memory data source implementation.
(with one minor style fix to a different entry: folded a long line).
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/ChangeLog b/ChangeLog
index 1ddfa3c..843e91c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+482. [func] team
+ Memory footprint of the in-memory data source has been
+ substantially improved. For example, b10-auth now requires much
+ less memory than BIND 9 named for loading and serving the same
+ zone in-memory. This is a transparent change in terms of user
+ operation; there's no need to update or change the configuration
+ to enable this feature.
+ Notes: multiple instances of b10-auth still make separate copies
+ of the memory image. Also, loading zones in memory still suspends
+ query processing, so manual reloading or reloading after incoming
+ transfer may cause service disruption for huge zones.
+ (Multiple Trac tickets)
+
481. [bug] vorner
The abbreviated form of IP addresses in ACLs is accepted
(eg. "from": ["127.0.01", "::1"] now works).
@@ -10,7 +23,8 @@
479. [func] marcin
Refactored perfdhcp tool to C++, added missing unit tests and removed
the old code. The new code uses libdhcp++ (src/lib/dhcp) for DHCP
- packet management, network interface management and packet transmission.
+ packet management, network interface management and packet
+ transmission.
(Trac #1954, git 8d56105742f3043ed4b561f26241f3e4331f51dc)
(Trac #1955, git 6f914bb2c388eb4dd3e5c55297f8988ab9529b3f)
(Trac #1956, git 6f914bb2c388eb4dd3e5c55297f8988ab9529b3f)
More information about the bind10-changes
mailing list