Skip to content

Commit

Permalink
Prepare 2.4.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaempf committed May 20, 2014
1 parent b1c2192 commit 8004aa4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions VERSION.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 8004aa4

Please sign in to comment.