diff options
author | Jeremy C. Reed <jreed@isc.org> | 2010-07-01 01:08:17 +0200 |
---|---|---|
committer | Jeremy C. Reed <jreed@isc.org> | 2010-07-01 01:08:17 +0200 |
commit | 222a6e821c1e0b9c23e7a76fa8a97a2c0fc7d214 (patch) | |
tree | af3dfa1a6f6247c73c43d5af03ab9429bad6b6ea /README | |
parent | forgot a copyright statement (diff) | |
download | kea-222a6e821c1e0b9c23e7a76fa8a97a2c0fc7d214.tar.xz kea-222a6e821c1e0b9c23e7a76fa8a97a2c0fc7d214.zip |
Update version number in configure.ac.
Minor updates in README, point to some Y2 descriptions.
Add release date to ChangeLog.
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2380 e5f2f494-b856-4b98-b285-d166d9295462
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -3,21 +3,21 @@ This is the source for the development version of BIND 10. BIND is the popular implementation of a DNS server, developer interfaces, and DNS tools. BIND 10 is a rewrite of BIND 9. BIND 10 is written in C++ and Python and provides a modular environment -for serving and maintaining DNS. +for serving, maintaining, and developing DNS. BIND10-devel is new development leading up to the production BIND 10 release. It contains prototype code and experimental interfaces. Nevertheless it is ready to use now for testing the -new BIND 10 infrastructure ideas. The Year 1 (Y1) deliverable of -the five year plan is described here: +new BIND 10 infrastructure ideas. The Year 2 milestones of the +five year plan are described here: - http://bind10.isc.org/wiki/Year1Deliverable + https://bind10.isc.org/wiki/Year2Milestones This release includes the bind10 master process, b10-msgq message bus, b10-auth authoritative DNS server (with SQLite3 backend), b10-cmdctl remote control daemon, b10-cfgmgr configuration manager, b10-xfrin AXFR inbound service, b10-xfrout outgoing AXFR service, -and a new libdns library. +and a new libdns++ library for C++ with a python wrapper. Documentation is included and also available via the BIND 10 website at http://bind10.isc.org/ |