From 017363f11010aa1ec859a5a3f5fc76a7341539a3 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 24 Aug 2023 17:51:40 +0200 Subject: release 0.9.2 --- AUTHORS | 1 + CMakeLists.txt | 2 +- ChangeLog | 31 ++++++++++++++++++++++++++++++- NEWS | 7 +++++++ debian/changelog | 7 +++++++ 5 files changed, 46 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index e7af872..43cf36c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -28,6 +28,7 @@ Nick Dedekind Nick Dedekind Olivier Tilloy Pete Woods +Ratchanan Srirattanamet Renato Araujo Oliveira Filho Ricardo Mendoza Robert Tari 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) diff --git a/ChangeLog b/ChangeLog index 6cdec70..872a160 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/NEWS b/NEWS index 2790a31..5abd1d4 100644 --- a/NEWS +++ b/NEWS @@ -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 Thu, 24 Aug 2023 17:48:57 +0200 + qmenumodel (0.9.1-0) unstable; urgency=medium * Upstream-provided Debian package for qmenumodel. -- cgit v1.2.3