summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--ChangeLog12
-rw-r--r--NEWS5
-rw-r--r--debian/changelog7
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)
diff --git a/ChangeLog b/ChangeLog
index 0fd100f..7eb3868 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/NEWS b/NEWS
index 2db9886..348b8e1 100644
--- a/NEWS
+++ b/NEWS
@@ -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.