diff --git a/ChangeLog b/ChangeLog index 069ed06e0..5ac6bdb1a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2.4.6 +- Features + - Support large hashes (like SHA512) in file authentication + - use constant-time password compare to prevent brute-force attacks + - Create server-plugin-ruby as separate RPM + - Add Unisys namespace and CIM class prefix 'SPAR' + - Alias openwsman and openwsmand systemd services + - Also create respective rc-commands: rcopenwsman, rcopenwsmand + (SUSE only) +- Bugfixes + - Fix crash on invalide resource URI + - Fix resource namespace for DCIM_ classes + 2.4.5 - Features - enforce SSL operation in systemd service diff --git a/VERSION.cmake b/VERSION.cmake index 39bf58b8a..e425f9636 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -44,10 +44,10 @@ # set COMPATMINOR to MINOR. (binary incompatible change) # -# Package version 2.4.4 +# Package version 2.4.6 SET(OPENWSMAN_MAJOR "2") SET(OPENWSMAN_MINOR "4") -SET(OPENWSMAN_PATCH "5") +SET(OPENWSMAN_PATCH "6") # Plugin API 2.2 SET(OPENWSMAN_PLUGIN_API_MAJOR "2")