From 422e05304f95447b00f965b41c1fb58b2fc02cf0 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 9 Jan 2009 16:42:07 +0000 Subject: [PATCH] Updates svn path=/branches/glib-2-18/; revision=7797 --- ChangeLog | 4 ++++ NEWS | 24 ++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/ChangeLog b/ChangeLog index 31d0a24bc..7c00d6cdc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-01-09 Matthias Clasen + + * NEWS: Updates + 2009-01-09 Tor Lillqvist Bug 567138 - get_package_directory_from_module() does not free its diff --git a/NEWS b/NEWS index 13a845ec5..a751160f2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,27 @@ +Overview of Changes from GLib 2.18.3 to GLib 2.18.3 +=================================================== + +* Bugs fixed: + 562378 callback return value not respected... + 559110 Do not include libintl.h after glibintl.h + 562562 glib-2-18 branch does not build because... + 566348 g_file_open_tmp uses the wrong g_mkstemp on win32 + 564210 SUN Studio 12 has supported visibility attribute + 567138 get_package_directory_from_module() does not free... + 561807 inotify_sub.c :: dup_dirname() fails to remove trailing '/' + 562393 g_buffered_input_stream_read_byte broken if data available + 541715 patch for warnings and signature problems in recent code + 547481 g_data_input_stream_read_line behaves not as stated... + 548163 Nautilus displays wrong error message for too long filenames + 559633 gtk_image_new_from_gicon does not always work... + 526320 should not list mounts that the user doesn't have permission + 558458 Cannot build gio tests on Solaris using SUN c + 558298 Hide ecryptfs mounts + 515777 incorrect date&time on copy + 566064 Add NOATIME flag to query_info_flags + 565484 g_content_type_guess passes non-UTF8 text to XDG functions + + Overview of Changes from GLib 2.18.2 to GLib 2.18.3 ===================================================