[libgnomekbd] 3.28.0
- From: Corentin Noël <corentinnoel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgnomekbd] 3.28.0
- Date: Tue, 16 Aug 2022 21:19:04 +0000 (UTC)
commit 358fcc6570d5910a5cedae2dbb3be58519ec1876
Author: Corentin Noël <corentin noel collabora com>
Date: Tue Aug 16 23:13:12 2022 +0200
3.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)
NEWS | 8 ++++++++
configure.ac | 4 ++--
meson.build | 2 +-
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',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]