aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-02-17 22:21:34 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-02-17 22:21:34 +0100
commit0d514690b6dfe9aba9a933de800fc2d046eb00eb (patch)
treec5552c587dd3756534e0d5b039cd820ce2837d4e
parent0268f0991552394296d0264dabefe3c3d60dded9 (diff)
downloadayatana-indicator-notifications-0d514690b6dfe9aba9a933de800fc2d046eb00eb.tar.gz
ayatana-indicator-notifications-0d514690b6dfe9aba9a933de800fc2d046eb00eb.tar.bz2
ayatana-indicator-notifications-0d514690b6dfe9aba9a933de800fc2d046eb00eb.zip
release 22.2.022.2.0
-rw-r--r--AUTHORS2
-rw-r--r--CMakeLists.txt2
-rw-r--r--ChangeLog51
-rw-r--r--NEWS10
-rw-r--r--debian/changelog7
5 files changed, 70 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index caab405..a33e55c 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -22,6 +22,7 @@ dmaxime <dmaxime@hotmail.it>
ElectrifiedSpeed <electrifiedsped@gmail.com>
Elizabeth Sherrock <lizzyd710@gmail.com>
Emiliano Gabriele <emilianog1989@gmail.com>
+Eric <alchemillatruth@purelymail.com>
Fontanela <gabriel-fontanela11@hotmail.com>
george k <norhorn@gmail.com>
Grace Guo <grace@appest.com>
@@ -58,6 +59,7 @@ Moo <hazap@hotmail.com>
Oğuz Ersen <oguzersen@protonmail.com>
Pavel Borecki <pavel.borecki@gmail.com>
Phil Clifford <philip.clifford@gmail.com>
+phlostically <phlostically@mailinator.com>
Prosta4okua <danyavdele@gmail.com>
Quentin PAGÈS <quentinantonin@free.fr>
raimon ribal <raimon.ribal@gmail.com>
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 092f8af..d323eda 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,7 @@
project(ayatana-indicator-notifications C CXX)
cmake_minimum_required(VERSION 3.13)
-set(PROJECT_VERSION "0.9.0")
+set(PROJECT_VERSION "22.2.0")
set(PACKAGE ${CMAKE_PROJECT_NAME})
# Options
diff --git a/ChangeLog b/ChangeLog
index 55302f8..3ef13d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,55 @@
+2022-02-17 Mike Gabriel
+
+ * release 22.2.0 (HEAD -> main, tag: 22.2.0)
+
+2022-02-16 Mike Gabriel
+
+ * Merge branch 'tari01-pr/drop-cmake-install-full-pkglibexecdir'
+ (0268f09)
+
+2022-02-15 Robert Tari
+
+ * Drop pkglibexecdir and use native CMake file configuration
+ (db51353)
+
+2022-02-08 Robert Tari
+
+ * .travis.yml: Run CI builds on Travis CI's Ubuntu focal base system
+ (1356964)
+
+2022-01-27 Mike Gabriel
+
+ * Merge branch 'tari01-pr/cleanup-compile-flags' (a949160)
+
+2022-01-13 Robert Tari
+
+ * .build.yml: Drop extra compilation flags and build with -Werror
+ (b835d12)
+ * Use Ayatana-style CMakeList + clean up compilation flags (e626ade)
+
+2022-01-24 Eric
+
+ * Translated using Weblate (Chinese (Simplified)) (f9e30eb)
+
+2022-01-02 ssantos
+
+ * Translated using Weblate (Portuguese) (f7d548d)
+
+2021-11-21 phlostically
+
+ * Translated using Weblate (Esperanto) (95bbde9)
+
+2021-11-20 phlostically
+
+ * Translated using Weblate (Esperanto) (aa022b0)
+
+2021-11-18 phlostically
+
+ * Translated using Weblate (Esperanto) (a7e5643)
+
2021-11-18 Mike Gabriel
- * release 0.9.0 (HEAD -> main, tag: 0.9.0)
+ * release 0.9.0 (378e9eb) (tag: 0.9.0)
2021-11-16 Phil Clifford
diff --git a/NEWS b/NEWS
index 45cc732..8763edb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Overview of changes in ayatana-indicator-notifications 22.2.0
+
+ - Upstream version bump to new release versioning scheme:
+ <year>.<month>.<revision>, where <year>.<month> will be
+ bumped in Ayatana Indicators bundle releases and <revision>
+ gets incremented with minor changeset releases.
+ - Drop pkglibexecdir and use native CMake file configuration.
+ - Use Ayatana-style CMakeList + clean up compilation flags.
+ - Translation updates.
+
Overview of changes in ayatana-indicator-notifications 0.9.0
- Various CMake improvements.
diff --git a/debian/changelog b/debian/changelog
index 440b874..60147fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ayatana-indicator-notifications (22.2.0-0) unstable; urgency=medium
+
+ * Upstream-provided Debian package for ayatana-indicator-notifications.
+ See upstream ChangeLog for recent changes.
+
+ -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 17 Feb 2022 22:18:59 +0100
+
ayatana-indicator-notifications (0.9.0-0) unstable; urgency=medium
* Upstream-provided Debian package for ayatana-indicator-notifications.