summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorentin Noël <corentin.noel@collabora.com>2022-08-16 23:13:12 +0200
committerCorentin Noël <tintou@noel.tf>2022-08-16 23:16:13 +0200
commit358fcc6570d5910a5cedae2dbb3be58519ec1876 (patch)
treef5b9dae72440cf928ec3af3069c2022102665dcc
parent6459310045744f240e22bd9060a669f179b880ae (diff)
downloadlibgnomekbd-358fcc6570d5910a5cedae2dbb3be58519ec1876.tar.gz
3.28.03.28.0
- Translation updates - Require GLib 2.44 - Modernize the codebase - Avoid several crashes - Fix RTL issues - Add meson build system (this is the last version with autotools)
-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',