Updates
[platform/upstream/glib.git] / NEWS
1 Overview of Changes from GLib 2.15.0 to GLib 2.15.1
2 ===================================================
3
4  * Portability fixes:
5  - Assertion functions are marked as noreturn again
6  - Handling of inline functions has been fixed to work with gcc 4.3
7  - C99 comments have been removed from headers
8
9  * GIO:
10   - Clarified the semantics of g_app_info_get_all()
11   - API for memory input streams is more flexible
12
13  * Bugs fixed:
14    504829 Invalid environment passed to g_spawn_async in g_desktop_...
15    505258 crash in Users and Groups: Adding a user
16    505815 g_content_types_get_registered should not g_free keys
17    491218 g_timer_new() doesn't initialize timer->end
18    315437 extern inline -> static inline
19    476856 Inconsistency between standard and implementation of the ...
20    480122 g_module_open fails to open modules with ".la" extension
21    495589 gspawn.c failing to set FD_CLOEXEC
22    500273 doesn't build with --disable-visibility
23    504142 Do not show empty groups in --help output
24    504879 giofam incorrectly linked
25    505042 add file attribute for actually used file size in bytes
26    505058 xattr namespace docs
27    505674 Misprint in the definition of the macro G_CCLOSURE_SWAP_DATA
28    505730 Fails to build on OSX 10.4: _NSGetEnviron not declared
29    505887 older darwin lacks lchown
30    506374 gmemoryinputstream api
31    506461 Conversion of g_assert_not_reached() and friends into fun...
32    503051 Small bug in glib interface
33    506395 Updates to GIO documentation
34    507628 Missing .pc entry for gio linking against glib
35    505195 [patch] typo in g_try_new0 docs 
36  
37  * Updated translations:
38    Arabic (ar)
39    Belarusian Latin (be@latin)
40    Spanish (es)
41    Basque (eu)
42    Irish (ga)
43    Hebrew (he)
44    Occitan (oc)
45    Vietnamese (vi)
46
47
48 Overview of Changes from GLib 2.14.x to GLib 2.15.0
49 ===================================================
50
51 Major new features:
52
53  * GIO: a VFS API, designed to replace GnomeVFS. The GIO implementation 
54    in GLib has support for local filesystems. The new, separate gvfs 
55    module contains various backend implementations (cifs, ftp, sftp,
56    http, ...)
57
58  * GChecksum: provides various hash algorithms, such as MD5, SHA-1
59    and SHA-256
60  
61  * GTest: a test framework 
62  
63 Smaller additions:
64
65  * GHash:
66  - GHash has iterators, as an alternative to g_hash_table_foreach
67
68  * GMarkup: 
69  - g_markup_parse_context_get_element_stack: New function to
70    get the stack of open elements
71  - G_MARKUP_PREFIX_ERROR_POSITION: New flag to improve error
72    reporting
73  - g_markup_collect_attributes: Convenience function for handling
74    attributes
75
76 * GKeyFile: 
77  - Functions that take a GError now return a boolean to indicate 
78    success, instead of void
79  - Various performance improvements
80
81 * GAsyncQueue:
82  - g_async_queue_new_full: new function that allows to specify
83    a free function for leftover elements
84  
85 * GError:
86  - g_prefix_error and g_propagate_prefixed_error: New functions
87    to ease error propagation
88
89 * Internationalization:
90  - C_: A new 2-argument variant of the Q_() macro 
91  - Use native character set conversion API on Windows
92
93 * GLib builds with automake 1.10
94
95 * Bugs fixed:
96  455725 specific combination of g_utf8_strlen and g_pattern_match...
97  467537 g_convert_with_iconv() not resetting iconv() state correc...
98  497033 Commandline option parser should warn about missing optio...
99  504527 gchecksum: Conditional jump or move depends on uninitiali...
100  445362 Non-numeric local labels in gatomic.c are causing linker ...
101  482313 gregex: no way to tell why compilation failed
102  317775 main loops continues to run after g_main_loop_quit() has ...
103  418778 Insufficient pkg-config version requirement
104  436293 g_option_context_new() doc should mention that the string...
105  466557 glib-mkenums shifts ARGV[0] to undefined
106  468882 GKeyFile doesn't accept "True" as a true boolean value
107  469551 application --help messages are garbaged on none UTF-8 lo...
108  479724 Memory leak upon calling "g_main_loop_run" in the seconda...
109  490061 outptrs uninitialized after g_parse_long_long
110  490637 gobject documentation patch
111  495294 glib-genmarshal prints warnings but returns 0
112  496046 option to prefix location of errors for GMarkup
113  498113 tests/regex-test fails on 64bit environment
114  500506 Fails to build on OSX 10.4
115  500638 gkeyfile speedup ...
116  500875 Make check fails as there is no "test" target for "build"...
117  502511 g_assert_cmphex prints invalid message
118  502927 g_array_index triggers cast aligment warning
119  503029 g_time_val_from_iso8601 parse non-ISO8601 dates
120  503222 Need context to translate
121  503420 gkeyfile leaks a hash table
122  503470 Fix build when builddir != srcdir
123  504227 Inverse variant for g_test_trap_assert_stdout, g_test_tra...
124  71704  file include order
125  491957 Misprint in the specification of the interface "g_main_co...
126  491959 Misprint in description of the structure "GThreadPool"
127  491965 Mistype in the specification of the function "g_hook_list...
128  491966 Misprint in the specification of the interface "g_main_co...
129  491968 The documentation does not mention the restriction for th...
130  491970 The documentation for the interface "g_date_clamp" is inc...
131  491974 The documentation of the interface "g_main_context_iterat...
132  491975 The documentation for the interfaces "g_io_channel_read_u...
133  491979 Misprint in the description of the interfaces g_key_file_...
134  491982 Misprint in the description of the interface "g_key_file_...
135  501107 EXTRA_DIST automake warnings
136  501997 g_utf8_normalize() returns NULL on invalid string
137  502590 C_/g_dpgettext efficiency
138  464259 g_set_application_name() docs should say "Since 2.2"
139  496518 gbase64.c API doc clarification
140  498728 g_key_file_get_*_list should set length to 0 when returni...
141  500361 Improve docs for g_array_free() and g_ptr_array_free()
142  501853 g_checksum_get_digest docs
143  503862 Allow NULL strings in g_parse_debug_string()
144  142676 Q_
145  367550 Add g_async_queue_new_full() with GDestroyNotify function
146  375651 Minor enhancements to GKeyFile API
147  443648 MD5 digest support
148  449937 Upgrade auto* sources to be clean under automake1.9
149  452887 gmarkup context "get element" function is useless when ca...
150  491549 [PATCH] Eliminate libiconv dependency on Windows
151  500507 GHashTableIter API 
152
153 * Translation updates
154  Belarusian Latin (be@latin)
155  Czech (cs)
156  German (de)
157  Spanish (es)
158  Esperanto (et)
159  French (fr)
160  Korean (ko)
161  Marathi (mr)
162  Norwegian bokmÃ¥l (nb)
163  Brazilian Portugese (pt_BR)
164  Slovenian (sl)
165  Swedish (sv)
166
167
168 Overview of Changes from GLib 2.14.2 to GLib 2.14.3
169 ===================================================
170
171 * Update PCRE to 7.4
172
173 * Bugs fixed:
174  487491 Fix some warnings from sparse
175  488068 Small (one-time) memory leak in glib_gettext initialization
176  493688 TYPE macro "_get_type ()" is documented wrong
177
178 * Updated translations:
179  Arabic (ar)
180  Belarusian Latin (be@latin)
181  Estonian (et)
182  Irish (ga)
183  Slovenian (sl)
184
185  
186 Overview of Changes from GLib 2.14.1 to GLib 2.14.2
187 ===================================================
188
189 * Bugs fixed:
190  476849 Invocation of the interface "g_hook_free" fails in certai...
191  359165 marshallers can throw warnings with -Wunused
192  477957 more discussion on g_value_set_object vs. g_value_take_ob...
193  478459 G_DEFINE_DYNAMIC_TYPE_EXTENDED doesn't work with G_IMPLEM...
194  483337 inline is disabled for MSVC when compiling C code
195  478349 Broken link to gettext website
196  469231 g_spawn optimization for setting all open fds to CLOEXEC 
197
198 * Updated translations:
199 Arabic (ar)
200 Galician (gl)
201 Hebrew (he)
202 Korean (ko)
203
204
205 Overview of Changes from GLib 2.14.0 to GLib 2.14.1
206 ===================================================
207
208 * Bugs fixed:
209  476840 Invocation of the interface "g_utf8_strreverse" crashes f...
210  444765 Fix FIXME in gregex.c when new pcre is out
211  464145 g_markup_escape_text Produces Invalid XML
212  465625 g_type_default_interface_ref() does not ensure working g_...
213  466768 Clearify that comments can be put anywhere in a Key-file.
214  474229 The GError documentation should give convention for the G...
215  474899 G_BREAKPOINT() docs inaccurate
216  475854 Overuse of -lpcre when using system pcre
217  473879 Incorrect includes in gregex.c
218  468694 Typoes in documentation
219  469051 g_snprintf () talks about characters where it probably me...
220  457601 Missing arch specific atomic implementation
221  475923 Missing pcre flags when static-linking against glib
222  475619 glibthread-2.0.la does not list -lpthread
223
224 * Updated translations:
225  Bulgarian (bg)
226  Catalan (ca)
227  Danish (da)
228  German (de)
229  Canadian English (en_CA)
230  British English (en_GB)
231  Spanish (es)
232  Estonian (et)
233  Finnish (fi)
234  French (fr)
235  Gujarati (gu)
236  Hungarian (hu)
237  Italian (it)
238  Georgian (ka)
239  Kannada (kn)
240  Lithuanian (lt)
241  Makedonian (mk)
242  Norwegian (nb)
243  Dutch (nl)
244  Polish (pl)
245  Portugese (pt)
246  Brazilian Portugese (pt_BR)
247  Romanian (ro)
248  Russian (ru)
249  Albanian (sq)
250  Serbian (sr, sr@Latn)
251  Swedish (sv)
252  Tamil (ta)
253  Thai (th)
254  Ukrainian (uk)
255  Vietnamese (vi)
256
257
258 Overview of Changes from GLib 2.13.7 to GLib 2.14.0
259 ===================================================
260
261 * Last-minute API additions:
262  - Make g_unichar_combining_class public
263  - Add goffset type, add G_MAXSSIZE and G_MINSSIZE
264
265 * Update PCRE to 7.2
266
267 * Bugs fixed:
268  453998 Make _g_unichar_combining_class() public
269  462549 gregex.c: variable is declared at middle of block
270  417068 g_file_test doc inconsistency
271
272 * Updated translations:
273  Assamese (as)
274  Basque (eu)
275  Kannada (kn)
276  Malayalam (ml)
277  Dutch (nl)
278  Polish (pl)
279  Brazilian Portugese (pt_BR)
280  Turkish (tr)
281
282
283 Overview of Changes from GLib 2.13.6 to GLib 2.13.7
284 ===================================================
285
286 * The memory corruption warning from the slice allocator that
287   occurred when threads were initialized after the slice allocator
288   has been removed, as the slice allocator now works fine
289   in this scenario.
290
291 * New functions g_once_init_enter() and g_once_init_leave() make
292   it easier to write threadsafe one-time initialization functions 
293  
294 * Bugs fixed:
295  454473 Simple XML Subset Parser terminates on invalid XML
296  445813 g_module_open error, add file name
297  453796 errno gets clobbered by g_filename_display_name
298  341988 don't use "-c" with msgfmt in Makefile.in.in
299  447048 Please produce slightly more output during long tests
300  454785 GModule documentation lists same block of code twice.
301  454786 GModule documentation lists same paragraph twice.
302  383155 small docs quirks in gobject/closure API documentation
303  65041  _get_type() functions aren't thread safe
304
305 * Updated translations
306  Assamese (as)
307  Spanish (es)
308  Gujarati (gu)
309  Japanese (ja)
310  Korean (ko)
311  Macedonian (mk)
312
313
314 Overview of Changes from GLib 2.13.5 to GLib 2.13.6
315 ===================================================
316
317 * Reintroduce a GType typedef whose removal in 2.13.5
318   caused trouble for C++ bindings
319
320 * Bugs fixed:
321  450216 docs not explicit enough about g_free()
322  451459 g_type_register_static_simple calls g_type_register_static
323
324 * Updated translations
325  Norwegian bokmÃ¥l (nb)
326  Sinhala (si)
327
328
329 Overview of Changes from GLib 2.13.4 to GLib 2.13.5
330 ===================================================
331
332 * xdg-user-dirs support: 
333  - the Desktop directory is guaranteed to be defined
334  - user-dirs.dirs is no longer reloaded on changes
335
336 * Slice allocator: 
337  - new api to duplicate slices
338
339 * Regular expression support:
340  - GRegex is a boxed type now
341
342 * Bugs fixed:
343  44793 make check failing in trunk
344  354522 Small problem with PLT hiding 6 symbols
345  363986 glib 2.12.4 does not compile with SGI IDO cc
346  443869 g_type_class_add_private doesn't warn when adding 0-sized...
347  446859 Legitimately return 0 for g_quark_from_string(NULL)
348  447534 Small typo in g_timeout_add_seconds() doc
349  447583 GStaticRWLock
350  447935 g_get_current_dir SIGSEGV on long path
351  448260 CLAMP has surprising result if low > high
352  57693  g_string_vprintf()
353  442029 add g_slice_dup()
354  445065 Add GRegex boxed type
355  448819 Add full version of g_timeout_add_seconds()
356
357 * Updated translations: 
358  Swedish (sv)
359  Oriya (or)
360  Hebrew (he)
361  Spanish (es)
362  Estonian (et)
363
364  
365 Overview of Changes from GLib 2.13.3 to GLib 2.13.4
366 ===================================================
367
368 * Bugs fixed:
369  444121 g_get_user_special_dir deadlocks
370  444161 invalid UTF8 in key name shows up as valgrind error in g_...
371  444130 g_option_context_get_help() is broken when there's a desc...
372
373
374 Overview of Changes from GLib 2.13.2 to GLib 2.13.3
375 ===================================================
376
377 * GKeyFile:
378  - Added defines for easier handling of desktop files
379
380 * Unicode support:
381  - Update g_unichar_iswide_cjk for Unicode 5.0
382
383 * Regular expression support:
384  - GRegex structs can now be ref-counted
385  - Some new functions for dealing with incremental 
386    replacement have been added
387  - The GRegexEvalCallback signature has been changed
388
389 * g_get_user_special_dir() has been added to support
390   xdg-user-dirs
391
392 * Bugs fixed:
393  419376 Functions using named subpatterns behave inconsistently w...
394  434358 g_regex_fetch_named() and g_regex_fetch_named_pos() are b...
395  423708 typo in the README.win32 file see patch below
396  339225 Add new defines for easier handling of .desktop files 
397  442265 API additions/changes for GRegex
398  432651 Add a glib-ish xdg_user_dir_lookup
399
400 * Updated translations:
401  Estonian (et)
402  Norwegian bokmÃ¥l (nb)
403
404
405 Overview of Changes from GLib 2.13.1 to GLib 2.13.2
406 ===================================================
407
408 * Unicode support:
409  - Add g_unichar_ismark()
410
411 * GOption:
412  - Allow to use callbacks for remaining args
413
414 * Updated translations:
415   Belarusian Latin (be@latin)
416   British English (en_GB)
417   Galician (gl)
418   Norwegian bokmÃ¥l (nb)
419   Oriya (or)
420   Spanish (es)
421   Thai (th)
422
423
424 Overview of Changes from GLib 2.13.0 to GLib 2.13.1
425 ===================================================
426
427 * GRegex:
428  - Portability fixes
429  - Split into immutable GRegex and GMatchInfo
430  - Add g_regex_get_max_backref() and g_regex_get_capture_count()
431    to obtain information about the compiled regex
432
433 * GKeyFile:
434  - Fix roundtrip problems
435  - Add g_key_file_load_from_dirs()
436
437 * Unicode support:
438  - Fix corner cases in case conversion routines
439
440 * GOption:
441   - Add a function to get the formatted help string
442
443 * GHash:
444  - Add new functions g_hash_table_get_keys() and
445    g_hash_table_get_values() to retrieve the keys and
446    values in list form
447
448 * Updated transations:
449   Simplified Chinese (zh_CN)
450   Arabic (ar)
451
452
453 Overview of Changes from GLib 2.12 to GLib 2.13.0
454 =================================================
455
456 * Add GSequence, a list that is implemented using
457   a balanced binary tree.
458
459 * Add GRegex, an implementation of Perl regular expressions,
460   based on PCRE.
461  
462 * Use Posix monotonic clocks instead of gettimeofday()
463   for GTimer when available.
464
465 * Support static initialization of GQeues with G_QUEUE_INIT,
466   g_queue_init() and g_queue_clear().
467
468 * Add g_string_chunk_clear() for clearing a 
469   GStringChunk.
470
471 * Add g_unichar_get_script() to obtain Unicode
472   script information.
473
474 * Add g_unichar_iszerowidth() to obtain information
475   about zero-width characters.
476
477 * Add G_GNUC_MAY_ALIAS which wraps the gcc may_alias 
478   type attribute.
479
480 * G_GNUC_INTERNAL has a working definition for the
481   Sun Studio compiler. This requires the macro to
482   be positioned before the function declaration.
483
484 * The slice allocator can produce detailed debugging
485   information with G_SLICE=debug-blocks.
486
487 * Modules support G_DEBUG flags resident-modules and
488   bind-now-modules.
489
490 * Add G_DEFINE_DYNAMIC_TYPE() to make it easier
491   to define types in modules.
492
493 * Bug fixes: too many to list them in detail here.
494
495 * New and updated translations (be,bg,bn,ca,cs,de,
496   en_CA,en_GB,et,fa,fr,he,hu,it,ja,ku,lt,mg,mk,ml,
497   nb,ne,nn,pt,pt_BR,ro,sr,sr@Latn,sv,ta,uk,vi,zh_CN,
498   zh_HK,zh_TW)
499
500
501 Overview of Changes from GLib 2.12.1 to GLib 2.12.2
502 ===================================================
503
504 * Unicode updates:
505  - Normalization is following Unicode TR #29
506  - g_unichar_isxdigit() only accept characters
507    for which g_unichar_xdigit_value() returns a value
508  - g_unichar_toupper and g_unichar_tolower leave
509    unconvertable characters in place instead of
510    replacing them by NUL
511
512 * Bugs fixed
513  348491 g_utf8_strup() and g_utf8_strdown() returns 
514         string with NUL bytes
515  349825 GKeyFile always inserts a newline before a group
516  347842 g_unichar_isxdigit() is too general about what 
517         it considers a digit
518  348694 g_utf8_normalize() hasn't been updated to PR #29
519  348785 Hint about G_DEBUG in Message Logging docs
520  349792 Wrong english string (UI)
521  349952 gparamspecs.c uses gcc feature
522
523 * Translation updates (ca,cs,de,dz,es,eu,fi,gu,ko,
524   nl,pl,tr,uk,zh_HK,zh_TW)
525
526
527 Overview of Changes from GLib 2.12.0 to GLib 2.12.1
528 ===================================================
529
530 * Update to final Unicode Character Database 5.0.0
531
532 * Bugs fixed:
533  346660 issues with base64 api documentation / g_base64_decode_cl...
534  348136 Coverity reports allocation of wrong size CID #2839
535  336281 Update to UCD 5.0
536  346197 g_date_strftime %F option doesnt work for win32
537  348011 Small optimization to real_toupper()
538  246494 prototype mismatch in glib/gconvert.c
539
540 * New and updated translations (bg,bn_IN,ca,dz,eu,fi,
541   fr,he,it,ja,mk,or,pt)
542
543
544 Overview of Changes from GLib 2.11.4 to GLib 2.12
545 =================================================
546
547 * Bugs fixed:
548  344905 leap-year bug in g_time_val_from_iso8601 w/o HAVE_TIMEGM
549
550 * Updated translations (cy,nb,nl)
551
552
553 Overview of Changes from GLib 2.11.3 to GLib 2.11.4
554 ===================================================
555
556 * GBookmarkFile:
557  - g_bookmark_file_remove_item returns a boolean
558  
559 * g_mkstemp accepts the XXXXXX in the middle of
560   the template
561  
562 * Bugs fixed:
563  344868 g_key_file_to_data should separate groups 
564
565 * Updated translations (de,es,fr,gu,hi,ko,th)
566
567
568 Overview of Changes from GLib 2.11.2 to GLib 2.11.3
569 ===================================================
570
571 * GBookmarkFile:
572   - g_bookmark_file_move_item: Return TRUE in case of
573     an empty target
574
575 * Bugs fixed: 
576  343919 gunicollate.c: strxfrm bug on VC8
577
578 * Updated translations (fi)
579
580 Overview of Changes from GLib 2.11.1 to GLib 2.11.2
581 ===================================================
582
583 * Add g_ascii_stroll to parse signed 64bit integers
584
585 * GMarkup: add a flag to treat CDATA as text
586
587 * GHashTable: add functions to remove all entries
588
589 * GMainLoop: add functions to find the currently
590   running source, and determine if it is destroyed
591
592 * Bug fixes:
593  342563  g_atomic_thread_init() needs to be called before 
594          other _g_*_thread_init() functions
595  343548  Potential use after free in callers of g_string_free() 
596  168538  Wish: Clearing contents of GHashTables
597  321886  GTK+ cannot be reliably used in multi-threaded 
598          applications
599  341826  goption.c: 'strtoll' is C99's function
600  343899  g_ascii_formatd dosn't work as expected for all 
601          format strings
602  317793  Make GEnumValue strings const
603  337129  Compile warnings in G_IMPLEMENT_INTERFACE
604  303622  What is G_TYPE_CHAR?
605
606 * Updated translations (bg,dz,eu,gl,ja,ko,nl,th,vi)
607  
608
609 Overview of Changes from GLib 2.11.0 to GLib 2.11.1
610 ===================================================
611
612 * GOption  
613   - Support 64-bit integers 
614   - Allow optional text before and after the options
615     in help output
616
617 * Bug fixes:
618  340538 gbase64-test writes OOB 
619  340816 GKeyFile set_string_list invalid memory reads 
620  339105 g_key_file_parse_value_as_double
621  340434 convert-test.c fails (function test_one_half)
622  311043 Memory leaks (and potential infinite loops) 
623         when using G_ERRORCHECK_MUTEXES
624  335198 Error checking mutexes are fubar  
625  341237 Add a G_OPTION_ARG_INT64
626  341192 g_io_channel_set_flags not implemented on win32
627  336120 Allow adding description before/after GOption 
628         --help output body
629  341191 misplaced check in g_relation_delete
630  340530 mismatched calloc / g_free in win32 threads
631
632 * Updated translation (es)
633
634 Overview of Changes from GLib 2.10.x to GLib 2.11.0
635 ===================================================
636
637 * GBookmarkFile: a parser for files containing bookmarks
638   stored using the Desktop Bookmark specification.
639
640 * Base64 encoding support
641         
642 * Unicode 5.0 support
643
644 * GOption supports floating point numbers 
645
646 * GKeyFile supports floating point numbers
647
648 * Bug fixes:
649  155884 gatomic.c should be based on new SDK
650  157877 update-desktop-database doesn't handle duplicate entries
651  164719 keyfile parser doesn't support floats
652  327662 Import BookmarkFile from libegg
653  329548 Add G_OPTION_ARG_DOUBLE
654  329789 option-test.c type confusion
655  332841 Segmentation Fault when %llu is passed to vasnprintf and 
656         HAVE_SNPRINTF is not defined
657  333879 gthread/gthread-win32.c: IsDebuggerPresent needs '#define 
658         _WIN32_WINDOWS 0x0401'
659  333916 g_timer_elapsed docs should mention that microseconds 
660         may be NULL
661  334440 dlerror() portability issue causes crash on (old) a.out 
662         NetBSD platform
663  334646 goption + error out params
664  334799 g_remove() must check return value of remove()
665  334943 make check FAIL: threadpool-test
666  335215 Some breakages with GThreadPool
667  336085 g_option_context_new parameter lacks better explanation
668  336677 Documentation for g_object_ref_sink() is incorrect
669  337027 gbookmarkfile.c: sys/time.h include error
670  337553 Wrong escaping of URIs
671  338572 Dereferencing NULL value in g_key_file_get_group_comment
672  338845 g_completion_complete_utf8 crashes when NULL is passed to it
673  339337 g_bookmark_file_set_description
674  339338 gbookmarkfile.c, function expand_exec_line
675  339340 gbookmarkfile.c, function bookmark_app_info_dump
676
677 * Translation updates (bg,en_GB,et,gl,gu,he,hi,ka,nb,nl,nn,
678                        or,pt_BR,ro,tr,vi,zh_CN)
679
680
681 Overview of Changes from GLib 2.10.0 to GLib 2.10.1
682 ===================================================
683
684 * Bugs fixed:
685  314794 Broken pthread detection on Darwin [Gregor Riepl]
686  322476 Missing check for .dylib [Vladimir Panov]
687  333651 Inconsistent _g_charset_get_aliases prototype [Julio 
688         M. Merino Vidal]
689  333761 GInitiallyUnowned breaks application code [Sven Herzberg]
690
691 * Win32 changes:
692  - Fix g_listenv() implementation.
693  - Allow up to 100 GPrivate structs
694
695 * Translation updates (fr,hu,lt,pl,sv)
696
697
698 Overview of Changes from GLib 2.9.6 to GLib 2.10.0
699 ==================================================
700
701 * Bugs fixed:
702  328997 64bit pointer trunction in glib slab-allocator
703         [Pascal Hofstee]
704  331110 g_cond_broadcast(inform_cond) without holding 
705         inform_mutex [Chris Wilson, Sebastian Wilhelmi]
706  332093 Fix some leaks in the tests [Kjartan Maraas]
707  332435 g_utf8_strlen returns wrong value if a maximum 
708         number of bytes to check is specified 
709         [Matthias Clasen]
710  331367 gslice requires more POSIX-like semantics for 
711         GPrivate destructors [Tor Lillqvist]
712
713 * Documentation improvements [Matthias, Kang Jeong-Hee,
714   Tor Lillqvist, Stefan Kost]
715
716 * Translation updates (el,eu,ka,uk)
717
718 Overview of Changes from GLib 2.9.5 to GLib 2.9.6
719 =================================================
720
721 * Bugs fixed: 
722  329124 distclean removes README [Kjartan Maraas, Tim Janik]
723  317679 GRelation field type not documented [Behdad Esfahbod]
724  329123 Typo in GTime docs [Kjartan Maraas]
725
726 * Documentation improvements [Sven Herzberg, David
727   Schleef, Kjartan Maraas, Behdad Esfahbod]
728
729 * Translation updates (cs,cy,it,ko,pt,sq,sr,sr@Latn,ru
730
731 Overview of Changes from GLib 2.9.4 to GLib 2.9.5
732 =================================================
733
734 * Memory management: 
735   Runtime debugging support: The slice allocator
736   can be turned off by setting G_SLICE=always-malloc
737   in the environment. Zeroing of freed memory can
738   now be turned on at runtime by setting
739   G_DEBUG=gc-friendly in the environment. [Tim Janik]
740
741 * Bugs fixed:
742  328253 HP-UX/IA-64 uses ".so" as default shared library 
743         extension [Albert Chin]
744  143380 unicode-encoding test fails converting to UTF-16 
745         with libiconv [Marc Moorcroft]
746  328254 Build breakage (GSlice) [Jens Ganseuer]
747  328705 C99ism in glib/gmem.c [Kazuki Iwamoto]
748
749 * Translation updates (da,et,zh_CN)
750
751 Overview of Changes from GLib 2.9.3 to GLib 2.9.4
752 =================================================
753
754 * Type system:
755   Fix a problem with g_object_compat_control() which 
756   can lead to segfaults in GTK+ applications on 64bit 
757   platforms. 
758
759 * Thread suppport: 
760   Unused threads now fall back to the global pool after 
761   500 milliseconds, where they wait for another 
762   max-idle-time milliseconds. [Sebastian Wilhelmi]
763
764 * Fix a memory allocation problem in GKeyFile. [Morten 
765   Welinder]
766
767
768 Overview of Changes from GLib 2.9.2 to GLib 2.9.3
769 =================================================
770
771 * GTree:
772  - Replace the simple recursive implementation by
773    a nonrecursive, threaded one  [Maurizio Monge]
774
775 * Change g_filename_display_name and
776   g_filename_display_basename to use the Unicode
777   replacement character U+FFFD instead of a question
778   mark, and don't append "(invalid encoding)"  [Matthias]
779
780 * Documentation improvements [Sven Herzberg, Federico
781   Mena Quintero, Stefan Kost]
782
783 * Bugs fixed:
784  323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X 
785         [Bogdan Nicula]
786  326558 Some test failures on IRIX 6.5 [Daichi Kawahata]
787  169285 "threaded" tree implementation for GTree 
788         [Maurizio Monge]
789  326747 g_filename_display_basename adds (invalid encoding) 
790         [Alberto Ruiz]
791
792 Other contributors: Christian Kellner, Murray Cumming
793
794 New and updated translations (bg,ca,de,es,et,gu,ja,nl,th,vi)
795
796
797 Overview of Changes from GLib 2.9.1 to GLib 2.9.2
798 =================================================
799
800 * Memory management:
801  - Add tests for cache colorization [Tim Janik]
802  - Minimize space consumption if small amounts of differently
803    sized slices are allocated, at a small performance cost.  [Tim]
804
805 * Thread support:
806  - Add g_atomic_pointer_set() and g_atomic_int_set() [Tim Janik,
807    Sebastian Wilhelmi]
808  - Add g_thread_pool_set_sort_function() to allow sorting the 
809    tasks of a threadpool.  [Martyn Russell]
810  - Add g_thread_pool_set_idle_time() to allow unused threads
811    to exit after a certain time.  [Martyn]
812
813 * Type system:
814  - introduce a new type GInitiallyUnowned, which has an initial
815    floating reference. [Tim]
816  - Add support for GType parameters. [Matthias]
817
818 * Main loop:
819  - Add g_main_context_is_owner() to determine if the current
820    thread is the owner of the context.  [Michael Meeks]
821
822 * Provide g_access(), g_chdir(), g_unlink(), g_rmdir() as 
823   wrapper functions instead of macros.  [Manish Singh]
824
825 * Documentation improvements [Tim, Matthias, Federico Mena Quintero,
826   Stefan Kasal, Dan Williams]
827
828 * New and updated translations (en_CA,fi,fr,gl,ml,nb,no,zh_HK,zh_TW)
829
830 * Bugs fixed:
831  324179 g_allocator_new() returns pointer to const dummy which Gtk+ 2.8 
832         tries to modify [J. Ali Harlow]
833  324332 g_option_context_parse() returns false without setting error 
834         [Tim-Philipp Müller]
835  324950 GLIB 2.9.1 testcase errors [Dan Yefimov]
836  325015 gslice.c: process.h is needed on Windows [Kazuki Iwamoto]
837  321978 G_DATALIST_GET_FLAGS() macro is not casting datalist to 
838         gpointer [Andrew Paprocki]
839  316221 G_LOCK warns about breaking strict-aliasing [Michal Benes, 
840         Stanislav Brabec]
841  325273 Error in documentation for glib_check_version () [Declan Naughton]
842  325310 g_spawn_sync hangs when catching both stdout and 
843         stderr [Tor Lillqvist]
844  325249 gcc warning when using g_rmdir from <glib/gstdio.h> [Jani Monoses]
845  325864 glib/gthreadpool.c:"#define debug(...)" is C99 [Kazuki Iwamoto]
846  325874 Should say somewhere that source IDs are > 0 [Dan Williams]
847  325438 a typo (compatability) [Stefan Kasal]
848  323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X [Bogdan Nicula]
849
850
851 Overview of Changes from GLib 2.9.0 to GLib 2.9.1
852 =================================================
853
854 * Memory management
855  - The slice allocator is implemented [Tim Janik]
856  - g_slice_free_chain() has been renamed to 
857    g_slice_free_chain_with_offset()  [Tim, Behdad Esfahbod]
858  - Mem chunks are deprecated [Matthias Clasen]
859
860 * Data structures
861  - Hash tables are refcounted, and have a boxed type [Tim]
862
863 * Thread support
864  - Support for Solaris threads has been removed 
865    [Sebastian Wilhelmi, Andrew Paprocki]
866  - g_async_queue_sort(), g_async_queue_push_sorted() have 
867    been added to allow GAsyncQueue to be used as a priority 
868    queue, together with the corresponding _unlocked 
869    variants  [Martyn Russell]
870
871 * GObject:
872  - The concept of a floating initial reference has been
873    moved from GtkObject to GObject [Tim]
874
875 * Win32 changes:
876  - Make g_rename() replace existing files [Tor Lillqvist]
877
878 * Misc new API:
879  - G_GUINT64_CONSTANT macro to define guint64 
880    constants [Andrew Paprocki]
881  - G_GNUC_WARN_UNUSED_RESULT macro to instruct the 
882    compiler to emit a warning if the value returned
883    by a function is ignored. [Arjan van de Ven, Alex Larsson]
884  - GList and GSList now have sort functions which take an
885    extra user data argument [Martyn Russell]
886  - g_param_spec_ref_sink() has been added for consistency [Tim]
887
888 * $LOGNAME is respected when determining user data. [Laszlo Peter]
889
890 * Other changes and bug fixes [Tim, Matthias, Behdad, 
891   Christian Persch, Benedikt Meurer, Andrew Paprocki, 
892   Kazuki Iwamoto, Alexis S. L. Carvalho, Stanislav Brabec,
893   Andreas Schwab, Kalle Vahlman]
894
895 * Documentation
896  - Deprecation warnings carry version information [Matthias]
897  - The slice allocator has been documented [Matthias, Tim]
898  - Other improvements [Morten Welinder]
899
900 Overview of Changes from GLib 2.8.x to GLib 2.9.0
901 =================================================
902 * Unicode support:
903  - The Unicode tables have been updated to Unicode 4.1, 
904    adding several new values to the GUnicodeBreakType 
905    enumeration. This breaks Pango <= 1.10 
906    [Behdad Esfahbod]
907  - The various Unicode character predicate functions 
908    (g_unichar_isalpha, g_unichar_isdigit,...) have
909    been optimized
910    [Behdad]
911  - g_utf8_pointer_to_offset, g_utf8_offset_to_pointer:
912    These functions handle negative offsets now, and
913    going backwards in g_utf8_offset_to_pointer uses
914    "stutter stepping".
915    [Larry Ewing, Matthias Clasen]
916
917 * Memory management:
918  - Mem chunks are no longer used internally in GLib and
919    GObject. GMemChunk will be deprecated in GLib 2.10
920  - All APIs based on GAllocator (g_list_push/pop_allocator,
921    and similar push/pop_allocator functions for other
922    data structures) have been deprecated, since they
923    never worked as intended.
924  - The g_slice_* functions have been added as a 
925    new API for fast allocation of small memory blocks. 
926    The implementation in GLib 2.9.0 is just a simple 
927    wrapper around malloc. GLib 2.10 will have an
928    efficient and scalable implementation. 
929    [Tim Janik, Matthias]
930
931 * Pattern matching:
932  - g_pattern_match has been optimized to avoid
933    unnecessary recursion.
934    [Tim, Matthias]
935
936 * g_intern_string, g_intern_static_string: 
937  - New functions to intern strings. These are now used 
938    by GObject to avoid duplicating static strings 
939    [Matthias]
940
941 * g_thread_foreach: 
942  - New function to iterate over all GThreads 
943    [Tim, Matthias]
944
945 * g_date_set_time_t, g_date_set_time_val:
946  - New functions to set a GDate from a time_t or
947    GTimeVal value. g_date_set_time has been deprecated 
948    in favor of these.
949    [Roger Leigh]
950
951 * g_snprintf and g_vsnprintf:
952  - These functions are no longer declared in gprintf.h, 
953    since they are in glib.h
954    [Matthias]
955
956 Overview of Changes from GLib 2.8.0 to GLib 2.8.1
957 =================================================
958 * Optimize single-character insertions in GString [Ross Burton]
959 * Fix build problems on OS X
960 * Fix build problems on Win32 [Tor Lillqvist, Hans Breuer]
961 * Other bug fixes [Matthew F. Barnes, Stepan Kasal] 
962 * Documentation improvements [Tristan van Berkom, Behnam
963   Esfahbod, Gustavo Carneiro, Stepan Kasal, Matthias]
964 * New and updated translations (ca,cy,ko,ro,uk)
965
966 Overview of Changes from GLib 2.7.7 to GLib 2.8.0
967 =================================================
968 * Make g_value_transform() handle enum values
969   correctly on ppc64.  [Michael Lorenz]
970   (Third-party code accessing enumeration values 
971   in GValues should also be changed to access 
972   v_long, not v_int, in order to work on bigendian 
973   64bit machines.)
974 * Make g_flags_get_first_value() handle a value
975   of 0 meaningfully. [Tim-Philipp Müller] 
976
977 Overview of Changes from GLib 2.7.6 to GLib 2.7.7
978 =================================================
979 * Make atomic operations on s390 work [Matthias]
980 * Fix C++ guards in gstdio.h [Tor Lillqvist]
981
982 Overview of Changes from GLib 2.7.5 to GLib 2.7.6
983 =================================================
984 * Add native implementations of atomic operations 
985   on s390 [Matthias]
986 * Make atomic reference counting of closures
987   work on s390 [Matthias]
988 * Avoid an infinite loop in g_convert_with_iconv().
989   [Sebastian Bacher]
990 * Documentation improvements [Ross Burton]
991
992 Overview of Changes from GLib 2.7.4 to GLib 2.7.5
993 =================================================
994 * Thread-related changes
995  - Fix build issues on HP-UX [Paul Cornett]
996  - Threadsafe access to flags stored in datasets [Tim Janik]
997  - Fix several issues with atomic refcounting for 
998    closures, objects and paramspecs [Tim]
999  - Improve tests for atomic refcounting changes [Tim]
1000 * Fix handling of stateful encodings in g_convert_* [Matthias]
1001 * Fix translation of GOption help output [Dan Winship]
1002 * Catch format errors in translations. This may cause 
1003   "make check" to fail when using older versions
1004   of gettext [Matthias]
1005 * Win32 bug fixes [Tor Lillqvist]
1006 * Documentation improvements [Ross Burton, Jochen Baier, 
1007   Matthias, Tim]
1008 * New and updated translations (de,fi,gu,pl,pt,tr,zh_TW)
1009
1010 Overview of Changes from GLib 2.7.3 to GLib 2.7.4
1011 =================================================
1012 * Fix g_atomic_pointer_compare_and_exchange 
1013   on Sparc64 [Gert Doering]
1014 * Fix a hang in g_thread_pool_free. [Hong Jen Yee]
1015 * Win32 bug fixes [Tor Lillquist]
1016 * Other bug fixes [Benoit Dejean, Manish Singh]
1017 * Documentation improvements [Bryan Silverthorn,
1018   Callum McKenzie] 
1019 * New and updated translations (de,lt,sq,zh_CN)
1020
1021 Overview of Changes from GLib 2.7.2 to GLib 2.7.3
1022 =================================================
1023 * GOption
1024  - Allow callbacks with optional arguments [Pawel Sliwowski]
1025  - Allow to turn off the automatic long option name
1026    disambiguation  [Adam McLaurin]
1027  - Only allow printable ASCII as short option names [Matthias]
1028 * Win32
1029  - Build fixes [Tor Lillqvist]
1030  - Rewrite iochannel socket implementation [Tor]
1031 * GObject
1032  - Threadsafety improvements; in particular, refcounting
1033    of objects is done atomically now. [Wim Taymans, Tim Janik]
1034 * Bug fixes [Morten Welinder, Matthias, Wim Taymans]
1035 * Documentation improvements [Richard Laager, Matthias]
1036 * New and improved translations (bf,cs,hu,nb,nl,no)
1037
1038 Overview of Changes from GLib 2.7.1 to GLib 2.7.2
1039 =================================================
1040 * Win32 build fixes [Hans Breuer]
1041 * Bug fixes [Mikael Magnusson]
1042 * Documentation improvements [Matthias Clasen]
1043 * New and updated translations (en_CA,es,et,ja,sr,sr@Latn,zh_TW)
1044
1045 Overview of Changes from GLib 2.7.0 to GLib 2.7.1
1046 =================================================
1047 * GOption 
1048  - Allow callback arguments without parameters [Dan Winship]
1049 * GMappedFile: an mmap wrapper [David Schleef, Behdad Esfahbod]
1050 * Misc new functions:
1051  - g_get_host_name [Tor Lillqvist]
1052  - g_mkdir_with_parents [Tor]
1053  - g_build_pathv, g_build_filenamev [Todd A. Fisher, 
1054    Matthias Clasen]
1055 * Bug fixes [Roger Leigh, Masatake YAMATO, Kjartan Maraas,
1056   Manish Singh, Tor, Murray Cumming, Kian Duffy, Morten Welinder]
1057 * Documentation improvements [Hong Gang XU, Dan Winship, Matthias]
1058 * New and updated translations (bg,cs,da,en_CA,es,et,nb,nl,no,
1059   sk,th,zh_TW)
1060
1061 Overview of Changes from GLib 2.6.x to GLib 2.7.0
1062 =================================================
1063 * GKeyFile
1064  - Add unit tests [Matthias Clasen, Suren A. Chilingaryan]
1065  - Accept \r\n as line end [Bastian Nocera]
1066  - Don't interpret leading zeros as octal numbers. [Matthias]
1067  - Make key and group removal work [David Hoover, Matthias Hasselmann]
1068 * GOption
1069  - Improve formatting of --help output [Matthias, Noah Levitt]
1070  - Accept -? [Matthias]
1071  - Warn about duplicate main groups [Jeff Franks]
1072  - Treat '-' as non-option argument [Tim Musson, Thomas Leonard]
1073  - Report missing arguments as errors [Björn Lindqvist]
1074  - Add a boxed type for GDate [Tim-Philipp Müller]
1075 * GTree
1076  - g_tree_remove() and g_tree_steal() return status information [Matthew F. Barnes]
1077 * Stdio wrappers
1078  - Work regardless of large file support [Manish Singh]
1079  - Add g_access(), g_chmod(), g_creat(), g_chdir [Tor Lillqvist]
1080 * GObject
1081  - Implement "toggle references" to help language bindings [Owen Taylor]
1082  - Allow to mark names, nicks and blurbs of pspecs as static [Ben Maurer, Matthias]
1083  - Make pspec lookup a bit faster [Morten Welinder]
1084 * Add g_listenv() to list all set environment variables [Hans Petter Jansson]
1085 * Add g_file_set_contents() to atomically write a file.  [Søren Sandmann,
1086   Sven Neumann, Manish, Alexis S. L. Carvalho]
1087 * Add g_try_malloc(), g_try_new(), g_try_new0() and g_try_renew() [Stefan Kost]
1088 * Add g_utf8_collate_key_for_filename() to sort filenames taking
1089   extensions and numeric suffixes into account.  [Ole Laursen, Alex Larsson]
1090 * Add G_GNUC_NULL_TERMINATED to mark varargs function with 
1091   NULL-terminated argument lists. [Marc Meissner]
1092 * Win32 changes
1093  - Improved debugability [Ulf Lamping, Hans Breuer]
1094  - Make filename handling more robust [Tor, Billy Skaggs]
1095  - Improve g_get_system_data_dirs() [Tor]
1096  - Use more precise timers [Tor]
1097  - Build fixes [Kazuki Iwamoto, Hans, Tor, Robert Ã–gren]
1098 * Other bug fixes [Roger Leigh, Owen, Matthias, Morten, Kjartan Maraas, 
1099   Pawel Sakowski, Tor, Simon Budig, Ed Avis, Manish, Nicolas Laurent, 
1100   Bastien, Fabrício Barros Cabral, Michael Banck, Daniel Atallah, 
1101   J. Ali Harlow, Tim Janik, Hazael Maldonado Torres, Sven, Jon-Kare Hellan,
1102   Dave Benson, Tommi Komulainen, Benjamin Otte, Brian Cameron, Changwoo Ryu, 
1103   Christian Biere, Noah, Benoît Carpentier]
1104 * Documentation improvements [Vincent Untz, Matthias, Tim-Philipp Müller,
1105   Morten, Matthew, Federico Mena Quintero, Sebastian Bacher, Oliver Sessink, 
1106   Stefan, Jared Lash, Tor, Owen, Daniel Vaillard, Mathieu Lacage]
1107 * New and updated translations (ca,cs,da,el,en_CA,en_GB,es,et,eu,fa,fr,gl,
1108   hu,id,it,lt,mn,ne,nl,pl,pt,pt_BR,ro,rw,sk,sq,sr,sr@Latn,tl,uk,xh,zh_CN)
1109
1110 Overview of Changes from GLib 2.6.0 to GLib 2.6.1
1111 =================================================
1112 * GOption
1113  - Make gtk_init(NULL, NULL) work again [Marcin Krzyzanowski]
1114  - Improve handling of -- [Matthias Clasen]
1115  - Don't show G_OPTION_REMAINING in --help output [Matthew F. Barnes]
1116 * g_find_program_in_path() doesn't return directories [Tommi Komulainen]
1117 * Add gmodule-export-2.0.pc [Matthias]
1118 * Win32 changes
1119  - Improve hangling of UNC paths [Tor Lillqvist]
1120  - g_getenv(), g_setenv(), g_unsetenv(), g_find_program_in_path()
1121    take and return UTF-8 now [Tor] 
1122  - Make g_file_test() work more reliably, and use PATHEXT
1123    when check for executables [Tor]
1124  - Build and cross-compilation fixes [J. Ali Harlow]
1125 * Other bug fixes [Jens Hatlak, Morten Welinder, 
1126   Tor, Kalpesh Shah, Adrian Bunk]
1127 * Documentation improvements [Marcin Krzyzanowski, Tor, Crispin
1128   Flowerday, Mariano Suárez-Alvarez, Christian Biere, Danny Milo,
1129   Vincent Untz, Bastien Nocera]
1130 * New and updated translations (cy,de,nl,ru,sq,sv)
1131
1132 Overview of Changes from GLib 2.4.x to GLib 2.6.0
1133 =================================================
1134
1135 * Major new APIs
1136   - GOption, a commandline option parser
1137   - GKeyFile, a parser/editor for the .ini like files 
1138   - Functions to support the XDG basedir specification
1139   - Wrappers for common POSIX pathname functions to handle filename
1140     encodings consistently. On Windows, these use UTF-8.
1141
1142 * Miscellaneous new functions
1143   - g_filename_display_name() converts filenames in displayable UTF-8 strings
1144   - g_uri_list_extract_uris() splits uri lists
1145   - g_date_get_iso8601_week_of_year() gets ISO 8601 week numbers
1146   - g_log_set_default_handler() installs an alternate default log handler
1147   - g_get_language_names() obtains a list of applicable locale names
1148   - g_strv_length() calculates the length of NULL-terminated string arrays
1149   - g_win32_get_windows_version() determines the Windows version 
1150   - G_GNUC_INTERNAL marks functions as non-exported
1151   - glib_check_version() checks the GLib version at runtime
1152   - g_debug() completes the family of logging functions
1153
1154 * Performance improvements
1155   - Optimize g_utf8_validate()
1156   - Optimize g_markup_parse_context_parse()
1157   - Reduce signal connection complexity from O(n) to O(1) 
1158   - Get rid of many PLT entries for internally used exported symbols
1159   - Reduce code size by removing literal strings from g_return_if_fail()
1160
1161 * Other changes
1162   - On Windows, GLib functions that take file name arguments now require
1163     those to be in UTF-8. Functions that return file names return UTF-8.
1164   - Use higher precision for mathematical constants
1165   - Don't convert to/from UTF-8 in g_filename_to_uri/g_filename_from_uri
1166   - Support ll as printf format modifier for long long on all platforms
1167   - Clean up the ABI and enforce the list of exported symbols
1168   - Add a .pc file for using gmodule in libraries
1169   - Require ngettext
1170
1171 Overview of Changes from GLib 2.5.7 to GLib 2.6.0
1172 =================================================
1173 * GOption: Don't list help options if group-specific
1174   options have been requested [Glynn Foster]
1175 * Make g_get_language_names() track locale changes [Christian Persch]
1176 * Win32 bug fixes [Tor Lillqvist]
1177 * Bug fixes [Philippe Blain, Owen Taylor, Sebastian Wilhelmi]
1178 * New and updated translations (da,es,ja,lt,zh_CN)
1179 Bugs fixed: 159530,100697,160271,160645,157255
1180
1181 Overview of Changes from GLib 2.5.6 to GLib 2.5.7
1182 =================================================
1183 * Optimize g_utf8_validate() [Owen Taylor, Matthias Clasen]
1184 * Optimize g_markup_parse_context_parse() [Havoc Pennington, 
1185   Morten Welinder]
1186 * Reduce signal connection complexity from O(n) to O(1) 
1187   [Sven Neumann]
1188 * Add a .pc file for using gmodule in libraries [Owen]
1189 * Add G_GNUC_MALLOC to mark functions returning newly 
1190   allocated memory  [Matthias]
1191 * Win32 bug fixes [Hans Breuer, Tor Lillqvist, Robert Ã–gren,
1192   Bruce Hochstetler]
1193 * Bug fixes [Kazuki IWAMOTO, Matthias, Manish Singh, Morten,
1194   Frederic Crozat, Tor]
1195 * Documentation improvements [Matthias, Tor, Owen]
1196 * New and updated translations (cs,da,de,en_CA,en_GB,es,nb,nl,sq,zh_CN)
1197
1198 Overview of Changes from GLib 2.5.5 to GLib 2.5.6
1199 =================================================
1200 * GOption
1201   - Add G_OPTION_FLAG_REVERSE to allow options 
1202     which unset a  boolean variable [Tor Lillqvist]
1203 * GChildWatch
1204   - Use sigaction instead of signal [Jonas Jonnson, 
1205   Archana Shah]
1206   - Make the very first SIGCHLD work [Gustavo Carneiro]
1207 * Bug fixes [Morten Welinder, Tor, David MacLachlan,
1208   Manish Singh, J. Ali Harlow]
1209 * Documentation improvements [Matthias Clasen, Tor]
1210 * Updated translations (da,ja,tr,zh_CN)
1211
1212 Overview of Changes from GLib 2.5.4 to GLib 2.5.5
1213 =================================================
1214 * GKeyFile
1215   - Cleanups, add more error checking [Ray Strode]
1216   - Fall back to the untranslated string when getting 
1217     locale strings [Mark McLoughlin]
1218 * GOption
1219   - Document GOption [Matthias Clasen]
1220   - Better support for rest arguments [Owen Taylor, Matthias]
1221   - Handle conflicts between groups [Matthias]
1222 * Add g_lstat() to the stdio wrappers [Tor Lillqvist]
1223 * Add g_filename_display_name() to convert filenames
1224   in displayable UTF-8 strings  [Alex Larsson, Matthias]
1225 * Win32 bug fixes [Kazuki IWAMOTO, Hans Breuer, Tor]
1226 * Bug fixes [Christophe Fergeau, Morten Welinder, 
1227   Owen, Kjartan Maraas, Mark]
1228 * Documentation improvements [Matthias, Tor]
1229
1230 Overview of Changes from GLib 2.5.3 to GLib 2.5.4
1231 =================================================
1232 Add GKeyFile, a parser/editor for the .ini like files used in various
1233    freedesktop.org specifications. [Ray Strode]
1234 Make the handling of filename encodings consistent across all
1235    GLib functions, introduce wrappers for common POSIX 
1236    functions which accept the same filename encoding. [Tor Lillqvist, 
1237    Owen Taylor]
1238 GOption
1239  - Rename g_context_option_error_quark() to a more language-binding
1240    friendly name [Murray Cumming]
1241  - Accept backslashes in filenames on Win32 [Tor Lillqvist]
1242 * Strip the internal aliasing prefix IA__ from function names in 
1243   assertions [Matthias Clasen]
1244 * Add a function to split uri lists. [Matthias]
1245 * Win32 bug fixes 
1246  - Don't open console windows [Tor]
1247 * Other bug fixes [Philippe Blain, Robert Ã–gren, Hidetaka Iwai, Matthias,
1248  Morten Welinder, Mats-Ola Persson, Tor, Nickolay V. Shmyrev, Kjartan Maraas,
1249   Anders Carlsson, Tim-Philipp Müller, Lucas Rocha, Andrea Campi, Manish
1250   Singh, Thomas Fitzsimmons, Kazuki IWAMOTO]
1251 * Documentation improvements [Matthias, Linus Walleij, Nickolay, Philippe, 
1252  Adam Hooper, Gustavo Carneiro]
1253 * New and updated translations (cs,en_CA,en_GB,ja,nb,nl,or,sr,sr@Latn,sq)
1254
1255 Overview of Changes from GLib 2.5.2 to GLib 2.5.3
1256 =================================================
1257 * GOption
1258  - set the program name from argv[0] [Masatake YAMATO] 
1259  - make contexts work without a main group [Anders Carlsson]
1260 * Performance 
1261  - Get rid of many PLT entries for internally used exported symbols,
1262    and clean up the ABI at the same time and make make check check the
1263    list of exported symbols.  [Matthias Clasen]
1264 * Add API to get ISO 8601 week numbers [Niklas Lundell]
1265 * Add API to install an alternate default log handler [Darin Adler]
1266 * Add API to obtain a list of applicable locale names [Hidetoshi Tajima]
1267 * Reduce code size bloat by removing literal strings from
1268  the g_return_if_fail() macros [Owen Taylor]
1269 * Add g_strv_length [Tim-Philipp Müller]
1270 * Win32 changes
1271  - Add API to determine the Windows version [Tor Lillqvist]
1272 * Other bug fixes [Stepan Kasal, Anders, Tor, Kazuki Iwamoto,
1273   Manish Singh]
1274 * Documentation improvements [Morten Welinder, Matthias]
1275 * New and updated translations (es,nn,ro)
1276
1277 Overview of Changes from GLib 2.5.1 to GLib 2.5.2
1278 =================================================
1279 * Add G_GNUC_INTERNAL macro [Arjan van de Ven]
1280 * Add GOption, a commandline option parser [Anders Carlsson]
1281 * Add glib_check_version [Michael Natterer]
1282 * Add XDG basedir API [Ray Strode]
1283 * Require ngettext [Danilo Segan]
1284 * Bug fixes [Manish Singh, Ray Strode, Vincent Noel, 
1285   Jon-Kare Hellan, Jody Goldberg]
1286 * Win32 bug fixes [Tor Lillqvist, Hans Breuer, Peter Zelezny]
1287 * Documentation improvements [Matthias Clasen, Vincent Untz, Christian Persch]
1288 * New and updated translations (bs,eu,fi,gu,ne,pa)
1289
1290 Overview of Changes from GLib 2.5.0 to GLib 2.5.1
1291 =================================================
1292
1293 * Bug fixes [Oliver Guntermann, Sven Neumann, James 
1294   Henstridge, Hiroyuki Ikezoe, Matthias Clasen, Robert 
1295   Ã–gren, Tommi Komulainen]
1296 * Documentation improvements [Soeren Sandmann, 
1297   Christophe Fergeau, Danek Duvall]
1298 * New and updated translations (eu,hi)
1299   
1300 Overview of Changes from GLib 2.4.1 to GLib 2.5.0
1301 =================================================
1302
1303 * New functions g_debug [Sven Herzberg]
1304 * Use higher precision for mathematical constants [Morten 
1305  Welinder]
1306 * Don't convert to/from UTF-8 in g_filename_{to,from}_uri 
1307  [Federico Mena Quintero]
1308 * Win32
1309  - Handle empty digit string in printf() functions 
1310    correctly [Tor Lillqvist]
1311  - Support ll as format modifier for long long [Tor]
1312  - Be more careful about HOME [Tor, Ivan Wong]
1313  - Bug fixes [John Ehresman]
1314 * Miscellaneous bug and portability fixes [Danilo Segan, 
1315  Owen Taylor, Nikolai Weibull, Benoît Carpentier, Morten 
1316  Welinder, Manish Singh, Sven Neumann, Julio M. Merino Vidal,
1317  Kaz Sasayama, Murray Cumming, Federico, Mariano Suarez-Alvarez]
1318 * Documentation updates [Matthias Clasen, Crispin Flowerday,
1319  Tommi Komulainen, Federico Mena Quintero, Ed Griffiths]
1320 * New and updated translations (ja,ne,no,wa)
1321  
1322 Overview of Changes from GLib 2.4.0 to GLib 2.4.1
1323 =================================================
1324
1325 * Win32 bug fixes [Tor Lillqvist, Roger Leigh, John Ehresman]
1326 * Miscellaneous bug and portability fixes [Owen Taylor,
1327   Matthias Clasen, Jonas Jonsson, Christian Krause,
1328   Nickolay V. Shmyrev, Christophe Saout, Philippe Blain,
1329   Piotr Klaban]
1330 * Documentation updates [Matthias]
1331 * New and updated translations (ca,cs,cy,el,en_CA,en_GB,es,eu,fi,
1332   fr,gu,he,id,nl,pt,pl,ru,sr,sr@ije,sr@Latn,sv,uk)
1333
1334 Overview of Changes from GLib 2.3.6 to GLib 2.4.0
1335 =================================================
1336
1337 * Handle invalid-UTF-8 in g_log() properly [Matthias Clasen]
1338 * Win32 bug fixes [Tor Lillqvist, Bruce Hochstetler]
1339 * Miscellaneous bug and portability fixes [Olivier Biot, David L. Cooper II, 
1340   Kjartan Maraas, Frédéric L. W. Meunier, Christof Petig, Manish Singh, 
1341   Sebastian Wilhelmi]
1342 * Documentation updates [Owen]
1343 * Updated translations (hr,ro)
1344
1345 Overview of Changes from GLib 2.3.5 to GLib 2.3.6
1346 =================================================
1347
1348 * GAtomic bug fixes [Sebastian Wilhelmi, Mark McLoughlin]
1349 * GMain threading fixes and improvements [Sebastian]
1350 * Win32 [Tor Lillqvist]
1351  - restore some symbols extraneously exported from gobject to maintain ABI compatibility
1352  - Misc build improvements and fixes [Tor, Cedric Gustin, Hans Breuer]
1353 * Documentation updates [Sebastian, Takeshi AIHANA, Matthias, Sven Herzberg]
1354 * New and updated translations (be,es,fi,ga,pa,sr@ije,zh_CN)
1355
1356 Overview of Changes from GLib 2.3.3 to GLib 2.3.5
1357 =================================================
1358
1359 * Make glib-mkenums parse initializers with macros. [Matthias Clasen, muppet]
1360 * Respect locale era in g_date_set_parse(). [Theppitak Karoonboonyanan] 
1361 * Add atomic operations and use it for the async queue and
1362   gonce implementation. [Sebastian Wilhelmi]
1363 * Documentation improvements [Sebastian, Matthias, Sven Herzberg]
1364 * Add g_main_depth() for finding the recursion depth of the main
1365   loop [Owen Taylor, Tim Janik, Stefan Westerfeld]
1366 * Add g_spawn_close_pid(), needed on win32 [J. Ali]
1367 * Win32 fixes. [Hans Breuer, J. Ali Harlow]
1368 * Misc bugfixes [Sebastian, Matthias, Balazs Scheidler, Owen]
1369 * Updated translations (cy,et,ga,sq)
1370
1371 Overview of Changes from GLib 2.3.2 to GLib 2.3.3
1372 =================================================
1373
1374 * Add a native AIX gmodule implementation. [Laurent Vivier]
1375 * Add g_node_copy_deep().  [James M. Cape, Matthias Clasen]
1376 * Extend GQueue API to match the GList API. [Soeren Sandmann]
1377 * Add g_hash_table_find().  [Tim Janik]
1378 * Add a G_MODULE_BIND_LOCAL flag. [David Schleef]
1379 * Inline g_string_append_c() when possible. [Owen Taylor, Tim]
1380 * Wrap waitpid() as a GSource. [Jonathan R. Blandford]
1381 * Add g_completion_complete_utf8(). [Theppitak Karoonboonyanan, 
1382   Matthias]
1383 * Add g_strsplit_set(). [Soeren]
1384 * Documentation improvements. [Vincent Untz, Sebastian Wilhelmi, 
1385   Soeren, Matthias]
1386 * Win32 build fixes. [Tor Lillqvist]
1387 * Misc bugfixes [Manish Singh, Noah Levitt, Simon Josefsson, 
1388   Morten Welinder, Damien Carbery, Julio M. Merino Vidal, Sebastian, 
1389   Matthias]
1390 * Updated translations (nn,cs,it,ko,sq,ms,az,hr,uk,sr,sr@Latn,sq,ta)
1391
1392 Overview of Changes from GLib 2.3.1 to GLib 2.3.2
1393 =================================================
1394
1395 * Add G_MAXSIZE. [Manish Singh]
1396 * Add g_rand_new_with_seed_array(), g_rand_set_seed_array(),
1397   implementing the init-by-array functionality of the 
1398   original mersenne twister. Add g_rand_copy(). Improve seeding. 
1399   [George Lebl]
1400 * Add a lowercase_name option to glib-mkenums. [Murray Cumming]
1401 * Add g_ptr_array_foreach(). [Matthias Clasen]
1402 * Add g_timer_continue(). [Tim-Philipp Müller]
1403 * Fix a threadsafety issue in mem chunks. [Matthias, Balazs Scheidler]
1404 * Fix g_filename_{to,from}_utf8() on Win32 and improve 
1405   g_file_test() there too [Hans Breuer] 
1406 * Add a boxed type for NULL-terminated string arrays.  [Matthias]
1407 * Add G_DEFINE_TYPE() plus variants to ease the constuction
1408   of GObject boilerplate code.  [Tim Janik]
1409 * Support & in password GECOS field [Matthias, Soeren Boll Overgaard]
1410 * Documentation improvements [Matthias, Manish]
1411 * Win32 build fixes [Hans]
1412 * Misc bug fixes [Damien Carbery, Matthias, Manish, Olivier Poncet, 
1413   Zack Rusin]
1414 * Updated translations (ar,de,fa,ga,mn,nn,no,sq)
1415
1416 Overview of Changes from GLib 2.3.0 to GLib-2.3.1
1417 =================================================
1418
1419 * Add glib/gi18n.h and glib/gi18n-lib.h for common
1420   gettext support, including a Q_() macro for translation
1421   with context [Matthias Clasen]
1422 * Add a more flexible G_FILENAME_ENCODING variable
1423   as a replacement for G_BROKEN_FILENAMES [Matthias]
1424 * Fix the return value g_main_context_iterate() for
1425   newly ready sources [Padraig O'Briain]
1426 * Handle Hangul composition for normalization [Noah Levitt]
1427 * Add G_{MIN,MAX,MAXU}INT{8,16,32}. [Mark Jones, Matthias]
1428 * Add G_GSIZE_FORMAT/G_SSIZE_FORMAT [Manish Singh]
1429 * Add G_STRFUNC as a portable wrapper for __func__ [Tim Janik]
1430 * Documentation improvements [Matthias]
1431 * GObject [Tim Janik]
1432  - Support '-' in g_signal_connect()/disconnect() names
1433    like 'swapped-signal'.
1434  - Add g_type_class_peek_static() and use to optimize
1435    g_object_new() for static types [Tim]
1436  - Allow setting construct-only properties from within
1437    init() implementations
1438  - Enforce readability/writeability in g_object_set/get()
1439 * Fix bug with g_ascii_strtod and multi-byte separator.
1440   [Behdad Esfahbod, Roozbeh Pournader]  
1441 * Misc bug fixes [Matthias, John Ehresman, Andrew Lanoix,
1442   Tor Lillqvist, Mark McLoughlin, Tim-Philipp Müller, Manish, 
1443   Morten Welinder]
1444 * Updated translations (ca,cs,da,es,fr,ja,nn,no,pt,ru)
1445
1446 Overview of Changes from GLib 2.2.x to GLib-2.3.0
1447 =================================================
1448
1449 * Replace Trio printf by gnulib vasnprintf [Matthias Clasen]
1450 * Update Unicode data to Unicode 4.0 [Noah Levitt]
1451 * Support XML-safe formatted output with 
1452   g_markup_[v]printf_escaped [Owen Taylor]
1453 * Add g_file_read_link to read symbolic links [Matthias]
1454 * Add g_unichar_get_mirror_char to obtain the 
1455   mirrored variant of a character [Noah]
1456 * Support for one-time initialization functions. 
1457   [Sebastian Wilhelmi]
1458 * Miscellaneous API additions: g_vasprintf
1459   g_string_chunk_insert_len, g_setenv, g_unsetenv [Matthias]
1460 * Docs improvements [Matthias]
1461 * Add support instance-private data on classed types
1462   [Mark McLoughlin, Tim Janik, Owen]
1463 * Optimize signal emissions [Soeren Sandmann, Tim]
1464 * Support a "default vtable" per interface [Tim]
1465 * Add support for properties on interfaces [Owen, Tim]
1466 * Miscellaneous API additions: g_value_take_string(),
1467   g_value_take_param(), g_value_take_object(), 
1468   g_value_take_boxed(). [Matthias]
1469 * Win32 build fixes [Tor Lillqvist]
1470
1471 Overview of Changes from GLib 2.1.5 to GLib-2.2.0
1472 =================================================
1473
1474 * Fix a problem with g_thread_init() on 64-bit problems
1475   [Alceste Scalas, Sebastian Wilhelmi]
1476 * Add assembly implementations of byteswap macros
1477   for ia64 and x86_64. [Manish Singh]
1478 * IOChannel fixes for Win32 [Tor Lillqvist, Thorsten Maerz]
1479 * Updated translations (bg,ca,es,da,fi,lv,ru,sk)
1480
1481 Overview of Changes from GLib 2.1.4 to GLib-2.1.5
1482 =================================================
1483
1484 * Win32 bug fixes [Tor Lillqvist]
1485 * Various post-rewrite fixes for glib-gettext.m4 [Owen Taylor,
1486   Jody Goldberg, Kjartan Maraas, Johannes Stezenbach]
1487 * Ensure we have a GUINT64_FORMAT by pulling in Trio
1488   if necessary [Manish Singh]
1489 * Further Trio build fixes [Matthias Clasen, Owen]
1490 * Hack around gcc, libtool issues with -pthread [Owen]
1491 * Docs improvements [Matthias]
1492 * Bug and portability fixes 
1493 * Updated and new translations (bg,de,fi,fr,sq,fr)
1494
1495 Other contributors: Kai Poitschke, Morten Welinder
1496
1497 Overview of Changes from GLib 2.1.3 to GLib-2.1.4
1498 =================================================
1499
1500 * autoconf changes to make it possible to cross compile
1501   GLib. [Owen Taylor, Dan Kegel, Amy Lin, Dimi Shahbaz, 
1502   Johannes Stezenbach]
1503 * Use libintl when it has bind_textdomain_codeset() and
1504   GLib doesn't. [Owen]
1505 * Improve generation of pseudo-random integers [Morten Welinder, 
1506   Sebastian Wilhelmi]
1507 * Avoid literal UTF-8 in favor of octal escapes [Owen, Tomas Ogren]
1508 * Cleanup include order [Sven Neumann]
1509 * autoconf cleanups and bug fixes [Daniel, Matthias Clasen, Owen]
1510 * Doc fixes and additions [Matthias]
1511
1512 Other contributors: James M. Cape, Frederic Crozat, Martin Gansser,
1513   Phuc LeHong, Manish Singh, Joshua Weage, Morten Welinder
1514
1515 Overview of Changes from GLib 2.0.x to GLib-2.1.x
1516 =================================================
1517
1518 * Add copy of the Trio library to build and use for printf() when 
1519   system printf isn't good enough. Add g_printf()/etc. [Matthias Clasen]
1520 * Add g_str_has_suffix()/g_str_has_prefix() [Alex Larsson]
1521 * Add g_markup_parse_context_get_element() [Matthias]
1522 * Add g_utf8_strreverse [Matthias]
1523 * Add g_ascii_strtoull() [Tim Janik]
1524 * Support scanning of 64-bit values with GScanner [Tim]
1525 * Add g_set/get_application_name() [Havoc Pennington]
1526 * Add G_LIKELY()/G_UNLIKELY() macros for hinting branch probabilities. 
1527   Use for g_return_if_fail(). [Matthias Clasen]
1528 * Add G_GNUC_DEPRECATED macro [Tom Tromey]
1529 * Improve the seeding algorithm of GRandom to avoid problems
1530   with certain pathological seeds. Support G_RANDOM_VERSION=2.0
1531   environment variable. [Sebastian Wilhelmi]
1532 * Improve thread configure checks, use -pthread where applicable
1533   [Sebastian]
1534 * Improve handlng of thread priorities [Sebastian]
1535 * Fix up parameter names that might shadow functions from
1536   system headers [Soeren Sandmann]
1537 * Clean up usage of deprecated functions [Manish Singh]
1538 * Docs fixes and improvements. In particular, include "Since" information.
1539   [Matthias, Soeren, Martin Schulze, Daryll Strauss, Bill Janssen, 
1540   Owen Taylor, Morten Welinder]. 
1541
1542 Overview of Changes in GLib 2.0.7
1543 =================================
1544
1545 * Fix C++ warnings in gtype.h [Dom Lachowicz]
1546 * Fix g_type_fundamental_next() [Tim Janik]
1547 * Fix various missing includes of config.h [Morten Welinder]
1548 * Handle main loop initialization before g_thread_init [Sebastian Wilhelmi]
1549 * Various 64-bit fixes [Manish Singh]
1550 * Fix GPoll on Win32 [Tor Lillqvist, Herman Bloggs]
1551 * Fix bug with buffering on UTF-8 IOChannels [Daniel Elstner]
1552 * Misc bug and build fixes [Soren Andersen, Gustavo Carneiro, Tor,
1553      Tim, Havoc Pennington,  Matthias Clasen, Sebastian Rittau,
1554      Masahiro Sakai, Arvind Samptur, HideToshi Tajima, Owen Taylor]
1555 * Updated and new translations (be,cs,de,*fa,it,lv,pt_BR,tr)
1556
1557 Overview of Changes in GLib 2.0.6
1558 =================================
1559
1560 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
1561 * Clean up debug spew from GObject [Anders Carlsson]
1562 * Compiler warning fixes [David L. Cooper II]
1563 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
1564 * Fixes for --disable-debug [Sebastian Wilhelmi]
1565 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
1566   Rajkumar Sivasamy, Laurent Vivier]
1567 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
1568   Sebastian Rittau, Linus Welleij]
1569 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
1570 * Updated translations (bg,ko,vi)
1571
1572 Overview of Changes in GLib 2.0.5
1573 =================================
1574
1575 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
1576 * Clean up debug spew from GObject [Anders Carlsson]
1577 * Compiler warning fixes [David L. Cooper II]
1578 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
1579 * Fixes for --disable-debug [Sebastian Wilhelmi]
1580 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
1581   Rajkumar Sivasamy, Laurent Vivier]
1582 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
1583   Sebastian Rittau, Linus Welleij]
1584 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
1585 * Updated translations (bg,ko,vi)
1586
1587 Overview of Changes in GLib 2.0.4
1588 =================================
1589
1590 * Fix some 64-bit problems. (George Lebl, David L. Cooper II)
1591 * Add note about Tru64 iconv to INSTALL. (Manuel Op de Coul)
1592 * Fix problem with timouts > MAXINT. (Tim Janik, Owen Taylor)
1593 * Updated translations (ca,es,fr,ja,gl,ms,nl,pl,pt,ru)
1594
1595 Overview of Changes in GLib 2.0.3
1596 =================================
1597
1598 * Handle sorting 0-length arrays (Ron Arts)
1599 * Threading fixes (Sebastian Wilhelmi)
1600 * Portability fixes (Miroslaw Dobrzanski-Neumann, Jacob Berkman, Gareth Pierce, 
1601   Sebastian, Qingjiang Yuan)
1602 * Various fixes for glib-2.0.m4. (Jim Gettys, others.)
1603 * Locate right glib-genmarshal when cross-compiling. (Mitch Natterer)
1604 * Win32 fixes (Tor Lillqvist)
1605 * Try to fix g_get_charset() related segfaults. (Owen)
1606 * Fixes for gettext detection. (Dan Winship, HideToshi Tajima, Boyd Lynn Gerber,
1607   Andrew P. Lentvorski, Jr.)
1608 * Fix g_scanner_unexp_token() (Tim Janik, Sven Neumann)
1609 * g_markup fixes. (Matthias Clasen.)
1610 * Bug fixes and cleanups (Daniel Elstner, Matthias, Laszlo Peter, Morten Welinder,
1611   Wayne Schuller)
1612
1613 Overview of Changes in GLib 2.0.1
1614 =================================
1615
1616 * Portability fixes for Sun's Forte compiler [Erwann Chenede]
1617 * Performance improvements for GObject parameter lookup, 
1618   g_filename_to/from_utf8() [Alex Larsson]
1619 * Actually check interface prerequisites [Matthias Clasen,
1620   Miroslaw Dobrzanski-Neumann]
1621 * Fix problem with glib-mkenums taking huge amounts of stack. [Owen Taylor]
1622 * Fix g_signal_handlers_disconnect_by_func() for C++ [Damien Sandras]
1623 * Fixes for g_log() and threading.
1624   [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, Tim Janik]
1625 * Make g_print(), g_printerr(), g_warning(), etc, convert from
1626   UTF-8 to the encoding of the locale [Sebastian Wilhelmi, Tim]
1627 * Fixes for GIOChannel on windows. [Tor Lillqvist]
1628 * Fix gsize/gint mismatches in giochannel.c [Miroslaw Dobrzanski-Neumann]
1629 * Fix file descriptor leak in g_file_get_contents() [Matthias]
1630 * Workaround iconv() problems on older Solaris [Lauri Alanko]
1631 * Fix warnings with gcc-3.1 about asm const [Cody Russel]
1632 * Minor bug fixes.
1633
1634 Other contributors: Hans Breuer, LEE Sau Dan, Sven Neumann, Salmaso Raffaele,
1635   Akira Tagoh, Morten Welinder
1636
1637
1638 Overview of Changes in GLib 2.0.0
1639 =================================
1640
1641 * Thread portability fixes [Sebastian Wilhelmi]
1642 * Documentation updates [Owen Taylor]
1643 * Make g_strerror(), g_strsignal() properly return UTF-8,
1644   call bind_text_domain_codeset() so that error strings
1645   are in UTF-8 as well. [Owen, Tor Lillqvist]
1646
1647 Overview of Changes in GLib 2.0.0 rc1:
1648 ======================================
1649
1650 * Win32 fixes [Tor Lillqvist]
1651 * Portability fixes [Finlay Dobbie, Miroslaw Dobrzanski-Neumann]
1652 * Fix up g_date_strftime [Daniel Elstner]
1653 * Add some structure padding [Tim Janik]
1654 * Make g_get_homedir() prefer the users home directory to $HOME
1655
1656 Other contributors: Matthias Clasen, Paolo Maggi, Christian Rose
1657
1658 Overview of Changes in GLib 1.3.15:
1659 ===================================
1660
1661 * Speed up marshalers by using private access to GValue 
1662   [Anders Carlsson, Tim Janik]
1663 * Reduce GValue to 2 elements [Tim]
1664 * Add G_DEBUG environment variable, G_DEBUG=fatal_warnings [Matthias Clasen]
1665 * Fixes for AIX compilation [Miroslaw Dobrzanski-Neumann]
1666 * Add padding to various structures [Owen Taylor, Tim]
1667 * Win32 fixes [Tor Lillqvist]
1668
1669 Other contributors: James Henstridge, Ryan Lovett, Morten Welinder,
1670   Daniel Elstner
1671
1672 Overview of Changes in GLib 1.3.14:
1673 ===================================
1674
1675 * Register value transformations for gint64, guint64 [Andy Wingo]
1676 * Build with large-file support [Sven Neumann, Owen Taylor]
1677 * Fix handling of hostnames in URI's [Darin Adler]
1678 * Main loop bug fixes [Havoc Pennington, Owen]
1679 * Doc fixes and improvements [Manish Singh, Tim Janik]
1680 * Support ' as attribute delimiters in GMarkup [Matthias Clasen]
1681 * Win32 fixes [Hans Breuer, Tor Lillqvist]
1682 * Threading bug and build fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann]
1683 * Miscellaneous bug fixes
1684
1685 Other contributors: Matthias Clasen, James Henstridge, Mitch Natterer, 
1686   Morten Welinder.
1687
1688 Overview of Changes in GLib 1.3.13:
1689 ===================================
1690
1691 * Fix g_filename_to/from_uri for Win32 [Tor Lillqvist, Darin Adler]
1692 * Miscellaneous win32 fixes [Tor, Hans Breuer]
1693 * Fix thread options for gcc on AIX [Jerome Zago, Sebastian Wilhelmi]
1694 * Documentation improvements [Ron Steinke, Matthias, Sebastian]
1695 * Cache iconv converters as used by g_convert() [Jeffrey Stedfast]
1696 * Bug fixes [Sven Neumann, Owen Taylor, Matthias Clasen, Jeffrey,
1697   Laszlo Peter, Havoc Pennington, Tim Janik]
1698
1699 Overview of Changes in GLib 1.3.12:
1700 ===================================
1701
1702 * Implement closure chaining, fixing up API (Tim Janik)
1703 * Closure chaining test case (James Henstridge)
1704 * Make GType long not int where both are equal width (Tim)
1705 * Win32 fixes and improvements (Hans Breuer, Tor Lillqvist)
1706 * Fixes for NetBSD. (Dan Winship)
1707 * Use snprintf() for g_printf_string_upper_bound() where possible. (Matthias Clasen)
1708 * Save space for GBSearchArray (Tim Janik)
1709 * Documentation improvements. (Matthias, Sven Neumann, Havoc Pennington)
1710
1711 Other contributors: Darin Adler, Chris Blizzard, Anders Carlson, Daniel Elstner, Michael Meeks, 
1712   Mark McLoughlin, Dave Neary, Manish Singh, Owen Taylor, HideToshi Tajima, 
1713   Sebastian Wilhelmi.
1714
1715
1716 Overview of Changes in GLib 1.3.11:
1717 ===================================
1718
1719 * Win32 fixes [Hans Breuer, Tor Lillqvist]
1720 * Documentation improvements [Matthias Clasen]
1721 * Portable directory handling API [Hans]
1722 * Threading fixes [Sebastian Wilhelmi, Havoc Pennington]
1723 * Fix excess relocations in Unicode tables [Andrew Taylor]
1724 * Fix gpattern for UTF-8 [Matthias Clasen]
1725 * Support overriding class closures [Tim Janik]
1726 * Support for derivation from G_TYPE_POINTER [Owen Taylor]
1727 * Hide pointers to type information inside GType to reduce locking
1728   [Alex Larsson, Tim]
1729 * Adds check for direct inclusion of gobject/*.h [Owen]
1730 * GObject API cleanups [Tim]
1731
1732 Other contributors: Darin Adler, Jacob Berkman, Daniel Egger, Eric Lemings, 
1733   Michael Meeks, Mark McLoughlin, Arkadiusz Miskiewicz, Dan Winship
1734
1735
1736 Overview of Changes in GLib 1.3.10:
1737 ===================================
1738
1739 * Many Win32 fixes and improvements [Tor Lillqvist]
1740 * Documentation improvements [Matthias Clasen]
1741 * g_string_printfa() renamed to g_string_append_printf()
1742 * Use libcharset from libiconv to implement charset detection
1743   more portably. [Owen Taylor, Hidetoshi Tajima]
1744 * Add 64 bit type support to GObject [Joshua Pritikin, Mathieu Lacage, Owen]
1745 * Make support for 64 bit integers a requirement [Joshua]
1746 * GPattern improvements [Tim Janik, Matthias]
1747 * Locale independent g_ascii_strtod / g_ascii_dtostr [Alex Larsson]
1748 * Many bug fixes and minor tweaks.
1749
1750 Other Contributors: Darin Adler, Jakub Jelinek, James Antill, Andrew Taylor,
1751   Ben Gertzfield, Elliot Lee, Manish Singh, Abel Cheung, Laszlo Peter,
1752   Sven Neumann, George Lebl, Raja Harinath, Sebastian Wilhelmi,
1753   Jacob Berkman
1754
1755
1756 Overview of Changes in GLib 1.3.9:
1757 ==================================
1758
1759 * Fixes for comparison of threads [Sebastian Wilhelmi]
1760 * Use vasprintf() when possible for g_strdup_printf [Matthias Clasen]
1761 * Win32 fixes [Tor Lillqvist, Hans Breuer]
1762 * Add a len argument to g_ascii_strup/strdown
1763 * Bug, portability fixes, cleanups.
1764
1765 Other Contributors: Darin Adler, Katsuhiro Okuno, Joshua N. Pritikin
1766
1767
1768 Overview of Changes in GLib 1.3.8:
1769 ==================================
1770
1771 * Documentation updates [Owen]
1772 * Made GType interfaces overridable in derived types
1773 * Many win32 fixes [Tor Lillqvist]
1774 * Miscellaneous cleanups and fixes
1775
1776 Other contributors:
1777   Darin Adler, Matthias Clasen, Ron Steinke, Hans Breuer, Alex Larsson
1778
1779
1780 Overview of Changes in GLib 1.3.7:
1781 ==================================
1782
1783 * Integrate GClosure support into the main loop [Owen Taylor]
1784 * More GSignal convenience functions (macros) [Sven Neumann, Tim Janik]
1785 * Introduced weak references for GObject [James Henstridge, Sven, Tim] 
1786 * Minor hash table optimizations
1787 * Main loop and threading improvements [Sebastian Wilhelmi]
1788 * Added g_ascii_* functions to be used for locale insensitive UTF-8
1789   compliant code instead of old string functions  [Darin Adler, Alex Larsson]
1790 * Add functions for Unicode case-conversion, normalization, and 
1791   collation [Owen]* GString improvements [Owen]
1792 * Reworked the GIOChannel code [Hidetoshi Tajima, Ron Steinke]
1793 * Removed glib-config-2.0 in favour of pkgconfig [Sebastian]
1794 * Make code 64bit clean [Mark Murnane]
1795 * More G_CONST_RETURN fixes
1796 * Many improvements to the win32 code [Tor Lillqvist, Hans Breuer]
1797 * Miscellaneous bug and API fixes
1798
1799 Other contributors:
1800   Michael Natterer, Christopher James Lahey, Padraig O'Briain,
1801   Matthias Clasen, Josh Pritikin, Steve Baker, Cesar Rincon, Garry R. Osgood,
1802   Michael Meeks, Laszlo Peter,  Martin Baulig, Kjartan Maraas, Andrew Lanoix,
1803   Peter Williams
1804
1805
1806 Overview of Changes in GLib 1.3.6:
1807 ==================================
1808
1809 * Threads have a "return value" from g_thread_join
1810 * Removed ability to adjust thread stack size
1811 * Prefix warnings with progname/PID by default, change toggle for this to 
1812   be an env variable G_MESSAGES_PREFIXED not a compile-time option
1813 * GMarkup speedups
1814 * GDate const, convenience fixups
1815 * Include test cases that headers are compilable by C++ compiler
1816 * Add ability to spawn processes with argv[0] != executable path.
1817 * g_strstr_len, g_strrstr, g_strrstr_len
1818 * Add length argument to g_utf8_strchr and g_utf8_strrchr.
1819 * Misc bug fixes
1820
1821
1822 Overview of Changes in GLib 1.3.5:
1823 ==================================
1824
1825 * Added an installed glib-mkenums Perl program for parsing enumeration
1826   declarations from header files.
1827 * Mark some additional deprecated functions.
1828 * Bug and Portability fixes
1829
1830
1831 Overview of Changes in GLib 1.3.4:
1832 ==================================
1833
1834 * Efficiency improvements for GThreadPool
1835 * A few bug fixes
1836 * Build fixes
1837 * Documentation improvements
1838
1839
1840 Overview of Changes in GLib 1.3.3:
1841 ==================================
1842
1843 GLib:
1844
1845 * More user_data support in various functions.
1846 * Main loop API revamps to support per-thread main loops.
1847 * Unicode handling improvements.
1848 * Implemented debugging traps.
1849 * G_CONST_RETURN specification all over the place.
1850 * Various new small utility functions.
1851 * Random number generator precision improvements.
1852 * New configure option --disable-mem-pools.
1853 * Many Win32 improvements.
1854 * Added g_try_malloc() friends varinats.
1855 * Many documentation improvements.
1856 * Many threading improvements, support for dynamic allocation
1857   of static mutexes.
1858 * GHookLIst API cleanups.
1859 * Improved format support of GDate parser.
1860 * String function speed improvements with new g_stpcpy().
1861 * Hashtable API additions.
1862 * New GPatternSpec for shell-style pattern matching (from GtkPatternSpec).
1863 * Optimizations, cleanups, bug fixes.
1864
1865 GObject:
1866
1867 * Added many convenience functions.
1868 * GClosure and GParamSpec use float/sink ref-counting scheme now.
1869 * Reworked property change notification.
1870 * Binary searchable array cleanups, so it's widely usable now.
1871 * Added static content keeping for some GValue types.
1872 * Support for statically scoped signal parameters.
1873 * Extinguished property trailer args in set/get interface.
1874 * Added support for abstract types.
1875 * G_CONST_RETURN specification all over the place.
1876 * Split parameter exchange functionality into value transforms
1877   and parameter conversions.
1878 * Added signal emission hooks and signal accumulators.
1879 * Added interface prerequisites to support is_a (interface, object)
1880   relations.
1881 * Implemented GValueArray.
1882 * New types, boxed: G_TYPE_VALUE, G_TYPE_CLOSURE, G_TYPE_GSTRING
1883   GParamSpecs: G_TYPE_PARAM_PARAM, G_TYPE_PARAM_POINTER, G_TYPE_PARAM_CLOSURE,
1884   G_TYPE_VALUE_ARRAY, G_TYPE_PARAM_UNICHAR, G_TYPE_PARAM_VALUE_ARRAY.
1885 * Varrags value collection improvements.
1886 * Implemented debugging traps.
1887 * Made things thread-safe.
1888 * Many documentation improvements.
1889 * Many cleanups, optimizations and bug fixes.
1890
1891
1892 Overview of Changes in GLib 1.3.2:
1893 ==================================
1894
1895 GLib:
1896
1897 * Win32 build improvements  [Tor]
1898 * Improvements to error reporting  
1899   (g_critical(), g_return_if_reached()) [Darin]
1900 * Add g_strlcpy/g_strlcat  [David Wheeler]
1901 * New IO channel implementation for Win32  [Tor] 
1902 * Make g_array_free, g_string_free return pointer to memory requested
1903   not to be freed.  [Darin]
1904 * Added GError based error reporting for thread functions.  [Sebastian]
1905 * Moved reference docs into GLib distribution. [Owen]
1906 * Added g_convert() for doing convenient character set conversions based
1907   on iconv. (GLib now requires libiconv or a native iconv.) [Havoc/Owen]
1908 * Various Unicode handling additions (g_ucs4_to_utf8, g_utf8_validate(),
1909   g_{locale,filename}_{to,from}_utf8)  [Robert/Havoc/Owen]
1910 * Portability fixes for threading.  [Sebastian]
1911 * Added convenient functions for launching new processes (g_spawn_*),
1912   and shell quoting/unquoting functions.  [Havoc]
1913 * Split glib.h into many headers.  [Sebastian]
1914 * Added a simple callback-based parser for XML-like files (GMarkup).  [Havoc]
1915 * Fixed confusions between comparison functions that return <0, 0, >0
1916   and equaility functions that return FALSE,TRUE.  [Sebastian]
1917 * Added safe/portable temporary file manipulation functions.  [Tor]
1918 * autoconf improvements.  [Raja]
1919 * Many documentation improvements.
1920 * Bug fixes.
1921
1922 GObject:
1923
1924 * Added boxed and pointer types.  [Tim/Jonathan]
1925 * Added callback abstraction (GClosure)  [Tim]
1926 * Added signal system (GSignal)  [Tim]
1927 * Make GTypePlugin an interface  [Tim]
1928 * Added GTypeModule - a simple GTypePlugin instantiation  [Owen]
1929 * Bug fixes.
1930
1931
1932 What's new in GLib 1.3.1:
1933 =========================
1934
1935 * New GObject library added including object system based on
1936   the GTK+ object system. 
1937 * Functions for getting the properties of Unicode characters, 
1938   computing the canonical decomposition and ordering combining
1939   characters aand manipulating UTF-8 string manipulation based
1940   on libunicode.
1941 * GString now properly handles embedded nuls.
1942 * Multiple fixes from the 1.2.x branch.
1943 * Upgrade to libtool 1.3.3
1944 * Full thread support (thread creation and destruction).
1945 * BeOS port, BeOS dynamic modules.
1946 * Many improvements to the Windows ports.
1947 * Improvements to the OS/2 port, OS/2 module support.
1948 * Double ended queue implementation.
1949 * GLib macros for printf() formatting, e.g. G_GULONG_FORMAT = "lu"
1950 * New configure option --enable-msg-prefix to prefix messages, warnings
1951   et ceteri with the program name and the process id.
1952 * New thread-safe random number generator Mersenne Twister.
1953 * g_strcompress() added, g_strescape() had a slight API change, and
1954   more tightly defined semantics.
1955 * the g_string(x) macro has been removed, #x may be used instead.
1956