diff options
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | ChangeLog | 41 | ||||
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | debian/changelog | 7 |
5 files changed, 58 insertions, 2 deletions
@@ -7,6 +7,7 @@ Bill Filler <bill.filler@canonical.com> Charles Kerr <charles.kerr@canonical.com> CI Train Bot <${CITRAIN_USER}@canonical.com> CI Train Bot <ci-train-bot@canonical.com> +Dalton Durst <dalton@ubports.com> Florian Boucault <florian.boucault@canonical.com> Florian Leeber <flori@bin.org.in> Gustavo Pichorim Boiko <gustavo.boiko@canonical.com> 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) @@ -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 @@ -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 <mike.gabriel@das-netzwerkteam.de> Tue, 08 Feb 2022 16:50:43 +0100 + qmenumodel (0.9.0-0) unstable; urgency=medium * Upstream-provided Debian package for qmenumodel. |