From: Thomas Markwalder Date: Thu, 20 Jan 2022 18:51:56 +0000 (-0500) Subject: [#148] Fixed RELNOTES X-Git-Tag: v4_4_3b1^2~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7de26fe7a1a2822f667ccaf7c633673cb2d0cead;p=thirdparty%2Fdhcp.git [#148] Fixed RELNOTES --- diff --git a/RELNOTES b/RELNOTES index cf213437..b83d5a1a 100644 --- a/RELNOTES +++ b/RELNOTES @@ -103,7 +103,6 @@ ISC DHCP is open source software maintained by Internet Systems Consortium. This product includes cryptographic software written by Eric Young (eay@cryptsoft.com). - Changes since 4.4.2 (New Features) - BIND9 version updated to latest 9.11.36. Thanks to Philip Prindeville @@ -117,12 +116,6 @@ and the client Linux script sample was updated. Changes since 4.4.2 (Bug Fixes) -- Removed hard-coded MD5 algorithm name in OMAPI connection logic. Prior - to this using any other algorithm via key-algorithm statement would - allow OMAPI connections to made but subsequent actions such as updating - an object to fail. - [Gitlab #148] - - Minor corrections to allow compilation under gcc 10. [Gitlab #117] @@ -144,6 +137,12 @@ and the client Linux script sample was updated. - Minor dhclient code fix to remove compilation warnings. [Gitlab #190] +- Removed hard-coded MD5 algorithm name in OMAPI connection logic. Prior + to this using any other algorithm via key-algorithm statement would + allow OMAPI connections to made but subsequent actions such as updating + an object to fail. + [Gitlab #148] + Changes since 4.4.2b1 (Bug Fixes) - Added a clarification on DHCPINFORMs and server authority to