diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-06-09 08:01:24 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-06-09 08:01:25 +0200 |
commit | 75f6189863fb2d59e91a86495b7b87b7dd40efd4 (patch) | |
tree | b8d794cbcf45a6a27fb24a41b8c0316c3eaf60d4 | |
parent | e74e767ad6c67788fd7ef3bb45a5d6a722c71e12 (diff) | |
download | ayatana-ido-0.10.0.tar.gz ayatana-ido-0.10.0.tar.bz2 ayatana-ido-0.10.0.zip |
release 0.10.00.10.0
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | ChangeLog | 26 | ||||
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | debian/changelog | 7 |
4 files changed, 41 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index df0b8bb..02a751c 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.9.3") +set(PROJECT_VERSION "0.10.0") # Make everything @@ -1,6 +1,30 @@ +2023-06-09 Mike Gabriel + + * release 0.10.0 (HEAD -> main, tag: 0.10.0) + +2023-05-05 Mike Gabriel + + * Merge branch 'tari01-pr/level-item' (e74e767a) + +2023-04-04 Robert Tari + + * Add level menu item (876a9fa2) + * CMakeLists.txt: Add threads fix for old CMake (fc636cea) + +2023-05-05 Mike Gabriel + + * Merge branch 'tari01-pr/progress-item-rewrite' (c730328e) + +2023-03-03 Robert Tari + + * src/idoprogressmenuitem.c: Rewrite to use icon, progress property + and activation (1b164cf8) + 2023-02-26 Mike Gabriel - * release 0.9.3 (HEAD -> main, tag: 0.9.3) + * Revert "cmake: Enable building tests by default" (f19a5f47) + * debian/libayatana-ido3-0.4-0.symbols: Update symbols. (109100e2) + * release 0.9.3 (10b05bdb) (tag: 0.9.3) * Merge branch 'JamiKettunen-modern-gtest' (62ec1cda) 2023-02-26 Jami Kettunen @@ -1,3 +1,11 @@ +Overview of changes in ayatana-ido 0.10.0 + + - Add level menu item. + - CMakeLists.txt: Add threads fix for old CMake. + - src/idoprogressmenuitem.c: Rewrite to use icon, progress property and + activation. + - Revert "cmake: Enable building tests by default". + Overview of changes in ayatana-ido 0.9.3 - cmake: Enable building tests by default. diff --git a/debian/changelog b/debian/changelog index 0058c7a..4851815 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ayatana-ido (0.10.0-1) UNRELEASED; urgency=medium + + * Upstream-provided Debian package for ayatana-ido. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 09 Jun 2023 07:55:31 +0200 + ayatana-ido (0.9.3-0) unstable; urgency=medium * Upstream-provided Debian package for ayatana-ido. |