diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-02-17 21:58:08 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-02-17 21:58:08 +0100 |
commit | f2281a9a9c94c62797a8e6f3571594ffffe2d4ce (patch) | |
tree | bf4233c6e4580ae879c66f39d199d13920d4426e | |
parent | f3644373a76edf107c2a4ad86a2466df92502742 (diff) | |
download | ayatana-indicator-bluetooth-22.2.0.tar.gz ayatana-indicator-bluetooth-22.2.0.tar.bz2 ayatana-indicator-bluetooth-22.2.0.zip |
release 22.2.022.2.0
-rw-r--r-- | AUTHORS | 3 | ||||
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | ChangeLog | 61 | ||||
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | debian/changelog | 7 |
5 files changed, 82 insertions, 2 deletions
@@ -4,6 +4,7 @@ Adrià Martín <adriamartinmor@gmail.com> Allan Nordhøy <epost@anotheragency.no> Anders Jonsson <anders.jonsson@norsjovallen.se> Andrej Shadura <andrew@shadura.me> +Aung Xange <matthewaungsange@gmail.com> Bileto Bot <ci-train-bot@canonical.com> Boyuan Yang <073plan@gmail.com> Charles Kerr <charles.kerr@canonical.com> @@ -29,11 +30,13 @@ Milo Ivir <mail@milotype.de> Moo <hazap@hotmail.com> Oğuz Ersen <oguzersen@protonmail.com> Phil Clifford <philip.clifford@gmail.com> +phlostically <phlostically@mailinator.com> Quentin PAGÈS <quentinantonin@free.fr> Reza Almanda <rezaalmanda27@gmail.com> Robert Ancell <robert.ancell@canonical.com> Robert Tari <robert@tari.in> Sebastien Bacher <seb128@ubuntu.com> +ssantos <ssantos@web.de> Ted Gould <ted@gould.cx> Tomáš Marný <tomik.marny@gmail.com> Weblate <noreply@weblate.org> diff --git a/CMakeLists.txt b/CMakeLists.txt index b8652fb..23f4008 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ endif(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake" "${CMAKE_MODULE_PATH}") set(PACKAGE ${CMAKE_PROJECT_NAME}) -set(PROJECT_VERSION 0.9.0) +set(PROJECT_VERSION 22.2.0) # Options @@ -1,6 +1,65 @@ +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' + (f364437) + +2022-02-16 Robert Tari + + * data/CMakeLists.txt: Drop unused pkglibexecdir definition (7b61cdf) + +2022-02-08 Robert Tari + + * .travis.yml: Run CI builds on Travis CI's Ubuntu focal base system + (20f67a2) + +2022-02-02 Aung Xange + + * Translated using Weblate (Burmese) (7c9505f) + +2022-01-27 Mike Gabriel + + * Merge branch 'tari01-pr/cleanup-compile-flags' (cd08e1e) + +2022-01-11 Robert Tari + + * .build.yml: Drop extra compilation flags and build with -Werror + (b1fd511) + * CMakeLists.txt: Clean up compilation flags (a7c80f6) + +2022-01-02 ssantos + + * Translated using Weblate (Portuguese) (1267d39) + +2021-12-15 Mike Gabriel + + * Merge branch 'tari01-pr/fix-device-section-layout' (aed99ec) + +2021-12-15 Robert Tari + + * src/desktop.vala: Fix device section layout (706ba0d) + +2021-12-15 Mike Gabriel + + * Merge branch + 'tari01-pr/build-libayatana-common-with-enable-lomiri-features' + (2022bfc) + +2021-12-06 Robert Tari + + * .build.yml: Build libayatana-common with ENABLE_LOMIRI_FEATURES + (d57e4c8) + +2021-11-18 phlostically + + * Translated using Weblate (Esperanto) (a556eb8) + 2021-11-17 Mike Gabriel - * release 0.9.0 (HEAD -> main, tag: 0.9.0) + * release 0.9.0 (0ec67c2) (tag: 0.9.0) 2021-11-16 Phil Clifford @@ -1,3 +1,14 @@ +Overview of changes in ayatana-indicator-bluetooth 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. + - data/CMakeLists.txt: Drop unused pkglibexecdir definition. + - CMakeLists.txt: Clean up compilation flags. + - src/desktop.vala: Fix device section layout. + - Translation updates. + Overview of changes in ayatana-indicator-bluetooth 0.9.0 - Drop lomiri-url-dispatcher as a build dependency. diff --git a/debian/changelog b/debian/changelog index 51973dd..e267b19 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ayatana-indicator-bluetooth (22.2.0-0) unstable; urgency=medium + + * Upstream-provided Debian package for ayatana-indicator-bluetooth. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 17 Feb 2022 21:54:49 +0100 + ayatana-indicator-bluetooth (0.9.0-0) unstable; urgency=medium * Upstream-provided Debian package for ayatana-indicator-bluetooth. |