diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-11-06 17:09:55 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-11-06 17:09:55 +0100 |
commit | 76499b4a6a3fb2227d8945bc88842725bf3a8cf5 (patch) | |
tree | fa838c19d1e917420a5d58fa933deb3a6d8a9df8 | |
parent | 1fb937272d73f75ba13727680bdaea68c7fd3c7b (diff) | |
download | ayatana-indicator-sound-23.10.1.tar.gz ayatana-indicator-sound-23.10.1.tar.bz2 ayatana-indicator-sound-23.10.1.zip |
release 23.10.123.10.1
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | ChangeLog | 27 | ||||
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | debian/changelog | 7 |
4 files changed, 40 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index bd1773c..6e3e158 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.13) -project (ayatana-indicator-sound VERSION 23.10.0 LANGUAGES C CXX) +project (ayatana-indicator-sound VERSION 23.10.1 LANGUAGES C CXX) if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) SET(CMAKE_INSTALL_PREFIX "/usr" CACHE PATH "..." FORCE) @@ -1,6 +1,31 @@ +2023-11-06 Mike Gabriel + + * release 23.10.1 (HEAD -> main, tag: 23.10.1) + +2023-11-04 Mike Gabriel + + * Merge branch 'tari01-pr/notification-orca-greeter' (1fb9372) + +2023-11-04 Robert Tari + + * src/info-notification.vala: Display percentage in the greeter when + Orca is enabled (2b3531f) + +2023-10-22 Hosted Weblate + + * Update translation files (82e4581) + +2023-10-22 Weblate + + * Added translation using Weblate (Kurdish) (434aff4) + +2023-10-14 Quentin PAGÈS + + * Translated using Weblate (Occitan) (06de571) + 2023-10-13 Mike Gabriel - * release 23.10.0 (HEAD -> main, tag: 23.10.0) + * release 23.10.0 (32d51fa) (tag: 23.10.0) 2023-10-12 Serhii Horichenko @@ -1,3 +1,9 @@ +Overview of changes in ayatana-indicator-sound 23.10.1 + + - src/info-notification.vala: Display percentage in the greeter when + Orca is enabled. + - Translation updates. + Overview of changes in ayatana-indicator-sound 23.10.0 - Drop hint check and create a level indicator. diff --git a/debian/changelog b/debian/changelog index 441e455..f5dbdcd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ayatana-indicator-sound (23.10.1-0) unstable; urgency=medium + + * Upstream-provided Debian package for ayatana-indicator-sound. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 06 Nov 2023 17:09:04 +0100 + ayatana-indicator-sound (23.10.0-0) unstable; urgency=medium * Upstream-provided Debian package for ayatana-indicator-sound. |