glib r6267 - in trunk: . docs/reference docs/reference/gio docs/reference/glib docs/reference/glib/tmpl gio glib/tests gmodule gobject gthread po



Author: matthiasc
Date: Mon Jan  7 16:47:36 2008
New Revision: 6267
URL: http://svn.gnome.org/viewvc/glib?rev=6267&view=rev

Log:
2.15.1


Modified:
   trunk/ChangeLog
   trunk/INSTALL
   trunk/NEWS
   trunk/README
   trunk/docs/reference/ChangeLog
   trunk/docs/reference/gio/gio-sections.txt
   trunk/docs/reference/gio/gio.types
   trunk/docs/reference/glib/glib-sections.txt
   trunk/docs/reference/glib/tmpl/misc_utils.sgml
   trunk/gio/ChangeLog
   trunk/gio/gio.symbols
   trunk/glib/tests/Makefile.am
   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/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/ChangeLog
==============================================================================
--- trunk/ChangeLog	(original)
+++ trunk/ChangeLog	Mon Jan  7 16:47:36 2008
@@ -1,3 +1,7 @@
+2008-01-07  Matthias Clasen  <mclasen redhat com>
+
+	* === Released 2.15.1 ===
+
 2008-01-07  Alexander Larsson  <alexl redhat com>
 
 	* configure.in:

Modified: trunk/INSTALL
==============================================================================
--- trunk/INSTALL	(original)
+++ trunk/INSTALL	Mon Jan  7 16:47:36 2008
@@ -1,8 +1,8 @@
 Simple install procedure
 ========================
 
-  % gzip -cd glib-2.15.0.tar.gz | tar xvf -  # unpack the sources
-  % cd glib-2.15.0                           # change to the toplevel directory
+  % gzip -cd glib-2.15.1.tar.gz | tar xvf -  # unpack the sources
+  % cd glib-2.15.1                           # change to the toplevel directory
   % ./configure                             # run the `configure' script
   % make                                    # build GLIB
 
@@ -60,6 +60,11 @@
 
  http://www.gnu.org/software/gettext/
 
+
+Support for extended attributes and SELinux in GIO requires
+libattr and libselinux. 
+
+
 The Nitty-Gritty
 ================
 

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Jan  7 16:47:36 2008
@@ -5,10 +5,13 @@
  - Assertion functions are marked as noreturn again
  - Handling of inline functions has been fixed to work with gcc 4.3
  - C99 comments have been removed from headers
+ - The nonportable sed -i option is no longer used
 
  * GIO:
   - Clarified the semantics of g_app_info_get_all()
-  - API for memory input streams is more flexible
+  - API for memory input and output streams has been changed a bit
+  - GDirectoryMonitor has been removed; GFileMonitor can monitor
+    files and directories now
 
  * Bugs fixed:
    504829 Invalid environment passed to g_spawn_async in g_desktop_...
@@ -33,7 +36,10 @@
    506395 Updates to GIO documentation
    507628 Missing .pc entry for gio linking against glib
    505195 [patch] typo in g_try_new0 docs 
- 
+   507822 g{file,directory}monitor changes signal problem
+   506377 gmemoryoutputstream write implementation
+   507835 bug in gunixinputstream 
+
  * Updated translations:
    Arabic (ar)
    Belarusian Latin (be latin)

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Mon Jan  7 16:47:36 2008
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is GLib version 2.15.0. GLib is the low-level core
+This is GLib version 2.15.1. 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,
@@ -24,6 +24,14 @@
 
 See the file 'INSTALL'
 
+Notes about GLib 2.16
+=====================
+
+* GLib now includes GIO, which adds optional dependencies against libattr
+  and libselinux for extended attribute and SELinux support. Use 
+  --disable-xattr and --disable-selinux to build without these.
+
+
 Notes about GLib 2.10
 =====================
 

