From 2561e4699ee6e5aa1b28c1cc99f4b818c4c3b095 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 8 Feb 2022 16:53:05 +0100 Subject: release 0.9.1 --- AUTHORS | 1 + CMakeLists.txt | 2 +- ChangeLog | 41 ++++++++++++++++++++++++++++++++++++++++- NEWS | 9 +++++++++ debian/changelog | 7 +++++++ 5 files changed, 58 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index d73a5f1..e7af872 100644 --- a/AUTHORS +++ b/AUTHORS @@ -7,6 +7,7 @@ Bill Filler Charles Kerr CI Train Bot <${CITRAIN_USER}@canonical.com> CI Train Bot +Dalton Durst Florian Boucault Florian Leeber Gustavo Pichorim Boiko diff --git a/CMakeLists.txt b/CMakeLists.txt index 7e11db6..e96cf8b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ project(qmenumodel) cmake_minimum_required(VERSION 3.13) -set (PROJECT_VERSION "0.9.0") +set (PROJECT_VERSION "0.9.1") if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) SET(CMAKE_INSTALL_PREFIX "/usr" CACHE PATH "..." FORCE) diff --git a/ChangeLog b/ChangeLog index 28cc43e..6cdec70 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,45 @@ +2022-02-08 Mike Gabriel + + * release 0.9.1 (HEAD -> main, tag: 0.9.1) + +2022-02-08 Robert Tari + + * .travis.yml: Run CI builds on Travis CI's Ubuntu focal base system + + disable ppc64el builds (5e46aa7) + +2022-02-01 Mike Gabriel + + * Merge branch 'tari01-pr/cleanup-compile-flags' (45da057) + +2022-01-13 Robert Tari + + * .build.yml: Drop extra compilation flags and build with -Werror + (f441fab) + * CMakeLists.txt: Clean up compilation flags (59283b0) + * Fix all build warnings (d23a290) + +2022-02-01 Mike Gabriel + + * Merge branch 'correct-1-0' (7f5119f) + +2021-12-23 Dalton Durst + + * Make the qmltests test imports, at least (03a23b0) + * Fix build warning regarding qchar (fbb94cd) + * Fix naming of AyatanaMenuModel qml type (0333149) + * Fix versioning in examples and tests (02c973a) + +2022-02-01 Mike Gabriel + + * Merge branch 'tari01-pr/ayatana-style-cmake' (cc2c2d9) + +2021-12-15 Robert Tari + + * CMakeLists.txt: Rewrite and enable Ayatana-style options (8e228ca) + 2021-12-14 Mike Gabriel - * release 0.9.0 (HEAD -> main, tag: 0.9.0) + * release 0.9.0 (4c27ec6) (tag: 0.9.0) * Merge branch 'tari01-pr/qml-1-0' (0924c28) 2021-12-08 Mike Gabriel diff --git a/NEWS b/NEWS index 399a484..2790a31 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Overview of changes in ayatana-indicator-session 0.9.1 + + * CMakeLists.txt: Rewrite and enable Ayatana-style options. + * Fix naming of AyatanaMenuModel qml type. + * Fix versioning in examples and tests. + * Make the qmltests test imports, at least. + * Fix all build warnings. + * CMakeLists.txt: Clean up compilation flags. + Overview of changes in ayatana-indicator-session 0.9.0 * Rename Unity* symbols. diff --git a/debian/changelog b/debian/changelog index b625067..d9fed3b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +qmenumodel (0.9.1-0) unstable; urgency=medium + + * Upstream-provided Debian package for qmenumodel. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel Tue, 08 Feb 2022 16:50:43 +0100 + qmenumodel (0.9.0-0) unstable; urgency=medium * Upstream-provided Debian package for qmenumodel. -- cgit v1.2.3