diff options
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | ChangeLog | 11 | ||||
| -rw-r--r-- | NEWS | 5 | ||||
| -rw-r--r-- | debian/changelog | 7 |
4 files changed, 23 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0047840a..1a9c94dc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.13) -project (ayatana-indicator-keyboard VERSION "26.6.0" LANGUAGES C CXX) +project (ayatana-indicator-keyboard 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,15 @@ +2026-06-11 Mike Gabriel + + * Release 26.6.1 (HEAD -> main, tag: 26.6.1) + * src/service.c: Only rebuild layouts and settings section. + (dd73aa59) + * debian/: Add more files (forgotten to be checked-in) (7e15af2f) + * debian/: Update from official Debian package. (ba926ef5) + * po/: Update translation files. (8f6ba441) + 2026-06-10 Mike Gabriel - * Release 26.6.0 (HEAD -> main, tag: 26.6.0) + * Release 26.6.0 (60c9cb85) (tag: 26.6.0) * Merge branch 'personal/mariogrip/fix-sections-on-hw-keyboard-change' (1493005b) @@ -1,3 +1,8 @@ +Overview of changes in ayatana-indicator-keyboard 26.6.1 + + - src/service.c: Only rebuild layouts and settings section. + Regression fix for a flaw in 26.6.0. + Overview of changes in ayatana-indicator-keyboard 26.6.0 - src/service.c: Move 'Show Current Layout' menuitem closer HWK diff --git a/debian/changelog b/debian/changelog index 65cba889..20604642 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ayatana-indicator-keyboard (26.6.1) unstable; urgency=medium + + * Upstream-provided Debian package for ayatana-indicator-keyboard. See + upstream ChangeLog for recent changes. + + -- UBports developers <developers@ubports.com> Thu, 11 Jun 2026 20:01:37 +0200 + ayatana-indicator-keyboard (26.6.0) unstable; urgency=medium * Upstream-provided Debian package for ayatana-indicator-keyboard. See |
