Prepare 2.10.1

This commit is contained in:
Matthias Clasen 2006-03-07 17:02:38 +00:00
parent b7420e0847
commit aa1f71e973
4 changed files with 29 additions and 6 deletions

View File

@ -1,18 +1,20 @@
2006-03-07 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates.
* glib/gutf8.c (_g_charset_get_aliases): Match the prototype
in gconvert.c to fix build problems in NetBSD. (#333651,
Julio M. Merino Vidal)
2006-03-06 Anders Carlsson <andersca@imendio.com>
* configure.in:
* configure.in:
Make .dylib the shared library suffix on darwin.
(#322476, Vladimir Panov)
2006-03-06 Anders Carlsson <andersca@imendio.com>
* configure.in:
* configure.in:
Skip checking thread flags on Darwin. Fix suggested by Manish Singh.
(#314794, Gregor Riepl)

View File

@ -1,18 +1,20 @@
2006-03-07 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates.
* glib/gutf8.c (_g_charset_get_aliases): Match the prototype
in gconvert.c to fix build problems in NetBSD. (#333651,
Julio M. Merino Vidal)
2006-03-06 Anders Carlsson <andersca@imendio.com>
* configure.in:
* configure.in:
Make .dylib the shared library suffix on darwin.
(#322476, Vladimir Panov)
2006-03-06 Anders Carlsson <andersca@imendio.com>
* configure.in:
* configure.in:
Skip checking thread flags on Darwin. Fix suggested by Manish Singh.
(#314794, Gregor Riepl)

View File

@ -1,18 +1,20 @@
2006-03-07 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates.
* glib/gutf8.c (_g_charset_get_aliases): Match the prototype
in gconvert.c to fix build problems in NetBSD. (#333651,
Julio M. Merino Vidal)
2006-03-06 Anders Carlsson <andersca@imendio.com>
* configure.in:
* configure.in:
Make .dylib the shared library suffix on darwin.
(#322476, Vladimir Panov)
2006-03-06 Anders Carlsson <andersca@imendio.com>
* configure.in:
* configure.in:
Skip checking thread flags on Darwin. Fix suggested by Manish Singh.
(#314794, Gregor Riepl)

17
NEWS
View File

@ -1,3 +1,20 @@
Overview of Changes from GLib 2.10.0 to GLib 2.10.1
===================================================
* Bugs fixed:
314794 Broken pthread detection on Darwin [Gregor Riepl]
322476 Missing check for .dylib [Vladimir Panov]
333651 Inconsistent _g_charset_get_aliases prototype [Julio
M. Merino Vidal]
333761 GInitiallyUnowned breaks application code [Sven Herzberg]
* Win32 changes:
- Fix g_listenv() implementation.
- Allow up to 100 GPrivate structs
* Translation updates (fr,hu,lt,pl,sv)
Overview of Changes from GLib 2.9.6 to GLib 2.10.0
==================================================