aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--CMakeLists.txt2
-rw-r--r--ChangeLog19
-rw-r--r--NEWS6
-rw-r--r--debian/changelog7
5 files changed, 33 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index 9581435b..d80b93a1 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -23,6 +23,7 @@ Luna Jernberg <droidbittin@gmail.com>
Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>
Matthieu Baerts <matttbe@gmail.com>
Michal Čihař <michal@cihar.com>
+Mihai Moldovan <ionic@ionic.de>
Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Milo Ivir <mail@milotype.de>
Mohsin Ali <mohsin13089@gmail.com>
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 239b315d..4bd7cb30 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@ if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
endif(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
-set(PROJECT_VERSION "22.2.1")
+set(PROJECT_VERSION "22.2.2")
set(PACKAGE ${CMAKE_PROJECT_NAME})
# Options
diff --git a/ChangeLog b/ChangeLog
index 2bf4643a..bf1eafe9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,23 @@
+2022-06-25 Mike Gabriel
+
+ * release 22.2.2 (HEAD -> main, tag: 22.2.2)
+
+2022-06-24 Mike Gabriel
+
+ * Merge branch 'Ionic-bugfix/create-dir-before-symlink' (b8d388fe)
+
+2022-06-22 Mihai Moldovan
+
+ * data/CMakeLists.txt: create dbus-1/interfaces datadir subdirectory
+ before trying to create a symlink into it. (c307d59e)
+
+2022-06-22 Milo Ivir
+
+ * Translated using Weblate (Croatian) (e66631bf)
+
2022-06-21 Mike Gabriel
- * release 22.2.1 (HEAD -> main, tag: 22.2.1)
+ * release 22.2.1 (523b881d) (tag: 22.2.1)
2022-06-14 Eric
diff --git a/NEWS b/NEWS
index 5c4b5bb6..2163c808 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes in ayatana-indicator-keyboard 22.2.2
+
+ - data/CMakeLists.txt: create accountsservice/interfaces datadir subdirectory
+ before trying to create a symlink into it.
+ - Translation updates.
+
Overview of changes in ayatana-indicator-keyboard 22.2.1
- Add AccountsService support.
diff --git a/debian/changelog b/debian/changelog
index 940aaa5a..d4556bc3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ayatana-indicator-keyboard (22.2.2-0) UNRELEASED; urgency=medium
+
+ * Upstream-provided Debian package for ayatana-indicator-keyboard.
+ See upstream ChangeLog for recent changes.
+
+ -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sat, 25 Jun 2022 06:43:57 +0200
+
ayatana-indicator-keyboard (22.2.1-0) unstable; urgency=medium
* Upstream-provided Debian package for ayatana-indicator-keyboard.