aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-12-14 21:41:41 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-12-14 21:41:41 +0100
commit4c27ec6d8c6ed623564a7f97d56d561f7e41cb73 (patch)
tree3b1c7c254473d08716bdedb31944e1d9a851e8a4
parent0924c28704013d45532fe3a0689b5634fee0e1fb (diff)
downloadqmenumodel-4c27ec6d8c6ed623564a7f97d56d561f7e41cb73.tar.gz
qmenumodel-4c27ec6d8c6ed623564a7f97d56d561f7e41cb73.tar.bz2
qmenumodel-4c27ec6d8c6ed623564a7f97d56d561f7e41cb73.zip
release 0.9.00.9.0
-rw-r--r--CMakeLists.txt2
-rw-r--r--ChangeLog83
-rw-r--r--NEWS14
-rw-r--r--debian/changelog7
4 files changed, 104 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e2d0be9..839afa6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
project(qmenumodel)
-set (PROJECT_VERSION "0.8.1")
+set (PROJECT_VERSION "0.9.0")
cmake_minimum_required(VERSION 3.13)
diff --git a/ChangeLog b/ChangeLog
index fe3024f..28cc43e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,87 @@
+2021-12-14 Mike Gabriel
+
+ * release 0.9.0 (HEAD -> main, tag: 0.9.0)
+ * Merge branch 'tari01-pr/qml-1-0' (0924c28)
+
+2021-12-08 Mike Gabriel
+
+ * debian/{control,*qmenumodel*}: Rename bin:pkg qmenumodel-qml to
+ qml-module-qmenumodel1 (reflecting the version bump _and_
+ becoming compliant to Debian's naming policy for QML
+ modules. (efb9bed)
+
+2021-12-02 Robert Tari
+
+ * debian/qmenumodel-qml.install: Update QMenuModel name (a22b26b)
+ * Bump QMenuModel to 1.0 (8fda779)
+
+2021-12-10 Robert Tari
+
+ * Fix CMake version and add required test packages (6abf908)
+
+2021-12-08 Mike Gabriel
+
+ * Merge branch 'tari01-pr/fix-qt5-use-modules-warning' (66af742)
+
+2021-12-07 Robert Tari
+
+ * Fix qt5_use_modules warning (af5a575)
+
+2021-11-18 Mike Gabriel
+
+ * Merge branch 'tari01-pr/bump-std-version' (5b84c10)
+
+2021-11-18 Robert Tari
+
+ * CMakeLists.txt: Stop enforcing C++11 standard. (621d577)
+
+2021-11-18 Mike Gabriel
+
+ * Merge branch 'tari01-pr/bump-soversion' (a817c0d)
+
+2021-11-18 Robert Tari
+
+ * debian/*: Update libqmenumodel0 to libqmenumodel1 (6a0f949)
+ * libqmenumodel/src/CMakeLists.txt: Bump the SOVERSION of
+ libqmenumodel (f7f503f)
+ * Merge branch 'sunweaver-pr/amend-version-in-pkgconfig-file'
+ (d9d7b02)
+
+2021-11-18 Mike Gabriel
+
+ * libqmenumodel/src/qmenumodel.pc.in: Use @PROJECT_VERSION@ for
+ Version: field. (79516ac)
+
+2021-11-17 Mike Gabriel
+
+ * Merge branch 'tari01-pr/rename-unity-symbols' (62a8b8b)
+
+2021-11-16 Robert Tari
+
+ * Rename Unity* symbols (f4e75e1)
+ * Rename unity* source files (f803689)
+
+2021-11-17 Mike Gabriel
+
+ * Merge branch 'tari01-pr/rename-canonical-properties' (8089cd5)
+
+2021-11-15 Robert Tari
+
+ * Rename com.ubuntu.menu (0d2c880)
+ * examples/exportmenu.py: Rename x-canonical-currentvalue (a4f024e)
+ * examples/unityqmlmenumodel.qml: Rename
+ com.canonical.indicator.sound (f89d653)
+ * libqmenumodel/QMenuModel/plugin.h: Rename com.canonical.qmenumodel
+ (9e464fb)
+ * Rename com.canonical.test* (e728156)
+
+2021-11-13 Robert Tari
+
+ * Rename com.canonical.unity.slider (7bb1253)
+
2021-10-24 Mike Gabriel
- * release 0.8.1 (HEAD -> main, tag: 0.8.1)
+ * release 0.8.1 (7f41ec3) (tag: 0.8.1)
2021-09-09 Robert Tari
diff --git a/NEWS b/NEWS
index 5e6e91c..399a484 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Overview of changes in ayatana-indicator-session 0.9.0
+
+ * Rename Unity* symbols.
+ * Rename unity* source files.
+ * libqmenumodel/src/CMakeLists.txt: Bump the SOVERSION of
+ libqmenumodel.
+ * Bump QMenuModel QML module to 1.0.
+ * Rename com.ubuntu.menu.
+ * examples/exportmenu.py: Rename x-canonical-currentvalue.
+ * examples/unityqmlmenumodel.qml: Rename
+ com.canonical.indicator.sound.
+ * libqmenumodel/QMenuModel/plugin.h: Rename com.canonical.qmenumodel.
+ * Rename com.canonical.test*.
+
Overview of changes in ayatana-indicator-session 0.8.1
* Move glib includes outside of extern "C".
diff --git a/debian/changelog b/debian/changelog
index 0d74bf9..b625067 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+qmenumodel (0.9.0-0) unstable; urgency=medium
+
+ * Upstream-provided Debian package for qmenumodel.
+ See upstream ChangeLog for recent changes.
+
+ -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 14 Dec 2021 21:37:48 +0100
+
qmenumodel (0.8.1-0) unstable; urgency=medium
* Upstream-provided Debian package for qmenumodel.