mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
Correct bug ref
svn path=/trunk/; revision=5626
This commit is contained in:
6
NEWS
6
NEWS
@@ -1,15 +1,19 @@
|
|||||||
Overview of Changes from GLib 2.13.6 to GLib 2.13.6
|
Overview of Changes from GLib 2.13.6 to GLib 2.13.6
|
||||||
===================================================
|
===================================================
|
||||||
|
|
||||||
|
* New functions g_once_init_enter() and g_once_init_leave() make
|
||||||
|
it easier to write threadsafe one-time initialization functions
|
||||||
|
|
||||||
* Bugs fixed:
|
* Bugs fixed:
|
||||||
454473 Simple XML Subset Parser terminates on invalid XML
|
454473 Simple XML Subset Parser terminates on invalid XML
|
||||||
448484 GtkAccelGroup forgets to remove closure invalidate notifi...
|
445813 g_module_open error, add file name
|
||||||
453796 errno gets clobbered by g_filename_display_name
|
453796 errno gets clobbered by g_filename_display_name
|
||||||
341988 don't use "-c" with msgfmt in Makefile.in.in
|
341988 don't use "-c" with msgfmt in Makefile.in.in
|
||||||
447048 Please produce slightly more output during long tests
|
447048 Please produce slightly more output during long tests
|
||||||
454785 GModule documentation lists same block of code twice.
|
454785 GModule documentation lists same block of code twice.
|
||||||
454786 GModule documentation lists same paragraph twice.
|
454786 GModule documentation lists same paragraph twice.
|
||||||
383155 small docs quirks in gobject/closure API documentation
|
383155 small docs quirks in gobject/closure API documentation
|
||||||
|
65041 _get_type() functions aren't thread safe
|
||||||
|
|
||||||
* Updated translations
|
* Updated translations
|
||||||
Assamese (as)
|
Assamese (as)
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
* gmodule.c (g_module_open): Include the module file
|
* gmodule.c (g_module_open): Include the module file
|
||||||
name to the error message given when module initialization
|
name to the error message given when module initialization
|
||||||
fails. (#448484, Gustavo Carneiro)
|
fails. (#445813, Gustavo Carneiro)
|
||||||
|
|
||||||
Fri Jun 29 2007 Matthias Clasen <mclasen@redhat.com>
|
Fri Jun 29 2007 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user