1 2006-03-27 Emmanuele Bassi <ebassi@cvs.gnome.org>
5 * glib/gbookmarkfile.c: Add GBookmarkFile, a parser for files
6 containing bookmarks stored using the Desktop Bookmark
7 specification. Fixes bug #327662.
11 * glib/makefile.msc.in:
12 * glib/makefile.mingw.in: Build glue for GBookmarkFile.
14 2006-03-27 Dom Lachowicz <cinamod@hotmail.com>
16 * tests/option-test.c: Copy-and-paste error slipped into test5. Enable
17 test5, as per Matthias' comments in bug 329548#c11.
19 Change a gboolean to an int. Fixes bug #329789.
21 * configure.in: Bump version number to 2.11.0
23 2006-03-27 Matthias Clasen <mclasen@redhat.com>
25 Add support for floating point numbers to goption.
26 (#329548, Behdad Esfahbod, patch by Antoine Dopffer and
30 * glib/goption.c: Support double arguments.
32 * tests/option-test.c: Test double arguments.`
34 2006-03-26 Matthias Clasen <mclasen@redhat.com>
36 * glib/goption.c (g_option_context_new): Improve the description
37 of parameter_string in the docs. (#336085, Claudio Saavedra)
39 2006-03-24 Martyn Russell <martyn@imendio.com>
41 * glib/gthreadpool.c: Updated the documentation to explain that
42 when the maximum threads is > 1 the sort functionality is not 100%
43 accurate due to the ramdom nature of the scheduler choosing which
44 threads to execute. Fixes bug #334943.
46 * tests/threadpool-test.c: Disabled the debugging by default and
47 fixed the sort test to set the maximum threads to 1 to guarantee
48 the thread entry function is called in order.
50 2006-03-23 Matthias Clasen <mclasen@redhat.com>
52 === Branch for 2.10 ===