diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2026-06-13 20:13:37 +0200 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2026-06-13 20:14:07 +0200 |
| commit | c8a0a2d19aae52b9c3cced5960b90c860907956e (patch) | |
| tree | e339ac5c0c28882b199bd254094aee065bf976b7 | |
| parent | 8b007ffd9ce355aa2437419706a56169aeeb3cd9 (diff) | |
| download | ayatana-indicator-display-main.tar.gz ayatana-indicator-display-main.tar.bz2 ayatana-indicator-display-main.zip | |
- Fix cppcheck warning has no initializer.
- cppcheck: Workaround undefined function-like macro for
GLIB_CHECK_VERSION.
- service.cpp: Mark create_phone_menu as static.
- Translation updates (thanks to all contributors on
hosted.weblate.org).
| -rw-r--r-- | AUTHORS | 3 | ||||
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | ChangeLog | 29 | ||||
| -rw-r--r-- | NEWS | 9 | ||||
| -rw-r--r-- | debian/changelog | 9 |
5 files changed, 49 insertions, 3 deletions
@@ -22,6 +22,7 @@ ElectrifiedSpeed Elizabeth Sherrock Emiliano Gabriele Eric +Fliiiix Gallegonovato Gediminas Murauskas Guido Berhoerster @@ -35,9 +36,11 @@ Iván Seoane Ivo Xavier Jami Kettunen Jeannette L +Jeremy Bícha Joan CiberSheep Jozef Mlich Kristjan Räts +Lorenzo Torracchi Louies Luca Weiss Luna Jernberg diff --git a/CMakeLists.txt b/CMakeLists.txt index ebdb7b6..745f59c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.13) -project(ayatana-indicator-display VERSION 24.5.3 LANGUAGES C CXX) +project(ayatana-indicator-display VERSION 26.6.0 LANGUAGES C CXX) if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) SET(CMAKE_INSTALL_PREFIX "/usr" CACHE PATH "..." FORCE) @@ -1,6 +1,33 @@ +2026-06-13 Mike Gabriel + + * Release 26.6.0 (HEAD -> main, tag: 26.6.0) + +2026-06-13 Lorenzo Torracchi + + * Translated using Weblate (Italian) (8b007ff) + +2026-06-11 Mike Gabriel + + * Merge branch 'fliiiix-fix-cppcheck-failure' (7973357) + +2026-06-09 fliiiix + + * Fix cppcheck warning has no initializer (9f93661) + +2026-06-11 Mike Gabriel + + * Merge branch 'jbicha-personal/jbicha/fix-cppcheck-failure' + (7818a66) + +2026-03-29 Jeremy Bícha + + * cppcheck: Workaround undefined function-like macro for + GLIB_CHECK_VERSION (ce6e21c) + * service.cpp: Mark create_phone_menu as static (654452b) + 2026-06-11 Mike Gabriel - * Release 24.5.3 (HEAD -> main, tag: 24.5.3) + * Release 24.5.3 (b76877d) (tag: 24.5.3) 2026-03-18 Andi Chandler @@ -1,3 +1,12 @@ +Overview of changes in ayatana-indicator-display 26.6.0 + + - Fix cppcheck warning has no initializer. + - cppcheck: Workaround undefined function-like macro for + GLIB_CHECK_VERSION. + - service.cpp: Mark create_phone_menu as static. + - Translation updates (thanks to all contributors on + hosted.weblate.org). + Overview of changes in ayatana-indicator-display 24.5.3 - Translation updates (thanks to all contributors on diff --git a/debian/changelog b/debian/changelog index 20db6ef..b8a21f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,16 @@ +ayatana-indicator-display (26.6.0) unstable; urgency=medium + + * Upstream-provided Debian package for ayatana-indicator-display. See + upstream ChangeLog for recent changes. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sat, 13 Jun 2026 20:13:37 +0200 + ayatana-indicator-display (24.5.3) unstable; urgency=medium * Upstream-provided Debian package for ayatana-indicator-display. See upstream ChangeLog for recent changes. - -- UBports developers <developers@ubports.com> Thu, 11 Jun 2026 22:27:59 +0200 + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 11 Jun 2026 22:27:59 +0200 ayatana-indicator-display (24.5.2-0) unstable; urgency=medium |
