summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2010-06-28 17:20:49 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2010-06-28 17:20:49 -0400
commit0e04cf94cbd823118e937ec9fab285a76c2e6e29 (patch)
tree3caf987704bf7c2fe71f1ebfefefd2d207450118
parent96dc90a8dbc7fa491e331450500a3ca256ee11fc (diff)
downloadlibnotify-0e04cf94cbd823118e937ec9fab285a76c2e6e29.tar.gz
Update NEWS for release0.5.0
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index abf232f..c417192 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+
+NEW in 0.5.0:
+==============
+- Support for version 1.1 of notification spec (Aurélien Gâteau, A. Walton)
+- Fixed #608089, Applications aborted at finalizing when the dbus session is being closed. (William Jon McCann)
+- Fixed #608082, Arabic text is misplaced in bubbles (RTL) (William Jon McCann)
+- Fixed #608086, wrong return value of notify_init() (William Jon McCann)
+- Fixed #612720, Does not compile with -DGSEAL_ENABLE (William Jon McCann)
+- Fixed #613999, Use g_strcompress in notify-send to parse \n from command line (William Jon McCann)
+- Fixed #610880, lazily initialize the daemon (Martin Pitt)
+
+
version 0.4.5 (20-November-2008):
* Added GObject property accessors for notification IDs. Patch by Lucas
Rocha.