Skip to content

Commit f13ea6e

Browse files
committed
Release libstrophe-0.12.3
Signed-off-by: Steffen Jaeckel <[email protected]>
1 parent 29f68c0 commit f13ea6e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
0.12.3
2+
- Improve TCP-connection establishment (#221)
3+
- Handle case where the server doesn't provide the `bind` feature (#224)
4+
- Fix configure script for non-bash shells (#218)
5+
- Parse JID's according to RFC7622 (#219)
6+
- Fix potential memory leak in internal DNS resolver (#219)
7+
- Fix potential memory leaks in `xmpp_conn_set_cafile()` and `xmpp_conn_set_capath()` (#219)
8+
- Internal improvements (#219)
9+
110
0.12.2
211
- Fix reconnect issues when Stream Management is enabled (#211)
312
- Fix resolver ... this time for real hopefully (fixup of #200) (#214)

configure.ac

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