From 0e04cf94cbd823118e937ec9fab285a76c2e6e29 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Mon, 28 Jun 2010 17:20:49 -0400 Subject: [PATCH] Update NEWS for release --- NEWS | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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.