diff options
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | ChangeLog | 51 | ||||
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | debian/changelog | 7 |
5 files changed, 70 insertions, 2 deletions
@@ -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 @@ -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 @@ -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. |