Skip to content

Commit 7c2e789

Browse files
committed
Release libstrophe-0.14.0
Signed-off-by: Steffen Jaeckel <[email protected]>
1 parent b7bae15 commit 7c2e789

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
0.14.0
2+
- Add SM-state serialization mechanism (#239)
3+
- Add support for `SCRAM-SHA-512-PLUS` (da122981)
4+
- Add support for `SSLKEYLOGFILE` with OpenSSL (d82df127)
5+
- Fix some issues related to Stream Management (03d43132, 4359536a)
6+
- Fix a potential segfault (9fef4b7d)
7+
- New API:
8+
- xmpp_conn_set_sm_callback()
9+
- xmpp_conn_restore_sm_state()
10+
111
0.13.1
212
- Fix SCRAM-*-PLUS SASL mechanisms with OpenSSL and TLS < v1.3 (40f2452)
313
- Only signal "stream negotiation success" once (1cf09b1)

Doxyfile

Lines changed: 1 addition & 1 deletion
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.13
41+
PROJECT_NUMBER = 0.14
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
m4_define([v_maj], [0])
2-
m4_define([v_min], [13])
3-
m4_define([v_patch], [1])
2+
m4_define([v_min], [14])
3+
m4_define([v_patch], [0])
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)