]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4472] bump up library versions for 3.1.8 release
authorRazvan Becheriu <razvan@isc.org>
Mon, 27 Apr 2026 18:59:56 +0000 (21:59 +0300)
committerRazvan Becheriu <razvan@isc.org>
Mon, 27 Apr 2026 18:59:56 +0000 (21:59 +0300)
12 files changed:
ChangeLog
doc/sphinx/arm/dhcp6-srv.rst
src/lib/config/meson.build
src/lib/dhcp/meson.build
src/lib/dhcp_ddns/meson.build
src/lib/dhcpsrv/meson.build
src/lib/hooks/hooks.h
src/lib/hooks/meson.build
src/lib/http/meson.build
src/lib/mysql/meson.build
src/lib/pgsql/meson.build
src/lib/yang/meson.build

index 5e7e1197d05251f2faed5a3c0e2a886da6c70358..1b89c36e581889757a905ad10b0bfb6cf2bc77b9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2455.  [build]         razvan
+       The library version numbers have been bumped up for the Kea 3.1.8
+       development release.
+       (Gitlab #4472)
+
 2454.  [bug]           razvan
        Properly handle high availability listener shutdown on hook
        unload under heavy load.
index 86dc5f8f20f8442a0b3e66c034c08985f8a17367..403c817de795f648b952a9d5d35dec36cd4d7b1e 100644 (file)
@@ -2298,11 +2298,11 @@ clause, to send it with the ntp-server-address suboption for the
                "space": "v6-ntp-server-suboptions",
                "name": "ntp-server-address",
                "data": "2a02:8424:6fc4:3601:c13b:9426:51db:aa1"
-            },
-            ...
-        ],
-        ...
-    }
+           },
+           ...
+       ],
+       ...
+   }
 
 
 For the FQDN which allows to pick one of the 4 addresses of it:
@@ -2315,11 +2315,11 @@ For the FQDN which allows to pick one of the 4 addresses of it:
                "space": "v6-ntp-server-suboptions",
                "name": "ntp-server-fqdn",
                "data": "2.pool.ntp.org"
-            },
-            ...
-        ],
-        ...
-    }
+           },
+           ...
+       ],
+       ...
+   }
 
 
 Or for a closed site with its own NTP server using multicast:
@@ -2335,7 +2335,7 @@ Or for a closed site with its own NTP server using multicast:
            },
            ...
        ],
-   ...
+       ...
    }
 
 
index 7608c1e9242a5708dd173896ecefbacd3add8956..1c5fc97c7bab23f4d092ab2af2c26677d0021a3c 100644 (file)
@@ -20,7 +20,7 @@ kea_config_lib = shared_library(
     install_rpath: INSTALL_RPATH,
     build_rpath: BUILD_RPATH,
     link_with: LIBS_BUILT_SO_FAR,
-    version: '96.0.0',
+    version: '97.0.0',
     cpp_args: [f'-DCONTROL_SOCKET_DIR="@RUNSTATEDIR_INSTALLED@"'],
 )
 LIBS_BUILT_SO_FAR = [kea_config_lib] + LIBS_BUILT_SO_FAR
index b3a39e803e779cf067ea09e5399e14a334f13b84..608cb85d51aa6767ff1eb113b24934227320e2fd 100644 (file)
@@ -60,7 +60,7 @@ kea_dhcp_lib = shared_library(
     install_rpath: INSTALL_RPATH,
     build_rpath: BUILD_RPATH,
     link_with: LIBS_BUILT_SO_FAR,
-    version: '126.0.0',
+    version: '127.0.0',
 )
 LIBS_BUILT_SO_FAR = [kea_dhcp_lib] + LIBS_BUILT_SO_FAR
 subdir('testutils')
index 778f108378fb79fa37d8a6c58ecf6f99d49ab575..96ce008028277e9560e09561f67711d1292c80c7 100644 (file)
@@ -11,7 +11,7 @@ kea_dhcp_ddns_lib = shared_library(
     install_rpath: INSTALL_RPATH,
     build_rpath: BUILD_RPATH,
     link_with: LIBS_BUILT_SO_FAR,
-    version: '80.0.0',
+    version: '81.0.0',
 )
 LIBS_BUILT_SO_FAR = [kea_dhcp_ddns_lib] + LIBS_BUILT_SO_FAR
 subdir('tests')
