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