aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog58
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog7
4 files changed, 71 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index d5f133b..36cc76f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,60 @@
-2020-08-06 14:26:13 +0200 Mike Gabriel
+2020-08-18 11:18:55 +0200 Mike Gabriel
- * release 0.1.10 (HEAD -> master, tag: 0.1.10)
+ * release 0.8.0 (HEAD -> master, tag: 0.8.0)
+
+2020-08-11 10:00:54 +0200 Robert Tari (a4071c9)
+
+ * Merge branch 'sunweaver-pr/drop-upstart-support' Attributes GH PR
+ #5:
+ https://github.com/AyatanaIndicators/ayatana-indicator-printers/pull/5
+
+2020-08-11 09:59:50 +0200 Robert Tari (48eebdb)
+
+ * Merge branch 'pr/drop-upstart-support' of
+ https://github.com/sunweaver/ayatana-indicator-printers
+ into sunweaver-pr/drop-upstart-support Attributes GH PR
+ #5:
+ https://github.com/AyatanaIndicators/ayatana-indicator-printers/pull/5
+
+2020-08-11 09:51:32 +0200 Robert Tari (b1e8aa8)
+
+ * Merge branch 'sunweaver-pr/fix-systemd' Attributes GH PR #4:
+ https://github.com/AyatanaIndicators/ayatana-indicator-printers/pull/4
+
+2020-08-10 11:54:41 +0200 Mike Gabriel (d7526ac)
+
+ * Drop all references to upstart.
+
+2020-08-10 11:31:55 +0200 Mike Gabriel (707fd98)
+
+ * debian/{rules,*.links}: Install systemd user service file into DEB
+ package.
+
+2020-08-10 11:31:19 +0200 Mike Gabriel (90d24de)
+
+ * debian/control: B-D on dh-systemd (or recent enough debhelper
+ version).
+
+2020-08-10 11:30:50 +0200 Mike Gabriel (1f1d041)
+
+ * Start indicator in systemd when ayatana-indicators.target is
+ started.
+
+2020-08-10 11:26:10 +0200 Mike Gabriel (fa891fc)
+
+ * debian/control: Improve dh-autoreconf build-dependency.
+
+2020-08-10 11:25:41 +0200 Mike Gabriel (7ff47b6)
+
+ * debian/control: White-space fix.
+
+2020-08-06 16:46:35 +0200 Mike Gabriel (b102ceb)
+
+ * debian/control: Drop B-D: python.
+
+2020-08-06 14:26:13 +0200 Mike Gabriel (9e2401f)
+
+ * release 0.1.10 (tag: 0.1.10)
2020-08-04 16:16:41 +0900 Kentaro Hayashi (305b944)
diff --git a/NEWS b/NEWS
index c8b33bc..62bd996 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Overview of changes in ayatana-indicator-printers 0.8.0
+
+ - Version bump to bring all system indicators (and the
+ renderer libraries to the same version level).
+ - Start the indicator with the ayatana-indicators.target.
+ - Drop upstart support.
+
Overview of changes in ayatana-indicator-printers 0.1.10
- Fix multiple definitions linker error with GCC 10.
diff --git a/configure.ac b/configure.ac
index a8b4e98..dbe7ce4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(ayatana-indicator-printers, 0.1.10)
+AC_INIT(ayatana-indicator-printers, 0.8.0)
AC_PREREQ(2.53)
AM_INIT_AUTOMAKE([])
diff --git a/debian/changelog b/debian/changelog
index 75f6e1a..27512a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ayatana-indicator-printers (0.8.0-0) unstable; urgency=medium
+
+ * Upstream-provided Debian package for ayatana-indicator-printers.
+ See upstream ChangeLog for recent changes.
+
+ -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 17 Aug 2020 23:07:33 +0200
+
ayatana-indicator-printers (0.1.10-0) unstable; urgency=medium
* Upstream-provided Debian package for ayatana-indicator-printers.