]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#989] updated version and fixed some typos 989-update-kea-version-on-master
authorWlodek Wencel <wlodek@isc.org>
Mon, 4 Nov 2019 11:20:27 +0000 (18:20 +0700)
committerWlodek Wencel <wlodek@isc.org>
Mon, 4 Nov 2019 11:20:27 +0000 (18:20 +0700)
ChangeLog
configure.ac

index 980a4ac3e1e8246ce5f3a2213338674fc3cca6db..8c8025e4318391c271ba5b30d2476d8a6802d983 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 control 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 quietly 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 specified 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 librairies is now checked by ./configure.
+       The availability of C++11 thread, mutex, condition variable and
+       atomic libraries is now checked by ./configure.
        (Gitlab #918,!520, git baf4097520c1cd38366ee4f33a95dde040906e9e)
 
 1666.  [doc]           tmark
index 2c11f111a2da969b4e9e250d72ad109a0a9d547c..5b8d9947f615f07103560d80cd45116c67b935cc 100755 (executable)
@@ -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