aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-01-27 12:40:19 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-01-27 12:40:20 +0100
commit0240328b9fd3680a041d9213696ca19816a7a58f (patch)
treea10b0611b608481e238c94a89865dea05573eb0d
parentedbee76c957ccc3d0d854073cc8d3a45a401fceb (diff)
downloadayatana-indicator-application-0240328b9fd3680a041d9213696ca19816a7a58f.tar.gz
ayatana-indicator-application-0240328b9fd3680a041d9213696ca19816a7a58f.tar.bz2
ayatana-indicator-application-0240328b9fd3680a041d9213696ca19816a7a58f.zip
release 0.8.910.8.91release-builds
-rw-r--r--CMakeLists.txt2
-rw-r--r--ChangeLog33
-rw-r--r--NEWS7
-rw-r--r--debian/changelog7
4 files changed, 47 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6cb7f5c..06b10a3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -32,7 +32,7 @@ pkg_check_modules(PROJECT_DEPS REQUIRED glib-2.0>=2.58 ayatana-indicator3-0.4>=0
# Set global variables
include(GNUInstallDirs)
-set(PROJECT_VERSION "0.8.90")
+set(PROJECT_VERSION "0.8.91")
set(PROJECT_NAME "ayatana-indicator-application")
if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
diff --git a/ChangeLog b/ChangeLog
index 611a32c..a8dfd4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,37 @@
+2022-01-27 Mike Gabriel
+
+ * release 0.8.91 (HEAD -> main, tag: 0.8.91)
+
+2022-01-27 Robert Tari
+
+ * Merge branch
+ 'sunweaver-pr/use-pkg-config-indicatordir-for-library-path'
+ (edbee76)
+
+2022-01-26 Mike Gabriel
+
+ * data/CMakeLists.txt: Update detection of SYSTEMD_USER_DIR, use
+ systemd's pkg-config variable if possible. (3c432ed)
+ * CMakeLists.txt: Fix project name (ayatana-indicator-application,
+ not ayatana-appindicator-application). (a986a42)
+
+2022-01-27 Robert Tari
+
+ * Merge branch 'sunweaver-pr/fix-systemd-unit-file-location'
+ (8b83c01)
+
+2022-01-26 Mike Gabriel
+
+ * src/CMakeLists.txt: Use pkg-config's indicatordir as library
+ installation path. (c8de140)
+ * data/CMakeLists.txt: Update detection of SYSTEMD_USER_DIR, use
+ systemd's pkg-config variable if possible. (b70b185)
+ * CMakeLists.txt: Fix project name (ayatana-indicator-application,
+ not ayatana-appindicator-application). (d49af68)
+
2021-11-18 Mike Gabriel
- * release 0.8.90 (HEAD -> main, tag: 0.8.90)
+ * release 0.8.90 (91143cb) (tag: 0.8.90)
2021-10-25 Robert Tari
diff --git a/NEWS b/NEWS
index 79c7820..c6c1636 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Overview of changes in ayatana-indicator-application 0.8.91
+
+ - CMake: Update systemd unit target dir detection.
+ - CMake: Install .so file to indicator dir as provided by
+ pkg-config file ayatana-indicator3-0.4.pc.
+ - Fix project name in CMakeLists.txt.
+
Overview of changes in ayatana-indicator-application 0.8.90
- Add documentation and install instructions.
diff --git a/debian/changelog b/debian/changelog
index a9be1e1..8dbe53f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ayatana-indicator-application (0.8.91-0) unstable; urgency=medium
+
+ * Upstream-provided Debian package for ayatana-indicator-application.
+ See upstream ChangeLog for recent changes.
+
+ -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 27 Jan 2022 12:37:14 +0100
+
ayatana-indicator-application (0.8.90-0) unstable; urgency=medium
* Upstream-provided Debian package for ayatana-indicator-application.