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