We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40f2452 commit 4d59a9fCopy full SHA for 4d59a9f
ChangeLog
@@ -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
+
7
0.13.0
8
- Fix connected/connecting signaling to user (#227)
9
- Fix wording of licensing terms (#225)
configure.ac
@@ -1,6 +1,6 @@
m4_define([v_maj], [0])
m4_define([v_min], [13])
-m4_define([v_patch], [0])
+m4_define([v_patch], [1])
m4_define([project_version], [v_maj.v_min.v_patch])
m4_define([lt_cur], m4_eval(v_maj + v_min))
0 commit comments