Skip to content

Commit 4d59a9f

Browse files
committed
Release libstrophe-0.13.1
Signed-off-by: Steffen Jaeckel <[email protected]>
1 parent 40f2452 commit 4d59a9f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.13.1
2+
- Fix SCRAM-*-PLUS SASL mechanisms with OpenSSL and TLS < v1.3 (40f2452)
3+
- Only signal "stream negotiation success" once (1cf09b1)
4+
- Fix `sock_connect()` not looping over all DNS records returned if no `sockopt_cb` is set (5edc480)
5+
- Replace usage of EBADFD, it's not in POSIX (#235)
6+
17
0.13.0
28
- Fix connected/connecting signaling to user (#227)
39
- Fix wording of licensing terms (#225)

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
m4_define([v_maj], [0])
22
m4_define([v_min], [13])
3-
m4_define([v_patch], [0])
3+
m4_define([v_patch], [1])
44
m4_define([project_version], [v_maj.v_min.v_patch])
55

66
m4_define([lt_cur], m4_eval(v_maj + v_min))

0 commit comments

Comments
 (0)