From 1c84ca373056fe8d8659baee5254aeab0072ac6b Mon Sep 17 00:00:00 2001 From: Dmitry Podgorny Date: Thu, 28 Oct 2021 21:48:54 +0300 Subject: [PATCH] Release libstrophe-0.11.0 --- ChangeLog | 12 ++++++++++++ Doxyfile | 2 +- configure.ac | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 340f2b1b..2cf8ecfb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,10 +5,22 @@ 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 + - Support for manual certificate verification - New API: - xmpp_conn_set_client_cert() - xmpp_conn_cert_xmppaddr_num() - xmpp_conn_cert_xmppaddr() + - xmpp_conn_set_cafile() + - xmpp_conn_set_capath() + - xmpp_conn_set_certfail_handler() + - xmpp_conn_get_peer_cert() + - xmpp_tlscert_get_ctx() + - xmpp_tlscert_get_conn() + - xmpp_tlscert_get_pem() + - xmpp_tlscert_get_dnsname() + - xmpp_tlscert_get_string() + - xmpp_tlscert_get_description() + - xmpp_tlscert_free() 0.10.1 - Fixed compilation error when LibreSSL is used diff --git a/Doxyfile b/Doxyfile index ed1b6645..aceb225c 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = Strophe # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 0.10 +PROJECT_NUMBER = 0.11 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/configure.ac b/configure.ac index 13c5b18f..31bf0db6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libstrophe], [0.10.1], [jack@metajack.im]) +AC_INIT([libstrophe], [0.11.0], [jack@metajack.im]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign]) LT_INIT([dlopen])