summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2026-06-12 09:37:42 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2026-06-12 09:38:46 +0200
commit0db7877be8c61953b50540183d5932ab159181f1 (patch)
treedfdc6d349299b7c1fd239b8097c82e09fbe5c186 /NEWS
parent45870868e1374b52cf2cc6e73e6080d162d77082 (diff)
downloadlibayatana-indicator-0.9.5.tar.gz
libayatana-indicator-0.9.5.tar.bz2
libayatana-indicator-0.9.5.zip
Release 0.9.5HEAD0.9.5main
- Remove unnecessary gio/gdesktopappinfo.h include. - Fix linking against libs in non-standard paths. - Fix broken homepage link in README. - tests: Avoid more GDBusConnection leaks. - src/indicator-ng.c: Fix GtkCssProvider memory leak in indicator_ng_set_label. - Use /bin/sh instead of /bin/bash for tests. - Fix build on macOS. - Add missing -L argument to pkg-config .pc files.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 92cf446..3410ed3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Overview of changes in libayatana-indicator 0.9.5
+
+ - Remove unnecessary gio/gdesktopappinfo.h include.
+ - Fix linking against libs in non-standard paths.
+ - Fix broken homepage link in README.
+ - tests: Avoid more GDBusConnection leaks.
+ - src/indicator-ng.c: Fix GtkCssProvider memory leak in
+ indicator_ng_set_label.
+ - Use /bin/sh instead of /bin/bash for tests.
+ - Fix build on macOS.
+ - Add missing -L argument to pkg-config .pc files.
+
Overview of changes in libayatana-indicator 0.9.4
- src/indicator-service.c: Fix Robert's lastname in license header.