summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--configure.ac4
-rw-r--r--meson.build2
3 files changed, 11 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 371b79a..5b18782 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+3.28.0:
+ Translation updates
+ Require GLib 2.44
+ Modernize the codebase
+ Avoid several crashes
+ Fix RTL issues
+ Add meson build system
+
3.26.1:
Translation updates
Fix build with new GLib
diff --git a/configure.ac b/configure.ac
index 7b3972f..c30ffef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl ***************************************************************************
dnl *** configure.in for libgnomekbd ***
dnl ***************************************************************************
-AC_INIT(libgnomekbd, 3.26.1, [http://bugzilla.gnome.org/enter_bug.cgi?product=libgnomekbd])
+AC_INIT(libgnomekbd, 3.28.0, [https://gitlab.gnome.org/GNOME/libgnomekbd/-/issues])
AC_PREREQ(2.62)
VERSION_INFO=8:0:0
@@ -15,7 +15,7 @@ AC_CONFIG_MACRO_DIR(m4)
dnl ***************************************************************************
dnl *** Minimum library versions for libgnomekbd ***
dnl ***************************************************************************
-GLIB_REQUIRED=2.18
+GLIB_REQUIRED=2.44
GDK_REQUIRED=2.91.7
GTK_REQUIRED=2.90
LIBXKLAVIER_REQUIRED=5.2
diff --git a/meson.build b/meson.build
index f7027df..4b4a2f9 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libgnomekbd', 'c',
- version: '3.26.1',
+ version: '3.28.0',
default_options: [
'buildtype=debugoptimized',
'warning_level=1',