aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-07-23 08:33:14 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-07-23 08:33:14 +0200
commitc43a76e643ab930725d20d306bc3ca5e7874eebe (patch)
tree3a5e3e9cf142d364149325d66a328be6275a1d99 /NEWS
parentc11784bad17f2c7316da3d2c693bff180f3eccde (diff)
downloadlibayatana-appindicator-c43a76e643ab930725d20d306bc3ca5e7874eebe.tar.gz
libayatana-appindicator-c43a76e643ab930725d20d306bc3ca5e7874eebe.tar.bz2
libayatana-appindicator-c43a76e643ab930725d20d306bc3ca5e7874eebe.zip
release 0.5.50.5.5
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS41
1 files changed, 41 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e69de29..1560fe3 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,41 @@
+Overview of changes in libayatana-appindicator 0.5.5
+
+ - Drop Python2 support.
+
+Overview of changes in libayatana-appindicator 0.5.4
+
+ - Drop deprecated g_type_class_add_private Glib-2.0 API calls.
+
+Overview of changes in libayatana-appindicator 0.5.3
+
+ - src/app-indicator.c: Type cast assignments from g_object_ref().
+ - Drop distcheck features
+
+Overview of changes in libayatana-appindicator 0.5.2
+
+ - python2 bindings: Finally avoid implicit declaration for
+ (_ayatana)_appindicator_add_constants() function symbol.
+ - API documentation: Suppress some warnings being thrown.
+ - src/app-indicator.c: Avoid usage of PATH_MAX macro. Fixes
+ FTBFS on Debian GNU/Hurd.
+ - bindings/mono/Makefile.am: Don't run tests on all targets,
+ only on check target. Fixes FTBFS when built parallely.
+ - bindings/python: Yet another 'ayatana' namespace fix for the
+ Python2 bindings.
+
+Overview of changes in libayatana-appindicator 0.5.1
+
+ - Python2 bindings: Fix import ayatana_appindicator failure by
+ correctly adding the ayatana namespace.
+ - docs/reference/Makefile.am: Drop option --nogtkinit from
+ SCANGOBJ_OPTIONS.
+ - AppIndicator: fix icon and theme paths when running in $SNAP
+ environment.
+ - Handle watcher service appearing and disappearing.
+ - Make test-simple-app really working.
+ - src/dbus-shared.h: Fix copy+paste flaw for
+ INDICATOR_APPLICATION_DBUS_OBJ.
+
+Overview of changes in libayatana-appindicator 0.5.0
+
+ - Fork from Ubuntu's libappindicator project.