Modified: trunk/docs/reference/ChangeLog
==============================================================================
--- trunk/docs/reference/ChangeLog	(original)
+++ trunk/docs/reference/ChangeLog	Mon Jan  7 16:47:36 2008
@@ -1,5 +1,10 @@
+008-01-07  Matthias Clasen  <mclasen redhat com>
+
+	* === Released 2.15.1 ===
+
 2008-01-07  Matthias Clasen  <mclasen redhat com>
 
+	* glib/glib-sections.txt:
 	* gio/gio-sections.txt: Update to api changes
 
 2008-01-06  Matthias Clasen  <mclasen redhat com>

Modified: trunk/docs/reference/gio/gio-sections.txt
==============================================================================
--- trunk/docs/reference/gio/gio-sections.txt	(original)
+++ trunk/docs/reference/gio/gio-sections.txt	Mon Jan  7 16:47:36 2008
@@ -328,27 +328,6 @@
 </SECTION>
 
 <SECTION>
-<FILE>gdirectorymonitor</FILE>
-<TITLE>GDirectoryMonitor</TITLE>
-GDirectoryMonitor
-g_directory_monitor_cancel
-g_directory_monitor_is_cancelled
-g_directory_monitor_set_rate_limit
-g_directory_monitor_emit_event
-<SUBSECTION Standard>
-GDirectoryMonitorClass
-G_DIRECTORY_MONITOR
-G_IS_DIRECTORY_MONITOR
-G_TYPE_DIRECTORY_MONITOR
-G_DIRECTORY_MONITOR_CLASS
-G_IS_DIRECTORY_MONITOR_CLASS
-G_DIRECTORY_MONITOR_GET_CLASS
-<SUBSECTION Private>
-g_directory_monitor_get_type
-GDirectoryMonitorPrivate
-</SECTION>
-
-<SECTION>
 <FILE>gicon</FILE>
 <TITLE>GIcon</TITLE>
 GIcon

Modified: trunk/docs/reference/gio/gio.types
==============================================================================
--- trunk/docs/reference/gio/gio.types	(original)
+++ trunk/docs/reference/gio/gio.types	Mon Jan  7 16:47:36 2008
@@ -24,7 +24,6 @@
 g_file_get_type
 g_filter_input_stream_get_type
 g_volume_monitor_get_type
-g_directory_monitor_get_type
 g_io_module_get_type
 g_native_volume_monitor_get_type
 g_buffered_output_stream_get_type

Modified: trunk/docs/reference/glib/glib-sections.txt
==============================================================================
--- trunk/docs/reference/glib/glib-sections.txt	(original)
+++ trunk/docs/reference/glib/glib-sections.txt	Mon Jan  7 16:47:36 2008
@@ -1428,7 +1428,7 @@
 g_build_filenamev
 g_build_path
 g_build_pathv
-g_format_file_size_for_display
+g_format_size_for_display
 
 <SUBSECTION>
 g_find_program_in_path

Modified: trunk/docs/reference/glib/tmpl/misc_utils.sgml
==============================================================================
--- trunk/docs/reference/glib/tmpl/misc_utils.sgml	(original)
+++ trunk/docs/reference/glib/tmpl/misc_utils.sgml	Mon Jan  7 16:47:36 2008
@@ -295,6 +295,15 @@
 @Returns: 
 
 
+<!-- ##### FUNCTION g_format_size_for_display ##### -->
+<para>
+
+</para>
+
+ size: 
+ Returns: 
+
+
 <!-- ##### FUNCTION g_find_program_in_path ##### -->
 <para>
 

Modified: trunk/gio/ChangeLog
==============================================================================
--- trunk/gio/ChangeLog	(original)
+++ trunk/gio/ChangeLog	Mon Jan  7 16:47:36 2008
@@ -1,3 +1,7 @@
+008-01-07  Matthias Clasen  <mclasen redhat com>
+
+	* === Released 2.15.1 ===
+
 2008-01-07  Alexander Larsson  <alexl redhat com>
 
 	* gunixinputstream.c (g_unix_input_stream_skip_finish):

