aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-02-08 16:53:05 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-02-08 16:53:05 +0100
commit2561e4699ee6e5aa1b28c1cc99f4b818c4c3b095 (patch)
tree47152a023685806f14ebe7d89a7f04069b991913
parent5e46aa78fc5a1ea2c6b408f9beaeebf297175fea (diff)
downloadqmenumodel-2561e4699ee6e5aa1b28c1cc99f4b818c4c3b095.tar.gz
qmenumodel-2561e4699ee6e5aa1b28c1cc99f4b818c4c3b095.tar.bz2
qmenumodel-2561e4699ee6e5aa1b28c1cc99f4b818c4c3b095.zip
release 0.9.10.9.1
-rw-r--r--AUTHORS1
-rw-r--r--CMakeLists.txt2
-rw-r--r--ChangeLog41
-rw-r--r--NEWS9
-rw-r--r--debian/changelog7
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 <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)
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 <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.