]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4430] Bump up versions after release
authorAndrei Pavel <andrei@isc.org>
Wed, 25 Mar 2026 13:30:52 +0000 (15:30 +0200)
committerAndrei Pavel <andrei@isc.org>
Wed, 25 Mar 2026 13:30:52 +0000 (15:30 +0200)
ChangeLog
doc/sphinx/src/requirements.txt
meson.build
src/lib/dhcp/tests/iface_mgr_unittest.cc

index 2bc8d747473384dcf2dc1baeb4667eef3a2c9745..6314f8c5f2a169ce84149892e73e02b8cd536f3b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,7 +14,7 @@ Kea 3.1.7 (development) released on March 25, 2026
 
 2450.  [bug]           fdupont
        Kea DHCPv6 servers can now receive packets sent to the
-       All_DHCP_Servers (ff05::1:3) site multicat address as
+       All_DHCP_Servers (ff05::1:3) site multicast address as
        required by the standard.
        (Gitlab #3574)
 
index f877390a0efcc70917d19d8cff5c81c4387f33c8..6ba9d44a7bae7ec4af22ae839db85b8d589e5916 100644 (file)
@@ -1,46 +1,46 @@
 #
-# This file is autogenerated by pip-compile with Python 3.13
+# This file is autogenerated by pip-compile with Python 3.14
 # by the following command:
 #
-#    pip-compile --output-file=./src/requirements.txt ./src/requirements.in
+#    pip-compile --no-strip-extras --output-file=./src/requirements.txt ./src/requirements.in
 #
 alabaster==1.0.0
     # via sphinx
-babel==2.17.0
+babel==2.18.0
     # via sphinx
-certifi==2025.6.15
+certifi==2026.2.25
     # via requests
-charset-normalizer==3.4.2
+charset-normalizer==3.4.6
     # via requests
-docutils==0.21.2
+docutils==0.22.4
     # via
     #   sphinx
     #   sphinx-rtd-theme
-idna==3.10
+idna==3.11
     # via requests
-imagesize==1.4.1
+imagesize==2.0.0
     # via sphinx
 jinja2==3.1.6
     # via sphinx
-markupsafe==3.0.2
+markupsafe==3.0.3
     # via jinja2
-packaging==25.0
+packaging==26.0
     # via sphinx
-pygments==2.19.1
+pygments==2.19.2
     # via sphinx
-requests==2.32.4
+requests==2.32.5
     # via sphinx
-roman-numerals-py==3.1.0
+roman-numerals==4.1.0
     # via sphinx
 snowballstemmer==3.0.1
     # via sphinx
-sphinx==8.2.3
+sphinx==9.1.0
     # via
-    #   -r requirements.in
+    #   -r src/requirements.in
     #   sphinx-rtd-theme
     #   sphinxcontrib-jquery
-sphinx-rtd-theme==3.0.2
-    # via -r requirements.in
+sphinx-rtd-theme==3.1.0
+    # via -r src/requirements.in
 sphinxcontrib-applehelp==2.0.0
     # via sphinx
 sphinxcontrib-devhelp==2.0.0
index 4c93d3a4e4b68e0cb15da40c2f55fc3205764f0e..e6d2c40f71bad6583759d5f42fbf938ec76be9c5 100644 (file)
@@ -17,7 +17,7 @@
 project(
     'kea',
     'cpp',
-    version: '3.1.7-git',
+    version: '3.1.8-git',
     meson_version: '>=1.1.0',
     license: 'MPL-2.0',
     license_files: ['COPYING'],
index fb5c89df1ba30b11ad501f2705fe325137929107..162e4ad457d556628cbd24bf6d1b9072d9d5b3d3 100644 (file)
@@ -403,7 +403,7 @@ public:
         }
 #if defined OS_LINUX
         // On Linux, for each link-local address there may be two
-        // additional sockets opened and bound to multicats. These sockets
+        // additional sockets opened and bound to multicast. These sockets
         // are only opened if the interface is multicast-capable.
         ASSERT_EQ(unicast_num
                   + (iface.flag_multicast_ ? 2 * link_local_num : 0)