Skip to content

Commit 6cdf3be

Browse files
committed
New release 2.7.1
1 parent 417e5b4 commit 6cdf3be

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2.7.1
2+
- Bugfixes
3+
- msvc build fixes (Alexander Usyskin)
4+
- cleanup passwords after use (Alexander Usyskin)
5+
- drop RANDFILE in owsmangencert.h (kkaempf)
6+
- fix potential NULL pointer dereference (Alexander Usyskin)
7+
- MinGW build enablement (Bastian Germann)
8+
19
2.7.0
210
- API change
311
- client_opt: expiry and hearbeat_interval are float (Alexander Usyskin)

VERSION.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
# set COMPATMINOR to MINOR. (binary incompatible change)
4545
#
4646

47-
# Package version 2.7.0
47+
# Package version 2.7.1
4848
SET(OPENWSMAN_MAJOR "2")
4949
SET(OPENWSMAN_MINOR "7")
50-
SET(OPENWSMAN_PATCH "0")
50+
SET(OPENWSMAN_PATCH "1")
5151

5252
# Plugin API 2.2
5353
SET(OPENWSMAN_PLUGIN_API_MAJOR "2")

0 commit comments

Comments
 (0)