diff options
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | ChangeLog | 13 | ||||
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | debian/changelog | 7 |
4 files changed, 26 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e1546f5..0e13fcd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,7 +52,7 @@ pkg_check_modules(PROJECT_DEPS REQUIRED ${DEPS}) # Set global variables include(GNUInstallDirs) -set(PROJECT_VERSION "0.10.3") +set(PROJECT_VERSION "0.10.4") # Make everything @@ -1,6 +1,17 @@ +2024-08-22 Mike Gabriel + + * release 0.10.4 (HEAD -> main, tag: 0.10.4) + * Merge branch 'tari01-pr/value-change-close' (4134bf3d) + +2024-07-17 Robert Tari + + * src/idoscalemenuitem.c: Add ability to close the menu when the + slider's value changes (4446a18d) + * src/idoscalemenuitem.c: Disable menu item selection (1eaf28c9) + 2024-07-10 Mike Gabriel - * release 0.10.3 (HEAD -> main, tag: 0.10.3) + * release 0.10.3 (9906cc1d) (tag: 0.10.3) * Merge branch 'tari01-pr/switch-accelerator' (bd25ec74) 2024-07-09 Robert Tari @@ -1,3 +1,9 @@ +Overview of changes in ayatana-ido 0.10.4 + + - src/idoscalemenuitem.c: Disable menu item selection + - src/idoscalemenuitem.c: Add ability to close the menu when the + slider's value changes. + Overview of changes in ayatana-ido 0.10.3 - src/idoswitchmenuitem.c: Allow the switch to display an diff --git a/debian/changelog b/debian/changelog index 314ce99..8edbc4f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ayatana-ido (0.10.4-0) unstable; urgency=medium + + * Upstream-provided Debian package for ayatana-ido. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 22 Aug 2024 11:29:23 +0200 + ayatana-ido (0.10.3-0) unstable; urgency=medium * Upstream-provided Debian package for ayatana-ido. |