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