Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Kea
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
450
Issues
450
List
Boards
Labels
Service Desk
Milestones
Merge Requests
75
Merge Requests
75
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
Kea
Commits
46052102
Commit
46052102
authored
Nov 04, 2019
by
Wlodzimierz Wencel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[
#989
] updated version and fixed some typos
parent
cc919c82
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
ChangeLog
ChangeLog
+5
-5
configure.ac
configure.ac
+1
-1
No files found.
ChangeLog
View file @
46052102
...
...
@@ -24,7 +24,7 @@ Kea 1.7.1 released on Oct 30, 2019
(Gitlab #869)
1677. [doc] wlodek
Sample configs now all use the same paths for contol sockets.
Sample configs now all use the same paths for cont
r
ol sockets.
(Gitlab #795)
1676. [func] fdupont
...
...
@@ -50,7 +50,7 @@ Kea 1.7.1 released on Oct 30, 2019
Fixed a bug introduced in Kea 1.6.0 (see #539) that caused
kea-dhcp4 and kea-dhcp6 to discard inbound packets containing
string options that consist solely of nulls. The servers
will now quiely omit empty or all-null string options from
will now quie
t
ly omit empty or all-null string options from
inbound packets.
(Gitlab #900,!561, git c75a7c10bde74f59d481a7717b4e03b9cb2268a6)
...
...
@@ -72,7 +72,7 @@ Kea 1.7.1 released on Oct 30, 2019
1669. [func] tmark
Rather than within the 'dhcp-ddns' section, DDNS behavioral
parameters may now be specifed at global, shared-network,
parameters may now be specif
i
ed at global, shared-network,
and subnet scopes. Implemented for both kea-dhcp4 and
kea-dhcp6. Not yet supported by Config Backend or Netconf.
(Gitlab #35,!517, git 49ce6286f5d00f99c1c890f12cbc0fd633c9dbf6)
...
...
@@ -82,8 +82,8 @@ Kea 1.7.1 released on Oct 30, 2019
(Gitlab #907,!519, git 1b27dc52aae23753643461086f0950b125bf9c93)
1667. [build] fdupont
The availability of C++11 thead, mutex, condition variable and
atomic libra
i
ries is now checked by ./configure.
The availability of C++11 th
r
ead, mutex, condition variable and
atomic libraries is now checked by ./configure.
(Gitlab #918,!520, git baf4097520c1cd38366ee4f33a95dde040906e9e)
1666. [doc] tmark
...
...
configure.ac
View file @
46052102
...
...
@@ -7,7 +7,7 @@ AC_PREREQ([2.69])
# For GIT versions, this is x.y.z-git, where x.y.z denotes the software
# version that was used as a base + changes that were made later, but
# are not released yet.
AC_INIT(kea,1.7.
1
, kea-dev@lists.isc.org)
AC_INIT(kea,1.7.
2-git
, kea-dev@lists.isc.org)
AC_CONFIG_SRCDIR(README)
# serial-tests is not available in automake version before 1.13, so
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment