diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2024-07-10 13:32:47 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2024-07-10 13:32:47 +0200 |
commit | 9906cc1d22f17c3629d32521473b172ae594ddcf (patch) | |
tree | 2f45c18336c622e8f3316f58909f3f7544de8f6a | |
parent | bd25ec74138ca20849bd1fe1ae12b584c7d583e4 (diff) | |
download | ayatana-ido-release-builds.tar.gz ayatana-ido-release-builds.tar.bz2 ayatana-ido-release-builds.zip |
release 0.10.30.10.3release-builds
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | ChangeLog | 12 | ||||
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | debian/changelog | 7 |
4 files changed, 24 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 24fa0cb..e1546f5 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.2") +set(PROJECT_VERSION "0.10.3") # Make everything @@ -1,6 +1,16 @@ +2024-07-10 Mike Gabriel + + * release 0.10.3 (HEAD -> main, tag: 0.10.3) + * Merge branch 'tari01-pr/switch-accelerator' (bd25ec74) + +2024-07-09 Robert Tari + + * src/idoswitchmenuitem.c: Allow the switch to display an + accelerator. (255c93f5) + 2024-04-08 Mike Gabriel - * release 0.10.2 (HEAD -> main, tag: 0.10.2) + * release 0.10.2 (2bb2f321) (tag: 0.10.2) * Merge branch 'tari01-pr/expand-scale' (de33725f) 2024-04-04 Robert Tari @@ -1,3 +1,8 @@ +Overview of changes in ayatana-ido 0.10.3 + + - src/idoswitchmenuitem.c: Allow the switch to display an + accelerator. + Overview of changes in ayatana-ido 0.10.2 - src/idoscalemenuitem.c: Make page increment same as step increment. diff --git a/debian/changelog b/debian/changelog index fdf5b1e..314ce99 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ayatana-ido (0.10.3-0) unstable; urgency=medium + + * Upstream-provided Debian package for ayatana-ido. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 10 Jul 2024 13:31:20 +0200 + ayatana-ido (0.10.2-0) unstable; urgency=medium * Upstream-provided Debian package for ayatana-ido. |