2006-03-07  Matthias Clasen  <mclasen@redhat.com>

	* ===  Released 2.10.1 ===

	* 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:
	Make .dylib the shared library suffix on darwin.
	(#322476, Vladimir Panov)
	
2006-03-06  Anders Carlsson  <andersca@imendio.com>

	* configure.in:
	Skip checking thread flags on Darwin. Fix suggested by Manish Singh.
	(#314794, Gregor Riepl)
	
2006-03-01  Tor Lillqvist  <tml@novell.com>

	* glib/gutils.c (g_listenv): Separate implementation on Win32: Use
	the wide character API on NT-based Windows. Return UTF-8 strings.

	* glib/glib.symbols: Don't mark g_listenv as PRIVATE, as that
	meant it wasn't present in the import library. PRIVATE is used
	only for the backwards-compatibility DLL ABI stability hacks.