aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--ChangeLog33
-rw-r--r--NEWS9
-rw-r--r--debian/changelog7
4 files changed, 49 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a78e7e1f..07db2fa2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 3.13)
-project (ayatana-indicator-keyboard VERSION "24.5.0" LANGUAGES C CXX)
+project (ayatana-indicator-keyboard VERSION "24.7.0" LANGUAGES C CXX)
if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
SET(CMAKE_INSTALL_PREFIX "/usr" CACHE PATH "..." FORCE)
diff --git a/ChangeLog b/ChangeLog
index 56ca9300..87b4ee33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,37 @@
+2024-07-10 Mike Gabriel
+
+ * release 24.7.0 (HEAD -> main, tag: 24.7.0)
+
+2024-07-08 Mike Gabriel
+
+ * Merge branch 'tari01-pr/lomiri-session' (340ef997)
+
+2024-07-05 Robert Tari
+
+ * debian/rules: Build with ENABLE_UBUNTU_ACCOUNTSSERVICE on Ubuntu
+ and derivatives (6357866d)
+
+2024-06-17 Robert Tari
+
+ * Fix integration with Lomiri session (a7045072)
+
+2024-06-13 Robert Tari
+
+ * Merge branch
+ 'sunweaver-pr/support-more-characters-in-Xkb-parameters'
+ (a630e4bb)
+
+2024-05-28 Mike Gabriel
+
+ * src/keyboard-x11.c: Add ',' and '0-9' as allowed characters to
+ regexp for XkbLayout. (b18f267f)
+ * src/keyboard-x11.c: Add ',' and '0-9' as allowed characters to
+ regexp for XkbVariant. (5bb69d76)
+ * src/keyboard-x11.c: Amend file permissions (a-x). (fa22c11a)
+
2024-05-22 Mike Gabriel
- * release 24.5.0 (HEAD -> main, tag: 24.5.0)
+ * release 24.5.0 (a5c5b784) (tag: 24.5.0)
2024-05-21 Robert Tari
diff --git a/NEWS b/NEWS
index 537fa26d..3a8a39f5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Overview of changes in ayatana-indicator-keyboard 24.7.0
+
+ - src/keyboard-x11.c: Amend file permissions (a-x).
+ - src/keyboard-x11.c: Add ',' and '0-9' as allowed characters to
+ regexp for XkbVariant.
+ - src/keyboard-x11.c: Add ',' and '0-9' as allowed characters to
+ regexp for XkbLayout.
+ - Fix integration with Lomiri session.
+
Overview of changes in ayatana-indicator-keyboard 24.5.0
- data/ayatana-indicator-keyboard.service.in: Become part of
diff --git a/debian/changelog b/debian/changelog
index 6d814381..f6a9a16b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ayatana-indicator-keyboard (24.7.0-0) unstable; urgency=medium
+
+ * Upstream-provided Debian package for ayatana-indicator-keyboard.
+ See upstream ChangeLog for recent changes.
+
+ -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 10 Jul 2024 13:26:41 +0200
+
ayatana-indicator-keyboard (24.5.0-0) unstable; urgency=medium
* Upstream-provided Debian package for ayatana-indicator-keyboard.