Skip to content

Commit

Permalink
Prepare for 2.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaempf committed May 21, 2014
1 parent 752f916 commit cab34b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.4.7
- Bugfixes
- file authenticator: allow password hash of up to 128 characters
- libu: don't exit() on malloc errors

2.4.6
- Features
- Support large hashes (like SHA512) in file authentication
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.6
# Package version 2.4.7
SET(OPENWSMAN_MAJOR "2")
SET(OPENWSMAN_MINOR "4")
SET(OPENWSMAN_PATCH "6")
SET(OPENWSMAN_PATCH "7")

# Plugin API 2.2
SET(OPENWSMAN_PLUGIN_API_MAJOR "2")
Expand Down

0 comments on commit cab34b4

Please sign in to comment.