Skip to content

Commit 70a908e

Browse files
committed
Release libstrophe-0.12.2
Signed-off-by: Steffen Jaeckel <[email protected]>
1 parent 004a5bf commit 70a908e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.12.2
2+
- Fix reconnect issues when Stream Management is enabled (#211)
3+
- Fix resolver ... this time for real hopefully (fixup of #200) (#214)
4+
- Fix clearing of password cache on resumed connection (#214)
5+
- Improve detection&implementation of `va_copy` (#213)
6+
- Fix Valgrind CI builds against LibreSSL (#212)
7+
- Fix perf example on platforms where an `rdtsc()` equivalent isn't implemented (#212)
8+
19
0.12.1
210
- Fix compilation in buildroot (#207)
311
- Fixes regarding OpenSSL (#208)

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], [1])
3+
m4_define([v_patch], [2])
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)