Modified: trunk/gio/gio.symbols
==============================================================================
--- trunk/gio/gio.symbols	(original)
+++ trunk/gio/gio.symbols	Mon Jan  7 16:47:36 2008
@@ -69,6 +69,7 @@
 g_desktop_app_info_new
 g_desktop_app_info_get_type G_GNUC_CONST
 g_desktop_app_info_get_is_hidden
+g_desktop_app_info_set_desktop_env
 #endif
 #endif
 #endif
@@ -177,16 +178,6 @@
 #endif
 #endif
 
-#if IN_HEADER(__G_DIRECTORY_MONITOR_H__)
-#if IN_FILE(__G_DIRECTORY_MONITOR_C__)
-g_directory_monitor_get_type G_GNUC_CONST
-g_directory_monitor_cancel
-g_directory_monitor_is_cancelled
-g_directory_monitor_set_rate_limit
-g_directory_monitor_emit_event
-#endif
-#endif
-
 #if IN_HEADER(__G_DRIVE_H__)
 #if IN_FILE(__G_DRIVE_C__)
 g_drive_get_type G_GNUC_CONST

Modified: trunk/glib/tests/Makefile.am
==============================================================================
--- trunk/glib/tests/Makefile.am	(original)
+++ trunk/glib/tests/Makefile.am	Mon Jan  7 16:47:36 2008
@@ -20,3 +20,6 @@
 	${GTESTER} -k --quiet -o tmpsample.xml --test-arg=--gtester-selftest ${GTESTER}
 	${XMLLINT} --version 2>/dev/null; test "$$?" != 0 || ${XMLLINT} --noout tmpsample.xml
 check-am: gtester-xmllint-check
+
+CLEANFILES = \
+	tmpsample.xml

Modified: trunk/gmodule/ChangeLog
==============================================================================
--- trunk/gmodule/ChangeLog	(original)
+++ trunk/gmodule/ChangeLog	Mon Jan  7 16:47:36 2008
@@ -1,3 +1,7 @@
+008-01-07  Matthias Clasen  <mclasen redhat com>
+
+	* === Released 2.15.1 ===
+
 2007-12-22  Matthias Clasen  <mclasen redhat com>
 
 	* gmodule.c (g_module_open): Don't fail to load modules

Modified: trunk/gobject/ChangeLog
==============================================================================
--- trunk/gobject/ChangeLog	(original)
+++ trunk/gobject/ChangeLog	Mon Jan  7 16:47:36 2008
@@ -1,3 +1,7 @@
+008-01-07  Matthias Clasen  <mclasen redhat com>
+
+	* === Released 2.15.1 ===
+
 2007-12-26  Behdad Esfahbod  <behdad gnome org>
 
 	* gclosure.h (G_CCLOSURE_SWAP_DATA): Fix macro argument.

Modified: trunk/gthread/ChangeLog
==============================================================================
--- trunk/gthread/ChangeLog	(original)
+++ trunk/gthread/ChangeLog	Mon Jan  7 16:47:36 2008
@@ -1,3 +1,7 @@
+008-01-07  Matthias Clasen  <mclasen redhat com>
+
+	* === Released 2.15.1 ===
+
 2007-12-20  Matthias Clasen  <mclasen redhat com>
 
 	* === Released 2.15.0 ===

Modified: trunk/po/ChangeLog
==============================================================================
--- trunk/po/ChangeLog	(original)
+++ trunk/po/ChangeLog	Mon Jan  7 16:47:36 2008
@@ -1,3 +1,7 @@
+008-01-07  Matthias Clasen  <mclasen redhat com>
+
+	* === Released 2.15.1 ===
+
 2008-01-07  Luca Ferretti  <elle uca libero it>
 
 	* POTFILES.in: remove deleted file gio/gdirectorymonitor.c 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]