mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
Updates
2006-01-16 Matthias Clasen <mclasen@redhat.com> * NEWS: Updates
This commit is contained in:
parent
488cee4977
commit
7523252384
@ -1,5 +1,7 @@
|
|||||||
2006-01-16 Matthias Clasen <mclasen@redhat.com>
|
2006-01-16 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* NEWS: Updates
|
||||||
|
|
||||||
* glib/gthread.h (g_static_mutex_get_mutex_impl_shortcut):
|
* glib/gthread.h (g_static_mutex_get_mutex_impl_shortcut):
|
||||||
Rework the strict aliasing fix to not break C++, pointed
|
Rework the strict aliasing fix to not break C++, pointed
|
||||||
out by Murray Cumming.
|
out by Murray Cumming.
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
2006-01-16 Matthias Clasen <mclasen@redhat.com>
|
2006-01-16 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* NEWS: Updates
|
||||||
|
|
||||||
* glib/gthread.h (g_static_mutex_get_mutex_impl_shortcut):
|
* glib/gthread.h (g_static_mutex_get_mutex_impl_shortcut):
|
||||||
Rework the strict aliasing fix to not break C++, pointed
|
Rework the strict aliasing fix to not break C++, pointed
|
||||||
out by Murray Cumming.
|
out by Murray Cumming.
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
2006-01-16 Matthias Clasen <mclasen@redhat.com>
|
2006-01-16 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* NEWS: Updates
|
||||||
|
|
||||||
* glib/gthread.h (g_static_mutex_get_mutex_impl_shortcut):
|
* glib/gthread.h (g_static_mutex_get_mutex_impl_shortcut):
|
||||||
Rework the strict aliasing fix to not break C++, pointed
|
Rework the strict aliasing fix to not break C++, pointed
|
||||||
out by Murray Cumming.
|
out by Murray Cumming.
|
||||||
|
29
NEWS
29
NEWS
@ -1,3 +1,32 @@
|
|||||||
|
Overview of Changes from GLib 2.9.2 to GLib 2.9.3
|
||||||
|
=================================================
|
||||||
|
|
||||||
|
* GTree:
|
||||||
|
- Replace the simple recursive implementation by
|
||||||
|
a nonrecursive, threaded one [Maurizio Monge]
|
||||||
|
|
||||||
|
* Change g_filename_display_name and
|
||||||
|
g_filename_display_basename to use the Unicode
|
||||||
|
replacement character U+FFFD instead of a question
|
||||||
|
mark, and don't append "(invalid encoding)" [Matthias]
|
||||||
|
|
||||||
|
* Documentation improvements [Sven Herzberg, Federico
|
||||||
|
Mena Quintero, Stefan Kost]
|
||||||
|
|
||||||
|
* Bugs fixed:
|
||||||
|
323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X
|
||||||
|
[Bogdan Nicula]
|
||||||
|
326558 Some test failures on IRIX 6.5 [Daichi Kawahata]
|
||||||
|
169285 "threaded" tree implementation for GTree
|
||||||
|
[Maurizio Monge]
|
||||||
|
326747 g_filename_display_basename adds (invalid encoding)
|
||||||
|
[Alberto Ruiz]
|
||||||
|
|
||||||
|
Other contributors: Christian Kellner, Murray Cumming
|
||||||
|
|
||||||
|
New and updated translations (bg,ca,de,es,et,gu,ja,nl,th,vi)
|
||||||
|
|
||||||
|
|
||||||
Overview of Changes from GLib 2.9.1 to GLib 2.9.2
|
Overview of Changes from GLib 2.9.1 to GLib 2.9.2
|
||||||
=================================================
|
=================================================
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user