Skip to content

Commit

Permalink
New release 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaempf committed Apr 7, 2021
1 parent 417e5b4 commit 6cdf3be
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2.7.1
- Bugfixes
- msvc build fixes (Alexander Usyskin)
- cleanup passwords after use (Alexander Usyskin)
- drop RANDFILE in owsmangencert.h (kkaempf)
- fix potential NULL pointer dereference (Alexander Usyskin)
- MinGW build enablement (Bastian Germann)

2.7.0
- API change
- client_opt: expiry and hearbeat_interval are float (Alexander Usyskin)
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.7.0
# Package version 2.7.1
SET(OPENWSMAN_MAJOR "2")
SET(OPENWSMAN_MINOR "7")
SET(OPENWSMAN_PATCH "0")
SET(OPENWSMAN_PATCH "1")

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

0 comments on commit 6cdf3be

Please sign in to comment.