From 2bb2f321c64b903b6e4b5c581d79602632c851c5 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 8 Apr 2024 12:02:47 +0200 Subject: release 0.10.2 --- CMakeLists.txt | 2 +- ChangeLog | 14 +++++++++++++- NEWS | 6 ++++++ debian/changelog | 7 +++++++ 4 files changed, 27 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4e1e84a..24fa0cb 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.1") +set(PROJECT_VERSION "0.10.2") # Make everything diff --git a/ChangeLog b/ChangeLog index ef7356a..ce8c832 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,18 @@ +2024-04-08 Mike Gabriel + + * release 0.10.2 (HEAD -> main, tag: 0.10.2) + * Merge branch 'tari01-pr/expand-scale' (de33725f) + +2024-04-04 Robert Tari + + * src/idoscalemenuitem.c: Add new functionality via the digits and + marks parameters (451a9efb) + * src/idoscalemenuitem.c: Make page increment same as step increment + (87715f3f) + 2023-08-24 Mike Gabriel - * release 0.10.1 (HEAD -> main, tag: 0.10.1) + * release 0.10.1 (13402a2c) (tag: 0.10.1) * COPYING: Symlink to COPYING.GPL-3, the licensed used by the majority of code files. (c9bfd1b5) * Rename COPYING to COPYING.GPL-3 and use Debian's version of it. diff --git a/NEWS b/NEWS index af7e1ad..4344ab0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +Overview of changes in ayatana-ido 0.10.2 + + - src/idoscalemenuitem.c: Make page increment same as step increment. + - src/idoscalemenuitem.c: Add new functionality via the digits and + marks parameters. + Overview of changes in ayatana-ido 0.10.1 - src/idoalarmmenuitem.c: Do not free non memory-allocated variable diff --git a/debian/changelog b/debian/changelog index 07a4914..fdf5b1e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ayatana-ido (0.10.2-0) unstable; urgency=medium + + * Upstream-provided Debian package for ayatana-ido. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel Mon, 08 Apr 2024 12:01:46 +0200 + ayatana-ido (0.10.1-0) unstable; urgency=medium * Upstream-provided Debian package for ayatana-ido. -- cgit v1.2.3