diff options
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | ChangeLog | 12 | ||||
| -rw-r--r-- | NEWS | 5 | ||||
| -rw-r--r-- | debian/changelog | 7 |
4 files changed, 24 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 28bb6aa..5c79627 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.13) -project (ayatana-indicator-bluetooth VERSION 26.6.0 LANGUAGES C CXX) +project (ayatana-indicator-bluetooth VERSION 26.6.1 LANGUAGES C CXX) if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) SET(CMAKE_INSTALL_PREFIX "/usr" CACHE PATH "..." FORCE) @@ -1,6 +1,16 @@ 2026-06-13 Mike Gabriel - * Release 26.6.0 (HEAD -> main, tag: 26.6.0) + * Release 26.6.1 (HEAD -> main, tag: 26.6.1) + * Merge branch 'sunweaver-pr/phone-greeter' (9b94224) + +2026-06-11 Mike Gabriel + + * phone_greeter: Introduce profile that applies to bt indicator when + run as part of a phone's greeter (ce2286e) + +2026-06-13 Mike Gabriel + + * Release 26.6.0 (f7a5924) (tag: 26.6.0) 2026-06-13 Adam Havelka @@ -1,3 +1,8 @@ +Overview of changes in ayatana-indicator-bluetooth 26.6.1 + + - phone_greeter: Introduce profile that applies to bt indicator when + run as part of a phone's greeter. + Overview of changes in ayatana-indicator-bluetooth 26.6.0 - ayatana-indicator-bluetooth: add initial pairing agent. diff --git a/debian/changelog b/debian/changelog index d2b2f1c..f7f82ca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ayatana-indicator-bluetooth (26.6.1) unstable; urgency=medium + + * Upstream-provided Debian package for ayatana-indicator-bluetooth. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sat, 13 Jun 2026 20:20:21 +0200 + ayatana-indicator-bluetooth (26.6.0) unstable; urgency=medium * Upstream-provided Debian package for ayatana-indicator-bluetooth. |