index cc2b7d42c52435afc53441f0c8fa89808e3ae29c..c1778eb6a390a213a339e4cd760147da27dbce09 100644 (file)
@@ -105,7 +105,7 @@ kea_dhcpsrv_lib = shared_library(
     install_rpath: INSTALL_RPATH,
     build_rpath: BUILD_RPATH,
     link_with: LIBS_BUILT_SO_FAR,
-    version: '146.0.0',
+    version: '147.0.0',
 )
 LIBS_BUILT_SO_FAR = [kea_dhcpsrv_lib] + LIBS_BUILT_SO_FAR
 subdir('testutils')
index 05425d9f74b91d06285c975d4d65bebec7247b0c..d8cc96a1a5f61f64b989e069facb64357d665d7f 100644 (file)
@@ -12,8 +12,8 @@
 
 namespace {
 
-// Version 30107 of the hooks framework, set for Kea 3.1.7
-const int KEA_HOOKS_VERSION = 30107;
+// Version 30108 of the hooks framework, set for Kea 3.1.8
+const int KEA_HOOKS_VERSION = 30108;
 
 // Names of the framework functions.
 const char* const LOAD_FUNCTION_NAME = "load";
index 5a35999fa735d965df6203e92bd5fde767f88782..604d1aa6d5512af8e1d59736fc9ceca1f1afebc9 100644 (file)
@@ -23,7 +23,7 @@ kea_hooks_lib = shared_library(
     install_rpath: INSTALL_RPATH,
     build_rpath: BUILD_RPATH,
     link_with: LIBS_BUILT_SO_FAR,
-    version: '136.0.0',
+    version: '137.0.0',
 )
 LIBS_BUILT_SO_FAR = [kea_hooks_lib] + LIBS_BUILT_SO_FAR
 subdir('tests')
index bd9031d5c57d141a492cb9e57ea537b644094e75..f041d8b0445570c84847e46158808f1d4ebef1e0 100644 (file)
@@ -32,7 +32,7 @@ kea_http_lib = shared_library(
     install_rpath: INSTALL_RPATH,
     build_rpath: BUILD_RPATH,
     link_with: LIBS_BUILT_SO_FAR,
-    version: '99.0.0',
+    version: '100.0.0',
 )
 LIBS_BUILT_SO_FAR = [kea_http_lib] + LIBS_BUILT_SO_FAR
 subdir('tests')
index 776e8f5e97a0af5bf0f24a0b1673551c99be9e10..bd9bb945423df6175d55720077f9986641697df8 100644 (file)
@@ -14,7 +14,7 @@ kea_mysql_lib = shared_library(
     install_rpath: INSTALL_RPATH,
     build_rpath: BUILD_RPATH,
     link_with: LIBS_BUILT_SO_FAR,
-    version: '103.0.0',
+    version: '104.0.0',
 )
 LIBS_BUILT_SO_FAR = [kea_mysql_lib] + LIBS_BUILT_SO_FAR
 subdir('testutils')
index 30ead9b8b9a74be0ce4dddc5fae9935a14b4a2c8..ab2a5dfadcdc624015444ae945f0062dfb32e071 100644 (file)
@@ -14,7 +14,7 @@ kea_pgsql_lib = shared_library(
     install_rpath: INSTALL_RPATH,
     build_rpath: BUILD_RPATH,
     link_with: LIBS_BUILT_SO_FAR,
-    version: '102.0.0',
+    version: '103.0.0',
 )
 LIBS_BUILT_SO_FAR = [kea_pgsql_lib] + LIBS_BUILT_SO_FAR
 subdir('testutils')
index e407a4d4aaebe3ec1dd58635c3c29dafeb620474..674df58ee749e9a02ff42155004675591fd7a0dd 100644 (file)
@@ -30,7 +30,7 @@ kea_yang_lib = shared_library(
     install_rpath: INSTALL_RPATH,
     build_rpath: BUILD_RPATH,
     link_with: LIBS_BUILT_SO_FAR,
-    version: '86.0.0',
+    version: '87.0.0',
 )
 LIBS_BUILT_SO_FAR = [kea_yang_lib] + LIBS_BUILT_SO_FAR
 kea_yang_headers = [