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