diff options
-rw-r--r-- | NEWS | 19 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 16 insertions, 5 deletions
@@ -1,23 +1,34 @@ -### libmatekbd 1.23.0 +### libmatekbd 1.24.0 * tx: sync with transifex + * build: add configuration summary + * Use gresources for UI files + * matekbd-keyboard-config: Value stored to 'clen' is never read + * matekbd-util: Local variables shadow outer variables + * matekbd-keyboard-drawing: Uninitialized structure member + * matekbd-config-private: avoid redundant redeclarations + * migrate from intltool to gettext + +### libmatekbd 1.23.0 + + * Translations update * travis: enable 'cppcheck' in debian * [ci] use clang analyzer ### libmatekbd 1.22.0 - * sync with transifex + * Translations update * Initialize Travis CI support * rename g_strv_equal to matekbd_strv_equal ### libmatekbd 1.21.0 - * sync with transifex + * Translations update * Use gdk screen resolution for font in keyboard status notification icon, to get correct scaling on HiPDI displays. ### libmatekbd 1.20.0 - * sync with transifex + * Translations update * bump minimum GDK version according to GTK+ one * remove < gtk+-3.22 bits and bump required gtk+ * building: bump required glib version to 2.50.0 diff --git a/configure.ac b/configure.ac index 34547e3..f9731a7 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl *************************************************************************** dnl *** configure.in for libmatekbd *** dnl *************************************************************************** m4_define([libmatekbd_major_version], [1]) -m4_define([libmatekbd_minor_version], [23]) +m4_define([libmatekbd_minor_version], [24]) m4_define([libmatekbd_micro_version], [0]) m4_define([libmatekbd_version],[libmatekbd_major_version.libmatekbd_minor_version.libmatekbd_micro_version]) |