From 37f1cf3f7aac84450457a96041bcecbf99d7a470 Mon Sep 17 00:00:00 2001 From: "Zeeshan Ali (Khattak)" Date: Tue, 12 May 2009 19:28:37 +0300 Subject: Prepare notes for release 0.7.1. --- NEWS | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index c4794da..1715db6 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +0.7.1 +===== + +Changes in this release: + +- Use g_printerr() instead of g_critical() in case of problems. +- Initialize the GError to NULL at declaration. +- Declare variables as const to setisfy the compiler. +- Add missing casts. +- Use g_content_type_is_a() to compare mimetypes. +- Correct the order of mimetype check. +- Iterate over item resources rather than renderer protocols. +- Port all UIs to use GtkBuilder. +- Bump-up Gtk+ requirement to 2.16. + +Removed dependency in this release: libglade. + +Contributors to this release: + +Sven Neumann +Zeeshan Ali (Khattak) + 0.7 === -- cgit v1.2.1