2.12.1
[platform/upstream/glib.git] / ChangeLog.pre-2-12
1 2006-07-22  Matthias Clasen  <mclasen@redhat.com>
2
3         * === Released 2.12.1 ===
4
5         * glib/gconvert.c: Fix the prototype of _g_charset_get_aliases.
6         (#346494, Thomas Klausner)
7
8         * NEWS: Updates
9
10 2006-07-21  Behdad Esfahbod  <behdad@gnome.org>
11
12         * glib/gmirroringtable.h: Updated to Unicode Character Database 5.0.0.
13
14 2006-07-20  Matthias Clasen  <mclasen@redhat.com>
15
16         * glib/guniprop.c (real_toupper, real_tolower): Small optimization.
17         (#348011, Nikolai Weibull)
18
19 2006-07-19  Behdad Esfahbod  <behdad@gnome.org>
20
21         * glib/gunibreak.h:
22         * glib/gunichartables.h:
23         * glib/gunicomp.h:
24         * glib/gunidecomp.h:
25         Update to final Unicode Character Database 5.0.0. (#336281)
26
27 2006-07-06  Behdad Esfahbod  <behdad@gnome.org>
28
29         * glib/gutils.c (g_parse_debug_string): When matching debug flag keys, 
30         ignore case and accept any of comma, colon, semicolon, space, and tab
31         as separators.  Also, match dash with underscore.
32
33 2006-07-05  Matthias Clasen  <mclasen@redhat.com>
34
35         * glib/gbase64.c: Fix typos in the docs.  (#346660, Mark
36         Drago)
37
38 2006-07-03  Runa Bhattacharjee <runabh@gmail.com>
39
40         * configure.in: Added Bengali India (bn_IN) in ALL_LINGUAS.
41
42 2006-07-02  Matthias Clasen  <mclasen@redhat.com>
43
44         * configure.in: Bump version
45
46         * === Released 2.12.0 ===
47
48 2006-06-30  Matthias Clasen  <mclasen@redhat.com>
49
50         * NEWS: Updates
51
52         * configure.in: Set version to 2.12.0
53
54 2006-06-20  Matthias Clasen  <mclasen@redhat.com>
55
56         * glib/gtimer.c (mktime_utc): Fix an off-by-2 error
57         in the leap year calculation.  (#344905, Dan Winship)
58
59         * tests/testglib.c (main): Change the test data for
60         the g_time_val_from_iso8601 tests to expose an off-by-2
61         error in the leap year calculation.
62
63         * configure.in: Bump version
64
65         * === Released 2.11.4 ===
66
67         * NEWS: Updates
68
69 2006-06-16  Matthias Clasen  <mclasen@redhat.com>
70
71         * tests/file-test.c (test_mkstemp): Add tests.
72
73         * glib/gfileutils.c (g_mkstemp): Allow the XXXXXX to occur
74         inside the template, not just at the end.  
75
76 2006-06-14  Matthias Clasen  <mclasen@redhat.com>
77         
78         * glib/gkeyfile.c (g_key_file_to_data): Separate groups by
79         an empty line  (#344868, Christian Persch)
80
81 2006-06-14  Tor Lillqvist  <tml@novell.com>
82
83         * glib/gutils.c (g_listenv): Add Windows notes to doc comment.
84
85 2006-06-12  Emmanuele Bassi  <ebassi@cvs.gnome.org>
86
87         * glib/gbookmarkfile.h:
88         * glib/gbookmarkfile.c (g_bookmark_file_remove_item): Return
89         a boolean instead of void.
90
91         * tests/bookmarkfile-test.c (test_modify): Add a test case
92         for g_bookmark_file_remove_item().
93
94 2006-06-12  Matthias Clasen  <mclasen@redhat.com>
95
96         * Bump version
97
98         * === Released 2.11.3 ===
99
100         * NEWS: Updates
101
102 2006-06-09  Emmanuele Bassi  <ebassi@cvs.gnome.org>
103
104         * glib/gbookmarkfile.c (g_bookmark_file_remove_application): Use
105         an empty string to pass the test in set_app_info.
106
107         (g_bookmark_file_move_item): Remove the old item from the
108         look up table; return success in case of empty target.
109
110 2006-06-08  Tor Lillqvist  <tml@novell.com>
111
112         * glib/gunicollate.c (msc_strxfrm_wrapper): Workaround for bug in
113         strxfrm() in Microsoft's newer C runtimes. (#343919, Kazuki
114         Iwamoto)
115
116 2006-06-05  Matthias Clasen  <mclasen@redhat.com>
117
118         * configure.in: Bump version
119
120         * === Released 2.11.2 ===
121
122         * configure.in: Set interface age to 0.
123
124         * NEWS: Updates
125
126         * glib/gmain.c: Fix some doc formatting issues.
127
128         * glib/gstrfuncs.c: Revert accidental commit.
129
130         * glib/gmain.c (get_dispatch): Don't leak the
131         dispatch struct.  (#321886)
132
133         * tests/strtod-test.c: Add some tests involving
134         leading whitespace.
135
136         * glib/gstrfuncs.c (g_ascii_formatd): Skip leading 
137         whitespace.  (#343899, Ã˜ystein Johansen)
138
139 2006-06-01  Matthias Clasen  <mclasen@redhat.com>
140
141         * glib/gmain.h: 
142         * glib/gmain.c: Add three new functions, 
143         g_main_current_source, g_source_set_funcs and 
144         g_source_is_destroyed, that will be necessary to 
145         solve thread-safety issues with idles in GTK+.  
146         (#321886, Chris Wilson)
147
148 2006-06-01  Matthias Clasen  <mclasen@redhat.com>
149
150         * glib/giochannel.c (g_io_channel_write_chars): Avoid
151         running in an assertion with small writes.  (#343566, Chris
152         Wilson)
153
154         * tests/iochannel-test.c: Add a testcase for small writes.
155
156         * glib/glib.symbols: 
157         * glib/ghash.h: 
158         * glib/ghash.c: Add g_hash_table_{remove,steal}_all to
159         remove all nodes from a hash table.  (#168538, Matt Barnes)
160
161 2006-06-01  Behdad Esfahbod  <behdad@gnome.org>
162
163         * glib/gkeyfile.c (g_key_file_to_data),
164         (g_key_file_parse_value_as_comment),
165         (g_key_file_parse_comment_as_value):
166         * glib/gscanner.c (g_scanner_get_token_ll): Cleanup. Use return
167         value of g_string_free(...). (#343548, Chris Wilson)
168
169 2006-05-28  Matthias Clasen  <mclasen@redhat.com>
170
171         * glib/gmarkup.c (g_markup_parse_context_parse): 
172         Don't use g_str_has_{prefix,suffix} here.
173
174 2006-05-28  Matthias Clasen  <mclasen@redhat.com>
175
176         * glib/gmarkup.h: Add a GMarkupParseFlags flag for
177         treating CDATA as text. 
178
179         * glib/gmarkup.c (g_markup_parse_context_parse): 
180         Implement it here.
181
182 2006-05-28  Matthias Clasen  <mclasen@redhat.com>
183
184         * tests/markups/expected-*: Output that test-markup
185         is expected to produce when run on the valid gmarkup 
186         examples.
187
188         * tests/markup-test.c: Only dump the results of the
189         first, unchunked parse, to compare it against the expected
190         output. 
191
192         * tests/run-markup-tests.sh: For valid examples, compare
193         the output of test-markup against the corresponding
194         expected-<n> file.
195         
196 2006-05-24  Matthias Clasen  <mclasen@redhat.com>
197
198         * configure.in: Don't compile timeloop on Minix. 
199         (Leonard den Ottolander)
200
201 2006-05-22  Sebastian Wilhelmi  <wilhelmi@google.com>
202
203         * glib/gthread.c (g_thread_init_glib): Run _g_atomic_thread_init
204         as the first of the full fledged initializers to allow the later
205         to potentially use atomic ints (which they currently do
206         not). (#342563, Peter Kjellerstedt)
207
208 2006-05-16  Matthias Clasen  <mclasen@redhat.com>
209
210         * tests/Makefile.am: 
211         * tests/strtoll-test.c: Add tests for g_ascii_strtoll()
212         and g_ascii_strtoull().
213
214         * glib/glib.symbols:
215         * glib/gstrfuncs.h: 
216         * glib/gstrfuncs.c (g_ascii_strtoll): New function to
217         parse signed 64bit integers like strtoll does.  
218
219         * glib/goption.c (parse_int64): Use g_ascii_strtoll(),
220         since strtoll() is C99 and not available on some
221         systems.  (#341826, Kazuki Iwamoto)
222
223 2006-05-15  Matthias Clasen  <mclasen@redhat.com>
224         
225         * configure.in: Bump version
226
227         * === Released 2.11.1 ===
228
229         * NEWS: Updates
230
231 2006-05-13  Matthias Clasen  <mclasen@redhat.com>
232
233         * glib/grel.c: Fix several cases of deref-before-NULL-check.
234         (#341191, Pascal Terjan)
235
236         * glib/glib.symbols: 
237         * glib/goption.h: 
238         * glib/goption.c: Allow optional summary and description
239         texts before and after the option descriptions, and add
240         a way to translate them.  (#336120, Behdad Esfahbod)
241
242 2006-05-12  Tor Lillqvist  <tml@novell.com>
243
244         * glib/giowin32.c (g_io_win32_sock_set_flags): Implement
245         setting/clearing G_IO_FLAG_NONBLOCK for channels attached to
246         sockets. (#341192)
247         (g_io_win32_unimpl_set_flags): set_flags method for the
248         unimplemented case.
249         
250 2006-05-11  Bastien Nocera  <hadess@hadess.net>
251
252         * glib/goption.c: (parse_int64), (parse_arg), (free_changes_list):
253         * glib/goption.h:
254         * tests/option-test.c: (arg_test6), (main): add an int64 type for
255         GOption (G_OPTION_ARG_INT64) (#341237)
256
257 2006-05-10  Sebastian Wilhelmi  <wilhelmi@google.com>
258
259         * glib/gthread.h, gthread/gthread-impl.c: Make the magic and
260         location arguments to the error-checking-mutex functions const and
261         do not write to them, as we might not own them. Clean up the
262         error-checking-mutex code quite a bit. (#335198, Chris Wilson)
263
264         * glib/gthread.c: Use g_atomic_pointer_set instead of old
265         homegrown version now that we have it. (#335198, Chris Wilson)
266
267         * gthread/gthread-posix.c, gthread/gthread-win32.c: Prevent
268         calling into g_cond_wait resp. g_mutex_lock/unlock directly to
269         avoid recursions into the errorcheking mutex code (and out of
270         principle anyway). (#335198, Chris Wilson)
271
272         * tests/errorcheck-mutex-test.c: Adapt to GLib coding standards.
273
274 2006-05-09  Sebastian Wilhelmi  <wilhelmi@google.com>
275
276         * glib/gthreadinit.h: Renamed to glib/gthreadprivate.h and moved
277         system thread identifier comparision and assignment macros from
278         glib/gthread.c to glib/gthreadprivate.h.
279
280         * glib/Makefile.am, glib/gatomic.c, glib/gconvert.c, glib/gmain.c,
281         glib/gmem.c, glib/gmessages.c, glib/grand.c, glib/gslice.c,
282         glib/gthread.c, glib/gutils.c, gthread/gthread-impl.c: Use
283         glib/gthreadprivate.h instead of glib/gthreadinit.h.
284
285         * gthread/gthread-impl.c: Use GSystemThread instead of GThread for
286         owner determination. (#311043, jylefort@FreeBSD.org)
287
288         * tests/Makefile.am, tests/errorcheck-mutex-test: New test program
289         to test for all checked violations.
290
291         * glib/gprintf.c, glib/gspawn-win32.c, glib/gutf8.c,
292         gthread/gthread-impl.c, gthread/gthread-posix.c,
293         gthread/gthread-win32.c: Use canonical include form for internal
294         headers. config.h is always there.
295
296         * Remove obsolete gthread/gthread-solaris.c.
297
298 2006-05-08  Matthias Clasen  <mclasen@redhat.com>
299
300         * tests/convert-test.c (test_one_half): Use encoding names which 
301         may work better on Solaris.  (#340434, Alessandro Vesely)
302
303         * tests/keyfile-test.c (test_number): Add some tests for
304         invalid floating point numbers.
305
306         * glib/gkeyfile.c (g_key_file_parse_value_as_double): Return
307         an error for the empty string.  (#339105, Morten Welinder)
308
309         * glib/gscanner.c (g_scanner_config_template): Make const,
310         noticed by Kjartan Maraas.
311
312 2006-05-06  Matthias Clasen  <mclasen@redhat.com>
313
314         * glib/gkeyfile.c (g_key_file_set_string_list)
315         (g_key_file_set_locale_string_list): Fix invalid memory
316         reads.  (#340816, Nick Treleaven)
317
318 2006-05-04  Alexander Larsson  <alexl@redhat.com>
319
320         * glib/gbase64.c: (g_base64_decode_step):
321         Fix OOB write (#340538)
322
323 2006-05-03  Matthias Clasen  <mclasen@redhat.com>
324
325         * tests/base64-test.c: Add some more tests.
326
327         * glib/gbase64.c (g_base64_decode_step): Avoid writing
328         beyond the guaranteed lenght of the output buffer, if
329         there is padding.
330
331         * tests/base64-test.c (test_incremental): Use malloced memory
332         instead of stack-allocated, so that MALLOC_CHECK_=2 catches
333         the OOB write...
334
335         * glib/gbookmarkfile.c (g_bookmark_file_load_from_data): Remove
336         an overzealous return_if_fail check that causes make check to 
337         fail.
338
339 2006-05-02  Matthias Clasen  <mclasen@redhat.com>
340
341         * configure.in: Bump version
342         
343         * === Released 2.11.0 ===
344
345         * NEWS: Updates
346
347         * tests/casemap.txt: 
348         * tests/casefold.txt: Regenerate from Unicode 5.0 data. 
349
350         * glib/guniprop.c: Make interval_compare static.
351
352 Tue May  2 15:00:00 2006  Tim Janik  <timj@gtk.org>
353
354         * tests/gobject/deftype.c: added test code from Behdad Esfahbod, 
355         see #337128.
356
357 Tue May  2 14:18:25 2006  Tim Janik  <timj@gtk.org>
358
359         * glib/goption.c (g_option_context_parse): fixed leak in short
360         option parsing. rewrote parts of the code to be more concise to
361         enhance readability. fixed exaggerated uses of strlen.
362
363 2006-04-28  Behdad Esfahbod  <behdad@gnome.org>
364
365         * glib/guniprop.c: #include <stdlib.h>
366
367 2006-04-27  Matthias Clasen  <mclasen@redhat.com>
368
369         * glib/glib.symbols: Add g_unichar_iswide_cjk.
370         * glib/guniprop.c: Add a "Since: 2.12".
371
372         * NEWS: Updates
373
374 2006-04-27  Behdad Esfahbod  <behdad@gnome.org>
375
376         * docs/reference/glib/glib-sections.txt,
377         * glib/gunicode.h glib/guniprop.c: Implement g_unichar_iswide_cjk().
378         (#105626)
379
380 2006-04-27  Matthias Clasen  <mclasen@redhat.com>
381
382         * glib/gbookmarkfile.c (g_bookmark_file_set_description) 
383         (g_bookmark_file_set_title, g_bookmark_file_set_icon): 
384         Remove some special-casing of empty string which led to 
385         dangling pointers.  (#339337, Morten Welinder)
386         (expand_exec_line): Don't use printf() needlessly, handle
387         trailing '%' gracefully.  (#339338, Morten Welinder)
388         (is_element_full): Silence the compiler.
389         (g_bookmark_file_dump, bookmark_metadata_dump): 
390         (bookmark_app_info_dump): Escape strings before dumping 
391         them in xml.  (#339340, Morten Welinder)
392
393 2006-04-27  Behdad Esfahbod  <behdad@gnome.org>
394
395         * glib/gunibreak.h, glib/gunichartables.h: Regenerated using
396         Unicode Character Database 5.0 beta.
397
398 2006-04-26  Matthias Clasen  <mclasen@redhat.com>
399
400         * glib/grand.c (g_rand_new): Don't repeat a failed fclose()
401         call, since that invokes undefined behaviour.  (Coverity)
402
403 2006-04-25  Matthias Clasen  <mclasen@redhat.com>
404
405         * glib/gbookmarkfile.c (is_element_full): Avoid a possible
406         NULL dereference (found by Coverity), also avoid some 
407         pointless strdups.
408
409         * tests/keyfile-test.c (test_comments): Add a test for
410         the previous change.
411
412         * glib/gkeyfile.c (g_key_file_lookup_group_node): Remove
413         redundant code.
414         (g_key_file_get_group_comment): Don't dereference before
415         checking for NULL.  (#338572, Coverity, Pascal Terjan)
416
417 2006-04-19  Matthias Clasen  <mclasen@redhat.com>
418
419         * glib/gdataset.c: Add some missing Since: 2.8 tags.
420
421 2006-04-19  Tor Lillqvist  <tml@novell.com>
422
423         * glib/gatomic.c: Adapt to the changed prototype of
424         InterlockedCompareExchange() in newer SDKs. Use
425         InterlockedCompareExchangePointer() when applicable. (#155884,
426         John Ehresman)
427
428 2006-04-18  Matthias Clasen  <mclasen@redhat.com>
429
430         * glib/gkeyfile.h:
431         * glib/glib.symbols:
432         * glib/gkeyfile.c: Add api to get and set doubles and 
433         lists of doubles.  (#164719, Maurizio Monge, Dom Lachowicz)
434
435         * tests/keyfile-test.c: Add tests for new api.
436
437         * glib/gkeyfile.c (g_key_file_add_group): Accept duplicate
438         groups.  (#157877, Sebastien Bacher)
439
440         * tests/keyfile-test.c: Add tests for duplicate key and
441         duplicate group handling.
442
443 2006-04-17  Matthias Clasen  <mclasen@redhat.com>
444
445         * glib/gcompletion.c (g_completion_complete_utf8): Make passing
446         NULL for new_prefix work as documented.  (#338845, Yevgen Muntyan)
447
448         * tests/completion-test.c: Test that passing NULL for 
449         new_prefix in g_completion_complete_utf8 works.
450
451 2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>
452
453         * configure.in: Remove obsolete entry for no_NO.
454         * po/no.po: And the translation.
455
456 2006-04-16  Matthias Clasen  <mclasen@redhat.com>
457
458         * glib/gdate.c (g_date_fill_parse_tokens): Avoid an array
459         overrun.  (Coverity, fix by Pascal Terjan)
460
461 2006-04-12  Bastien Nocera  <hadess@hadess.net>
462
463         reviewed by: Matthias Clasen <mclasen@redhat.com>
464
465         * glib/gconvert.c: add more details about which RFC is concerned
466         when using g_filename_to_uri (#337553)
467
468 2006-04-12  Matthias Clasen  <mclasen@redhat.com>
469
470         * glib/goption.c (parse_arg): Add an assert to make it
471         clear when value can be NULL.
472
473 2006-04-07  Martyn Russell  <martyn@imendio.com>
474
475         * tests/threadpool-test.c: (test_thread_stop_unused): Removed an
476         assertion which can fail and is not a critical test.
477
478 2006-04-07  Hans Breuer  <hans@breuer.org>
479
480         * glib/makefile.msc.in : added gbase64.obj and derive the static libs
481         name from auto* variables
482         * glib/makefile.msc.in : link user32.lib for MessageBox()
483
484 2006-04-07  Martyn Russell  <martyn@imendio.com>
485
486         * glib/gasyncqueue.[ch]: Added private API
487         _g_async_queue_get_mutex so that g_thread_pool_free() can use the
488         async queue mutex. 
489         
490         * glib/gthreadpool.c: Make sure
491         g_thread_pool_stop_unused_threads() actually stops unused threads
492         and global limits (like max idle time and max unused threads) can
493         be set without creating a thread pool first. Fixed #335215 (patch
494         from Chris Wilson).  
495         
496         * tests/threadpool-test.c: Added two new tests, tests setting
497         global limits before creating a thread pool. The second test
498         makes sure unused threads are actually stopped when using the
499         g_thread_pool_stop_unused_threads(). 
500
501 2006-04-05  Matthias Clasen  <mclasen@redhat.com>
502
503         * glib/gnulib/vasnprintf.c (vasnprintf): Make
504         long long printing work if snprintf is not 
505         available.  (#332841, Michael McDonald)
506
507 2006-04-05  Behdad Esfahbod  <behdad@gnome.org>
508
509         * tests/option-test.c: Check the return value of g_get_prgname for
510         NULL before passing to strcmp.
511
512         * tests/slice-test.c: Report the correct name in Usage summary.
513
514 2006-04-05  Matthias Clasen  <mclasen@redhat.com>
515
516         * tests/run-collate-tests.sh: Fix up shell script.
517
518         * tests/option-test.c (arg_test5): Skip the test if
519         setting the locale fails.
520         (empty_test1): Reset prgname before the test.
521
522         * tests/Makefile.am: Arrange for run-bookmark-test.sh
523         to be run by make check.
524
525         * tests/utf8-pointer.c: 
526         * tests/tree-test.c: Silence warnings.
527
528 2006-04-04  Matthias Clasen  <mclasen@redhat.com>
529
530         * glib/glib.symbols:
531         * glib/gbase64.[hc]: Add G_GNUC_MALLOC where
532         appropriate, use glib types.
533
534 2006-04-04  Alexander Larsson  <alexl@redhat.com>
535
536         * glib/Makefile.am:
537         * glib/gbase64.[ch]:
538         * glib/glib.symbols:
539         Add base64 encode/decode functions
540         
541         * glib/glib.h:
542         Include gbase64.h
543         
544         * tests/Makefile.am:
545         * tests/base64-test.c:
546         Tests for base64 functions
547
548 2006-04-04  Matthias Clasen  <mclasen@redhat.com>
549
550         * glib/gdate.c: Move short_month_names and long_month_names
551         to bss.
552
553         * glib/gspawn-win32.c (g_spawn_error_quark):
554         * glib/gspawn.c (g_spawn_error_quark):
555         * glib/gshell.c (g_shell_error_quark):
556         * glib/gmarkup.c (g_markup_error_quark):
557         * glib/goption.c (g_option_error_quark):
558         * glib/gkeyfile.c (g_key_file_error_quark):
559         * glib/giochannel.c (g_io_channel_error_quark):
560         * glib/gfileutils.c (g_file_error_quark):
561         * glib/gconvert.c (g_convert_error_quark):
562         * glib/gbookmarkfile.c (g_bookmark_file_error_quark):
563         * glib/gthread.c (g_thread_error_quark): No point in making
564         the error path fast by caching quarks.
565
566         * glib/gbookmarkfile.c: Make the parser struct const.
567
568 2006-04-04  Behdad Esfahbod  <behdad@gnome.org>
569
570         * glib/gbookmarkfile.c: Fix accidentally broken build.
571
572 2006-04-03  Matthias Clasen  <mclasen@redhat.com>
573
574         * glib/gbookmarkfile.c: Don't include sys/time.h  (#337027,
575          Kazuki IWAMOTO)
576
577 2006-03-31  Tor Lillqvist  <tml@novell.com>
578
579         * glib/gstdio.c (g_remove): Revert change below. It wasn't a good
580         idea after all, says the original bug reporter. See bug for
581         discussion.
582
583 2006-03-30  Tor Lillqvist  <tml@novell.com>
584
585         * glib/gstdio.c (g_remove): [Win32] call rmdir() only if remove()
586         fails with errno set to ENOENT, to leave errno set to EACCESS if
587         that is the problem. (#334799, Yevgen Muntyan)
588
589 2006-03-30  Matthias Clasen  <mclasen@redhat.com>
590
591         * glib/gbookmarkfile.c (g_bookmark_file_get_app_info): Sync
592         the parameter names with the .h files, otherwise gtk-doc
593         misbehaves.
594
595 2006-03-27  Emmanuele Bassi  <ebassi@cvs.gnome.org>
596
597         * tests/.cvsignore: Add bookmarkfile-test to the ignored files.
598
599 2006-03-27  Emmanuele Bassi  <ebassi@cvs.gnome.org>
600
601         * tests/Makefile.am:
602         * tests/bookmarkfile-test.c:
603         * tests/run-bookmark-test.sh:
604         * tests/bookmarks/*.xbel: Add test suite for GBookmarkFile.
605
606 2006-03-27  Emmanuele Bassi  <ebassi@cvs.gnome.org>
607
608         * docs/reference/glib/glib-docs.sgml:
609         * docs/reference/glib/glib-sections.txt:
610         * docs/reference/glib/tmpl/bookmarkfile.sgml: Add documentation for
611         GBookmarkFile to GLib's reference guide.
612
613 2006-03-27  Emmanuele Bassi  <ebassi@cvs.gnome.org>
614
615         * glib/glib.h:
616         * glib/gbookmarkfile.h
617         * glib/gbookmarkfile.c: Add GBookmarkFile, a parser for files
618         containing bookmarks stored using the Desktop Bookmark
619         specification. Fixes bug #327662.
620
621         * glib/glib.symbols:
622         * glib/Makefile.am:
623         * glib/makefile.msc.in:
624         * glib/makefile.mingw.in: Build glue for GBookmarkFile.
625
626 2006-03-27  Dom Lachowicz  <cinamod@hotmail.com>
627
628         * tests/option-test.c: Copy-and-paste error slipped into test5. Enable
629         test5, as per Matthias' comments in bug 329548#c11.
630
631         Change a gboolean to an int. Fixes bug #329789.
632
633         * configure.in: Bump version number to 2.11.0
634         
635 2006-03-27  Matthias Clasen  <mclasen@redhat.com>
636
637         Add support for floating point numbers to goption.
638         (#329548, Behdad Esfahbod, patch by Antoine Dopffer and 
639          Dom Lachowicz)
640
641         * glib/goption.h:
642         * glib/goption.c: Support double arguments.
643
644         * tests/option-test.c: Test double arguments.`
645
646 2006-03-26  Matthias Clasen  <mclasen@redhat.com>
647
648         * glib/goption.c (g_option_context_new): Improve the description
649         of parameter_string in the docs.  (#336085, Claudio Saavedra)
650
651 2006-03-24  Martyn Russell  <martyn@imendio.com>
652
653         * glib/gthreadpool.c: Updated the documentation to explain that
654         when the maximum threads is > 1 the sort functionality is not 100%
655         accurate due to the ramdom nature of the scheduler choosing which
656         threads to execute. Fixes bug #334943.
657
658         * tests/threadpool-test.c: Disabled the debugging by default and
659         fixed the sort test to set the maximum threads to 1 to guarantee
660         the thread entry function is called in order. 
661
662 2006-03-23  Matthias Clasen  <mclasen@redhat.com> 
663
664         === Branch for 2.10 ===