aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-08-17 23:04:18 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-08-17 23:04:19 +0200
commitc8108ecb9686b64adc7ff894e3744a68a0c4e341 (patch)
tree5a814a7e44babfe4534a8e69912b83cdda128064
parentdd45c289ebf9553a4b5660351331a1a4dc78b3ec (diff)
downloadayatana-indicator-messages-c8108ecb9686b64adc7ff894e3744a68a0c4e341.tar.gz
ayatana-indicator-messages-c8108ecb9686b64adc7ff894e3744a68a0c4e341.tar.bz2
ayatana-indicator-messages-c8108ecb9686b64adc7ff894e3744a68a0c4e341.zip
release 0.8.00.8.0
-rw-r--r--ChangeLog44
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog7
4 files changed, 60 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 59537de..e600b18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,46 @@
-2020-08-06 10:58:35 +0000 Mike Gabriel
+2020-08-17 23:04:18 +0200 Mike Gabriel
- * release 0.6.2 (HEAD -> master, tag: 0.6.2)
+ * release 0.8.0 (HEAD -> master, tag: 0.8.0)
+
+2020-08-11 14:28:03 +0200 Mike Gabriel (dd45c28)
+
+ * Merge branch 'tari01-pr/replace-x-canonical-attributes'
+
+2020-08-11 12:43:54 +0200 Robert Tari (d447b27)
+
+ * Replace x-canonical attributes
+
+2020-08-11 08:58:52 +0200 Robert Tari (3fc4dab)
+
+ * Merge branch 'sunweaver-pr/systemd-service-file' Attributes GH PR
+ #11:
+ https://github.com/AyatanaIndicators/ayatana-indicator-messages/pull/11
+
+2020-08-10 13:15:50 +0200 Mike Gabriel (da02fa1)
+
+ * debian/*: Install systemd user service file into DEB package.
+
+2020-08-10 13:14:06 +0200 Mike Gabriel (cae7f2e)
+
+ * Start indicator in systemd when ayatana-indicators.target is
+ started.
+
+2020-08-10 13:22:27 +0200 Mike Gabriel (ae2dcd9)
+
+ * debian/ayatana-indicator-messages.install: Drop DATADIR/upstart,
+ files not provided anymore.
+
+2020-08-10 12:17:49 +0200 Mike Gabriel (7c5541f)
+
+ * Drop all references to upstart.
+
+2020-08-10 13:10:45 +0200 Mike Gabriel (474e1d6)
+
+ * debian/control: Improve dh-autoreconf build-dependency.
+
+2020-08-06 10:58:35 +0000 Mike Gabriel (f5cfb4f)
+
+ * release 0.6.2 (tag: 0.6.2)
2020-08-06 12:54:43 +0200 Mike Gabriel (ca1d3fe)
diff --git a/NEWS b/NEWS
index 007b308..ffc812c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Overview of changes in ayatana-indicator-messages 0.8.0
+
+ - Version bump to bring all system indicators (and the
+ renderer libraries to the same version level).
+ - Rename 'x-canonical-type' attribute to 'x-ayatana-type'
+ (and others) to allow using system indicators from
+ Ayatana Indicators on Ubuntu.
+ - Start the indicator with the ayatana-indicators.target.
+ - Drop upstart support.
+
Overview of changes in ayatana-indicator-messages 0.6.2
- configure.ac: Drop "subdir-projects" from AM_INIT_AUTOMAKE.
diff --git a/configure.ac b/configure.ac
index 573979c..cf68d7a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(ayatana-indicator-messages, 0.6.2)
+AC_INIT(ayatana-indicator-messages, 0.8.0)
AC_PREREQ(2.62)
diff --git a/debian/changelog b/debian/changelog
index e6e87d5..75d0619 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ayatana-indicator-messages (0.8.0-0) unstable; urgency=medium
+
+ * Upstream-provided Debian package for ayatana-indicator-messages.
+ See upstream ChangeLog for recent changes.
+
+ -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 17 Aug 2020 23:02:04 +0200
+
ayatana-indicator-messages (0.6.2-0) unstable; urgency=medium
* Upstream-provided Debian package for ayatana-indicator-messages.