glib r6593 - in trunk: . docs/reference docs/reference/glib gio glib gmodule gobject gthread po
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r6593 - in trunk: . docs/reference docs/reference/glib gio glib gmodule gobject gthread po
- Date: Mon, 25 Feb 2008 19:32:42 +0000 (GMT)
Author: matthiasc
Date: Mon Feb 25 19:32:42 2008
New Revision: 6593
URL: http://svn.gnome.org/viewvc/glib?rev=6593&view=rev
Log:
2.15.6
Modified:
trunk/ChangeLog
trunk/INSTALL
trunk/NEWS
trunk/README
trunk/docs/reference/ChangeLog
trunk/docs/reference/glib/glib-sections.txt
trunk/gio/ChangeLog
trunk/gio/gio.symbols
trunk/glib/glib.symbols
trunk/glib/gwin32.c
trunk/gmodule/ChangeLog
trunk/gobject/ChangeLog
trunk/gthread/ChangeLog
trunk/po/ChangeLog
trunk/po/am.po
trunk/po/ar.po
trunk/po/as.po
trunk/po/az.po
trunk/po/be.po
trunk/po/be latin po
trunk/po/bg.po
trunk/po/bn.po
trunk/po/bn_IN.po
trunk/po/bs.po
trunk/po/ca.po
trunk/po/cs.po
trunk/po/cy.po
trunk/po/da.po
trunk/po/de.po
trunk/po/dz.po
trunk/po/el.po
trunk/po/en_CA.po
trunk/po/en_GB.po
trunk/po/eo.po
trunk/po/es.po
trunk/po/et.po
trunk/po/eu.po
trunk/po/fa.po
trunk/po/fi.po
trunk/po/fr.po
trunk/po/ga.po
trunk/po/gl.po
trunk/po/gu.po
trunk/po/he.po
trunk/po/hi.po
trunk/po/hr.po
trunk/po/hu.po
trunk/po/hy.po
trunk/po/id.po
trunk/po/is.po
trunk/po/it.po
trunk/po/ja.po
trunk/po/ka.po
trunk/po/kn.po
trunk/po/ko.po
trunk/po/ku.po
trunk/po/lt.po
trunk/po/lv.po
trunk/po/mg.po
trunk/po/mk.po
trunk/po/ml.po
trunk/po/mn.po
trunk/po/mr.po
trunk/po/ms.po
trunk/po/nb.po
trunk/po/ne.po
trunk/po/nl.po
trunk/po/nn.po
trunk/po/oc.po
trunk/po/or.po
trunk/po/pa.po
trunk/po/pl.po
trunk/po/pt.po
trunk/po/pt_BR.po
trunk/po/ro.po
trunk/po/ru.po
trunk/po/rw.po
trunk/po/si.po
trunk/po/sk.po
trunk/po/sl.po
trunk/po/sq.po
trunk/po/sr.po
trunk/po/sr Latn po
trunk/po/sr ije po
trunk/po/sv.po
trunk/po/ta.po
trunk/po/te.po
trunk/po/th.po
trunk/po/tl.po
trunk/po/tr.po
trunk/po/tt.po
trunk/po/uk.po
trunk/po/vi.po
trunk/po/wa.po
trunk/po/xh.po
trunk/po/yi.po
trunk/po/zh_CN.po
trunk/po/zh_HK.po
trunk/po/zh_TW.po
Modified: trunk/INSTALL
==============================================================================
--- trunk/INSTALL (original)
+++ trunk/INSTALL Mon Feb 25 19:32:42 2008
@@ -1,8 +1,8 @@
Simple install procedure
========================
- % gzip -cd glib-2.15.5.tar.gz | tar xvf - # unpack the sources
- % cd glib-2.15.5 # change to the toplevel directory
+ % gzip -cd glib-2.15.6.tar.gz | tar xvf - # unpack the sources
+ % cd glib-2.15.6 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GLIB
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Mon Feb 25 19:32:42 2008
@@ -7,6 +7,18 @@
- g_file_query_filesystem_info grew async variants
- g_themed_icon_append_name: new convenience function
- g_content_type_get_icon is implemented now
+ - Only show mounts in /media and ~
+ - g_file_contains_file has been renamed to g_file_has_prefix
+
+* Win32:
+ - g_win32_get_package_installation_directory_of_module: new function
+ which supersedes g_win32_get_package_installation_directory
+ - Use alertable wait functions so that I/O completion routines or
+ user-mode Asynchronous Procedure Calls can be run
+ - Fix race conditions in g_spawn implementation on win32
+
+* Other:
+ - g_uri_get_scheme has been renamed go g_uri_parse_scheme
* Updated translations:
Arabic (ar)
Modified: trunk/README
==============================================================================
--- trunk/README (original)
+++ trunk/README Mon Feb 25 19:32:42 2008
@@ -1,7 +1,7 @@
General Information
===================
-This is GLib version 2.15.5. GLib is the low-level core
+This is GLib version 2.15.6. GLib is the low-level core
library that forms the basis for projects such as GTK+ and GNOME. It
provides data structure handling for C, portability wrappers, and
interfaces for such runtime functionality as an event loop, threads,
Modified: trunk/docs/reference/glib/glib-sections.txt
==============================================================================
--- trunk/docs/reference/glib/glib-sections.txt (original)
+++ trunk/docs/reference/glib/glib-sections.txt Mon Feb 25 19:32:42 2008
@@ -1703,6 +1703,7 @@
g_win32_error_message
g_win32_getlocale
g_win32_get_package_installation_directory
+g_win32_get_package_installation_directory_of_module
g_win32_get_package_installation_subdirectory
g_win32_get_windows_version
g_win32_locale_filename_from_utf8
@@ -2519,10 +2520,10 @@
G_URI_RESERVED_CHARS_ALLOWED_IN_USERINFO
G_URI_RESERVED_CHARS_GENERIC_DELIMITERS
G_URI_RESERVED_CHARS_SUBCOMPONENT_DELIMITERS
+g_uri_parse_scheme
g_uri_escape_string
-g_uri_get_scheme
-g_uri_unescape_segment
g_uri_unescape_string
+g_uri_unescape_segment
</SECTION>
<SECTION>
Modified: trunk/gio/gio.symbols
==============================================================================
--- trunk/gio/gio.symbols (original)
+++ trunk/gio/gio.symbols Mon Feb 25 19:32:42 2008
@@ -789,3 +789,7 @@
g_password_save_get_type G_GNUC_CONST
#endif
#endif
+
+#ifdef INCLUDE_VARIABLES
+g_file_contains_file
+#endif
Modified: trunk/glib/glib.symbols
==============================================================================
--- trunk/glib/glib.symbols (original)
+++ trunk/glib/glib.symbols Mon Feb 25 19:32:42 2008
@@ -1598,4 +1598,5 @@
glib_minor_version
glib_on_error_halt
g_mem_gc_friendly
+g_uri_get_scheme
#endif
Modified: trunk/glib/gwin32.c
==============================================================================
--- trunk/glib/gwin32.c (original)
+++ trunk/glib/gwin32.c Mon Feb 25 19:32:42 2008
@@ -234,6 +234,8 @@
* file name encoding, i.e. UTF-8. The return value should be freed
* with g_free() when not needed any longer. If the function fails
* %NULL is returned.
+ *
+ * Since: 2.16
*/
gchar *
g_win32_get_package_installation_directory_of_module (gpointer hmodule)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]