File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 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+
1120.12.0
213 - Fix potential infinite loop in resolver (#200)
314 - Prevent potential memory leak in `xmpp_stanza_new_from_string()` (#205)
Original file line number Diff line number Diff line change 11m4_define ( [ v_maj] , [ 0] )
22m4_define ( [ v_min] , [ 12] )
3- m4_define ( [ v_patch] , [ 0 ] )
3+ m4_define ( [ v_patch] , [ 1 ] )
44m4_define ( [ project_version] , [ v_maj.v_min.v_patch] )
55
66m4_define ( [ lt_cur] , m4_eval ( v_maj + v_min ) )
You can’t perform that action at this time.
0 commit comments