Skip to content

Commit a8807fe

Browse files
committed
Release libstrophe-0.12.1
Signed-off-by: Steffen Jaeckel <[email protected]>
1 parent 4d15f1d commit a8807fe

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

ChangeLog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
0.12.1
2+
- Fix compilation in buildroot (#207)
3+
- Fixes regarding OpenSSL (#208)
4+
- Fix some build steps when builddir != srcdir (#208)
5+
- Allow the user to disable build of examples (#209)
6+
- CI builds against OpenSSL 3 (#206)
7+
- Change the call signature of the following API:
8+
- xmpp_conn_set_client_cert() - the PKCS#12 file has now to be passed via the `cert`
9+
parameter. Originally it was via `key`. Currently both styles are supported,
10+
but in a future release only passing via `cert` will be accepted.
11+
112
0.12.0
213
- Fix potential infinite loop in resolver (#200)
314
- Prevent potential memory leak in `xmpp_stanza_new_from_string()` (#205)

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], [12])
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)