From 70a908e18bce69667b9262a9a8fb0b467c97c05e Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Mon, 8 Aug 2022 11:48:47 +0200 Subject: [PATCH] Release libstrophe-0.12.2 Signed-off-by: Steffen Jaeckel --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0d46ba6..4eb1d0c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +0.12.2 + - Fix reconnect issues when Stream Management is enabled (#211) + - Fix resolver ... this time for real hopefully (fixup of #200) (#214) + - Fix clearing of password cache on resumed connection (#214) + - Improve detection&implementation of `va_copy` (#213) + - Fix Valgrind CI builds against LibreSSL (#212) + - Fix perf example on platforms where an `rdtsc()` equivalent isn't implemented (#212) + 0.12.1 - Fix compilation in buildroot (#207) - Fixes regarding OpenSSL (#208) diff --git a/configure.ac b/configure.ac index f3d4a17..c81813d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ m4_define([v_maj], [0]) m4_define([v_min], [12]) -m4_define([v_patch], [1]) +m4_define([v_patch], [2]) m4_define([project_version], [v_maj.v_min.v_patch]) m4_define([lt_cur], m4_eval(v_maj + v_min))