commit 9a079492ea698f573dfc7129f1c79e4a865803b4 Author: Christian Persch Date: Sat Apr 20 19:41:46 2019 +0200 parser: glue: Correct parameter collection If the minimum value is greater than the maximum_value (which can happen e.g. when the minimum is 1 and the maximum is m_column_count - cursor.column), the parameter collection should return the minimum value, not the maximum value. (cherry picked from commit 8afa5e46905492779027ed2c04e8a63e30cd74df) src/parser-glue.hh | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) commit d08b9d0e4c3dbca586496d1807da9b430de0aadc Author: Christian Persch Date: Sat Apr 20 19:41:46 2019 +0200 Revert "parser: glue: Use std::clamp" This reverts commit 1a84c427cd2ea05939b86eb47c21a437d0ce6d79. https://bugzilla.redhat.com/show_bug.cgi?id=1701590 (cherry picked from commit d4da2ac7417c710bc7e9824062ab09d1187e815a) src/parser-glue.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 609852a7c0323c7661d46a34a42023ab7deeaeaf Author: Christian Persch Date: Mon Apr 8 23:05:16 2019 +0200 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)