diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-08-18 11:18:55 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-08-18 11:18:55 +0200 |
commit | c1cc2f8c0c702dbfb9cc7c8b701f7b7d83f346c6 (patch) | |
tree | e6a9befaf751fcd55742efa90210ac8f92a218aa | |
parent | a4071c9c60ca51101fbbdb74c6f57ed6a51a3523 (diff) | |
download | ayatana-indicator-printers-c1cc2f8c0c702dbfb9cc7c8b701f7b7d83f346c6.tar.gz ayatana-indicator-printers-c1cc2f8c0c702dbfb9cc7c8b701f7b7d83f346c6.tar.bz2 ayatana-indicator-printers-c1cc2f8c0c702dbfb9cc7c8b701f7b7d83f346c6.zip |
release 0.8.00.8.0
-rw-r--r-- | ChangeLog | 58 | ||||
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 7 |
4 files changed, 71 insertions, 3 deletions
@@ -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) @@ -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. |