From f968079b09e2310fefc3fc307359025f1c74b3eb Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 22 Aug 2024 11:30:20 +0200 Subject: release 0.10.4 --- CMakeLists.txt | 2 +- ChangeLog | 13 ++++++++++++- NEWS | 6 ++++++ 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 diff --git a/ChangeLog b/ChangeLog index 6b3c503..531e9a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/NEWS b/NEWS index ef44204..92119fd 100644 --- a/NEWS +++ b/NEWS @@ -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 Thu, 22 Aug 2024 11:29:23 +0200 + ayatana-ido (0.10.3-0) unstable; urgency=medium * Upstream-provided Debian package for ayatana-ido. -- cgit v1.2.3