Send kea-dev mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.isc.org/mailman/listinfo/kea-dev
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of kea-dev digest..."
Today's Topics:
1. [Kea-dev] KEA master, updated.
c2876c4bfd43162064549d7747ee40611556b6d9 update README for Kea
([email protected])
2. [Kea-dev] KEA master, updated.
197f674929c429f71721c073c50669febc3bd6bc Point to developers
website ([email protected])
----------------------------------------------------------------------
Message: 1
Date: Wed, 09 Apr 2014 14:11:46 +0000
From: <[email protected]>
To: [email protected]
Subject: [Kea-dev] KEA master, updated.
c2876c4bfd43162064549d7747ee40611556b6d9 update README for Kea
Message-ID: <[email protected]>
The branch, master has been updated
via c2876c4bfd43162064549d7747ee40611556b6d9 (commit)
from 6160ff536fe0a97b0d1020e1857c678f0343d8f5 (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 c2876c4bfd43162064549d7747ee40611556b6d9
Author: Jeremy C. Reed <[email protected]>
Date: Wed Apr 9 07:11:00 2014 -0700
update README for Kea
This is mostly just a test of using new git repo for kea.
-----------------------------------------------------------------------
Summary of changes:
README | 78 +++++-----------------------------------------------------------
1 file changed, 5 insertions(+), 73 deletions(-)
-----------------------------------------------------------------------
diff --git a/README b/README
index 7fbfb54..85fe39a 100644
--- a/README
+++ b/README
@@ -1,77 +1,9 @@
-This is the source for the BIND 10 suite.
+This is the source for Kea, developed by Internet Systems Consortium.
-BIND is the popular implementation of a DNS server, developer
-interfaces, and DNS tools. BIND 10 is a rewrite of BIND 9 and ISC
-DHCP. BIND 10 is written in C++ and Python and provides a modular
-environment for serving, maintaining, and developing DNS and DHCP.
-
-This release includes the bind10 master process, b10-msgq message
-bus, b10-cmdctl remote control daemon, b10-cfgmgr configuration
-manager, b10-stats statistics collection and reporting daemon, and
-b10-stats-httpd for HTTP access to XML-formatted stats.
-
-For DNS services, it provides the b10-auth authoritative DNS server
-(with SQLite3 and in-memory backends), b10-xfrin IXFR/AXFR inbound
-service, b10-xfrout outgoing IXFR/AXFR service, b10-zonemgr secondary
-manager, libdns++ library for C++ with a python wrapper, and many
-tests and example programs. (It also includes an experimental proof
-of concept recursive or forwarding DNS server, b10-resolver.)
-
-BIND 10 also provides experimental DHCPv4 and DHCPv6 servers,
-b10-dhcp4 and b10-dhcp6, a dynamic DNS update module, b10-dhcp-ddns,
+Kea provides DHCPv4 and DHCPv6 servers, a dynamic DNS update module,
a portable DHCP library, libdhcp++, and a DHCP benchmarking tool,
-perfdhcp. In this release of BIND 10, the DHCPv4 and DHCPv6 servers
-must be considered experimental. Limitations and known issues with
-this DHCP release can be found at http://bind10.isc.org/wiki/KeaKnownIssues
-
-NOTE: The API/ABI provided by libraries in BIND 10 may change in future
-point releases. So please do not assume currently that any code that you
-compile for a particular version of a BIND 10 library will work in
-future versions of the library. We aim to stabilize the public API/ABI
-interface of BIND 10 libraries in future releases.
-
-Documentation is included with the source. See doc/guide/bind10-guide.txt
-(or bind10-guide.html) for installation instructions. The
-documentation is also available via the BIND 10 website at
-http://bind10.isc.org/
-
-The latest released source tar file may be downloaded from:
-
- ftp://ftp.isc.org/isc/bind10/
-
-Users and developers are encouraged to participate on the BIND 10
-mailing lists:
-
- https://lists.isc.org/mailman/listinfo/bind10-users
- https://lists.isc.org/mailman/listinfo/bind10-dev
-
-Bugs may be reported as tickets via the developers website:
-
- http://bind10.isc.org/
-
-Simple build and installation instructions:
-
- ./configure
- make
- make install
-
-If building from Git repository, run:
-
- autoreconf --install
-
-before running ./configure
-
-See the Guide for detailed installation directions at
-doc/guide/bind10-guide.txt.
-
-For operating system specific tips see the wiki at:
-
- http://bind10.isc.org/wiki/SystemSpecificNotes
-
-Please see the wiki and the doc/ directory for various documentation.
+perfdhcp.
-The BIND 10 suite is started by running "bind10". Note that the default
-configuration does not start any DNS or DHCP services. Please see the
-Guide for information on how to configure these services to be started
-automatically.
+Limitations and known issues with this DHCP release can be found
+at http://kea.isc.org/wiki/KeaKnownIssues
------------------------------
Message: 2
Date: Wed, 09 Apr 2014 14:16:12 +0000
From: <[email protected]>
To: [email protected]
Subject: [Kea-dev] KEA master, updated.
197f674929c429f71721c073c50669febc3bd6bc Point to developers
website
Message-ID: <[email protected]>
The branch, master has been updated
via 197f674929c429f71721c073c50669febc3bd6bc (commit)
from c2876c4bfd43162064549d7747ee40611556b6d9 (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 197f674929c429f71721c073c50669febc3bd6bc
Author: Jeremy C. Reed <[email protected]>
Date: Wed Apr 9 07:15:44 2014 -0700
Point to developers website
Thsi is another test of git with new repo
-----------------------------------------------------------------------
Summary of changes:
README | 2 ++
1 file changed, 2 insertions(+)
-----------------------------------------------------------------------
diff --git a/README b/README
index 85fe39a..488c498 100644
--- a/README
+++ b/README
@@ -5,5 +5,7 @@ Kea provides DHCPv4 and DHCPv6 servers, a dynamic DNS update
module,
a portable DHCP library, libdhcp++, and a DHCP benchmarking tool,
perfdhcp.
+Th developers website is at http://kea.isc.org/
+
Limitations and known issues with this DHCP release can be found
at http://kea.isc.org/wiki/KeaKnownIssues
------------------------------
_______________________________________________
kea-dev mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/kea-dev
End of kea-dev Digest, Vol 1, Issue 2
*************************************