aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-07-23 10:50:04 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-07-23 10:50:04 +0200
commit87e85c2a0aa1a9da9dd7f241407c094748964324 (patch)
tree9e98c0251d2801340b63688657c365ce422d69cf /NEWS
parente32b9d0a3146dc8b53dec8e9fdbbe6a04df34351 (diff)
downloadlibayatana-indicator-87e85c2a0aa1a9da9dd7f241407c094748964324.tar.gz
libayatana-indicator-87e85c2a0aa1a9da9dd7f241407c094748964324.tar.bz2
libayatana-indicator-87e85c2a0aa1a9da9dd7f241407c094748964324.zip
release 0.7.00.7.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS33
1 files changed, 33 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e69de29..fffc4ee 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,33 @@
+Overview of changes in libayatana-indicator 0.7.0
+
+ - Display IDO widgets/Use own action muxer/Allow IDO CSS styling.
+ Thanks to Robert Tari for working on this awesome improvement /
+ bug fix. This has been long waited for!!!
+ - Make building of `ayatana-indicator-loader3` optional. Thanks
+ to Alexander Schlarb.
+
+Overview of changes in libayatana-indicator 0.6.3
+
+ - **/Makefile.am: Set -DGTK_DISABLE_DEPRECATED for gtk2 builds. Fixes
+ FTBFS against Glib2.0 >= 2.62.
+ - libayatana-indicator/indicator-object.c: Typo fix in comment.
+ - GObject private API/ABI: Get rid of g_type_class_add_private() and
+ use DEFINE_TYPE_WITH_PRIVATE().
+
+Overview of changes in libayatana-indicator 0.6.2
+
+ - libayatana-indicator/indicator-ng.c: Type cast assignments from
+ g_object_ref_sink().
+ - Makefile.am: Drop distcheck features.
+
+Overview of changes in libayatana-indicator 0.6.1
+
+ - configure.ac: Support pkg-config (<< 0.27).
+ - autotools: Make systemd dependency optional. This makes
+ libayatana-indicator available on Debian GNU/kFreeBSD and
+ Debian GNU/Hurd.
+
+Overview of changes in libayatana-indicator 0.6.0
+
+ - Fork libayatana-indicator from Ubuntu's libindicator shared
+ library.