mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 06:25:34 +00:00
[v1_2_0] version update, documentation updates for release
This commit is contained in:
8
AUTHORS
8
AUTHORS
@@ -5,14 +5,16 @@
|
|||||||
Primary developers:
|
Primary developers:
|
||||||
- Tomek Mrugalski (lead developer: DHCPv4, DHCPv6 components, prefix
|
- Tomek Mrugalski (lead developer: DHCPv4, DHCPv6 components, prefix
|
||||||
delegation, memfile, database interface, core libdhcp++,
|
delegation, memfile, database interface, core libdhcp++,
|
||||||
host reservation, MAC extraction in DHCPv6, statistics manager)
|
host reservation, MAC extraction in DHCPv6, statistics manager,
|
||||||
|
kea-shell)
|
||||||
- Stephen Morris (Hooks, MySQL)
|
- Stephen Morris (Hooks, MySQL)
|
||||||
- Marcin Siodelski (DHCPv4, DHCPv6 components, options handling, perfdhcp,
|
- Marcin Siodelski (DHCPv4, DHCPv6 components, options handling, perfdhcp,
|
||||||
host reservation, lease file cleanup, lease expiration)
|
host reservation, lease file cleanup, lease expiration,
|
||||||
|
control agent)
|
||||||
- Thomas Markwalder (DDNS, user_chk)
|
- Thomas Markwalder (DDNS, user_chk)
|
||||||
- Jeremy C. Reed (documentation, build system, testing, release engineering)
|
- Jeremy C. Reed (documentation, build system, testing, release engineering)
|
||||||
- Wlodek Wencel (testing, release engineering)
|
- Wlodek Wencel (testing, release engineering)
|
||||||
- Francis Dupont (crypto, perfdhcp)
|
- Francis Dupont (crypto, perfdhcp, control agent)
|
||||||
- Shawn Routhier (lease file cleanup)
|
- Shawn Routhier (lease file cleanup)
|
||||||
|
|
||||||
Primary area of work mentioned in parentheses. The list is in a roughly
|
Primary area of work mentioned in parentheses. The list is in a roughly
|
||||||
|
4
README
4
README
@@ -1,6 +1,6 @@
|
|||||||
Kea provides DHCPv4 and DHCPv6 servers, a dynamic DNS update module,
|
Kea provides DHCPv4 and DHCPv6 servers, a dynamic DNS update module,
|
||||||
a portable DHCP library, libdhcp++, and a DHCP benchmarking tool,
|
a portable DHCP library, libdhcp++, control agent that provides management
|
||||||
perfdhcp.
|
REST interface, and a DHCP benchmarking tool, perfdhcp.
|
||||||
|
|
||||||
Kea is developed by Internet Systems Consortium.
|
Kea is developed by Internet Systems Consortium.
|
||||||
|
|
||||||
|
@@ -101,7 +101,7 @@ BUILT_SOURCES += rdataclass.h rdataclass.cc
|
|||||||
|
|
||||||
lib_LTLIBRARIES = libkea-dns++.la
|
lib_LTLIBRARIES = libkea-dns++.la
|
||||||
|
|
||||||
libkea_dns___la_LDFLAGS = -no-undefined -version-info 3:0:0
|
libkea_dns___la_LDFLAGS = -no-undefined -version-info 1:1:1
|
||||||
libkea_dns___la_LDFLAGS += $(AM_LDFLAGS) $(CRYPTO_LDFLAGS)
|
libkea_dns___la_LDFLAGS += $(AM_LDFLAGS) $(CRYPTO_LDFLAGS)
|
||||||
|
|
||||||
libkea_dns___la_SOURCES =
|
libkea_dns___la_SOURCES =
|
||||||
|
Reference in New Issue
Block a user