aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-08-14 21:10:25 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-08-14 21:10:25 +0200
commit8beffb391ed814ccf1cf38e60050b105fa3d7caa (patch)
tree140cd01f13f4a294899fe67a20d309fd4cdd1c13
parentd87433d812a9561b1e4cec51b84fe696877d630f (diff)
downloadlibayatana-indicator-0.8.0.tar.gz
libayatana-indicator-0.8.0.tar.bz2
libayatana-indicator-0.8.0.zip
release 0.8.00.8.0
-rw-r--r--ChangeLog80
-rw-r--r--NEWS19
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog7
-rw-r--r--debian/libayatana-indicator3-7.symbols6
5 files changed, 108 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 56b8260..0cdf8c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,82 @@
-2020-07-28 21:38:31 +0200 Mike Gabriel
+2020-08-14 21:10:25 +0200 Mike Gabriel
- * release 0.7.1 (HEAD -> master, tag: 0.7.1)
+ * release 0.8.0 (HEAD -> master, tag: 0.8.0)
+
+2020-08-14 21:02:22 +0200 Mike Gabriel (d87433d)
+
+ * debian/control: Let ayatana-indicator-common break system
+ indicators before 0.8.0 (except power indicator, that one
+ before 2.1.0).
+
+2020-08-14 20:45:28 +0200 Mike Gabriel (758b74d)
+
+ * debian/control: Update versioned B-D on libayatana-ido3-dev to
+ 0.8.0-0~.
+
+2020-08-14 20:44:50 +0200 Mike Gabriel (5afd8bf)
+
+ * configure.ac: Bump IDO_REQUIRED_VERSION to 0.8.0.
+
+2020-08-14 12:59:22 +0200 Robert Tari (0a798f3)
+
+ * Fix width of menu panes.
+
+2020-08-13 22:46:39 +0200 Robert Tari (e9902ad)
+
+ * Merge branch 'sunweaver-pr/ayatanamenuitemfactory-from-ido'
+ Attributes GH PR #15:
+ https://github.com/AyatanaIndicators/libayatana-indicator/pull/15
+
+2020-08-13 22:26:50 +0200 Mike Gabriel (e34f12e)
+
+ * Use ayatanamenuitemfactory.(c|h) from ayatana-ido. Reduce code
+ duplications.
+
+2020-08-13 13:13:30 +0200 Mike Gabriel (573e40f)
+
+ * Merge branch 'tari01-pr/ido-insertion-error-handling'
+
+2020-08-13 11:08:52 +0200 Robert Tari (f0ee1df)
+
+ * Try to prevent cascading failure if IDO creation fails
+
+2020-08-11 14:09:24 +0200 Mike Gabriel (27f00a5)
+
+ * Merge branch 'tari01-pr/replace-x-canonical-attributes'
+
+2020-08-11 11:08:49 +0200 Robert Tari (004ae04)
+
+ * Replace x-canonical attributes
+
+2020-08-10 08:48:08 +0200 Mike Gabriel (f57637e)
+
+ * debian/ayatana-indicator-common.links: Add FIXME/reminder to drop
+ manual symlinking of systemd user service file once DH
+ compat level is raised to a level above 12.
+
+2020-08-10 08:45:41 +0200 Mike Gabriel (985f492)
+
+ * Merge branch 'ubports-fix-systemd'
+
+2020-08-09 21:56:14 +0200 Marius Gripsgard (42358cc)
+
+ * Use indicators.target as the systemd lifecycle unit
+
+2020-08-08 10:05:24 +0200 Robert Tari (7ceee62)
+
+ * Fix tests and deprecations (fixes #1)
+
+2020-07-31 00:26:05 +0200 Robert Tari (a5b1374)
+
+ * Merge pull request #5 from tari01/master
+
+2020-07-31 00:18:18 +0200 Robert Tari (e528ee8)
+
+ * Resize open menus as items change
+
+2020-07-28 21:38:31 +0200 Mike Gabriel (74cfb21)
+
+ * release 0.7.1 (tag: 0.7.1)
2020-07-27 23:25:43 +0200 Robert Tari (a7c9a35)
diff --git a/NEWS b/NEWS
index 0cc1548..7c3adc7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Overview of changes in libayatana-indicator 0.8.0
+
+ - This release breaks compatibility with all system indicators before
+ 0.8.0 (for power indicator: before 2.1.0).
+ - configure.ac: Bump IDO_REQUIRED_VERSION to 0.8.0.
+ - Fix width of menu panes.
+ - Use ayatanamenuitemfactory.(c|h) from ayatana-ido. Reduce code duplications.
+ This also fixes renderer freezes in Ubuntu 20.04 (likely other versions
+ of Ubuntu, too).
+ - libayatana-indicator/indicator-ng.c: Try to prevent cascading failure if
+ IDO creation fails.
+ - Rename Ayatana Indicators specific x-canonical-* attributes to
+ x-ayatana-* (esp. x-ayatana-type). This makes Ayatana Indicators
+ work on Ubuntu.
+ - Use ayatana-indicators.target as the systemd lifecycle unit, not
+ ayatana-indicators-pre.target.
+ - Fix tests and deprecations.
+ - libayatana-indicator/indicator-ng.c: Resize open menus as items change.
+
Overview of changes in libayatana-indicator 0.7.1
- Display and connect the Indicator Messages widgets
diff --git a/configure.ac b/configure.ac
index 8e92286..98bd178 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([libayatana-indicator],
- [0.7.1],
+ [0.8.0],
[https://github.com/ArcticaProject/libayatana-indicator/issues],
[libayatana-indicator],
[https://github.com/ArcticaProject/libayatana-indicator])
diff --git a/debian/changelog b/debian/changelog
index 6c3df0f..bf3a6f0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libayatana-indicator (0.8.0-0) UNRELEASED; urgency=medium
+
+ * Upstream-provided Debian package for libayatana-indicator.
+ See upstream ChangeLog for recent changes.
+
+ -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 14 Aug 2020 21:03:24 +0200
+
libayatana-indicator (0.7.1-0) unstable; urgency=medium
* Upstream-provided Debian package for libayatana-indicator.
diff --git a/debian/libayatana-indicator3-7.symbols b/debian/libayatana-indicator3-7.symbols
index 5ea656f..a0bc0c3 100644
--- a/debian/libayatana-indicator3-7.symbols
+++ b/debian/libayatana-indicator3-7.symbols
@@ -2,9 +2,9 @@ libayatana-indicator3.so.7 libayatana-indicator3-7 #MINVER#
*Build-Depends-Package: libayatana-indicator3-dev
ICON_SIZE@Base 0.6.0
INDICATOR_NAMES_DATA@Base 0.6.0
-#MISSING: 0.7.2-0# ayatana_menu_item_factory_create_menu_item@Base 0.7.0
-#MISSING: 0.7.2-0# ayatana_menu_item_factory_get_all@Base 0.7.0
-#MISSING: 0.7.2-0# ayatana_menu_item_factory_get_type@Base 0.7.0
+#MISSING: 0.8.0# ayatana_menu_item_factory_create_menu_item@Base 0.7.0
+#MISSING: 0.8.0# ayatana_menu_item_factory_get_all@Base 0.7.0
+#MISSING: 0.8.0# ayatana_menu_item_factory_get_type@Base 0.7.0
indicator_desktop_shortcuts_get_nicks@Base 0.6.0
indicator_desktop_shortcuts_get_type@Base 0.6.0
indicator_desktop_shortcuts_new@Base 0.6.0