Skip to content

Commit

Permalink
Release libstrophe-0.13.1
Browse files Browse the repository at this point in the history
Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
  • Loading branch information
sjaeckel committed Feb 21, 2024
1 parent 40f2452 commit 4d59a9f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.13.1
- Fix SCRAM-*-PLUS SASL mechanisms with OpenSSL and TLS < v1.3 (40f2452)
- Only signal "stream negotiation success" once (1cf09b1)
- Fix `sock_connect()` not looping over all DNS records returned if no `sockopt_cb` is set (5edc480)
- Replace usage of EBADFD, it's not in POSIX (#235)

0.13.0
- Fix connected/connecting signaling to user (#227)
- Fix wording of licensing terms (#225)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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))
Expand Down

0 comments on commit 4d59a9f

Please sign in to comment.