aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--ChangeLog33
-rw-r--r--NEWS6
-rw-r--r--debian/changelog7
4 files changed, 46 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1fc24b61..3571a1ac 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 3.13)
-project (ayatana-indicator-keyboard VERSION "23.10.0" LANGUAGES C CXX)
+project (ayatana-indicator-keyboard VERSION "23.10.1" 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 42335647..cfcc2841 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,37 @@
+2023-11-06 Mike Gabriel
+
+ * release 23.10.1 (HEAD -> main, tag: 23.10.1)
+
+2023-11-02 Mike Gabriel
+
+ * Merge branch 'tari01-pr/drop-test-options' (c76913a3)
+
+2023-11-01 Robert Tari
+
+ * debian/rules: Drop testing and coverage flags (6b1a64e4)
+ * .build.yml: Drop testing flag (9e8713de)
+
+2023-11-02 Mike Gabriel
+
+ * Merge branch 'tari01-pr/accoutsservice-prefixed' (982a0e9d)
+
+2023-11-01 Robert Tari
+
+ * Check if layout array is null before iterating it (76e4d65d)
+ * src/keyboard-x11.c: Skip AccountsService operations for all
+ prefixed users (465d686a)
+
+2023-10-24 Moo
+
+ * Translated using Weblate (Lithuanian) (d1091356)
+
+2023-10-14 Quentin PAGÈS
+
+ * Translated using Weblate (Occitan) (9ccbd06e)
+
2023-10-13 Mike Gabriel
- * release 23.10.0 (HEAD -> main, tag: 23.10.0)
+ * release 23.10.0 (bd80cf8b) (tag: 23.10.0)
2023-10-11 Serhii Horichenko
diff --git a/NEWS b/NEWS
index ffaf6f23..b7ae6b44 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes in ayatana-indicator-keyboard 23.10.1
+
+ - Skip AccountsService operations for all prefixed users.
+ - Check if layout array is null before iterating it.
+ - Translation updates.
+
Overview of changes in ayatana-indicator-keyboard 23.10.0
- Add high contrast icons.
diff --git a/debian/changelog b/debian/changelog
index 7b49e2f3..4c1c50bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ayatana-indicator-keyboard (23.10.1-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> Mon, 06 Nov 2023 17:02:02 +0100
+
ayatana-indicator-keyboard (23.10.0-0) unstable; urgency=medium
* Upstream-provided Debian package for ayatana-indicator-keyboard.