diff options
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | ChangeLog | 14 | ||||
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | 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 @@ -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. @@ -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 <mike.gabriel@das-netzwerkteam.de> Mon, 08 Apr 2024 12:01:46 +0200 + ayatana-ido (0.10.1-0) unstable; urgency=medium * Upstream-provided Debian package for ayatana-ido. |