commit d8a1a160186a45a5852abc06916f9e452ace9e00 Author: Ignacio Casal Quinteiro Date: Thu Dec 17 14:02:15 2015 +0100 Release 0.6.11 NEWS | 4 ++++ 1 file changed, 4 insertions(+) commit f4f9e6d897bcb7dff768dda66a9e62c80137d7f5 Author: Florian Müllner Date: Thu Dec 17 00:32:09 2015 +0100 Fix regression in cr_tknzr_consume_chars() Commit bc9b2c339e introduced an intermediate variable to account for the difference in signedness between cr_tknzr_consume_chars() and cr_input_consume_chars(), but missed that the variable in question is an in-out variable that requires proper initialization. https://bugzilla.gnome.org/show_bug.cgi?id=759565 src/cr-tknzr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 387857601cf0cbbac468e0f2620daca5d2a8c095 Author: Marek Chalupa Date: Tue Dec 15 17:58:52 2015 +0100 Fix comparison warning Logical ! was only applied to the left side of the comparison https://bugzilla.gnome.org/show_bug.cgi?id=758394 src/cr-sel-eng.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 1e3112a925e09a1f54a30af2e2c0cfb85d139100 Author: Ignacio Casal Quinteiro Date: Sun Dec 13 19:27:07 2015 +0100 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ef5d47e32dcbcd2ec181b23021e583720902f199 Author: Ignacio Casal Quinteiro Date: Sun Dec 13 19:25:48 2015 +0100 Release 0.6.10 NEWS | 3 +++ 1 file changed, 3 insertions(+)