File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 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+
1100.12.2
211 - Fix reconnect issues when Stream Management is enabled (#211)
312 - Fix resolver ... this time for real hopefully (fixup of #200) (#214)
Original file line number Diff line number Diff line change 11m4_define ( [ v_maj] , [ 0] )
22m4_define ( [ v_min] , [ 12] )
3- m4_define ( [ v_patch] , [ 2 ] )
3+ m4_define ( [ v_patch] , [ 3 ] )
44m4_define ( [ project_version] , [ v_maj.v_min.v_patch] )
55
66m4_define ( [ lt_cur] , m4_eval ( v_maj + v_min ) )
You can’t perform that action at this time.
0 commit comments