Skip to content

Commit 1c84ca3

Browse files
committed
Release libstrophe-0.11.0
1 parent bf1348e commit 1c84ca3

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

ChangeLog

+12
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,22 @@
55
xmpp_conn_set_jid(), the xmppAddr is chosen as JID
66
- <stream> element contains "from" attribute over TLS connections now
77
- GnuTLS can be selected optionally with configure script
8+
- Support for manual certificate verification
89
- New API:
910
- xmpp_conn_set_client_cert()
1011
- xmpp_conn_cert_xmppaddr_num()
1112
- xmpp_conn_cert_xmppaddr()
13+
- xmpp_conn_set_cafile()
14+
- xmpp_conn_set_capath()
15+
- xmpp_conn_set_certfail_handler()
16+
- xmpp_conn_get_peer_cert()
17+
- xmpp_tlscert_get_ctx()
18+
- xmpp_tlscert_get_conn()
19+
- xmpp_tlscert_get_pem()
20+
- xmpp_tlscert_get_dnsname()
21+
- xmpp_tlscert_get_string()
22+
- xmpp_tlscert_get_description()
23+
- xmpp_tlscert_free()
1224

1325
0.10.1
1426
- Fixed compilation error when LibreSSL is used

Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = Strophe
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 0.10
41+
PROJECT_NUMBER = 0.11
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([libstrophe], [0.10.1], [[email protected]])
1+
AC_INIT([libstrophe], [0.11.0], [[email protected]])
22
AC_CONFIG_MACRO_DIR([m4])
33
AM_INIT_AUTOMAKE([foreign])
44
LT_INIT([dlopen])

0 commit comments

Comments
 (0)