summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>2009-05-12 19:28:37 +0300
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2009-05-12 19:28:37 +0300
commit37f1cf3f7aac84450457a96041bcecbf99d7a470 (patch)
treebe21ec18a4523309feda245e0b9d097d1797ffe5 /NEWS
parent9449474d2747246005ed2b26415cb6b503262607 (diff)
downloadgupnp-tools-37f1cf3f7aac84450457a96041bcecbf99d7a470.tar.gz
Prepare notes for release 0.7.1.gupnp-tools-0.7.1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS22
1 files changed, 22 insertions, 0 deletions
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 <s.neumann@phase-zero.de>
+Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
+
0.7
===