diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2026-06-14 22:52:59 +0200 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2026-06-14 22:53:21 +0200 |
| commit | 5b4c2e8cc6fed12db0fb2e7ad30005868511f6fc (patch) | |
| tree | 05723c3063a43e005d2e2ba130429f2cb1c79379 | |
| parent | 899f844b8520df2d3898e46cde27bd2e2d90fe2a (diff) | |
| download | ayatana-indicator-session-5b4c2e8cc6fed12db0fb2e7ad30005868511f6fc.tar.gz ayatana-indicator-session-5b4c2e8cc6fed12db0fb2e7ad30005868511f6fc.tar.bz2 ayatana-indicator-session-5b4c2e8cc6fed12db0fb2e7ad30005868511f6fc.zip | |
Release 26.6.126.6.1
- Revert "rename about to system-information in
lomiri-system-settings".
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | ChangeLog | 8 | ||||
| -rw-r--r-- | NEWS | 5 | ||||
| -rw-r--r-- | debian/changelog | 7 |
4 files changed, 20 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f6b290e..a44d8d6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.13) -project (ayatana-indicator-session VERSION 26.6.0 LANGUAGES C CXX) +project (ayatana-indicator-session 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,12 @@ +2026-06-14 Mike Gabriel + + * Release 26.6.1 (HEAD -> main, tag: 26.6.1) + * Revert "rename about to system-information in + lomiri-system-settings" (899f844b) + 2026-06-13 Mike Gabriel - * Release 26.6.0 (HEAD -> main, tag: 26.6.0) + * Release 26.6.0 (2a161265) (tag: 26.6.0) 2026-06-13 Grzegorz Szymaszek @@ -1,3 +1,8 @@ +Overview of changes in ayatana-indicator-session 26.6.1 + + - Revert "rename about to system-information in + lomiri-system-settings". + Overview of changes in ayatana-indicator-session 26.6.0 - rename about to system-information in lomiri-system-settings. diff --git a/debian/changelog b/debian/changelog index 2e9ecbf..5e90f93 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ayatana-indicator-session (26.6.1) unstable; urgency=medium + + * Upstream-provided Debian package for ayatana-indicator-session. See + upstream ChangeLog for recent changes. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sun, 14 Jun 2026 22:52:59 +0200 + ayatana-indicator-session (26.6.0) unstable; urgency=medium * Upstream-provided Debian package for ayatana-indicator-session. |
