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