From: Andrei Pavel Date: Wed, 25 Mar 2026 13:30:52 +0000 (+0200) Subject: [#4430] Bump up versions after release X-Git-Tag: Kea-3.1.8~138 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f61c5d44484c080e0081bc4a14cef874fbca0d86;p=thirdparty%2Fkea.git [#4430] Bump up versions after release --- diff --git a/ChangeLog b/ChangeLog index 2bc8d74747..6314f8c5f2 100644 --- 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) diff --git a/doc/sphinx/src/requirements.txt b/doc/sphinx/src/requirements.txt index f877390a0e..6ba9d44a7b 100644 --- a/doc/sphinx/src/requirements.txt +++ b/doc/sphinx/src/requirements.txt @@ -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 diff --git a/meson.build b/meson.build index 4c93d3a4e4..e6d2c40f71 100644 --- a/meson.build +++ b/meson.build @@ -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'], diff --git a/src/lib/dhcp/tests/iface_mgr_unittest.cc b/src/lib/dhcp/tests/iface_mgr_unittest.cc index fb5c89df1b..162e4ad457 100644 --- a/src/lib/dhcp/tests/iface_mgr_unittest.cc +++ b/src/lib/dhcp/tests/iface_mgr_unittest.cc @@ -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)