File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 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+
190.12.1
210 - Fix compilation in buildroot (#207)
311 - Fixes regarding OpenSSL (#208)
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] , [ 1 ] )
3+ m4_define ( [ v_patch] , [ 2 ] )
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