mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 20:46:14 +01:00
Updates
This commit is contained in:
parent
6c9179512d
commit
b0b1b2d4db
@ -1,3 +1,7 @@
|
|||||||
|
2006-01-27 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* NEWS: Updates
|
||||||
|
|
||||||
2006-01-26 Matthias Clasen <mclasen@redhat.com>
|
2006-01-26 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gmem.c (g_mem_init_nomessage): Fix C99isms. (#328705,
|
* glib/gmem.c (g_mem_init_nomessage): Fix C99isms. (#328705,
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2006-01-27 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* NEWS: Updates
|
||||||
|
|
||||||
2006-01-26 Matthias Clasen <mclasen@redhat.com>
|
2006-01-26 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gmem.c (g_mem_init_nomessage): Fix C99isms. (#328705,
|
* glib/gmem.c (g_mem_init_nomessage): Fix C99isms. (#328705,
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2006-01-27 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* NEWS: Updates
|
||||||
|
|
||||||
2006-01-26 Matthias Clasen <mclasen@redhat.com>
|
2006-01-26 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gmem.c (g_mem_init_nomessage): Fix C99isms. (#328705,
|
* glib/gmem.c (g_mem_init_nomessage): Fix C99isms. (#328705,
|
||||||
|
20
NEWS
20
NEWS
@ -1,3 +1,23 @@
|
|||||||
|
Overview of Changes from GLib 2.9.4 to GLib 2.9.5
|
||||||
|
=================================================
|
||||||
|
|
||||||
|
* Memory management:
|
||||||
|
Runtime debugging support: The slice allocator
|
||||||
|
can be turned off by setting G_SLICE=always-malloc
|
||||||
|
in the environment. Zeroing of freed memory can
|
||||||
|
now be turned on at runtime by setting
|
||||||
|
G_DEBUG=gc-friendly in the environment. [Tim Janik]
|
||||||
|
|
||||||
|
* Bugs fixed:
|
||||||
|
328253 HP-UX/IA-64 uses ".so" as default shared library
|
||||||
|
extension [Albert Chin]
|
||||||
|
143380 unicode-encoding test fails converting to UTF-16
|
||||||
|
with libiconv [Marc Moorcroft]
|
||||||
|
328254 Build breakage (GSlice) [Jens Ganseuer]
|
||||||
|
328705 C99ism in glib/gmem.c [Kazuki Iwamoto]
|
||||||
|
|
||||||
|
* Translation updates (da,et,zh_CN)
|
||||||
|
|
||||||
Overview of Changes from GLib 2.9.3 to GLib 2.9.4
|
Overview of Changes from GLib 2.9.3 to GLib 2.9.4
|
||||||
=================================================
|
=================================================
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user