diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-02-15 09:10:22 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-02-15 09:10:23 +0100 |
commit | bc43252034052523a9836ddbbd750027d4ea6cfa (patch) | |
tree | 5a062f79db41c4e4fa97c8cb5665cf1ac147749b | |
parent | c6dc3d1e10002bae37f77b5ce83f3286520b6251 (diff) | |
download | ayatana-indicator-bluetooth-22.9.1.tar.gz ayatana-indicator-bluetooth-22.9.1.tar.bz2 ayatana-indicator-bluetooth-22.9.1.zip |
release 22.9.122.9.1
-rw-r--r-- | AUTHORS | 3 | ||||
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | ChangeLog | 51 | ||||
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | debian/changelog | 7 |
5 files changed, 67 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> +Andy Chiang <andy.chiang.13@gmail.com> Aung Xange <matthewaungsange@gmail.com> Bileto Bot <ci-train-bot@canonical.com> Boyuan Yang <073plan@gmail.com> @@ -30,6 +31,8 @@ Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Milan Korecky <milan.korecky@gmail.com> Milo Ivir <mail@milotype.de> Moo <hazap@hotmail.com> +Mubarek Seyd Juhar <mubareksd@gmail.com> +Oğuz Ersen <oguz@ersen.moe> Oğuz Ersen <oguzersen@protonmail.com> Phil Clifford <philip.clifford@gmail.com> phlostically <phlostically@mailinator.com> diff --git a/CMakeLists.txt b/CMakeLists.txt index bad9087..7a23841 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 22.9.0) +set(PROJECT_VERSION 22.9.1) # Options @@ -1,6 +1,55 @@ +2023-02-15 Mike Gabriel + + * release 22.9.1 (HEAD -> main, tag: 22.9.1) + * Merge branch 'tari01-pr/icon-to-bus-lomiri' (c6dc3d1) + +2023-02-14 Robert Tari + + * src/profile.vala: Send all menu root properties to D-Bus on Lomiri + regardless of the Bluetooth state (fe15518) + +2023-02-10 Luna Jernberg + + * Translated using Weblate (Swedish) (a924392) + +2023-01-06 Andy Chiang + + * Translated using Weblate (Chinese (Simplified) (zh_LATN@pinyin)) + (cafe652) + +2022-12-30 Milo Ivir + + * Translated using Weblate (Croatian) (a393385) + +2022-10-19 Kristjan Räts + + * Translated using Weblate (Estonian) (f90fbf4) + +2022-10-01 Mubarek Seyd Juhar + + * Translated using Weblate (Tigrinya) (b80b675) + +2022-09-29 이정희 + + * Translated using Weblate (Korean) (25cb087) + +2022-09-25 Oğuz Ersen + + * Translated using Weblate (Turkish) (f9bdc36) + * Translated using Weblate (Turkish) (4f8f75a) + +2022-09-14 Sergii Horichenko + + * Translated using Weblate (Ukrainian) (c70652c) + * Translated using Weblate (Russian) (078e185) + +2022-09-14 Mike Gabriel + + * release 22.9.0 (f7b910d) (tag: 22.9.0) + 2022-09-14 Milan Korecky - * Translated using Weblate (Czech) (HEAD -> main) + * Translated using Weblate (Czech) (01eb12d) 2022-09-14 Mike Gabriel @@ -1,3 +1,9 @@ +Overview of changes in ayatana-indicator-bluetooth 22.9.1 + + - src/profile.vala: Send all menu root properties to D-Bus on Lomiri + regardless of the Bluetooth state. + - Translation updates. + Overview of changes in ayatana-indicator-bluetooth 22.9.0 - Add tooltip support. diff --git a/debian/changelog b/debian/changelog index 527f28c..7065126 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ayatana-indicator-bluetooth (22.9.1-0) UNRELEASED; urgency=medium + + * Upstream-provided Debian package for ayatana-indicator-bluetooth. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 15 Feb 2023 09:08:45 +0100 + ayatana-indicator-bluetooth (22.9.0-0) unstable; urgency=medium * Upstream-provided Debian package for ayatana-indicator-bluetooth. |