diff options
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | ChangeLog | 31 | ||||
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | debian/changelog | 7 |
5 files changed, 46 insertions, 2 deletions
@@ -28,6 +28,7 @@ Nick Dedekind <nicholas.dedekind@gmail.com> Nick Dedekind <nick.dedekind@canonical.com> Olivier Tilloy <olivier.tilloy@canonical.com> Pete Woods <pete.woods@canonical.com> +Ratchanan Srirattanamet <ratchanan@ubports.com> Renato Araujo Oliveira Filho <renato.filho@canonical.com> Ricardo Mendoza <ricardo.mendoza@canonical.com> Robert Tari <robert@tari.in> diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b72d1b..a144b0d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.13) -project (qmenumodel VERSION 0.9.1) +project (qmenumodel VERSION 0.9.2) if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) SET(CMAKE_INSTALL_PREFIX "/usr" CACHE PATH "..." FORCE) @@ -1,6 +1,35 @@ +2023-08-24 Mike Gabriel + + * release 0.9.2 (HEAD -> main, tag: 0.9.2) + +2023-08-07 Mike Gabriel + + * Merge branch 'tari01-pr/build-fixes' (b8050c4) + +2023-08-01 Robert Tari + + * Fix build errors (18ef013) + +2023-07-12 Robert Tari + + * Merge branch 'personal/peat-psuwit/uint16' (08289ff) + +2023-06-15 Ratchanan Srirattanamet + + * ayatanamenumodel: add support for {u,}int of all sizes (0defce2) + +2022-02-08 Mike Gabriel + + * Merge branch 'tari01-pr/fix-forced-coverage' (24cc4ee) + +2022-02-06 Robert Tari + + * tests/client/CMakeLists.txt: Only enable coverage reporting if the + flag is set for it (44e35e3) + 2022-02-08 Mike Gabriel - * release 0.9.1 (HEAD -> main, tag: 0.9.1) + * release 0.9.1 (2561e46) (tag: 0.9.1) 2022-02-08 Robert Tari @@ -1,3 +1,10 @@ +Overview of changes in ayatana-indicator-session 0.9.2 + + * tests/client/CMakeLists.txt: Only enable coverage reporting if the + flag is set for it. + * ayatanamenumodel: add support for {u,}int of all sizes. + * Fix build errors. + Overview of changes in ayatana-indicator-session 0.9.1 * CMakeLists.txt: Rewrite and enable Ayatana-style options. diff --git a/debian/changelog b/debian/changelog index d9fed3b..a6a48f4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +qmenumodel (0.9.2-0) unstable; urgency=medium + + * Upstream-provided Debian package for qmenumodel. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 24 Aug 2023 17:48:57 +0200 + qmenumodel (0.9.1-0) unstable; urgency=medium * Upstream-provided Debian package for qmenumodel. |