From d7a28f97a69454c537f8d93f4b1f2a6edd170643 Mon Sep 17 00:00:00 2001 From: Dmitry Podgorny Date: Tue, 23 Mar 2021 02:30:11 +0200 Subject: [PATCH] ChangeLog: update with upcoming features --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index d6bca23..340f2b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +0.11.0 + - SASL EXTERNAL support (XEP-0178) + - Client certificate can be provided for TLS negotiation. If the + certificate contains a single xmppAddr and JID is not provided with + xmpp_conn_set_jid(), the xmppAddr is chosen as JID + - element contains "from" attribute over TLS connections now + - GnuTLS can be selected optionally with configure script + - New API: + - xmpp_conn_set_client_cert() + - xmpp_conn_cert_xmppaddr_num() + - xmpp_conn_cert_xmppaddr() + 0.10.1 - Fixed compilation error when LibreSSL is used - Fixed crash when NULL is provided as password