Fix typo "Performace" in gtester-report Details pop-up window
[platform/upstream/glib.git] / NEWS
1 Overview of Changes from GLib 2.22.x to GLib 2.23.0
2 ===================================================
3
4 * GIO:
5  - GConverter: a generic interface for stateful conversions of data,
6    suitable for charset conversion, compression, decompression, regexp
7    replacement. Concrete implementations are GCharsetConverter,
8    GZlibCompressor and GZlibDecompressor. GConverterInputStream,
9    GConverterOutputStream are stream implementations that convert data
10    while loading or saving it.
11  - GMounts can now have a 'default location': a path that reflects
12    the main entry point for the user (e.g. the home directory).
13  - As a consequence of the compression support, GIO depends on zlib now.
14
15 * GObject:
16  - G_IMPLEMENT_INTERFACE_DYNAMIC: a convenience macro for adding
17    interfaces to dynamic types.
18
19 * GModule:
20  - The -pthread flag has been added to all gmodule .pc files, because
21    it is not generally permissible to load modules that are linked
22    against libpthread if the program has not been compiled with threading
23    support.
24
25 * Bugs fixed:
26  601637 GUnixFDMessage should contain a GUnixFDList
27  585566 GSocketListener API issues
28  572252 Bug in g_file_test() function.
29  600550 g_app_info_create_from_commandline doesn't treat arguments properly
30  541236 not detecting exact content type
31  350200 [PATCH] GTypeModule derived class unref does not unload plugin
32  589631 Please enclose literal values with double quotes
33  577711 cross compile check for g++ broken
34  600620 Support X-GNOME-FullName in GAppInfo
35  598899 GWin32DirectoryMonitor is broken
36  593809 Nautilus does not restore the position of the icons on the desktop...
37  563627 g_get_prgname() threadsafety
38  600141 Add -pthread to gmodule pkg-config
39  593856 file and directory monitors don't work when glib is compiled...
40  324930 Nautilus should disallow copying of symlink to FAT drive early
41  587300 Deadlock when calling g_cancellable_disconnect in a...
42  595138 GFile not robust with invalid input
43  591216 Warning building resolver.o
44  590016 Does not compile under MinGW32 + Wine
45  591214 Warnings building gcancellable.o
46  561998 Have specific entry points (paths) for mounts...
47  508157 Add G_IMPLEMENT_INTERFACE_DYNAMIC
48  535159 g_file_has_parent
49
50 * Updated translations:
51  Brazilian Portuguese
52  Catalan
53  Estonian
54  Galician
55  Norwegian bokmål
56  Shavian
57  Slovenian
58  Spanish
59  Swedish
60
61
62 Overview of Changes from GLib 2.22.1 to GLib 2.22.2
63 ===================================================
64
65 * GIO:
66  - Support case-sensitive globs in the shared mime database,
67    including support for the newer cache format that allows these.
68    Case-sensitive globs have been introduced in shared-mime-info
69    version 0.70
70
71 * GObject:
72  - Speed up creation of simple objects
73
74 * Bugs fixed:
75  597194 Typo in _G_TYPE_CVH macro
76
77 * Updated translations:
78  Russian
79
80
81 Overview of Changes from GLib 2.22.0 to GLib 2.22.1
82 ===================================================
83
84 * Bugs fixed:
85  596064 Test file marked for translation
86  595972 possibly invalid search in mime_info_cache_dir_add_...
87  596561 C99 style of declaration of variable in gmessages.c
88  596314 g_utf16_to_utf8 returns an invalid UTF8 string
89  596748 g_async_result_get_source_object returns a new ref
90  593809 Nautilus does not restore the position of the icons...
91  593775 uses inotify_init1 unconditionally
92
93 * Updated translations:
94  Bengali
95  Hebrew
96
97
98 Overview of Changes from GLib 2.21.6 to GLib 2.22.0
99 ===================================================
100
101 * Add gdb python macros to make gobject debugging more pleasant
102
103 * Bugs fixed:
104  579050 Allow making selected critical and warning messages non-fatal
105  594759 g_socket_send_message fails due to invalid sendmsg params
106  593941 GNetworkAddress skipping addresses when enumerating
107  594597 Fix build with srcdir != builddir
108  595619 Include gdb pretty printers
109
110 * Changes that might affect bindings:
111  - The error parameter of g_simple_async_result_set_from_error has been
112    made const.
113
114 * Updated translations:
115  Assamese
116  Bengali India
117  British English
118  Bulgarian
119  Catalan
120  Czech
121  Danish
122  Finnish
123  Galician
124  Greek
125  Gujarati
126  Hindi
127  Japanese
128  Kannada
129  Malayalam
130  Marathi
131  Norwegian bokmål
132  Oriya
133  Polish
134  Punjabi
135  Romanian
136  Serbian
137  Simplified Chinese
138  Slovenian
139  Spanish
140  Tamil
141  Telugu
142  Thai
143  Traditional Chinese
144  Ukrainian
145  Vietnamese
146
147
148 Overview of Changes from GLib 2.21.5 to GLib 2.21.6
149 ===================================================
150
151 * Minor API additions:
152   g_mkstemp_full is a variant of g_mkstemp that allows to specify flags
153   and permissions
154
155 * Bugs fixed:
156  593232 g_rand_new: read no more than requested from /dev/urandom
157  591995 use saved errno
158  589491 g_time_val_from_iso8601 doesn't handle some cases
159  593406 Permissions set to 777 after copying via Nautilus
160  594034 Add g_mkstemp_full()
161
162 * Updated translations:
163  Assamese
164  Basque
165  Brazilian Portuguese
166  Czech
167  Estonian
168  French
169  German
170  Hungarian
171  Italian
172  Kannada
173  Malayalam
174  Marathi
175  Norwegian bokmål
176  Oriya
177  Portuguese
178  Swedish
179  Tamil
180  Turkish
181
182
183 Overview of Changes from GLib 2.21.4 to GLib 2.21.5
184 ===================================================
185
186 * A performance problem with trashing of many files has been fixed
187
188 * GResolver now invalidates the libc resolv.conf cache as needed
189
190 * Minor api additions:
191  - g_cancellable_make_pollfd returns a boolean now. And there is a
192    new function g_cancellable_release_fd that can be used to released
193    the resources used by a GCancellable.
194
195 * Bugs fixed:
196  589988 Compilation error on Solaris 9 (missing stdint.h)
197  588901 gtcpconnection.c won't compile
198  584246 GResolver needs to call res_init() when network state changes
199  591714 Figure out failure handling for g_cancellable_make_pollfd()
200  591532 redundent '/' returned from g_file_resolve_relative_path
201  591378 Use MSG_NOSIGNAL in GSocket if it's available
202  589649 API documentation migration for Base64 Encoding
203  591840 configure fails with autoconf 2.64
204
205 * Updated translations:
206  Basque
207  Brazilian Portuguese
208  Bulgarian
209  Danish
210  Estonian
211  Finnish
212  Galician
213  Gujarati
214  Hndi
215  Irish
216  Japanese
217  Korean
218  Norwegian bokmål
219  Polish
220  Portuguese
221  Punjabi
222  Spanish
223  Swedish
224  Telugu
225  Traditional Chinese
226  Thai
227
228
229 Overview of Changes from GLib 2.21.3 to GLib 2.21.4
230 ===================================================
231
232 * GTree is now refcounted
233
234 * Bugs fixed:
235  587938 Undocumented limitation for g_str_equal
236  587773 refcounts for GTree
237
238 * Updated translations:
239  French
240  Hebrew
241  Norwegian bokmål
242  Spanish
243  Swedish
244  Traditional Chinese
245  Ukrainian
246
247
248 Overview of Changes from GLib 2.21.2 to GLib 2.21.3
249 ===================================================
250
251 * GMappedFile is refcounted now
252
253 * Mainloop: It is now possible to set per-thread default contexts,
254   with g_main_context_push_thread_default.
255
256 * glib-mkenums supports a @basename@ substitution, in addition
257   to @filename@.
258
259 * GIO:
260  - Vfs implementations can support storing of per-file metadata.
261  - GCancellable can now be subclassed.
262  - Unmount and eject methods now optionally allow interaction, via
263    variants that take a GMountOperation object.
264
265 * Bugs fixed:
266  556706 Inconsistent help arguments -h, -?
267  579449 FileChoosers no longer work if an idle handler is active
268  579933 mainloop FD_CLOEXEC has a race condition
269  579984 alternate GMainContext support
270  585937 gio/gsocket.c (glib 2.21.2) does not compile (Windows/mingw)
271  586675 Runtime library location
272  586797 Add GCancellables to GSocket ops
273  586868 g_filename_complete_get_completions doesn't always return...
274  587415 g_resolver_lookup_by_name_finish returns a freed list
275  587434 regression tests fail, at least on x86_64
276  586928 Avoid g++ warning in g_error()
277
278 * Updated translations:
279  Estonian
280  Hebrew
281
282
283 Overview of Changes from GLib 2.21.1 to GLib 2.21.2
284 ===================================================
285
286 * GIO:
287   - g_socket_speaks_ipv4 is a new function to check if a socket can
288     speak IPv4.
289   - g_socket_listener_add_address gained a new effective_address out
290     parameter.
291   - GIO now returns special icons for XDG user directories, by the
292     name folder-music, folder-documents, etc.
293   - GIO gained support for starting/stopping of drives, which can be used
294     in connection with external hard disk enclosures, disk arrays, iSCSI
295     devices, etc. See g_file_start/stop_mountable.
296
297 * GLib:
298  - g_reload_user_special_dirs_cache is a new function to force GLib to
299    reload the XDG user directory mapping from disk.
300
301 * Bug fixes:
302  584574 glib compile failure on Mac OS X with gunixresolver.c and...
303  585566 GSocketListener API issues
304  584255 Incorrect freeing of thread pool in GThreadedSocketService
305  585088 g_string_chunk_insert_len stops at nul bytes
306  585360 Monitor fontconfig configuration files using gio causes m...
307  580103 Terminal starts on Display :0.0 when started on :0.1 in D...
308  580301 network: a few issues on old darwin
309  583398 SRV weight sorting is incorrect
310  584176 build fixes on FreeBSD
311  585189 g_cancellable_reset() must be called in same thread as g_...
312  585280 compilation dies on gio/gsocket.c, needs sys/uio.h to con...
313  585281 gio/gunixfdmessage.c needs sys/types.h for platforms that...
314  585478 don't leak the inotify fd
315  585575 g_socket_listener_add_inet_port() doesn't do the right thing
316  585599 g_socket_listener_add_socket() consumes the socket
317  585676 GEmblem doesn't reference its 'icon' if that is set as a ...
318  585717 "bytes" nautilus translation to french is not shown in th...
319  541276 XDG directories should have their own icons
320  585726 Grammatical error in GList documentation
321  585520 Wrong warning option in documentation
322  585673 GNOME Goal: Remove deprecated glib symbols
323  585591 Starting/stopping drives
324
325 * Updated translations:
326  Bengali India
327  Norwegian bokmål
328
329
330 Overview of Changes from GLib 2.21.0 to GLib 2.21.1
331 ===================================================
332
333 * GIO:
334  - Support for network IO has been added, including a low-level
335    socket API and a high-level API for network connections and
336    services.
337  - Support for read-write access with GIOStream and its subclasses.
338  - GMount gained a pre-unmount signal.
339
340 * Bug fixes:
341  576104Implement GMount::pre-unmount
342  578769 implement GWinHttpFileInputStream::close_fn
343  582856 gsocket.c doesn't compile on Solaris
344  569375 g[u]intptr undocumented
345  573246 [FIX] g_desktop_app_info_dup() can access NULL pointer
346  575013 g_cancellable_push_current() does not allow NULL
347  577884 live-g-file.c:461: error: format ‘%d’ expects type ...
348  578499 g_output_stream_splice and stream closing with gnio strea...
349  579558 Application employing gvfs crashes with only libgvfscommo...
350  583001 SIGPIPE (grr!)
351  583061 Please add convenience function to connect to machines by...
352  583198 typo in error message
353  583206 use g_set_error_literal where appropriate
354  583229 void function g_async_initable_init_async returns value
355  583324 locking problem in g_main_context_iterate()
356  583408 void function g_socket_control_message_serialize returns ...
357  578786 wrong and confusing error message
358  583205 g_inet_address_to_bytes has no length outparam
359  583196 mem leak in keyfile test
360  583663 GSocketType enum ends with a comma
361  569024 Make g_error_new_valist public
362  569376 missing G_G[U]INTPTR_FORMAT
363  580347 off-by-1 bug in GWinHttpFile
364
365 * Updated translations:
366  Oriya
367  Spanish
368  Valencian-Catalan
369
370
371 Overview of Changes from GLib 2.20.x to GLib 2.21.0
372 ===================================================
373
374 * GIO:
375  - New helper functions g_cancellable_connect/disconnect to avoid
376    race conditions when connecting to the "cancelled" signal on
377    GCancellable.
378  - New types and methods for dealing with IPv4 and IPv6 addresses (and
379    UNIX domain socket addresses under UNIX). This does not include code
380    for actual socket I/O.
381  - GResolver provides asynchronous and cancellable APIs for resolving
382    hostnames, reverse lookup of IP addresses and resolving SRV records.
383
384 * Glib now provides hash and comparison functions for int64 and double
385   types, suitable for use with GHashTable.
386
387 * GArray, GPtrArray and GByteArray can be ref counted now, and have
388   boxed types.
389
390 * Bugs fixed:
391  572844 Helper for GCancellable::cancelled connect/disconnect
392  578363 goption docs should be improved
393  548466 async/cancellable DNS resolver
394  579830 param spec strings should use P_()
395  579862 requesting xattr::foo ends up calling getxattr(..., user...
396  580453 Hash and equal functions for gint64 and gdouble
397  580450 Reference counting and boxed types for arrays
398  580194 gresolver doesn't build on Solaris
399  580301 network: a few issues on old darwin
400  580299 network: include sys/types.h before sys/socket.h to insur...
401  572508 gmarkup speedup
402  580546 g_strtoull() referenced in documentation...
403  580656 g_key_file_set_string_list erroneously asserts list != NULL
404  579272 leaks in g_simple_async_result_set_op_res_gpointer
405
406
407 * Updated translations:
408  Catalan (ca)
409  Pashto (ps)
410  Spanish (es)
411
412
413 Overview of Changes from GLib 2.20.0 to GLib 2.20.1
414 ===================================================
415
416 * Bug fixes:
417  575555 Use fsync() when replacing files to avoid data loss on
418  575708 runaway inotify madness
419  575270 GVolumeMonitor::mount-pre-unmount not being emitted
420  577128 glib make check Failed to execute child process...
421  573673 Always show "backup" directories
422  578369 g_time_val_from_iso8601() parses timezones incorrectly
423  578002 Fix a small typo in GFile docs
424  578017 G_DEFINE_TYPE_EXTENDED docs
425
426 * Updated translations:
427  Arabic
428  Assamese
429  Basque
430  Bularian
431  Brazilian Portuguese
432  British English
433  Catalan
434  Danish
435  French
436  Galician
437  German
438  Greek
439  Hungarian
440  Italian
441  Japanese
442  Kannada
443  Lithuanian
444  Malayalam
445  Norwegian bokmål
446  Oriya
447  Polish
448  Punjabi
449  Russian
450  Simplified Chinese
451  Slovenian
452  Spanish
453  Swedish
454  Tamil
455
456
457 Overview of Changes from GLib 2.19.9 to GLib 2.20.0
458 ===================================================
459
460 * Base64 support: Avoid integer overflows. CVE-2008-4316
461
462 * Bugs fixed:
463  574019 GChecksum: document and guarantee hex characters in lower case
464  573454 Unable copy/move files to directories symlinked to gvfs share
465  561172 gnome-open fails on local URIs with anchors
466  573970 crash in gunixvolumemonitor:update_mounts when unmounting
467  573843 g_get_current_dir returns non-absolute path
468
469 * Updated translations:
470  Assamese (as)
471  Bengali (bn_IN)
472  Czech (cs)
473  Hindi (hi)
474  Italian (it)
475  Japanese (ja)
476  Lithuanian (lt)
477  Malayalam (ml)
478  Marathi (mr)
479  Oriya (or)
480  Polish (pl)
481  Romanian (ro)
482  Telugu (te)
483
484
485 Overview of Changes from GLib 2.19.8 to GLib 2.19.9
486 ===================================================
487
488 * GMarkup:
489  - Considerable speedup
490
491 * GIO
492  - Add G_FILE_CREATE_REPLACE_DESTINATION flag to allow replacing
493    the destination of a copying operation as if it did not exit before.
494  - Be more careful when classifying files as desktop files
495  - Support desktop file key X-GIO-NoFuse which disables the use
496    of fuse pathnames for %u and %U arguments
497
498 * Bugs fixed:
499  572672 glib/gthread.c: argument is different type
500  572464 Doc for g_file_get_contents
501  572151 “it's” and “its” confused in docs and comments
502  570501 g_win32_get_system_data_dirs uses invalid conversion...
503  167569 g_string_append_printf crashes on win32 when used...
504  572508 gmarkup speedup
505  560564 Replacing a symlink with its linked file truncates... 
506  549298 impossible to copy files with p (pipe) flag
507  543183 Clarify docs for g_file_has_prefix
508  540461 g_memory_output_stream_get_data_size() doesn't behave...
509  573462 GEmblemedIcon leak
510  573421 Clarify message format in GMountOperation
511  573658 Deadlock in giomodule.c
512  556706 Inconsistent help arguments -h, -?
513  573527 Wrong shell to run config.status in Makefile.in.in
514  573128 A couple of typos in GObject documentation
515
516 * Updated translations:
517  Catalan (ca)
518  British English (en_GB)
519  Spanish (es)
520  Basque (eu)
521  Finnish (fi)
522  French (fr)
523  Gujarati (gu)
524  Hebrew (he)
525  Hungarian (hu)
526  Korean (ko)
527  Maithili (mai)
528  Norwegian bokmål (nb)
529  Dutch (nl)
530  Portugese (pt)
531  Swedish (sv)
532  Thai (th)
533  Traditional Chinese (zh_HK)
534  Traditional Chinese (zh_TW)
535
536
537 Overview of Changes from GLib 2.19.7 to GLib 2.19.8
538 ===================================================
539
540 * GIO: Fix missing exports of new API
541
542 * Fix strict aliasing warnings and violations to make Glib work
543   with gcc 4.4
544
545
546 Overview of Changes from GLib 2.19.6 to GLib 2.19.7
547 ===================================================
548
549 * GIO
550  - GFile gained an attribute for the actual file size in bytes
551  - GMountOperation gained an "aborted' signal that allows to abort
552    a mount operation from the backend side
553
554 * Bugs fixed:
555  523742 Use noinst for non-installable libraries
556  566747 URIs opened with firefox %u load as local files
557  541225 Can't compile gio on AIX duplicate case value in gioerror.c
558  571598 GAsyncResult with NULL gobject
559  505042 add file attribute for actually used file size in bytes
560
561 * Updates translations:
562  Basque (eu)
563  Gujarati (gu)
564  Italian (it)
565  Japanese (ja)
566  Norwegian bokmål (nb)
567  Dutch (nl)
568  Portugese (pt)
569  Thai (th)
570  Vietnamese (vi)
571
572
573 Overview of Changes from GLib 2.19.5 to GLib 2.19.6
574 ===================================================
575
576 * New format macro to print goffset data: G_OFFSET_FORMAT
577
578 * GIO: 
579  - Add a GFilter{Input,Output}Stream::close-base-stream properties which
580    determine whether the base stream will be closed when the filter stream
581    is finalized.
582  - g_data_input_stream_read_line and ..._read_until have asynchronous
583    variants now.
584
585 * Bugs fixed:
586  568294 A wrong reference in the description of g_bookmark_file_...
587  563141 RFE: define G_OFFSET_FORMAT
588  569105 g_time_val_to_iso8601() assumes time_t==long
589  568394 dropping the last reference to a stream filter closes...
590  568741 g_buffered_input_stream_fill_async doesn't work
591  568723 g_buffered_input_stream_fill_async doesn't take count == -1
592  568575 _async functions for GDataInputStream
593
594 * Updated translations:
595  Bulgarian (bg)
596  Finnish (fi)
597  Hungarian (hu)
598  Oriya (or)
599  Swedish (sv)
600  Traditional Chinese (zh_HK)
601  Traditional Chinese (zy_TW)
602
603
604 Overview of Changes from GLib 2.19.4 to GLib 2.19.5
605 ===================================================
606
607 * Update included PCRE to 7.8
608
609 * g_base64_decode_inplace: New function to do base64 decoding in place
610
611 * Bugs fixed:
612  567138 get_package_directory_from_module() does not free ...
613  566569 gregex docs clarification
614  566573 g_match_info_fetch_pos docs
615  564728 Add function to decode base64 encoded data in place
616  567838 G_STRUCT_OFFSETOF fails to compile under icc 9.1
617  567977 textdomain() macro should not return NULL ...
618  512779 --disable-regex breaks compilation
619  566770 error code 0 for Too many open files is useless
620  565484 g_content_type_guess passes non-UTF8 text to XDG ...
621
622 * Updated translations:
623  Catalan (ca)
624  Spanish (es)
625  Italian (it)
626  Swedish (sv)
627
628  
629 Overview of Changes from GLib 2.19.3 to GLib 2.19.4
630 ===================================================
631
632 * GIO:
633   - Use O_NOATIME when sniffing mimetypes
634   - Add a convenience method to check if a GSimpleAsyncResult
635     is valid
636
637 * Bugs fixed:
638  560676 function access for g_threads_supported
639  565905 There is no g_context_group_set_translation_domain
640  564210 SUN Studio 12 has supported visibility attribute
641  565136 GObject's "notify" signal parameters are wrong in gtk-doc
642  565831 error in interface creation sample
643  566348 g_file_open_tmp uses the wrong g_mkstemp on win32
644  566064 Add NOATIME flag to query_info_flags
645  566170 g_async_result_verify_source_object
646
647 * Updated translations:
648  Spanish (es)
649  Norwegian bokmål (nb)
650  Brazilian Portugese (pt_BR)
651  Simplified Chinese (zh_CN)
652
653
654 Overview of Changes from GLib 2.19.1 to GLib 2.19.3
655 ===================================================
656
657 * Bugs fixed:
658  508021 Add support for the CRIS and CRISv32 architectures
659  526320 should not list mounts that the user doesn't have permission to use
660  558458 Cannot build gio tests on Solaris using SUN cc
661  555465 GUnix{Input,Output}Stream lacks fd/close_fd_at_close property
662  558298 Hide ecryptfs mounts
663  515777 incorrect date&time on copy
664  562452 Ensure we return G_IO_ERROR_CANCELLED if cancelling
665         g_simple_async_result_run_in_thread
666  473150 g_type_module_use inconsistently increases the use
667         counter in case of error
668  563150 G_GU?INT*_MODIFIER/FORMAT docs
669  563156 Document printing and scanning gunichar values
670
671 * Updated translations:
672  Hebrew (he)
673  Italian (it)
674  
675
676 Overview of Changes from GLib 2.19.0 to GLib 2.19.1
677 ===================================================
678
679 * GIO: 
680   - g_icon_to_string, g_icon_new_for_string: GIcon serialization support
681   - G_FILE_ATTRIBUTE_PREVIEW_ICON: new file attribute for preview images
682   - g_app_info_get_commandline: new function to get the full commandline
683   - g_mount_shadow, g_mount_unshadow, g_mount_is_shadowed: New functions 
684     to 'shadow' mounts (i.e. hide them from the UI when they already
685     have a different representation, like a bookmark) 
686
687 * Bugs fixed:
688  556186 gpoll.h breaks gmain.h inclusion
689  557087 mem leak in g_content_types_get_registered
690  556921 gpoll.h breaks hal compilation
691  557210 g_compute_checksum_for_* asserts with less than 2 bytes
692  558381 Add support for compile time assertions
693  558185 'parent' variable in g_local_file_get_child_for_display_name()
694         hits g_object_unref(NULL) assertion
695  558513 g_warn_if_fail FIXME in gtestutils
696  558672 NULL key lookup using g_hash_table_lookup_extended() 
697  555740 gicon serialization
698  557182 preview functionality
699  528320 Incorrect icons displayed for files with custom mimetype icons
700  556910 Memory leak: sub
701  557592 Missing include in gwinhttpfile.c
702  556415 Crash on Windows 2000 in g_winhttp_vfs_init()
703  555935 Clarify the mechanism of overwriting properties
704  552776 ac_cv_func_posix_getgrgid_r not mentioned
705  559448 GObject Reference Manual (typo)
706  561212 GFileReadMoreCallback API doc refers to non-existant function
707  560569 gkeyfile doesn't use the set list_separator in some cases
708  560568 gkeyfile docs buglet
709  559413 g_option_group_set_error_hook docs buglet
710  562378 callback return value not respected for callback option
711         with no arg
712  559110 Do not include libintl.h after glibintl.h
713  557603 carbon check output misplaced
714  562544 g_key_file_get_string and g_key_file_get_value
715         documentation does not explain the difference
716  547264 Missing "no flags" flag
717  562638 GDebugKey key member should be const
718  562639 g_parse_debug_flags() parsing "help"
719  562549 g_byte_array_free should tell how free data
720  559452 GObject Reference Manual (typo)
721  559462 GObject Reference Manual (typo)
722  559517 GObject Reference Manual (typo)
723  562538 GObject interface tutorial shouldn't finalise with
724         "Please forget everything"
725  561352 Leak of icon description
726  561375 Leaks mountpoint description
727  561807 inotify_sub.c: dup_dirname() fails to remove trailing '/'
728  562393 g_buffered_input_stream_read_byte broken if data available
729  541715 win32 : patch for warnings and signature problems in recent code
730  547481 g_data_input_stream_read_line behaves not as stated in the docs
731  548163 Nautilus displays wrong error message for too long file names
732  559633 gtk_image_new_from_gicon does not always work for .desktop files
733  555486 – No way to recover command line from GAppInfo
734
735 * Translation updates:
736  Spanish (es)
737  Ukrainian (uk)
738
739
740 Overview of Changes from GLib 2.18.1 to GLib 2.19.0
741 ===================================================
742
743 * Rewrite GHashTable to use open addressing with quadratic probing instead 
744   of chaining. This has the potential to reduce memory fragmentation 
745   significantly, while being slightly faster due to better locality and 
746   no need to call alloc/free functions for nodes. Benchmarks suggest it 
747   also uses less memory overall.
748
749 * Make g_poll available as public api
750
751 * New macros g_assert_error and g_assert_no_error to assert 
752   that a GError is set or unset
753
754 * g_cancellable_make_pollfd: New method to make a GPollFD for a cancellable
755
756 * g_app_info_can_delete, g_app_info_delete, g_app_info_reset_type_associations:
757   New functions to clean up app infos and content types
758
759 * When launching applications, always pass fuse file:// uris when possible,
760   and let gio convert such uris back to gio uris.
761
762 * Bugs fixed:
763  505361 gunixinputstream.c assumes poll() available
764  509446 portable blocking gio cancellation
765  553820 gpoll.c: undeclared identifier
766  553724 python interpretter path not patched in correctly
767  553857 gbacktrace.h requires signal.h
768  553447 g_assert_no_error()
769  554092 glib doesn't return G_FILE_ERROR_NOENT et al on OS X
770  528670 Always pass file:/// uri's in GAppLaunchContext
771  555224 Improve g_format_size_for_display doc
772  555309 giochannel breaks on error
773  554790 g_convert() misbehaves with winiconv versions
774  555314 mem leak in gmarkup
775  555313 GFileAttribute boxed type get_type function should...
776  552861 glib-2.0.m4 calls system(3) without storing its result
777  554557 Patch to fix gcc warnings about missing format specifiers
778  552107 Small libtool fixes
779  551355 Make glib build with libtool 2.2
780  555311 format not a string literal and no format arguments
781  556101 static mutex yields warnings with g++
782  556186 gpoll.h breaks gmain.h inclusion
783  526456 Open addressing in GHashTable
784  553426 cancellable clarifications
785  545350 GAppInfo deletion
786  545351 Reset associations for content type
787  552168 volume's mount not mounted after g_volume_mount_finish
788  554970 segfault when update-desktop-database is not available...
789  554745 GFileAttributeInfoList should be boxed
790  555121 Improved build-time handling of gio module-dir
791  555711 Wrong fallback order of mimetype icons
792  555331 Deprecate adoption of mounts
793  556335 make check fails in abicheck.sh
794  556334 Warning when building without selinux support
795  556422 g_file_enumerator_next_file: unclear...
796
797 * Updated translations:
798  Arabic (ar)
799  Danish (da)
800  Polish (pl)
801  Brazilian Portugese (pt_BR)
802  Romanian (ro)
803  Russian (ru)
804
805
806 Overview of Changes from GLib 2.18.0 to GLib 2.18.1
807 ===================================================
808
809 * Bugs fixed:
810  550433 g_test_init doesn't recognize --help
811  523463 Core dump in gmain.c:2482:IA__g_main_context_check
812  551228 G_STRFUNC on recent Sun compiler should be expanded...
813  551410 gtestutils.c: using printf without prototype
814  551731 g_date_set_time[_t] docs should mention what timezone
815  548321 <string.h> is not included in gi18n-lib.h
816  551149 xdgmime mem leak
817  550647 synchronous pipe I/O when reading mount reply
818  551887 Docs for g_desktop_app_info_new_from_filename aren't...
819  551681 g_content_type_guess() too naive with filenames
820  552352 g_app_info_launch doesn't work if "Path" key...
821  551408 gmodule.def generated to builddir...
822  552359 g_file_info_get_icon should return GThemedIcon, and...
823
824 * Updated translations:
825  Arabic (ar)
826  Bengali India (bn_IN)
827  British English (en_GB)
828  Hindi (hi)
829  Croatian (hr)
830  Korean (ko)
831  Oriya (or)
832  Turkish (tr)
833  Telugu (te)
834
835
836 Overview of Changes from GLib 2.17.7 to GLib 2.18.0
837 ===================================================
838
839 * Win32:
840   - rework the g_poll() implementation to match poll() semantics more closely
841
842 * Bugs fixed:
843  324234 Using g_io_add_watch_full() to wait for connect() to return...
844  548278 Async GETs connections are always terminated unexpectedly...
845  500246 Bug fixes for giowin32
846  523939 Example program for GValue
847  550096 GBookmarkFile parser is not forward compatible
848  550040 Move GString, rand and printf tests to the unit test framework
849  550104 trivial documentation fix for g_get_home_dir
850  548988 g_file_replace fails on Windows when the target file exists
851  550059 Wrong docs for g_emblemed_icon_add_emblem
852  548800 Missing a g_object_get_type function
853  550056 Missing documentation for g_emblemed_icon_get_emblems
854
855 * Updated translations:
856  Bulgarian (bg)
857  Czech (cs)
858  German (de)
859  Estonian (et)
860  Basque (eu)
861  French (fr)
862  Hebrew (he)
863  Hungarian (hu)
864  Italian (it)
865  Japanese (ja)
866  Lithuanian (lt)
867  Maithili (mai)
868  Dutch (nl)
869  Swedish (sv)
870  Thai (th)
871  Ukrainian (uk)
872  Vietnamese (vi)
873
874
875 Overview of Changes from GLib 2.17.6 to GLib 2.17.7
876 ===================================================
877
878 * More fixes for 64-bit Windows
879
880 * GIO
881  - Add a vfs implementation for HTTP and HTTPS URIs on Windows
882
883 * Bugs fixed:
884  546329 API docs for g_utf8_normalize() are incorrect
885  546876 Modify GMarkup parser to accept &#x1; .. &#x1f;
886  547200 g_utf8_find_next_char() issues
887  547637 unconditional #include of sys/statfs.h in configure
888  547337 G_DISABLE_DEPRECATED breaks tests build
889  547832 gtk+-2.12.11 fails to build - AC_PROG_MMAP too strict
890  502498 Test framework assertion failures should follow gcc
891  546371 Improve docs re g_file_monitor
892  546483 GThemedIcon:use-default-fallbacks is not readable without...
893  546132 GFileIcon is bindings-unfriendly
894  542156 zfs mount in home directory shown on nautilus desktop 
895  535124 umask 002 not being applied for new directories...
896  547080 g_file_copy leaks expected errors
897  546582 Callbacks from GFileMonitor present a GFile...
898  547262 Missing link in the docs
899
900 * Updated translations:
901  Arabic (ar)
902  Catalan (ca)
903  Spanish (es)
904  Basque (eu)
905  Finnish (fi)
906  Galician (gl)
907  Hebrew (he)
908  Marathi (mr)
909  Norwegian bokmål (nb)
910  Portugese (pt)
911  Brazilian Portugese (pt_BR)
912  Swedish (sv)
913  Thai (th)
914
915
916 Overview of Changes from GLib 2.17.4 to GLib 2.17.6
917 ===================================================
918
919 * Fix problems on 64-bit Windows
920
921 * g_markup_context_get_user_data: New function to access
922   the user_data outside of callbacks
923
924 * GIO
925  - g_mount_guess_content_type_sync: synchronous version of
926    g_mount_guess_content_type
927  - GEmblem: A GIcon implementation that adds emblem-related
928    metadata to icons
929  - GEmblemedIcon: A GIcon implementation that can add emblems
930    to icons
931
932 * Bugs fixed:
933  544088 option_test_LDADD is left in tests/Makefile.am
934  544465 gmarkup makes it hard to use pre-rolled parsers
935  545485 Implicit declaration of utime()
936  545798 "Since: 2.18" mark is missing in g_set_error_literal...
937  544140 fam-helper 64-bit issue
938  529694 SELinux context setting support
939  545157 wrong/no list of "open with" applications for .cc...
940  545203 gfile.c: argument is different type
941  545457 gdmsetup crashed with SIGSEGV in g_unix_mount_guess...
942  544177 Fix trivial cut and paste error in documentation
943  545395 Language tweak for g_value_set_string* docs
944  541036 Gnumeric crashes when trying to open Desktop...
945  546079 leak in xdgmime
946  545395 Language tweak for g_value_set_string* docs
947  546017 Don't copy attributes when copying a symlink
948
949 * Updated translations:
950  Arabic (ar)
951  Estonian (et)
952  Galician (gl)
953  Italian (it)
954  Japanese (ja)
955  Korean (ko)
956  Norwegian bokmål (nb)
957  Pashto (ps)
958  Portugese (pt)
959
960
961 Overview of Changes from GLib 2.17.3 to GLib 2.17.4
962 ===================================================
963
964 * GIO:
965  - New API to handle content types: g_mount_guess_content_type,
966    g_content_type_guess_for_tree.
967  - Export the eject-button signal on the volume monitor class
968  - New API to enable out-of-process volume monitors: 
969    g_volume_get_activation_root
970
971 * GObject:
972  - New API to handle signals without slots in the class structure:
973    g_signal_new_class_handler, g_signal_override_class_handler   
974
975 * Internationalization:
976  - Add an NC_ macro that is a no-op equivalent of C_
977
978 * GMarkup:
979  - Add two new functions g_markup_parse_context_push,
980    g_markup_parse_context_pop to support "subparsers"
981
982 * Bugs fixed:
983  541208 Functions to easily install and use signals without...
984  541507 Ambiguous description of assigned characters in the...
985  543040 async reading on dummy file will crash on GIO_USE_VFS=local
986  543560 enable gio-FEN back-end warnings on Solaris will crash...
987  528317 GRegex does not allow recursion limit
988  337518 GMarkup: Subparser support
989  541794 drive-eject-button signal
990  541793 activation root for volumes
991  467707 test_iconv_state() in tests/convert-test.c fails on AIX 5.3
992  428048 2 of 51 tests fail on Solaris
993  542332 small fix for error message in GMarkup
994  482413 get_contents_stdio -- overflow and memory corruption
995  406120 g_ascii_strtod
996  334234 "printf" format error
997  536996 Missing noop i18n macro equivalent to C_
998  540616 mem leak in filechooser button
999  539229 gobject-query calls itself query
1000  521589 [RFC] gobject documentation should mention Vala
1001  543168 Description of G_SLICE=debug-blocks discourages its use
1002  543220 Case collision on gio-extension-points.html
1003  530759 update the gobject tutorial to the XXI century
1004  535223 gbookmark file inefficiency ...
1005  543504 crash in Epiphany Web Browser: Opening local file
1006
1007 * Updated translation:
1008  German (de)
1009  Estonian (et)
1010  Pashto (ps)
1011  Albanian (sq)
1012  Thai (th)
1013  Traditional Chinese (zh_HK)
1014  Traditional Chinese (zh_TW)
1015
1016
1017 Overview of Changes from GLib 2.17.1 to GLib 2.17.3
1018 ===================================================
1019
1020 * PCRE
1021  - fix for CVE-2008-2371 
1022
1023 * Bugs fixed:
1024  538119 glib's mainloop leaks a pipe to sub-processes
1025  537635 Corrections and improvements to g_time_val_{to,from}_iso8601
1026  539067 The document g_io_channel_win32_new_fd() says...
1027  535949 annotate g_strip_context and g_dpgettext with G_GNUC_FORMAT
1028  539123 annotate g_d[n]gettext with G_GNUC_FORMAT
1029  539074 Cannot get exit status with g_spawn_command_line_sync
1030  316221 G_LOCK warns about breaking strict-aliasing rules
1031  539770 migrate gstrfunc unit tests to gtest
1032  539626 Update docstrings for g_object_freeze_notify and g_object_thaw_notify
1033  538044 unconditional use of LC_MESSAGES
1034  540545 Monotonic time and timer offset
1035  535947 want g_set_error_literal
1036  539999 glibconfig.h: add GLIB_USING_SYSTEM_PRINTF 
1037  536252 GFileEnumerator should allow access to the containing GFile
1038  538362 Get Win32 icons back in the file chooser
1039  540802 g_list_prepend doesn't concat lists
1040  540423 unrecoverable error after g_seekable_truncate
1041  538836 make check failure on PPC and ALPHA: pltcheck.sh on g_atomic_pointer_get
1042  539090 g_content_type_from_mime_type() should unalias
1043  540331 g_file_append_to () documentation: can return NULL
1044  534639 add g_desktop_app_info_new_from_keyfile
1045  536733 gio build failure on Irix
1046  536160 Add g_file_monitor()
1047  538127 FileChooser broken on win32
1048  531476 /live-g-file/test_traverse_structure test fails on Mac HFS+
1049  538564 gio should have gio-types.h
1050  540047 glib-genmarshal.c: '#include <io.h>' is too before
1051
1052 Updated translations:
1053  Korean (ko)
1054  Occitan (oc)
1055
1056
1057 Overview of Changes from GLib 2.17.0 to GLib 2.17.1
1058 ===================================================
1059
1060 * New function: g_utime(), a gstdio wrapper for utime()
1061
1062 * New functions: g_dgettext() and g_dngettext(), wrappers
1063   for corresponding gettext functions with added functionaliy
1064
1065 * Support the latest version of the shared-mime spec, including
1066   icons for mime types 
1067
1068 * New function: g_themed_icon_prepend_name()
1069
1070 * Bugs fixed: 
1071  535418 Please document which glib version defines goffset
1072  528715 Misprint in the description of the interface g_type_class_add_private
1073  528714 Misprint in the description of the interface g_param_spec_flags
1074  537260 Doc bug in G_TYPE_INSTANCE_GET_CLASS()
1075  530527 Misprint in the description of the interface 
1076         g_cclosure_marshal_VOID__FLAGS
1077  530526 Misprint in the description of the fields 'class_init' and 
1078         'class_finalize' of the structure GTypeInfo
1079  528719 Improvement to the documentation of the "g_object_connect" interface
1080  528172 gtk_signal_handlers_unblock_* functions return value
1081         amount of matched signals, not amount of actually unblocked
1082  528717 Misprint in the description of the parameter 'type_id' for 
1083         the interface g_type_register_fundamental
1084  528716 Misprint in the description of the parameter 'iface_data' for 
1085         the callback types GInterfaceInitFunc and GInterfaceFinalizeFunc 
1086  537555 GObject instantiation not thread safe
1087  537546 'desktop' shortcut in file chooser looks like a generic folder
1088  537392 Additional colon in xattr name
1089  536641 Filesystem querying in gio does not list AFS and autofs file systems
1090  528600 g_dummy_file_get_parent("scheme://example.com/")
1091  503071 Application direction changes to right to left even if theres no 
1092         translation
1093  502511 g_assert_cmphex prints invalid message
1094  338162 Use po/LINGUAS
1095  314453 Nautilus crashes in Solaris when browsing the attached file
1096  529321 make check fails in glib/pcre
1097  455215 g_get_user_special_dir: no reference about G_USER_DIRECTORY_DOWNLOAD 
1098         fallback to $HOME/Desktop if xdg-user-dirs is not in use
1099  498732 g_key_file_to_data cannot fail
1100  511367 add g_file_make_directory_with_parents
1101  531900 Use __builtin_offsetof for G_STRUCT_OFFSET if building with 
1102         gcc 4.0 or newer
1103  536158 also bump GHashTable version when a node is removed via
1104         g_hash_table_iter_remove()/g_hash_table_iter_steal()
1105  531403 g_utf8_collate broken on Mac
1106  535628 test/patterntest.c still includes gpattern.h directly
1107  535625 alias.h:2648: error: 'utime' undeclared here (not in a function)
1108
1109 * Translation updates:
1110  Arabic (ar)
1111  German (de)
1112  Italian (it)
1113  Norwegian bokmål (nb)
1114  Thai (th)
1115
1116
1117 Overview of Changes from GLib 2.16.x to GLib 2.17.0
1118 ===================================================
1119
1120 * Update to Unicode 5.1
1121
1122 * Update included libcharset to the one shipped with libiconv 0.12
1123
1124 * Update included PCRE to 7.7
1125
1126 * Enforce that only toplevel headers are directly included.
1127   This is turned on by default for GObject and GIO. To turn
1128   it on for GLib, define G_DISABLE_SINGLE_INCLUDES.
1129
1130 * Fix library version of GIO.  GLib 2.16 shipped with libgio-2.0.so.0.0.0
1131
1132 * On Solaris, use FEN for file monitoring in GIO
1133
1134 * Use the GIO_EXTRA_MODULES environment variable to find
1135   additional GIO modules 
1136
1137 * G_GNUC_ALLOC_SIZE: New macro that wraps the gcc alloc_size
1138   function attribute
1139
1140 * g_checksum_reset: New function to reset the state of a GChecksum 
1141
1142 * g_unix_mount_monitor_set_rate_limit: New function to limit the 
1143   rate at which events are reported
1144
1145 * g_file_query_file_type: New utility function to query the type of
1146   a file
1147
1148 * g_memory_output_stream_get_data_size: New function to obtain the
1149   size of the written data.
1150
1151 * Bugs fixed:
1152  522292 Gives warnings in glib/gutils.h with GCC in C99 mode
1153  523298 win_iconv can't convert from UTF-8 to GB18030 (or vice versa)
1154  518160 replace two g_strdup_printf calls in GBookmarkFile
1155  523877 gbookmarkfile: avoid using g_string_append_printf() and
1156         other optimizations 
1157  525192 100% CPU if run main loop with no IO sources
1158  315437 extern inline -> static inline
1159  524314 g_convert() on Win32 implicitly converts full width
1160         alphanumerics into half width
1161  525732 Error in documentation for g_list_first
1162  525674 A typo in gmarkup.c
1163  448943 g_timeout_add_seconds() problems
1164  525972 UCS-4 not in the new win_iconv implementation
1165  526619 make test-report crash
1166  491554 Update to Unicode 5.1.0
1167  519137 g_slice_dup macro needs cast for 64-bit platform
1168  528752 Win32 build and SSL not working
1169  530457 G_USER_DIRECTORY_DOWNLOAD folder improperly mapped
1170  528667 Typos in testing module documentation
1171  459905 Bug in wcwidth data
1172  534085 g_unichar_iswide_cjk() has a totally wrong table
1173  501651 Update glib/libcharset
1174  519026 G_STMT_START/G_STMT_END test a non-existent preprocessor symbol
1175  534319 GLib's .pc files could use Libs.private
1176  534137 Typo in g_spawn_async_with_pipes doc
1177  517419 gio win32 directory monitor
1178  526796 Wrong order of arguments in g_file_copy's fallback
1179  530196 _g_local_file_has_trash_dir() doesn't handle st_dev == 0
1180  532965 Should not return filesystem::free for certain file systems
1181  525553 fix typo and nitpicking in GArray documentation
1182  526572 Missing * in declaration of parent_class in Object
1183         Destruction section of GObject Reference Manual
1184  528648 Extra >s in Object Construction section
1185  535021 g_param_spec_internal documentation should
1186         describe purpose of nick and blurb
1187  521513 Firefox crash when using file picker
1188  528433 gdesktopappinfo snafu ...
1189  533369 API g_file_info_get_attribute_string () unables to get "...
1190  521045 glib f_fstypename miscellany
1191  521672 compile error
1192  521946 control rate limit on GUnixMountMonitor
1193  522335 Fails to build: glib/gtester.c:276: error: 'ARG_MAX' unde...
1194  523015 Implement sliding window based upload operation
1195  523019 Use new GCC 4 feature
1196  523338 list nfs4 as a nfs mount type
1197  524350 Make glib build without NLS again
1198  524579 g_file_copy reports wrong total on progress callback for ...
1199  524742 A typo in gtestutils.c.
1200  524950 Minor documentation typos.
1201  525866 the user directory should not be considered as a mount to...
1202  526320 should not list mounts that the user doesn't have permiss...
1203  527132 nautilus crash when making ftp connection
1204  532852 CRITICAL **: totem_pl_parser_parse_with_base: assertion `...
1205  534759 Build failure in gio
1206  534764 Typo in error produced by g_file_make_directory
1207  521851 Redudant tests in gunixmounts.c
1208  524344 glib/gthread.h still use G_GNUC_PRETTY_FUNCTION
1209  525060 glib fails to build with -DG_DISABLE_ASSERT in CPPFLAGS o...
1210  534177 Invalid description of the interface g_cclosure_marshal_S...
1211  520715 Add GFile method g_file_query_file_type
1212  523039 nautilus can't access to trash/computer/network if gvfs i...
1213  
1214 * Updated translations:
1215  Arabic (ar)
1216  Bulgarian (bg)
1217  Catalan (ca) 
1218  Czech (cs)
1219  Greek (el)
1220  Candian English (en_CA)
1221  British English (en_GB)
1222  Spanish (es)
1223  Estonian (et)
1224  Basque (eu)
1225  Galician (gl)
1226  Hebrew (he)
1227  Hungarian (hu)
1228  Japanese (ja)
1229  Lithuanian (lt)
1230  Norwegian bokmål (nb)
1231  Dutch (nl)
1232  Occitan (oc)
1233  Portugese (pt)
1234  Russian (ru)
1235  Slovak (sk)
1236  Albanian (sq)
1237  Swedish (sv)
1238  Turkish (tr)
1239  Vietnamese (vi)
1240
1241
1242 Overview of Changes from GLib 2.16.0 to GLib 2.16.1
1243 ===================================================
1244
1245 * Fix a crash in g_themed_icon_new
1246
1247 * Update the included PCRE to 7.6
1248
1249
1250 Overview of Changes from GLib 2.15.6 to GLib 2.16.0
1251 ===================================================
1252
1253 * Fix the definition of G_INLINE_FUNC to work with gcc 4.3.0
1254
1255 * GIO:
1256  - Add missing GMountMountFlags argument to g_unix_volume_mount
1257  - Fix the adopt_orphan_mount vfunc to take a volume monitor 
1258    reference
1259  - Add properties to GThemedIcon for bindings sake
1260
1261 * Bugs fixed:
1262  520484 gvfsd-trash crashed with SIGSEGV in g_path_is_absolute()
1263  510855 g_checksum_update(): Take -1 for length.
1264  517676 g_themed_icon_new*() do more than call g_object_new().
1265  518816 should handle rmdir returning EEXIST correctly
1266  519352 g_[s]list_delete_link() docs
1267  519489 Fixes for sparse warnings in gio
1268  520169 add monitor argument to vfunc for GVolumeMonitor
1269  520700 Add type check in g_file_query_exists
1270  521145 FILE_READ_ONLY_VOLUME not present on Mingw32
1271  518720 No MIME type for empty files
1272  521013 in documentation, goffset doesn't say "Since 2.x"
1273  521028 Missleading error messages from g_io_channel_set_encoding()
1274  517484 GMainLoop could set the thread "Alertable" for APCs to be... 
1275
1276 * Updated translations:
1277  Assamese (as)
1278  Bengali India (bn_IN)
1279  Czech (cs)
1280  German (de)
1281  Spanish (es)
1282  Estonian (et)
1283  Finnish (fi)
1284  French (fr)
1285  Gujarati (gu)
1286  Italian (it)
1287  Lithuanian (lt)
1288  Malayalam (ml)
1289  Marathi (mr)
1290  Norwegian bokmål (nb)
1291  Romanian (ro)
1292  Russian (ru)
1293  Slovak (sk)
1294  Ukrainian (uk)
1295
1296  
1297 Overview of Changes from GLib 2.15.5 to GLib 2.15.6
1298 ===================================================
1299
1300 * GIO:
1301  - New file attributes: trash::item-count, filesystem::use-preview
1302  - Rename g_file_contains_file to g_file_has_prefix
1303  - g_file_query_filesystem_info grew async variants
1304  - g_themed_icon_append_name: new convenience function
1305  - g_content_type_get_icon is implemented now
1306  - Only show mounts in /media and ~
1307  - g_file_contains_file has been renamed to g_file_has_prefix
1308
1309 * Win32:
1310  - g_win32_get_package_installation_directory_of_module: new function
1311    which supersedes g_win32_get_package_installation_directory
1312  - Use alertable wait functions so that I/O completion routines or 
1313    user-mode Asynchronous Procedure Calls can be run
1314  - Fix race conditions in g_spawn implementation on win32
1315
1316 * Other:
1317  - g_uri_get_scheme has been renamed go g_uri_parse_scheme
1318
1319 * Updated translations:
1320  Arabic (ar)
1321  Belarusian Latin (be@latin)
1322  Catalan (ca) 
1323  British English (en_GB)
1324  Finnish (fi)
1325  Galician (gl)
1326  Hebrew (he)
1327  Italian (it)
1328  Kannada (kn)
1329  Norwegian bokmål (nb)
1330  Dutch (nl)
1331  Brazilian Portugese (pt_BR)
1332  Vietnamese (vi)
1333
1334
1335 Overview of Changes from GLib 2.15.4 to GLib 2.15.5
1336 ===================================================
1337
1338 * Update the included PCRE to 7.6
1339
1340 * GIO:
1341  - g_volume_should_automount: new function to determine if a volume
1342    should be mounted automatically
1343  - g_file_query_default_handler: new convenience function to get
1344    the default handler for a file
1345  - g_app_info_launch_default_for_uri new convenience function to
1346    launch the default handler for a URI
1347  - Use mimeapps.list and defaults.list as discussed on xdg list
1348    recently
1349  - g_app_info_get_default_for_uri_scheme has a real implementation
1350    now (gvfs provides a GConf-based implementation)
1351  - There is the beginning of a test suite
1352  - standard::description:  new file attribute
1353  - GMountMountFlags flags argument added to mount calls
1354
1355 * GObject:
1356  - class initialization is now threadsafe
1357
1358 * Updated translations:
1359   Arabic (ar)
1360   Catalan (ca)
1361   Spanish (es)
1362   Basque (eu)
1363   Italian (it)
1364   Japanese (ja)
1365   Kannada (kn)
1366   Korean (ko)
1367   Macedonian (mk)
1368   Occitan (oc)
1369   Portugese (pt)
1370   Brazilian Portugese (pt_BR)
1371   Swedish (sv)
1372   Thai (th)
1373
1374
1375 Overview of Changes from GLib 2.15.3 to GLib 2.15.4
1376 ===================================================
1377
1378 * G_GNUC_PRETTY_FUNCTION has been deprecated
1379
1380 * GIO:
1381  - g_file_copy has an async variant now
1382  - Drives and volumes now have API to get identifiers
1383    like Hal UDIs or UUIDs.
1384  - There is now a registration API to let modules register
1385    extensions they provide, such as volume monitor implementations
1386
1387 * Bugs fixed:
1388   511807 g_time_val_to_iso8601() uses MT-unsafe gmtime() function
1389   316260 [patch] Doc patches for gnode (2.8.1)
1390   385132 solaris gettext support fix
1391   484261 ./configure check for system PCRE unicode support fails w...
1392   510292 GOption main help not shown
1393   511580 Implement g_file_copy_async
1394   511654 Compile errors due to C99 constructs
1395   487909 g_utf8_strreverse and combining marks
1396   512381 unused variable 'is_main_group' 
1397
1398 * Updated translations:
1399   Arabic (ar)
1400   Belarusian (be)
1401   Czech (cz)
1402   Spanish (es)
1403   French (fr)
1404   Galician (gl)
1405   Portugese (pt)
1406   Russian (ru)
1407   Swedish (sv)
1408   Thai (th)
1409
1410
1411 Overview of Changes from GLib 2.15.2 to GLib 2.15.3
1412 ===================================================
1413
1414 * GChecksum:
1415  - g_checksum_update can accept nul-terminated strings
1416  - The MD5 implementation works correctly on buffers 
1417    that are longer than 64 bytes
1418
1419 * GIO:
1420  - Don't include a copy of the inotify headers, rely on system headers
1421  - g_file_find_enclosing_mount has an async variant now
1422  - Reduntant seek API on file streams has been removed
1423
1424 * Bugs fixed:
1425   508602 gmemory{in|out}putstream.c: unknown pointer size
1426   508771 There is no g_file_test/exists() for GFile
1427   508773 g_uri_escape_string() documentation unclear.
1428   509465 AM_PATH_GLIB_2_0 doesn't support gio
1429   509626 async functions: Document allowed NULL callback?
1430   509990 GSeekable documentation unclear
1431   510448 No inotify support on ARM or SH5
1432   510855 g_checksum_update(): Take -1 for length. 
1433
1434 * Updated translations:
1435   Basque (eu)
1436   Marathi (mr)
1437   Swedish (sv)
1438   Ukrainian (uk)
1439
1440
1441 Overview of Changes from GLib 2.15.1 to GLib 2.15.2
1442 ===================================================
1443
1444 * GIO:
1445  - Mount operation API change: unhandled methods get reported via 
1446    the reply, rather than by the signal emission return value
1447  - File monitor API change: Add a GError argument to g_file_monitor_file
1448  - g_unix_mount_guess_should_display(): new function
1449
1450 * Bugs fixed:
1451   508224 [PATCH] FAM backend crashes due to double free
1452   508074 GAsyncResult documentation suggests g_freeing it.
1453   508108 GFile documentation slightly unclear.
1454   508309 rpc_pipefs mount points should be hidden
1455   508378 GFileInfo documentation implies that it changes attribute...
1456   508719 g_file_get_relative_path fails if parent is root
1457   508773 g_uri_escape_string() documentation unclear.
1458
1459 * Updated translations:
1460   Arabic (ar)
1461   Spanish (es)
1462   Hebrew (he)
1463   Italian (it)
1464   Korean (ko)
1465   Turkish (tr)
1466
1467
1468 Overview of Changes from GLib 2.15.0 to GLib 2.15.1
1469 ===================================================
1470
1471  * Portability fixes:
1472  - Assertion functions are marked as noreturn again
1473  - Handling of inline functions has been fixed to work with gcc 4.3
1474  - C99 comments have been removed from headers
1475  - The nonportable sed -i option is no longer used
1476
1477  * GIO:
1478   - Clarified the semantics of g_app_info_get_all()
1479   - API for memory input and output streams has been changed a bit
1480   - GDirectoryMonitor has been removed; GFileMonitor can monitor
1481     files and directories now
1482
1483  * Bugs fixed:
1484    504829 Invalid environment passed to g_spawn_async in g_desktop_...
1485    505258 crash in Users and Groups: Adding a user
1486    505815 g_content_types_get_registered should not g_free keys
1487    491218 g_timer_new() doesn't initialize timer->end
1488    315437 extern inline -> static inline
1489    476856 Inconsistency between standard and implementation of the ...
1490    480122 g_module_open fails to open modules with ".la" extension
1491    495589 gspawn.c failing to set FD_CLOEXEC
1492    500273 doesn't build with --disable-visibility
1493    504142 Do not show empty groups in --help output
1494    504879 giofam incorrectly linked
1495    505042 add file attribute for actually used file size in bytes
1496    505058 xattr namespace docs
1497    505674 Misprint in the definition of the macro G_CCLOSURE_SWAP_DATA
1498    505730 Fails to build on OSX 10.4: _NSGetEnviron not declared
1499    505887 older darwin lacks lchown
1500    506374 gmemoryinputstream api
1501    506461 Conversion of g_assert_not_reached() and friends into fun...
1502    503051 Small bug in glib interface
1503    506395 Updates to GIO documentation
1504    507628 Missing .pc entry for gio linking against glib
1505    505195 [patch] typo in g_try_new0 docs 
1506    507822 g{file,directory}monitor changes signal problem
1507    506377 gmemoryoutputstream write implementation
1508    507835 bug in gunixinputstream 
1509
1510  * Updated translations:
1511    Arabic (ar)
1512    Belarusian Latin (be@latin)
1513    Spanish (es)
1514    Basque (eu)
1515    Irish (ga)
1516    Hebrew (he)
1517    Occitan (oc)
1518    Vietnamese (vi)
1519
1520
1521 Overview of Changes from GLib 2.14.x to GLib 2.15.0
1522 ===================================================
1523
1524 Major new features:
1525
1526  * GIO: a VFS API, designed to replace GnomeVFS. The GIO implementation 
1527    in GLib has support for local filesystems. The new, separate gvfs 
1528    module contains various backend implementations (cifs, ftp, sftp,
1529    http, ...)
1530
1531  * GChecksum: provides various hash algorithms, such as MD5, SHA-1
1532    and SHA-256
1533  
1534  * GTest: a test framework 
1535  
1536 Smaller additions:
1537
1538  * GHash:
1539  - GHash has iterators, as an alternative to g_hash_table_foreach
1540
1541  * GMarkup: 
1542  - g_markup_parse_context_get_element_stack: New function to
1543    get the stack of open elements
1544  - G_MARKUP_PREFIX_ERROR_POSITION: New flag to improve error
1545    reporting
1546  - g_markup_collect_attributes: Convenience function for handling
1547    attributes
1548
1549 * GKeyFile: 
1550  - Functions that take a GError now return a boolean to indicate 
1551    success, instead of void
1552  - Various performance improvements
1553
1554 * GAsyncQueue:
1555  - g_async_queue_new_full: new function that allows to specify
1556    a free function for leftover elements
1557  
1558 * GError:
1559  - g_prefix_error and g_propagate_prefixed_error: New functions
1560    to ease error propagation
1561
1562 * Internationalization:
1563  - C_: A new 2-argument variant of the Q_() macro 
1564  - Use native character set conversion API on Windows
1565
1566 * GLib builds with automake 1.10
1567
1568 * Bugs fixed:
1569  455725 specific combination of g_utf8_strlen and g_pattern_match...
1570  467537 g_convert_with_iconv() not resetting iconv() state correc...
1571  497033 Commandline option parser should warn about missing optio...
1572  504527 gchecksum: Conditional jump or move depends on uninitiali...
1573  445362 Non-numeric local labels in gatomic.c are causing linker ...
1574  482313 gregex: no way to tell why compilation failed
1575  317775 main loops continues to run after g_main_loop_quit() has ...
1576  418778 Insufficient pkg-config version requirement
1577  436293 g_option_context_new() doc should mention that the string...
1578  466557 glib-mkenums shifts ARGV[0] to undefined
1579  468882 GKeyFile doesn't accept "True" as a true boolean value
1580  469551 application --help messages are garbaged on none UTF-8 lo...
1581  479724 Memory leak upon calling "g_main_loop_run" in the seconda...
1582  490061 outptrs uninitialized after g_parse_long_long
1583  490637 gobject documentation patch
1584  495294 glib-genmarshal prints warnings but returns 0
1585  496046 option to prefix location of errors for GMarkup
1586  498113 tests/regex-test fails on 64bit environment
1587  500506 Fails to build on OSX 10.4
1588  500638 gkeyfile speedup ...
1589  500875 Make check fails as there is no "test" target for "build"...
1590  502511 g_assert_cmphex prints invalid message
1591  502927 g_array_index triggers cast aligment warning
1592  503029 g_time_val_from_iso8601 parse non-ISO8601 dates
1593  503222 Need context to translate
1594  503420 gkeyfile leaks a hash table
1595  503470 Fix build when builddir != srcdir
1596  504227 Inverse variant for g_test_trap_assert_stdout, g_test_tra...
1597  71704  file include order
1598  491957 Misprint in the specification of the interface "g_main_co...
1599  491959 Misprint in description of the structure "GThreadPool"
1600  491965 Mistype in the specification of the function "g_hook_list...
1601  491966 Misprint in the specification of the interface "g_main_co...
1602  491968 The documentation does not mention the restriction for th...
1603  491970 The documentation for the interface "g_date_clamp" is inc...
1604  491974 The documentation of the interface "g_main_context_iterat...
1605  491975 The documentation for the interfaces "g_io_channel_read_u...
1606  491979 Misprint in the description of the interfaces g_key_file_...
1607  491982 Misprint in the description of the interface "g_key_file_...
1608  501107 EXTRA_DIST automake warnings
1609  501997 g_utf8_normalize() returns NULL on invalid string
1610  502590 C_/g_dpgettext efficiency
1611  464259 g_set_application_name() docs should say "Since 2.2"
1612  496518 gbase64.c API doc clarification
1613  498728 g_key_file_get_*_list should set length to 0 when returni...
1614  500361 Improve docs for g_array_free() and g_ptr_array_free()
1615  501853 g_checksum_get_digest docs
1616  503862 Allow NULL strings in g_parse_debug_string()
1617  142676 Q_
1618  367550 Add g_async_queue_new_full() with GDestroyNotify function
1619  375651 Minor enhancements to GKeyFile API
1620  443648 MD5 digest support
1621  449937 Upgrade auto* sources to be clean under automake1.9
1622  452887 gmarkup context "get element" function is useless when ca...
1623  491549 [PATCH] Eliminate libiconv dependency on Windows
1624  500507 GHashTableIter API 
1625
1626 * Translation updates
1627  Belarusian Latin (be@latin)
1628  Czech (cs)
1629  German (de)
1630  Spanish (es)
1631  Esperanto (et)
1632  French (fr)
1633  Korean (ko)
1634  Marathi (mr)
1635  Norwegian bokmål (nb)
1636  Brazilian Portugese (pt_BR)
1637  Slovenian (sl)
1638  Swedish (sv)
1639
1640
1641 Overview of Changes from GLib 2.14.2 to GLib 2.14.3
1642 ===================================================
1643
1644 * Update PCRE to 7.4
1645
1646 * Bugs fixed:
1647  487491 Fix some warnings from sparse
1648  488068 Small (one-time) memory leak in glib_gettext initialization
1649  493688 TYPE macro "_get_type ()" is documented wrong
1650
1651 * Updated translations:
1652  Arabic (ar)
1653  Belarusian Latin (be@latin)
1654  Estonian (et)
1655  Irish (ga)
1656  Slovenian (sl)
1657
1658  
1659 Overview of Changes from GLib 2.14.1 to GLib 2.14.2
1660 ===================================================
1661
1662 * Bugs fixed:
1663  476849 Invocation of the interface "g_hook_free" fails in certai...
1664  359165 marshallers can throw warnings with -Wunused
1665  477957 more discussion on g_value_set_object vs. g_value_take_ob...
1666  478459 G_DEFINE_DYNAMIC_TYPE_EXTENDED doesn't work with G_IMPLEM...
1667  483337 inline is disabled for MSVC when compiling C code
1668  478349 Broken link to gettext website
1669  469231 g_spawn optimization for setting all open fds to CLOEXEC 
1670
1671 * Updated translations:
1672 Arabic (ar)
1673 Galician (gl)
1674 Hebrew (he)
1675 Korean (ko)
1676
1677
1678 Overview of Changes from GLib 2.14.0 to GLib 2.14.1
1679 ===================================================
1680
1681 * Bugs fixed:
1682  476840 Invocation of the interface "g_utf8_strreverse" crashes f...
1683  444765 Fix FIXME in gregex.c when new pcre is out
1684  464145 g_markup_escape_text Produces Invalid XML
1685  465625 g_type_default_interface_ref() does not ensure working g_...
1686  466768 Clearify that comments can be put anywhere in a Key-file.
1687  474229 The GError documentation should give convention for the G...
1688  474899 G_BREAKPOINT() docs inaccurate
1689  475854 Overuse of -lpcre when using system pcre
1690  473879 Incorrect includes in gregex.c
1691  468694 Typoes in documentation
1692  469051 g_snprintf () talks about characters where it probably me...
1693  457601 Missing arch specific atomic implementation
1694  475923 Missing pcre flags when static-linking against glib
1695  475619 glibthread-2.0.la does not list -lpthread
1696
1697 * Updated translations:
1698  Bulgarian (bg)
1699  Catalan (ca)
1700  Danish (da)
1701  German (de)
1702  Canadian English (en_CA)
1703  British English (en_GB)
1704  Spanish (es)
1705  Estonian (et)
1706  Finnish (fi)
1707  French (fr)
1708  Gujarati (gu)
1709  Hungarian (hu)
1710  Italian (it)
1711  Georgian (ka)
1712  Kannada (kn)
1713  Lithuanian (lt)
1714  Makedonian (mk)
1715  Norwegian (nb)
1716  Dutch (nl)
1717  Polish (pl)
1718  Portugese (pt)
1719  Brazilian Portugese (pt_BR)
1720  Romanian (ro)
1721  Russian (ru)
1722  Albanian (sq)
1723  Serbian (sr, sr@Latn)
1724  Swedish (sv)
1725  Tamil (ta)
1726  Thai (th)
1727  Ukrainian (uk)
1728  Vietnamese (vi)
1729
1730
1731 Overview of Changes from GLib 2.13.7 to GLib 2.14.0
1732 ===================================================
1733
1734 * Last-minute API additions:
1735  - Make g_unichar_combining_class public
1736  - Add goffset type, add G_MAXSSIZE and G_MINSSIZE
1737
1738 * Update PCRE to 7.2
1739
1740 * Bugs fixed:
1741  453998 Make _g_unichar_combining_class() public
1742  462549 gregex.c: variable is declared at middle of block
1743  417068 g_file_test doc inconsistency
1744
1745 * Updated translations:
1746  Assamese (as)
1747  Basque (eu)
1748  Kannada (kn)
1749  Malayalam (ml)
1750  Dutch (nl)
1751  Polish (pl)
1752  Brazilian Portugese (pt_BR)
1753  Turkish (tr)
1754
1755
1756 Overview of Changes from GLib 2.13.6 to GLib 2.13.7
1757 ===================================================
1758
1759 * The memory corruption warning from the slice allocator that
1760   occurred when threads were initialized after the slice allocator
1761   has been removed, as the slice allocator now works fine
1762   in this scenario.
1763
1764 * New functions g_once_init_enter() and g_once_init_leave() make
1765   it easier to write threadsafe one-time initialization functions 
1766  
1767 * Bugs fixed:
1768  454473 Simple XML Subset Parser terminates on invalid XML
1769  445813 g_module_open error, add file name
1770  453796 errno gets clobbered by g_filename_display_name
1771  341988 don't use "-c" with msgfmt in Makefile.in.in
1772  447048 Please produce slightly more output during long tests
1773  454785 GModule documentation lists same block of code twice.
1774  454786 GModule documentation lists same paragraph twice.
1775  383155 small docs quirks in gobject/closure API documentation
1776  65041  _get_type() functions aren't thread safe
1777
1778 * Updated translations
1779  Assamese (as)
1780  Spanish (es)
1781  Gujarati (gu)
1782  Japanese (ja)
1783  Korean (ko)
1784  Macedonian (mk)
1785
1786
1787 Overview of Changes from GLib 2.13.5 to GLib 2.13.6
1788 ===================================================
1789
1790 * Reintroduce a GType typedef whose removal in 2.13.5
1791   caused trouble for C++ bindings
1792
1793 * Bugs fixed:
1794  450216 docs not explicit enough about g_free()
1795  451459 g_type_register_static_simple calls g_type_register_static
1796
1797 * Updated translations
1798  Norwegian bokmål (nb)
1799  Sinhala (si)
1800
1801
1802 Overview of Changes from GLib 2.13.4 to GLib 2.13.5
1803 ===================================================
1804
1805 * xdg-user-dirs support: 
1806  - the Desktop directory is guaranteed to be defined
1807  - user-dirs.dirs is no longer reloaded on changes
1808
1809 * Slice allocator: 
1810  - new api to duplicate slices
1811
1812 * Regular expression support:
1813  - GRegex is a boxed type now
1814
1815 * Bugs fixed:
1816  44793 make check failing in trunk
1817  354522 Small problem with PLT hiding 6 symbols
1818  363986 glib 2.12.4 does not compile with SGI IDO cc
1819  443869 g_type_class_add_private doesn't warn when adding 0-sized...
1820  446859 Legitimately return 0 for g_quark_from_string(NULL)
1821  447534 Small typo in g_timeout_add_seconds() doc
1822  447583 GStaticRWLock
1823  447935 g_get_current_dir SIGSEGV on long path
1824  448260 CLAMP has surprising result if low > high
1825  57693  g_string_vprintf()
1826  442029 add g_slice_dup()
1827  445065 Add GRegex boxed type
1828  448819 Add full version of g_timeout_add_seconds()
1829
1830 * Updated translations: 
1831  Swedish (sv)
1832  Oriya (or)
1833  Hebrew (he)
1834  Spanish (es)
1835  Estonian (et)
1836
1837  
1838 Overview of Changes from GLib 2.13.3 to GLib 2.13.4
1839 ===================================================
1840
1841 * Bugs fixed:
1842  444121 g_get_user_special_dir deadlocks
1843  444161 invalid UTF8 in key name shows up as valgrind error in g_...
1844  444130 g_option_context_get_help() is broken when there's a desc...
1845
1846
1847 Overview of Changes from GLib 2.13.2 to GLib 2.13.3
1848 ===================================================
1849
1850 * GKeyFile:
1851  - Added defines for easier handling of desktop files
1852
1853 * Unicode support:
1854  - Update g_unichar_iswide_cjk for Unicode 5.0
1855
1856 * Regular expression support:
1857  - GRegex structs can now be ref-counted
1858  - Some new functions for dealing with incremental 
1859    replacement have been added
1860  - The GRegexEvalCallback signature has been changed
1861
1862 * g_get_user_special_dir() has been added to support
1863   xdg-user-dirs
1864
1865 * Bugs fixed:
1866  419376 Functions using named subpatterns behave inconsistently w...
1867  434358 g_regex_fetch_named() and g_regex_fetch_named_pos() are b...
1868  423708 typo in the README.win32 file see patch below
1869  339225 Add new defines for easier handling of .desktop files 
1870  442265 API additions/changes for GRegex
1871  432651 Add a glib-ish xdg_user_dir_lookup
1872
1873 * Updated translations:
1874  Estonian (et)
1875  Norwegian bokmål (nb)
1876
1877
1878 Overview of Changes from GLib 2.13.1 to GLib 2.13.2
1879 ===================================================
1880
1881 * Unicode support:
1882  - Add g_unichar_ismark()
1883
1884 * GOption:
1885  - Allow to use callbacks for remaining args
1886
1887 * Updated translations:
1888   Belarusian Latin (be@latin)
1889   British English (en_GB)
1890   Galician (gl)
1891   Norwegian bokmål (nb)
1892   Oriya (or)
1893   Spanish (es)
1894   Thai (th)
1895
1896
1897 Overview of Changes from GLib 2.13.0 to GLib 2.13.1
1898 ===================================================
1899
1900 * GRegex:
1901  - Portability fixes
1902  - Split into immutable GRegex and GMatchInfo
1903  - Add g_regex_get_max_backref() and g_regex_get_capture_count()
1904    to obtain information about the compiled regex
1905
1906 * GKeyFile:
1907  - Fix roundtrip problems
1908  - Add g_key_file_load_from_dirs()
1909
1910 * Unicode support:
1911  - Fix corner cases in case conversion routines
1912
1913 * GOption:
1914   - Add a function to get the formatted help string
1915
1916 * GHash:
1917  - Add new functions g_hash_table_get_keys() and
1918    g_hash_table_get_values() to retrieve the keys and
1919    values in list form
1920
1921 * Updated transations:
1922   Simplified Chinese (zh_CN)
1923   Arabic (ar)
1924
1925
1926 Overview of Changes from GLib 2.12 to GLib 2.13.0
1927 =================================================
1928
1929 * Add GSequence, a list that is implemented using
1930   a balanced binary tree.
1931
1932 * Add GRegex, an implementation of Perl regular expressions,
1933   based on PCRE.
1934  
1935 * Use Posix monotonic clocks instead of gettimeofday()
1936   for GTimer when available.
1937
1938 * Support static initialization of GQeues with G_QUEUE_INIT,
1939   g_queue_init() and g_queue_clear().
1940
1941 * Add g_string_chunk_clear() for clearing a 
1942   GStringChunk.
1943
1944 * Add g_unichar_get_script() to obtain Unicode
1945   script information.
1946
1947 * Add g_unichar_iszerowidth() to obtain information
1948   about zero-width characters.
1949
1950 * Add G_GNUC_MAY_ALIAS which wraps the gcc may_alias 
1951   type attribute.
1952
1953 * G_GNUC_INTERNAL has a working definition for the
1954   Sun Studio compiler. This requires the macro to
1955   be positioned before the function declaration.
1956
1957 * The slice allocator can produce detailed debugging
1958   information with G_SLICE=debug-blocks.
1959
1960 * Modules support G_DEBUG flags resident-modules and
1961   bind-now-modules.
1962
1963 * Add G_DEFINE_DYNAMIC_TYPE() to make it easier
1964   to define types in modules.
1965
1966 * Bug fixes: too many to list them in detail here.
1967
1968 * New and updated translations (be,bg,bn,ca,cs,de,
1969   en_CA,en_GB,et,fa,fr,he,hu,it,ja,ku,lt,mg,mk,ml,
1970   nb,ne,nn,pt,pt_BR,ro,sr,sr@Latn,sv,ta,uk,vi,zh_CN,
1971   zh_HK,zh_TW)
1972
1973
1974 Overview of Changes from GLib 2.12.1 to GLib 2.12.2
1975 ===================================================
1976
1977 * Unicode updates:
1978  - Normalization is following Unicode TR #29
1979  - g_unichar_isxdigit() only accept characters
1980    for which g_unichar_xdigit_value() returns a value
1981  - g_unichar_toupper and g_unichar_tolower leave
1982    unconvertable characters in place instead of
1983    replacing them by NUL
1984
1985 * Bugs fixed
1986  348491 g_utf8_strup() and g_utf8_strdown() returns 
1987         string with NUL bytes
1988  349825 GKeyFile always inserts a newline before a group
1989  347842 g_unichar_isxdigit() is too general about what 
1990         it considers a digit
1991  348694 g_utf8_normalize() hasn't been updated to PR #29
1992  348785 Hint about G_DEBUG in Message Logging docs
1993  349792 Wrong english string (UI)
1994  349952 gparamspecs.c uses gcc feature
1995
1996 * Translation updates (ca,cs,de,dz,es,eu,fi,gu,ko,
1997   nl,pl,tr,uk,zh_HK,zh_TW)
1998
1999
2000 Overview of Changes from GLib 2.12.0 to GLib 2.12.1
2001 ===================================================
2002
2003 * Update to final Unicode Character Database 5.0.0
2004
2005 * Bugs fixed:
2006  346660 issues with base64 api documentation / g_base64_decode_cl...
2007  348136 Coverity reports allocation of wrong size CID #2839
2008  336281 Update to UCD 5.0
2009  346197 g_date_strftime %F option doesnt work for win32
2010  348011 Small optimization to real_toupper()
2011  246494 prototype mismatch in glib/gconvert.c
2012
2013 * New and updated translations (bg,bn_IN,ca,dz,eu,fi,
2014   fr,he,it,ja,mk,or,pt)
2015
2016
2017 Overview of Changes from GLib 2.11.4 to GLib 2.12
2018 =================================================
2019
2020 * Bugs fixed:
2021  344905 leap-year bug in g_time_val_from_iso8601 w/o HAVE_TIMEGM
2022
2023 * Updated translations (cy,nb,nl)
2024
2025
2026 Overview of Changes from GLib 2.11.3 to GLib 2.11.4
2027 ===================================================
2028
2029 * GBookmarkFile:
2030  - g_bookmark_file_remove_item returns a boolean
2031  
2032 * g_mkstemp accepts the XXXXXX in the middle of
2033   the template
2034  
2035 * Bugs fixed:
2036  344868 g_key_file_to_data should separate groups 
2037
2038 * Updated translations (de,es,fr,gu,hi,ko,th)
2039
2040
2041 Overview of Changes from GLib 2.11.2 to GLib 2.11.3
2042 ===================================================
2043
2044 * GBookmarkFile:
2045   - g_bookmark_file_move_item: Return TRUE in case of
2046     an empty target
2047
2048 * Bugs fixed: 
2049  343919 gunicollate.c: strxfrm bug on VC8
2050
2051 * Updated translations (fi)
2052
2053 Overview of Changes from GLib 2.11.1 to GLib 2.11.2
2054 ===================================================
2055
2056 * Add g_ascii_stroll to parse signed 64bit integers
2057
2058 * GMarkup: add a flag to treat CDATA as text
2059
2060 * GHashTable: add functions to remove all entries
2061
2062 * GMainLoop: add functions to find the currently
2063   running source, and determine if it is destroyed
2064
2065 * Bug fixes:
2066  342563  g_atomic_thread_init() needs to be called before 
2067          other _g_*_thread_init() functions
2068  343548  Potential use after free in callers of g_string_free() 
2069  168538  Wish: Clearing contents of GHashTables
2070  321886  GTK+ cannot be reliably used in multi-threaded 
2071          applications
2072  341826  goption.c: 'strtoll' is C99's function
2073  343899  g_ascii_formatd dosn't work as expected for all 
2074          format strings
2075  317793  Make GEnumValue strings const
2076  337129  Compile warnings in G_IMPLEMENT_INTERFACE
2077  303622  What is G_TYPE_CHAR?
2078
2079 * Updated translations (bg,dz,eu,gl,ja,ko,nl,th,vi)
2080  
2081
2082 Overview of Changes from GLib 2.11.0 to GLib 2.11.1
2083 ===================================================
2084
2085 * GOption  
2086   - Support 64-bit integers 
2087   - Allow optional text before and after the options
2088     in help output
2089
2090 * Bug fixes:
2091  340538 gbase64-test writes OOB 
2092  340816 GKeyFile set_string_list invalid memory reads 
2093  339105 g_key_file_parse_value_as_double
2094  340434 convert-test.c fails (function test_one_half)
2095  311043 Memory leaks (and potential infinite loops) 
2096         when using G_ERRORCHECK_MUTEXES
2097  335198 Error checking mutexes are fubar  
2098  341237 Add a G_OPTION_ARG_INT64
2099  341192 g_io_channel_set_flags not implemented on win32
2100  336120 Allow adding description before/after GOption 
2101         --help output body
2102  341191 misplaced check in g_relation_delete
2103  340530 mismatched calloc / g_free in win32 threads
2104
2105 * Updated translation (es)
2106
2107 Overview of Changes from GLib 2.10.x to GLib 2.11.0
2108 ===================================================
2109
2110 * GBookmarkFile: a parser for files containing bookmarks
2111   stored using the Desktop Bookmark specification.
2112
2113 * Base64 encoding support
2114         
2115 * Unicode 5.0 support
2116
2117 * GOption supports floating point numbers 
2118
2119 * GKeyFile supports floating point numbers
2120
2121 * Bug fixes:
2122  155884 gatomic.c should be based on new SDK
2123  157877 update-desktop-database doesn't handle duplicate entries
2124  164719 keyfile parser doesn't support floats
2125  327662 Import BookmarkFile from libegg
2126  329548 Add G_OPTION_ARG_DOUBLE
2127  329789 option-test.c type confusion
2128  332841 Segmentation Fault when %llu is passed to vasnprintf and 
2129         HAVE_SNPRINTF is not defined
2130  333879 gthread/gthread-win32.c: IsDebuggerPresent needs '#define 
2131         _WIN32_WINDOWS 0x0401'
2132  333916 g_timer_elapsed docs should mention that microseconds 
2133         may be NULL
2134  334440 dlerror() portability issue causes crash on (old) a.out 
2135         NetBSD platform
2136  334646 goption + error out params
2137  334799 g_remove() must check return value of remove()
2138  334943 make check FAIL: threadpool-test
2139  335215 Some breakages with GThreadPool
2140  336085 g_option_context_new parameter lacks better explanation
2141  336677 Documentation for g_object_ref_sink() is incorrect
2142  337027 gbookmarkfile.c: sys/time.h include error
2143  337553 Wrong escaping of URIs
2144  338572 Dereferencing NULL value in g_key_file_get_group_comment
2145  338845 g_completion_complete_utf8 crashes when NULL is passed to it
2146  339337 g_bookmark_file_set_description
2147  339338 gbookmarkfile.c, function expand_exec_line
2148  339340 gbookmarkfile.c, function bookmark_app_info_dump
2149
2150 * Translation updates (bg,en_GB,et,gl,gu,he,hi,ka,nb,nl,nn,
2151                        or,pt_BR,ro,tr,vi,zh_CN)
2152
2153
2154 Overview of Changes from GLib 2.10.0 to GLib 2.10.1
2155 ===================================================
2156
2157 * Bugs fixed:
2158  314794 Broken pthread detection on Darwin [Gregor Riepl]
2159  322476 Missing check for .dylib [Vladimir Panov]
2160  333651 Inconsistent _g_charset_get_aliases prototype [Julio 
2161         M. Merino Vidal]
2162  333761 GInitiallyUnowned breaks application code [Sven Herzberg]
2163
2164 * Win32 changes:
2165  - Fix g_listenv() implementation.
2166  - Allow up to 100 GPrivate structs
2167
2168 * Translation updates (fr,hu,lt,pl,sv)
2169
2170
2171 Overview of Changes from GLib 2.9.6 to GLib 2.10.0
2172 ==================================================
2173
2174 * Bugs fixed:
2175  328997 64bit pointer trunction in glib slab-allocator
2176         [Pascal Hofstee]
2177  331110 g_cond_broadcast(inform_cond) without holding 
2178         inform_mutex [Chris Wilson, Sebastian Wilhelmi]
2179  332093 Fix some leaks in the tests [Kjartan Maraas]
2180  332435 g_utf8_strlen returns wrong value if a maximum 
2181         number of bytes to check is specified 
2182         [Matthias Clasen]
2183  331367 gslice requires more POSIX-like semantics for 
2184         GPrivate destructors [Tor Lillqvist]
2185
2186 * Documentation improvements [Matthias, Kang Jeong-Hee,
2187   Tor Lillqvist, Stefan Kost]
2188
2189 * Translation updates (el,eu,ka,uk)
2190
2191 Overview of Changes from GLib 2.9.5 to GLib 2.9.6
2192 =================================================
2193
2194 * Bugs fixed: 
2195  329124 distclean removes README [Kjartan Maraas, Tim Janik]
2196  317679 GRelation field type not documented [Behdad Esfahbod]
2197  329123 Typo in GTime docs [Kjartan Maraas]
2198
2199 * Documentation improvements [Sven Herzberg, David
2200   Schleef, Kjartan Maraas, Behdad Esfahbod]
2201
2202 * Translation updates (cs,cy,it,ko,pt,sq,sr,sr@Latn,ru
2203
2204 Overview of Changes from GLib 2.9.4 to GLib 2.9.5
2205 =================================================
2206
2207 * Memory management: 
2208   Runtime debugging support: The slice allocator
2209   can be turned off by setting G_SLICE=always-malloc
2210   in the environment. Zeroing of freed memory can
2211   now be turned on at runtime by setting
2212   G_DEBUG=gc-friendly in the environment. [Tim Janik]
2213
2214 * Bugs fixed:
2215  328253 HP-UX/IA-64 uses ".so" as default shared library 
2216         extension [Albert Chin]
2217  143380 unicode-encoding test fails converting to UTF-16 
2218         with libiconv [Marc Moorcroft]
2219  328254 Build breakage (GSlice) [Jens Ganseuer]
2220  328705 C99ism in glib/gmem.c [Kazuki Iwamoto]
2221
2222 * Translation updates (da,et,zh_CN)
2223
2224 Overview of Changes from GLib 2.9.3 to GLib 2.9.4
2225 =================================================
2226
2227 * Type system:
2228   Fix a problem with g_object_compat_control() which 
2229   can lead to segfaults in GTK+ applications on 64bit 
2230   platforms. 
2231
2232 * Thread suppport: 
2233   Unused threads now fall back to the global pool after 
2234   500 milliseconds, where they wait for another 
2235   max-idle-time milliseconds. [Sebastian Wilhelmi]
2236
2237 * Fix a memory allocation problem in GKeyFile. [Morten 
2238   Welinder]
2239
2240
2241 Overview of Changes from GLib 2.9.2 to GLib 2.9.3
2242 =================================================
2243
2244 * GTree:
2245  - Replace the simple recursive implementation by
2246    a nonrecursive, threaded one  [Maurizio Monge]
2247
2248 * Change g_filename_display_name and
2249   g_filename_display_basename to use the Unicode
2250   replacement character U+FFFD instead of a question
2251   mark, and don't append "(invalid encoding)"  [Matthias]
2252
2253 * Documentation improvements [Sven Herzberg, Federico
2254   Mena Quintero, Stefan Kost]
2255
2256 * Bugs fixed:
2257  323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X 
2258         [Bogdan Nicula]
2259  326558 Some test failures on IRIX 6.5 [Daichi Kawahata]
2260  169285 "threaded" tree implementation for GTree 
2261         [Maurizio Monge]
2262  326747 g_filename_display_basename adds (invalid encoding) 
2263         [Alberto Ruiz]
2264
2265 Other contributors: Christian Kellner, Murray Cumming
2266
2267 New and updated translations (bg,ca,de,es,et,gu,ja,nl,th,vi)
2268
2269
2270 Overview of Changes from GLib 2.9.1 to GLib 2.9.2
2271 =================================================
2272
2273 * Memory management:
2274  - Add tests for cache colorization [Tim Janik]
2275  - Minimize space consumption if small amounts of differently
2276    sized slices are allocated, at a small performance cost.  [Tim]
2277
2278 * Thread support:
2279  - Add g_atomic_pointer_set() and g_atomic_int_set() [Tim Janik,
2280    Sebastian Wilhelmi]
2281  - Add g_thread_pool_set_sort_function() to allow sorting the 
2282    tasks of a threadpool.  [Martyn Russell]
2283  - Add g_thread_pool_set_idle_time() to allow unused threads
2284    to exit after a certain time.  [Martyn]
2285
2286 * Type system:
2287  - introduce a new type GInitiallyUnowned, which has an initial
2288    floating reference. [Tim]
2289  - Add support for GType parameters. [Matthias]
2290
2291 * Main loop:
2292  - Add g_main_context_is_owner() to determine if the current
2293    thread is the owner of the context.  [Michael Meeks]
2294
2295 * Provide g_access(), g_chdir(), g_unlink(), g_rmdir() as 
2296   wrapper functions instead of macros.  [Manish Singh]
2297
2298 * Documentation improvements [Tim, Matthias, Federico Mena Quintero,
2299   Stefan Kasal, Dan Williams]
2300
2301 * New and updated translations (en_CA,fi,fr,gl,ml,nb,no,zh_HK,zh_TW)
2302
2303 * Bugs fixed:
2304  324179 g_allocator_new() returns pointer to const dummy which Gtk+ 2.8 
2305         tries to modify [J. Ali Harlow]
2306  324332 g_option_context_parse() returns false without setting error 
2307         [Tim-Philipp Müller]
2308  324950 GLIB 2.9.1 testcase errors [Dan Yefimov]
2309  325015 gslice.c: process.h is needed on Windows [Kazuki Iwamoto]
2310  321978 G_DATALIST_GET_FLAGS() macro is not casting datalist to 
2311         gpointer [Andrew Paprocki]
2312  316221 G_LOCK warns about breaking strict-aliasing [Michal Benes, 
2313         Stanislav Brabec]
2314  325273 Error in documentation for glib_check_version () [Declan Naughton]
2315  325310 g_spawn_sync hangs when catching both stdout and 
2316         stderr [Tor Lillqvist]
2317  325249 gcc warning when using g_rmdir from <glib/gstdio.h> [Jani Monoses]
2318  325864 glib/gthreadpool.c:"#define debug(...)" is C99 [Kazuki Iwamoto]
2319  325874 Should say somewhere that source IDs are > 0 [Dan Williams]
2320  325438 a typo (compatability) [Stefan Kasal]
2321  323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X [Bogdan Nicula]
2322
2323
2324 Overview of Changes from GLib 2.9.0 to GLib 2.9.1
2325 =================================================
2326
2327 * Memory management
2328  - The slice allocator is implemented [Tim Janik]
2329  - g_slice_free_chain() has been renamed to 
2330    g_slice_free_chain_with_offset()  [Tim, Behdad Esfahbod]
2331  - Mem chunks are deprecated [Matthias Clasen]
2332
2333 * Data structures
2334  - Hash tables are refcounted, and have a boxed type [Tim]
2335
2336 * Thread support
2337  - Support for Solaris threads has been removed 
2338    [Sebastian Wilhelmi, Andrew Paprocki]
2339  - g_async_queue_sort(), g_async_queue_push_sorted() have 
2340    been added to allow GAsyncQueue to be used as a priority 
2341    queue, together with the corresponding _unlocked 
2342    variants  [Martyn Russell]
2343
2344 * GObject:
2345  - The concept of a floating initial reference has been
2346    moved from GtkObject to GObject [Tim]
2347
2348 * Win32 changes:
2349  - Make g_rename() replace existing files [Tor Lillqvist]
2350
2351 * Misc new API:
2352  - G_GUINT64_CONSTANT macro to define guint64 
2353    constants [Andrew Paprocki]
2354  - G_GNUC_WARN_UNUSED_RESULT macro to instruct the 
2355    compiler to emit a warning if the value returned
2356    by a function is ignored. [Arjan van de Ven, Alex Larsson]
2357  - GList and GSList now have sort functions which take an
2358    extra user data argument [Martyn Russell]
2359  - g_param_spec_ref_sink() has been added for consistency [Tim]
2360
2361 * $LOGNAME is respected when determining user data. [Laszlo Peter]
2362
2363 * Other changes and bug fixes [Tim, Matthias, Behdad, 
2364   Christian Persch, Benedikt Meurer, Andrew Paprocki, 
2365   Kazuki Iwamoto, Alexis S. L. Carvalho, Stanislav Brabec,
2366   Andreas Schwab, Kalle Vahlman]
2367
2368 * Documentation
2369  - Deprecation warnings carry version information [Matthias]
2370  - The slice allocator has been documented [Matthias, Tim]
2371  - Other improvements [Morten Welinder]
2372
2373 Overview of Changes from GLib 2.8.x to GLib 2.9.0
2374 =================================================
2375 * Unicode support:
2376  - The Unicode tables have been updated to Unicode 4.1, 
2377    adding several new values to the GUnicodeBreakType 
2378    enumeration. This breaks Pango <= 1.10 
2379    [Behdad Esfahbod]
2380  - The various Unicode character predicate functions 
2381    (g_unichar_isalpha, g_unichar_isdigit,...) have
2382    been optimized
2383    [Behdad]
2384  - g_utf8_pointer_to_offset, g_utf8_offset_to_pointer:
2385    These functions handle negative offsets now, and
2386    going backwards in g_utf8_offset_to_pointer uses
2387    "stutter stepping".
2388    [Larry Ewing, Matthias Clasen]
2389
2390 * Memory management:
2391  - Mem chunks are no longer used internally in GLib and
2392    GObject. GMemChunk will be deprecated in GLib 2.10
2393  - All APIs based on GAllocator (g_list_push/pop_allocator,
2394    and similar push/pop_allocator functions for other
2395    data structures) have been deprecated, since they
2396    never worked as intended.
2397  - The g_slice_* functions have been added as a 
2398    new API for fast allocation of small memory blocks. 
2399    The implementation in GLib 2.9.0 is just a simple 
2400    wrapper around malloc. GLib 2.10 will have an
2401    efficient and scalable implementation. 
2402    [Tim Janik, Matthias]
2403
2404 * Pattern matching:
2405  - g_pattern_match has been optimized to avoid
2406    unnecessary recursion.
2407    [Tim, Matthias]
2408
2409 * g_intern_string, g_intern_static_string: 
2410  - New functions to intern strings. These are now used 
2411    by GObject to avoid duplicating static strings 
2412    [Matthias]
2413
2414 * g_thread_foreach: 
2415  - New function to iterate over all GThreads 
2416    [Tim, Matthias]
2417
2418 * g_date_set_time_t, g_date_set_time_val:
2419  - New functions to set a GDate from a time_t or
2420    GTimeVal value. g_date_set_time has been deprecated 
2421    in favor of these.
2422    [Roger Leigh]
2423
2424 * g_snprintf and g_vsnprintf:
2425  - These functions are no longer declared in gprintf.h, 
2426    since they are in glib.h
2427    [Matthias]
2428
2429 Overview of Changes from GLib 2.8.0 to GLib 2.8.1
2430 =================================================
2431 * Optimize single-character insertions in GString [Ross Burton]
2432 * Fix build problems on OS X
2433 * Fix build problems on Win32 [Tor Lillqvist, Hans Breuer]
2434 * Other bug fixes [Matthew F. Barnes, Stepan Kasal] 
2435 * Documentation improvements [Tristan van Berkom, Behnam
2436   Esfahbod, Gustavo Carneiro, Stepan Kasal, Matthias]
2437 * New and updated translations (ca,cy,ko,ro,uk)
2438
2439 Overview of Changes from GLib 2.7.7 to GLib 2.8.0
2440 =================================================
2441 * Make g_value_transform() handle enum values
2442   correctly on ppc64.  [Michael Lorenz]
2443   (Third-party code accessing enumeration values 
2444   in GValues should also be changed to access 
2445   v_long, not v_int, in order to work on bigendian 
2446   64bit machines.)
2447 * Make g_flags_get_first_value() handle a value
2448   of 0 meaningfully. [Tim-Philipp Müller] 
2449
2450 Overview of Changes from GLib 2.7.6 to GLib 2.7.7
2451 =================================================
2452 * Make atomic operations on s390 work [Matthias]
2453 * Fix C++ guards in gstdio.h [Tor Lillqvist]
2454
2455 Overview of Changes from GLib 2.7.5 to GLib 2.7.6
2456 =================================================
2457 * Add native implementations of atomic operations 
2458   on s390 [Matthias]
2459 * Make atomic reference counting of closures
2460   work on s390 [Matthias]
2461 * Avoid an infinite loop in g_convert_with_iconv().
2462   [Sebastian Bacher]
2463 * Documentation improvements [Ross Burton]
2464
2465 Overview of Changes from GLib 2.7.4 to GLib 2.7.5
2466 =================================================
2467 * Thread-related changes
2468  - Fix build issues on HP-UX [Paul Cornett]
2469  - Threadsafe access to flags stored in datasets [Tim Janik]
2470  - Fix several issues with atomic refcounting for 
2471    closures, objects and paramspecs [Tim]
2472  - Improve tests for atomic refcounting changes [Tim]
2473 * Fix handling of stateful encodings in g_convert_* [Matthias]
2474 * Fix translation of GOption help output [Dan Winship]
2475 * Catch format errors in translations. This may cause 
2476   "make check" to fail when using older versions
2477   of gettext [Matthias]
2478 * Win32 bug fixes [Tor Lillqvist]
2479 * Documentation improvements [Ross Burton, Jochen Baier, 
2480   Matthias, Tim]
2481 * New and updated translations (de,fi,gu,pl,pt,tr,zh_TW)
2482
2483 Overview of Changes from GLib 2.7.3 to GLib 2.7.4
2484 =================================================
2485 * Fix g_atomic_pointer_compare_and_exchange 
2486   on Sparc64 [Gert Doering]
2487 * Fix a hang in g_thread_pool_free. [Hong Jen Yee]
2488 * Win32 bug fixes [Tor Lillquist]
2489 * Other bug fixes [Benoit Dejean, Manish Singh]
2490 * Documentation improvements [Bryan Silverthorn,
2491   Callum McKenzie] 
2492 * New and updated translations (de,lt,sq,zh_CN)
2493
2494 Overview of Changes from GLib 2.7.2 to GLib 2.7.3
2495 =================================================
2496 * GOption
2497  - Allow callbacks with optional arguments [Pawel Sliwowski]
2498  - Allow to turn off the automatic long option name
2499    disambiguation  [Adam McLaurin]
2500  - Only allow printable ASCII as short option names [Matthias]
2501 * Win32
2502  - Build fixes [Tor Lillqvist]
2503  - Rewrite iochannel socket implementation [Tor]
2504 * GObject
2505  - Threadsafety improvements; in particular, refcounting
2506    of objects is done atomically now. [Wim Taymans, Tim Janik]
2507 * Bug fixes [Morten Welinder, Matthias, Wim Taymans]
2508 * Documentation improvements [Richard Laager, Matthias]
2509 * New and improved translations (bf,cs,hu,nb,nl,no)
2510
2511 Overview of Changes from GLib 2.7.1 to GLib 2.7.2
2512 =================================================
2513 * Win32 build fixes [Hans Breuer]
2514 * Bug fixes [Mikael Magnusson]
2515 * Documentation improvements [Matthias Clasen]
2516 * New and updated translations (en_CA,es,et,ja,sr,sr@Latn,zh_TW)
2517
2518 Overview of Changes from GLib 2.7.0 to GLib 2.7.1
2519 =================================================
2520 * GOption 
2521  - Allow callback arguments without parameters [Dan Winship]
2522 * GMappedFile: an mmap wrapper [David Schleef, Behdad Esfahbod]
2523 * Misc new functions:
2524  - g_get_host_name [Tor Lillqvist]
2525  - g_mkdir_with_parents [Tor]
2526  - g_build_pathv, g_build_filenamev [Todd A. Fisher, 
2527    Matthias Clasen]
2528 * Bug fixes [Roger Leigh, Masatake YAMATO, Kjartan Maraas,
2529   Manish Singh, Tor, Murray Cumming, Kian Duffy, Morten Welinder]
2530 * Documentation improvements [Hong Gang XU, Dan Winship, Matthias]
2531 * New and updated translations (bg,cs,da,en_CA,es,et,nb,nl,no,
2532   sk,th,zh_TW)
2533
2534 Overview of Changes from GLib 2.6.x to GLib 2.7.0
2535 =================================================
2536 * GKeyFile
2537  - Add unit tests [Matthias Clasen, Suren A. Chilingaryan]
2538  - Accept \r\n as line end [Bastian Nocera]
2539  - Don't interpret leading zeros as octal numbers. [Matthias]
2540  - Make key and group removal work [David Hoover, Matthias Hasselmann]
2541 * GOption
2542  - Improve formatting of --help output [Matthias, Noah Levitt]
2543  - Accept -? [Matthias]
2544  - Warn about duplicate main groups [Jeff Franks]
2545  - Treat '-' as non-option argument [Tim Musson, Thomas Leonard]
2546  - Report missing arguments as errors [Björn Lindqvist]
2547  - Add a boxed type for GDate [Tim-Philipp Müller]
2548 * GTree
2549  - g_tree_remove() and g_tree_steal() return status information [Matthew F. Barnes]
2550 * Stdio wrappers
2551  - Work regardless of large file support [Manish Singh]
2552  - Add g_access(), g_chmod(), g_creat(), g_chdir [Tor Lillqvist]
2553 * GObject
2554  - Implement "toggle references" to help language bindings [Owen Taylor]
2555  - Allow to mark names, nicks and blurbs of pspecs as static [Ben Maurer, Matthias]
2556  - Make pspec lookup a bit faster [Morten Welinder]
2557 * Add g_listenv() to list all set environment variables [Hans Petter Jansson]
2558 * Add g_file_set_contents() to atomically write a file.  [Søren Sandmann,
2559   Sven Neumann, Manish, Alexis S. L. Carvalho]
2560 * Add g_try_malloc(), g_try_new(), g_try_new0() and g_try_renew() [Stefan Kost]
2561 * Add g_utf8_collate_key_for_filename() to sort filenames taking
2562   extensions and numeric suffixes into account.  [Ole Laursen, Alex Larsson]
2563 * Add G_GNUC_NULL_TERMINATED to mark varargs function with 
2564   NULL-terminated argument lists. [Marc Meissner]
2565 * Win32 changes
2566  - Improved debugability [Ulf Lamping, Hans Breuer]
2567  - Make filename handling more robust [Tor, Billy Skaggs]
2568  - Improve g_get_system_data_dirs() [Tor]
2569  - Use more precise timers [Tor]
2570  - Build fixes [Kazuki Iwamoto, Hans, Tor, Robert Ögren]
2571 * Other bug fixes [Roger Leigh, Owen, Matthias, Morten, Kjartan Maraas, 
2572   Pawel Sakowski, Tor, Simon Budig, Ed Avis, Manish, Nicolas Laurent, 
2573   Bastien, Fabrício Barros Cabral, Michael Banck, Daniel Atallah, 
2574   J. Ali Harlow, Tim Janik, Hazael Maldonado Torres, Sven, Jon-Kare Hellan,
2575   Dave Benson, Tommi Komulainen, Benjamin Otte, Brian Cameron, Changwoo Ryu, 
2576   Christian Biere, Noah, Benoît Carpentier]
2577 * Documentation improvements [Vincent Untz, Matthias, Tim-Philipp Müller,
2578   Morten, Matthew, Federico Mena Quintero, Sebastian Bacher, Oliver Sessink, 
2579   Stefan, Jared Lash, Tor, Owen, Daniel Vaillard, Mathieu Lacage]
2580 * New and updated translations (ca,cs,da,el,en_CA,en_GB,es,et,eu,fa,fr,gl,
2581   hu,id,it,lt,mn,ne,nl,pl,pt,pt_BR,ro,rw,sk,sq,sr,sr@Latn,tl,uk,xh,zh_CN)
2582
2583 Overview of Changes from GLib 2.6.0 to GLib 2.6.1
2584 =================================================
2585 * GOption
2586  - Make gtk_init(NULL, NULL) work again [Marcin Krzyzanowski]
2587  - Improve handling of -- [Matthias Clasen]
2588  - Don't show G_OPTION_REMAINING in --help output [Matthew F. Barnes]
2589 * g_find_program_in_path() doesn't return directories [Tommi Komulainen]
2590 * Add gmodule-export-2.0.pc [Matthias]
2591 * Win32 changes
2592  - Improve hangling of UNC paths [Tor Lillqvist]
2593  - g_getenv(), g_setenv(), g_unsetenv(), g_find_program_in_path()
2594    take and return UTF-8 now [Tor] 
2595  - Make g_file_test() work more reliably, and use PATHEXT
2596    when check for executables [Tor]
2597  - Build and cross-compilation fixes [J. Ali Harlow]
2598 * Other bug fixes [Jens Hatlak, Morten Welinder, 
2599   Tor, Kalpesh Shah, Adrian Bunk]
2600 * Documentation improvements [Marcin Krzyzanowski, Tor, Crispin
2601   Flowerday, Mariano Suárez-Alvarez, Christian Biere, Danny Milo,
2602   Vincent Untz, Bastien Nocera]
2603 * New and updated translations (cy,de,nl,ru,sq,sv)
2604
2605 Overview of Changes from GLib 2.4.x to GLib 2.6.0
2606 =================================================
2607
2608 * Major new APIs
2609   - GOption, a commandline option parser
2610   - GKeyFile, a parser/editor for the .ini like files 
2611   - Functions to support the XDG basedir specification
2612   - Wrappers for common POSIX pathname functions to handle filename
2613     encodings consistently. On Windows, these use UTF-8.
2614
2615 * Miscellaneous new functions
2616   - g_filename_display_name() converts filenames in displayable UTF-8 strings
2617   - g_uri_list_extract_uris() splits uri lists
2618   - g_date_get_iso8601_week_of_year() gets ISO 8601 week numbers
2619   - g_log_set_default_handler() installs an alternate default log handler
2620   - g_get_language_names() obtains a list of applicable locale names
2621   - g_strv_length() calculates the length of NULL-terminated string arrays
2622   - g_win32_get_windows_version() determines the Windows version 
2623   - G_GNUC_INTERNAL marks functions as non-exported
2624   - glib_check_version() checks the GLib version at runtime
2625   - g_debug() completes the family of logging functions
2626
2627 * Performance improvements
2628   - Optimize g_utf8_validate()
2629   - Optimize g_markup_parse_context_parse()
2630   - Reduce signal connection complexity from O(n) to O(1) 
2631   - Get rid of many PLT entries for internally used exported symbols
2632   - Reduce code size by removing literal strings from g_return_if_fail()
2633
2634 * Other changes
2635   - On Windows, GLib functions that take file name arguments now require
2636     those to be in UTF-8. Functions that return file names return UTF-8.
2637   - Use higher precision for mathematical constants
2638   - Don't convert to/from UTF-8 in g_filename_to_uri/g_filename_from_uri
2639   - Support ll as printf format modifier for long long on all platforms
2640   - Clean up the ABI and enforce the list of exported symbols
2641   - Add a .pc file for using gmodule in libraries
2642   - Require ngettext
2643
2644 Overview of Changes from GLib 2.5.7 to GLib 2.6.0
2645 =================================================
2646 * GOption: Don't list help options if group-specific
2647   options have been requested [Glynn Foster]
2648 * Make g_get_language_names() track locale changes [Christian Persch]
2649 * Win32 bug fixes [Tor Lillqvist]
2650 * Bug fixes [Philippe Blain, Owen Taylor, Sebastian Wilhelmi]
2651 * New and updated translations (da,es,ja,lt,zh_CN)
2652 Bugs fixed: 159530,100697,160271,160645,157255
2653
2654 Overview of Changes from GLib 2.5.6 to GLib 2.5.7
2655 =================================================
2656 * Optimize g_utf8_validate() [Owen Taylor, Matthias Clasen]
2657 * Optimize g_markup_parse_context_parse() [Havoc Pennington, 
2658   Morten Welinder]
2659 * Reduce signal connection complexity from O(n) to O(1) 
2660   [Sven Neumann]
2661 * Add a .pc file for using gmodule in libraries [Owen]
2662 * Add G_GNUC_MALLOC to mark functions returning newly 
2663   allocated memory  [Matthias]
2664 * Win32 bug fixes [Hans Breuer, Tor Lillqvist, Robert Ögren,
2665   Bruce Hochstetler]
2666 * Bug fixes [Kazuki IWAMOTO, Matthias, Manish Singh, Morten,
2667   Frederic Crozat, Tor]
2668 * Documentation improvements [Matthias, Tor, Owen]
2669 * New and updated translations (cs,da,de,en_CA,en_GB,es,nb,nl,sq,zh_CN)
2670
2671 Overview of Changes from GLib 2.5.5 to GLib 2.5.6
2672 =================================================
2673 * GOption
2674   - Add G_OPTION_FLAG_REVERSE to allow options 
2675     which unset a  boolean variable [Tor Lillqvist]
2676 * GChildWatch
2677   - Use sigaction instead of signal [Jonas Jonnson, 
2678   Archana Shah]
2679   - Make the very first SIGCHLD work [Gustavo Carneiro]
2680 * Bug fixes [Morten Welinder, Tor, David MacLachlan,
2681   Manish Singh, J. Ali Harlow]
2682 * Documentation improvements [Matthias Clasen, Tor]
2683 * Updated translations (da,ja,tr,zh_CN)
2684
2685 Overview of Changes from GLib 2.5.4 to GLib 2.5.5
2686 =================================================
2687 * GKeyFile
2688   - Cleanups, add more error checking [Ray Strode]
2689   - Fall back to the untranslated string when getting 
2690     locale strings [Mark McLoughlin]
2691 * GOption
2692   - Document GOption [Matthias Clasen]
2693   - Better support for rest arguments [Owen Taylor, Matthias]
2694   - Handle conflicts between groups [Matthias]
2695 * Add g_lstat() to the stdio wrappers [Tor Lillqvist]
2696 * Add g_filename_display_name() to convert filenames
2697   in displayable UTF-8 strings  [Alex Larsson, Matthias]
2698 * Win32 bug fixes [Kazuki IWAMOTO, Hans Breuer, Tor]
2699 * Bug fixes [Christophe Fergeau, Morten Welinder, 
2700   Owen, Kjartan Maraas, Mark]
2701 * Documentation improvements [Matthias, Tor]
2702
2703 Overview of Changes from GLib 2.5.3 to GLib 2.5.4
2704 =================================================
2705 Add GKeyFile, a parser/editor for the .ini like files used in various
2706    freedesktop.org specifications. [Ray Strode]
2707 Make the handling of filename encodings consistent across all
2708    GLib functions, introduce wrappers for common POSIX 
2709    functions which accept the same filename encoding. [Tor Lillqvist, 
2710    Owen Taylor]
2711 GOption
2712  - Rename g_context_option_error_quark() to a more language-binding
2713    friendly name [Murray Cumming]
2714  - Accept backslashes in filenames on Win32 [Tor Lillqvist]
2715 * Strip the internal aliasing prefix IA__ from function names in 
2716   assertions [Matthias Clasen]
2717 * Add a function to split uri lists. [Matthias]
2718 * Win32 bug fixes 
2719  - Don't open console windows [Tor]
2720 * Other bug fixes [Philippe Blain, Robert Ögren, Hidetaka Iwai, Matthias,
2721  Morten Welinder, Mats-Ola Persson, Tor, Nickolay V. Shmyrev, Kjartan Maraas,
2722   Anders Carlsson, Tim-Philipp Müller, Lucas Rocha, Andrea Campi, Manish
2723   Singh, Thomas Fitzsimmons, Kazuki IWAMOTO]
2724 * Documentation improvements [Matthias, Linus Walleij, Nickolay, Philippe, 
2725  Adam Hooper, Gustavo Carneiro]
2726 * New and updated translations (cs,en_CA,en_GB,ja,nb,nl,or,sr,sr@Latn,sq)
2727
2728 Overview of Changes from GLib 2.5.2 to GLib 2.5.3
2729 =================================================
2730 * GOption
2731  - set the program name from argv[0] [Masatake YAMATO] 
2732  - make contexts work without a main group [Anders Carlsson]
2733 * Performance 
2734  - Get rid of many PLT entries for internally used exported symbols,
2735    and clean up the ABI at the same time and make make check check the
2736    list of exported symbols.  [Matthias Clasen]
2737 * Add API to get ISO 8601 week numbers [Niklas Lundell]
2738 * Add API to install an alternate default log handler [Darin Adler]
2739 * Add API to obtain a list of applicable locale names [Hidetoshi Tajima]
2740 * Reduce code size bloat by removing literal strings from
2741  the g_return_if_fail() macros [Owen Taylor]
2742 * Add g_strv_length [Tim-Philipp Müller]
2743 * Win32 changes
2744  - Add API to determine the Windows version [Tor Lillqvist]
2745 * Other bug fixes [Stepan Kasal, Anders, Tor, Kazuki Iwamoto,
2746   Manish Singh]
2747 * Documentation improvements [Morten Welinder, Matthias]
2748 * New and updated translations (es,nn,ro)
2749
2750 Overview of Changes from GLib 2.5.1 to GLib 2.5.2
2751 =================================================
2752 * Add G_GNUC_INTERNAL macro [Arjan van de Ven]
2753 * Add GOption, a commandline option parser [Anders Carlsson]
2754 * Add glib_check_version [Michael Natterer]
2755 * Add XDG basedir API [Ray Strode]
2756 * Require ngettext [Danilo Segan]
2757 * Bug fixes [Manish Singh, Ray Strode, Vincent Noel, 
2758   Jon-Kare Hellan, Jody Goldberg]
2759 * Win32 bug fixes [Tor Lillqvist, Hans Breuer, Peter Zelezny]
2760 * Documentation improvements [Matthias Clasen, Vincent Untz, Christian Persch]
2761 * New and updated translations (bs,eu,fi,gu,ne,pa)
2762
2763 Overview of Changes from GLib 2.5.0 to GLib 2.5.1
2764 =================================================
2765
2766 * Bug fixes [Oliver Guntermann, Sven Neumann, James 
2767   Henstridge, Hiroyuki Ikezoe, Matthias Clasen, Robert 
2768   Ögren, Tommi Komulainen]
2769 * Documentation improvements [Soeren Sandmann, 
2770   Christophe Fergeau, Danek Duvall]
2771 * New and updated translations (eu,hi)
2772   
2773 Overview of Changes from GLib 2.4.1 to GLib 2.5.0
2774 =================================================
2775
2776 * New functions g_debug [Sven Herzberg]
2777 * Use higher precision for mathematical constants [Morten 
2778  Welinder]
2779 * Don't convert to/from UTF-8 in g_filename_{to,from}_uri 
2780  [Federico Mena Quintero]
2781 * Win32
2782  - Handle empty digit string in printf() functions 
2783    correctly [Tor Lillqvist]
2784  - Support ll as format modifier for long long [Tor]
2785  - Be more careful about HOME [Tor, Ivan Wong]
2786  - Bug fixes [John Ehresman]
2787 * Miscellaneous bug and portability fixes [Danilo Segan, 
2788  Owen Taylor, Nikolai Weibull, Benoît Carpentier, Morten 
2789  Welinder, Manish Singh, Sven Neumann, Julio M. Merino Vidal,
2790  Kaz Sasayama, Murray Cumming, Federico, Mariano Suarez-Alvarez]
2791 * Documentation updates [Matthias Clasen, Crispin Flowerday,
2792  Tommi Komulainen, Federico Mena Quintero, Ed Griffiths]
2793 * New and updated translations (ja,ne,no,wa)
2794  
2795 Overview of Changes from GLib 2.4.0 to GLib 2.4.1
2796 =================================================
2797
2798 * Win32 bug fixes [Tor Lillqvist, Roger Leigh, John Ehresman]
2799 * Miscellaneous bug and portability fixes [Owen Taylor,
2800   Matthias Clasen, Jonas Jonsson, Christian Krause,
2801   Nickolay V. Shmyrev, Christophe Saout, Philippe Blain,
2802   Piotr Klaban]
2803 * Documentation updates [Matthias]
2804 * New and updated translations (ca,cs,cy,el,en_CA,en_GB,es,eu,fi,
2805   fr,gu,he,id,nl,pt,pl,ru,sr,sr@ije,sr@Latn,sv,uk)
2806
2807 Overview of Changes from GLib 2.3.6 to GLib 2.4.0
2808 =================================================
2809
2810 * Handle invalid-UTF-8 in g_log() properly [Matthias Clasen]
2811 * Win32 bug fixes [Tor Lillqvist, Bruce Hochstetler]
2812 * Miscellaneous bug and portability fixes [Olivier Biot, David L. Cooper II, 
2813   Kjartan Maraas, Frédéric L. W. Meunier, Christof Petig, Manish Singh, 
2814   Sebastian Wilhelmi]
2815 * Documentation updates [Owen]
2816 * Updated translations (hr,ro)
2817
2818 Overview of Changes from GLib 2.3.5 to GLib 2.3.6
2819 =================================================
2820
2821 * GAtomic bug fixes [Sebastian Wilhelmi, Mark McLoughlin]
2822 * GMain threading fixes and improvements [Sebastian]
2823 * Win32 [Tor Lillqvist]
2824  - restore some symbols extraneously exported from gobject to maintain ABI compatibility
2825  - Misc build improvements and fixes [Tor, Cedric Gustin, Hans Breuer]
2826 * Documentation updates [Sebastian, Takeshi AIHANA, Matthias, Sven Herzberg]
2827 * New and updated translations (be,es,fi,ga,pa,sr@ije,zh_CN)
2828
2829 Overview of Changes from GLib 2.3.3 to GLib 2.3.5
2830 =================================================
2831
2832 * Make glib-mkenums parse initializers with macros. [Matthias Clasen, muppet]
2833 * Respect locale era in g_date_set_parse(). [Theppitak Karoonboonyanan] 
2834 * Add atomic operations and use it for the async queue and
2835   gonce implementation. [Sebastian Wilhelmi]
2836 * Documentation improvements [Sebastian, Matthias, Sven Herzberg]
2837 * Add g_main_depth() for finding the recursion depth of the main
2838   loop [Owen Taylor, Tim Janik, Stefan Westerfeld]
2839 * Add g_spawn_close_pid(), needed on win32 [J. Ali]
2840 * Win32 fixes. [Hans Breuer, J. Ali Harlow]
2841 * Misc bugfixes [Sebastian, Matthias, Balazs Scheidler, Owen]
2842 * Updated translations (cy,et,ga,sq)
2843
2844 Overview of Changes from GLib 2.3.2 to GLib 2.3.3
2845 =================================================
2846
2847 * Add a native AIX gmodule implementation. [Laurent Vivier]
2848 * Add g_node_copy_deep().  [James M. Cape, Matthias Clasen]
2849 * Extend GQueue API to match the GList API. [Soeren Sandmann]
2850 * Add g_hash_table_find().  [Tim Janik]
2851 * Add a G_MODULE_BIND_LOCAL flag. [David Schleef]
2852 * Inline g_string_append_c() when possible. [Owen Taylor, Tim]
2853 * Wrap waitpid() as a GSource. [Jonathan R. Blandford]
2854 * Add g_completion_complete_utf8(). [Theppitak Karoonboonyanan, 
2855   Matthias]
2856 * Add g_strsplit_set(). [Soeren]
2857 * Documentation improvements. [Vincent Untz, Sebastian Wilhelmi, 
2858   Soeren, Matthias]
2859 * Win32 build fixes. [Tor Lillqvist]
2860 * Misc bugfixes [Manish Singh, Noah Levitt, Simon Josefsson, 
2861   Morten Welinder, Damien Carbery, Julio M. Merino Vidal, Sebastian, 
2862   Matthias]
2863 * Updated translations (nn,cs,it,ko,sq,ms,az,hr,uk,sr,sr@Latn,sq,ta)
2864
2865 Overview of Changes from GLib 2.3.1 to GLib 2.3.2
2866 =================================================
2867
2868 * Add G_MAXSIZE. [Manish Singh]
2869 * Add g_rand_new_with_seed_array(), g_rand_set_seed_array(),
2870   implementing the init-by-array functionality of the 
2871   original mersenne twister. Add g_rand_copy(). Improve seeding. 
2872   [George Lebl]
2873 * Add a lowercase_name option to glib-mkenums. [Murray Cumming]
2874 * Add g_ptr_array_foreach(). [Matthias Clasen]
2875 * Add g_timer_continue(). [Tim-Philipp Müller]
2876 * Fix a threadsafety issue in mem chunks. [Matthias, Balazs Scheidler]
2877 * Fix g_filename_{to,from}_utf8() on Win32 and improve 
2878   g_file_test() there too [Hans Breuer] 
2879 * Add a boxed type for NULL-terminated string arrays.  [Matthias]
2880 * Add G_DEFINE_TYPE() plus variants to ease the constuction
2881   of GObject boilerplate code.  [Tim Janik]
2882 * Support & in password GECOS field [Matthias, Soeren Boll Overgaard]
2883 * Documentation improvements [Matthias, Manish]
2884 * Win32 build fixes [Hans]
2885 * Misc bug fixes [Damien Carbery, Matthias, Manish, Olivier Poncet, 
2886   Zack Rusin]
2887 * Updated translations (ar,de,fa,ga,mn,nn,no,sq)
2888
2889 Overview of Changes from GLib 2.3.0 to GLib-2.3.1
2890 =================================================
2891
2892 * Add glib/gi18n.h and glib/gi18n-lib.h for common
2893   gettext support, including a Q_() macro for translation
2894   with context [Matthias Clasen]
2895 * Add a more flexible G_FILENAME_ENCODING variable
2896   as a replacement for G_BROKEN_FILENAMES [Matthias]
2897 * Fix the return value g_main_context_iterate() for
2898   newly ready sources [Padraig O'Briain]
2899 * Handle Hangul composition for normalization [Noah Levitt]
2900 * Add G_{MIN,MAX,MAXU}INT{8,16,32}. [Mark Jones, Matthias]
2901 * Add G_GSIZE_FORMAT/G_SSIZE_FORMAT [Manish Singh]
2902 * Add G_STRFUNC as a portable wrapper for __func__ [Tim Janik]
2903 * Documentation improvements [Matthias]
2904 * GObject [Tim Janik]
2905  - Support '-' in g_signal_connect()/disconnect() names
2906    like 'swapped-signal'.
2907  - Add g_type_class_peek_static() and use to optimize
2908    g_object_new() for static types [Tim]
2909  - Allow setting construct-only properties from within
2910    init() implementations
2911  - Enforce readability/writeability in g_object_set/get()
2912 * Fix bug with g_ascii_strtod and multi-byte separator.
2913   [Behdad Esfahbod, Roozbeh Pournader]  
2914 * Misc bug fixes [Matthias, John Ehresman, Andrew Lanoix,
2915   Tor Lillqvist, Mark McLoughlin, Tim-Philipp Müller, Manish, 
2916   Morten Welinder]
2917 * Updated translations (ca,cs,da,es,fr,ja,nn,no,pt,ru)
2918
2919 Overview of Changes from GLib 2.2.x to GLib-2.3.0
2920 =================================================
2921
2922 * Replace Trio printf by gnulib vasnprintf [Matthias Clasen]
2923 * Update Unicode data to Unicode 4.0 [Noah Levitt]
2924 * Support XML-safe formatted output with 
2925   g_markup_[v]printf_escaped [Owen Taylor]
2926 * Add g_file_read_link to read symbolic links [Matthias]
2927 * Add g_unichar_get_mirror_char to obtain the 
2928   mirrored variant of a character [Noah]
2929 * Support for one-time initialization functions. 
2930   [Sebastian Wilhelmi]
2931 * Miscellaneous API additions: g_vasprintf
2932   g_string_chunk_insert_len, g_setenv, g_unsetenv [Matthias]
2933 * Docs improvements [Matthias]
2934 * Add support instance-private data on classed types
2935   [Mark McLoughlin, Tim Janik, Owen]
2936 * Optimize signal emissions [Soeren Sandmann, Tim]
2937 * Support a "default vtable" per interface [Tim]
2938 * Add support for properties on interfaces [Owen, Tim]
2939 * Miscellaneous API additions: g_value_take_string(),
2940   g_value_take_param(), g_value_take_object(), 
2941   g_value_take_boxed(). [Matthias]
2942 * Win32 build fixes [Tor Lillqvist]
2943
2944 Overview of Changes from GLib 2.1.5 to GLib-2.2.0
2945 =================================================
2946
2947 * Fix a problem with g_thread_init() on 64-bit problems
2948   [Alceste Scalas, Sebastian Wilhelmi]
2949 * Add assembly implementations of byteswap macros
2950   for ia64 and x86_64. [Manish Singh]
2951 * IOChannel fixes for Win32 [Tor Lillqvist, Thorsten Maerz]
2952 * Updated translations (bg,ca,es,da,fi,lv,ru,sk)
2953
2954 Overview of Changes from GLib 2.1.4 to GLib-2.1.5
2955 =================================================
2956
2957 * Win32 bug fixes [Tor Lillqvist]
2958 * Various post-rewrite fixes for glib-gettext.m4 [Owen Taylor,
2959   Jody Goldberg, Kjartan Maraas, Johannes Stezenbach]
2960 * Ensure we have a GUINT64_FORMAT by pulling in Trio
2961   if necessary [Manish Singh]
2962 * Further Trio build fixes [Matthias Clasen, Owen]
2963 * Hack around gcc, libtool issues with -pthread [Owen]
2964 * Docs improvements [Matthias]
2965 * Bug and portability fixes 
2966 * Updated and new translations (bg,de,fi,fr,sq,fr)
2967
2968 Other contributors: Kai Poitschke, Morten Welinder
2969
2970 Overview of Changes from GLib 2.1.3 to GLib-2.1.4
2971 =================================================
2972
2973 * autoconf changes to make it possible to cross compile
2974   GLib. [Owen Taylor, Dan Kegel, Amy Lin, Dimi Shahbaz, 
2975   Johannes Stezenbach]
2976 * Use libintl when it has bind_textdomain_codeset() and
2977   GLib doesn't. [Owen]
2978 * Improve generation of pseudo-random integers [Morten Welinder, 
2979   Sebastian Wilhelmi]
2980 * Avoid literal UTF-8 in favor of octal escapes [Owen, Tomas Ogren]
2981 * Cleanup include order [Sven Neumann]
2982 * autoconf cleanups and bug fixes [Daniel, Matthias Clasen, Owen]
2983 * Doc fixes and additions [Matthias]
2984
2985 Other contributors: James M. Cape, Frederic Crozat, Martin Gansser,
2986   Phuc LeHong, Manish Singh, Joshua Weage, Morten Welinder
2987
2988 Overview of Changes from GLib 2.0.x to GLib-2.1.x
2989 =================================================
2990
2991 * Add copy of the Trio library to build and use for printf() when 
2992   system printf isn't good enough. Add g_printf()/etc. [Matthias Clasen]
2993 * Add g_str_has_suffix()/g_str_has_prefix() [Alex Larsson]
2994 * Add g_markup_parse_context_get_element() [Matthias]
2995 * Add g_utf8_strreverse [Matthias]
2996 * Add g_ascii_strtoull() [Tim Janik]
2997 * Support scanning of 64-bit values with GScanner [Tim]
2998 * Add g_set/get_application_name() [Havoc Pennington]
2999 * Add G_LIKELY()/G_UNLIKELY() macros for hinting branch probabilities. 
3000   Use for g_return_if_fail(). [Matthias Clasen]
3001 * Add G_GNUC_DEPRECATED macro [Tom Tromey]
3002 * Improve the seeding algorithm of GRandom to avoid problems
3003   with certain pathological seeds. Support G_RANDOM_VERSION=2.0
3004   environment variable. [Sebastian Wilhelmi]
3005 * Improve thread configure checks, use -pthread where applicable
3006   [Sebastian]
3007 * Improve handlng of thread priorities [Sebastian]
3008 * Fix up parameter names that might shadow functions from
3009   system headers [Soeren Sandmann]
3010 * Clean up usage of deprecated functions [Manish Singh]
3011 * Docs fixes and improvements. In particular, include "Since" information.
3012   [Matthias, Soeren, Martin Schulze, Daryll Strauss, Bill Janssen, 
3013   Owen Taylor, Morten Welinder]. 
3014
3015 Overview of Changes in GLib 2.0.7
3016 =================================
3017
3018 * Fix C++ warnings in gtype.h [Dom Lachowicz]
3019 * Fix g_type_fundamental_next() [Tim Janik]
3020 * Fix various missing includes of config.h [Morten Welinder]
3021 * Handle main loop initialization before g_thread_init [Sebastian Wilhelmi]
3022 * Various 64-bit fixes [Manish Singh]
3023 * Fix GPoll on Win32 [Tor Lillqvist, Herman Bloggs]
3024 * Fix bug with buffering on UTF-8 IOChannels [Daniel Elstner]
3025 * Misc bug and build fixes [Soren Andersen, Gustavo Carneiro, Tor,
3026      Tim, Havoc Pennington,  Matthias Clasen, Sebastian Rittau,
3027      Masahiro Sakai, Arvind Samptur, HideToshi Tajima, Owen Taylor]
3028 * Updated and new translations (be,cs,de,*fa,it,lv,pt_BR,tr)
3029
3030 Overview of Changes in GLib 2.0.6
3031 =================================
3032
3033 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
3034 * Clean up debug spew from GObject [Anders Carlsson]
3035 * Compiler warning fixes [David L. Cooper II]
3036 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
3037 * Fixes for --disable-debug [Sebastian Wilhelmi]
3038 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
3039   Rajkumar Sivasamy, Laurent Vivier]
3040 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
3041   Sebastian Rittau, Linus Welleij]
3042 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
3043 * Updated translations (bg,ko,vi)
3044
3045 Overview of Changes in GLib 2.0.5
3046 =================================
3047
3048 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
3049 * Clean up debug spew from GObject [Anders Carlsson]
3050 * Compiler warning fixes [David L. Cooper II]
3051 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
3052 * Fixes for --disable-debug [Sebastian Wilhelmi]
3053 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
3054   Rajkumar Sivasamy, Laurent Vivier]
3055 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
3056   Sebastian Rittau, Linus Welleij]
3057 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
3058 * Updated translations (bg,ko,vi)
3059
3060 Overview of Changes in GLib 2.0.4
3061 =================================
3062
3063 * Fix some 64-bit problems. (George Lebl, David L. Cooper II)
3064 * Add note about Tru64 iconv to INSTALL. (Manuel Op de Coul)
3065 * Fix problem with timouts > MAXINT. (Tim Janik, Owen Taylor)
3066 * Updated translations (ca,es,fr,ja,gl,ms,nl,pl,pt,ru)
3067
3068 Overview of Changes in GLib 2.0.3
3069 =================================
3070
3071 * Handle sorting 0-length arrays (Ron Arts)
3072 * Threading fixes (Sebastian Wilhelmi)
3073 * Portability fixes (Miroslaw Dobrzanski-Neumann, Jacob Berkman, Gareth Pierce, 
3074   Sebastian, Qingjiang Yuan)
3075 * Various fixes for glib-2.0.m4. (Jim Gettys, others.)
3076 * Locate right glib-genmarshal when cross-compiling. (Mitch Natterer)
3077 * Win32 fixes (Tor Lillqvist)
3078 * Try to fix g_get_charset() related segfaults. (Owen)
3079 * Fixes for gettext detection. (Dan Winship, HideToshi Tajima, Boyd Lynn Gerber,
3080   Andrew P. Lentvorski, Jr.)
3081 * Fix g_scanner_unexp_token() (Tim Janik, Sven Neumann)
3082 * g_markup fixes. (Matthias Clasen.)
3083 * Bug fixes and cleanups (Daniel Elstner, Matthias, Laszlo Peter, Morten Welinder,
3084   Wayne Schuller)
3085
3086 Overview of Changes in GLib 2.0.1
3087 =================================
3088
3089 * Portability fixes for Sun's Forte compiler [Erwann Chenede]
3090 * Performance improvements for GObject parameter lookup, 
3091   g_filename_to/from_utf8() [Alex Larsson]
3092 * Actually check interface prerequisites [Matthias Clasen,
3093   Miroslaw Dobrzanski-Neumann]
3094 * Fix problem with glib-mkenums taking huge amounts of stack. [Owen Taylor]
3095 * Fix g_signal_handlers_disconnect_by_func() for C++ [Damien Sandras]
3096 * Fixes for g_log() and threading.
3097   [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, Tim Janik]
3098 * Make g_print(), g_printerr(), g_warning(), etc, convert from
3099   UTF-8 to the encoding of the locale [Sebastian Wilhelmi, Tim]
3100 * Fixes for GIOChannel on windows. [Tor Lillqvist]
3101 * Fix gsize/gint mismatches in giochannel.c [Miroslaw Dobrzanski-Neumann]
3102 * Fix file descriptor leak in g_file_get_contents() [Matthias]
3103 * Workaround iconv() problems on older Solaris [Lauri Alanko]
3104 * Fix warnings with gcc-3.1 about asm const [Cody Russel]
3105 * Minor bug fixes.
3106
3107 Other contributors: Hans Breuer, LEE Sau Dan, Sven Neumann, Salmaso Raffaele,
3108   Akira Tagoh, Morten Welinder
3109
3110
3111 Overview of Changes in GLib 2.0.0
3112 =================================
3113
3114 * Thread portability fixes [Sebastian Wilhelmi]
3115 * Documentation updates [Owen Taylor]
3116 * Make g_strerror(), g_strsignal() properly return UTF-8,
3117   call bind_text_domain_codeset() so that error strings
3118   are in UTF-8 as well. [Owen, Tor Lillqvist]
3119
3120 Overview of Changes in GLib 2.0.0 rc1:
3121 ======================================
3122
3123 * Win32 fixes [Tor Lillqvist]
3124 * Portability fixes [Finlay Dobbie, Miroslaw Dobrzanski-Neumann]
3125 * Fix up g_date_strftime [Daniel Elstner]
3126 * Add some structure padding [Tim Janik]
3127 * Make g_get_homedir() prefer the users home directory to $HOME
3128
3129 Other contributors: Matthias Clasen, Paolo Maggi, Christian Rose
3130
3131 Overview of Changes in GLib 1.3.15:
3132 ===================================
3133
3134 * Speed up marshalers by using private access to GValue 
3135   [Anders Carlsson, Tim Janik]
3136 * Reduce GValue to 2 elements [Tim]
3137 * Add G_DEBUG environment variable, G_DEBUG=fatal_warnings [Matthias Clasen]
3138 * Fixes for AIX compilation [Miroslaw Dobrzanski-Neumann]
3139 * Add padding to various structures [Owen Taylor, Tim]
3140 * Win32 fixes [Tor Lillqvist]
3141
3142 Other contributors: James Henstridge, Ryan Lovett, Morten Welinder,
3143   Daniel Elstner
3144
3145 Overview of Changes in GLib 1.3.14:
3146 ===================================
3147
3148 * Register value transformations for gint64, guint64 [Andy Wingo]
3149 * Build with large-file support [Sven Neumann, Owen Taylor]
3150 * Fix handling of hostnames in URI's [Darin Adler]
3151 * Main loop bug fixes [Havoc Pennington, Owen]
3152 * Doc fixes and improvements [Manish Singh, Tim Janik]
3153 * Support ' as attribute delimiters in GMarkup [Matthias Clasen]
3154 * Win32 fixes [Hans Breuer, Tor Lillqvist]
3155 * Threading bug and build fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann]
3156 * Miscellaneous bug fixes
3157
3158 Other contributors: Matthias Clasen, James Henstridge, Mitch Natterer, 
3159   Morten Welinder.
3160
3161 Overview of Changes in GLib 1.3.13:
3162 ===================================
3163
3164 * Fix g_filename_to/from_uri for Win32 [Tor Lillqvist, Darin Adler]
3165 * Miscellaneous win32 fixes [Tor, Hans Breuer]
3166 * Fix thread options for gcc on AIX [Jerome Zago, Sebastian Wilhelmi]
3167 * Documentation improvements [Ron Steinke, Matthias, Sebastian]
3168 * Cache iconv converters as used by g_convert() [Jeffrey Stedfast]
3169 * Bug fixes [Sven Neumann, Owen Taylor, Matthias Clasen, Jeffrey,
3170   Laszlo Peter, Havoc Pennington, Tim Janik]
3171
3172 Overview of Changes in GLib 1.3.12:
3173 ===================================
3174
3175 * Implement closure chaining, fixing up API (Tim Janik)
3176 * Closure chaining test case (James Henstridge)
3177 * Make GType long not int where both are equal width (Tim)
3178 * Win32 fixes and improvements (Hans Breuer, Tor Lillqvist)
3179 * Fixes for NetBSD. (Dan Winship)
3180 * Use snprintf() for g_printf_string_upper_bound() where possible. (Matthias Clasen)
3181 * Save space for GBSearchArray (Tim Janik)
3182 * Documentation improvements. (Matthias, Sven Neumann, Havoc Pennington)
3183
3184 Other contributors: Darin Adler, Chris Blizzard, Anders Carlson, Daniel Elstner, Michael Meeks, 
3185   Mark McLoughlin, Dave Neary, Manish Singh, Owen Taylor, HideToshi Tajima, 
3186   Sebastian Wilhelmi.
3187
3188
3189 Overview of Changes in GLib 1.3.11:
3190 ===================================
3191
3192 * Win32 fixes [Hans Breuer, Tor Lillqvist]
3193 * Documentation improvements [Matthias Clasen]
3194 * Portable directory handling API [Hans]
3195 * Threading fixes [Sebastian Wilhelmi, Havoc Pennington]
3196 * Fix excess relocations in Unicode tables [Andrew Taylor]
3197 * Fix gpattern for UTF-8 [Matthias Clasen]
3198 * Support overriding class closures [Tim Janik]
3199 * Support for derivation from G_TYPE_POINTER [Owen Taylor]
3200 * Hide pointers to type information inside GType to reduce locking
3201   [Alex Larsson, Tim]
3202 * Adds check for direct inclusion of gobject/*.h [Owen]
3203 * GObject API cleanups [Tim]
3204
3205 Other contributors: Darin Adler, Jacob Berkman, Daniel Egger, Eric Lemings, 
3206   Michael Meeks, Mark McLoughlin, Arkadiusz Miskiewicz, Dan Winship
3207
3208
3209 Overview of Changes in GLib 1.3.10:
3210 ===================================
3211
3212 * Many Win32 fixes and improvements [Tor Lillqvist]
3213 * Documentation improvements [Matthias Clasen]
3214 * g_string_printfa() renamed to g_string_append_printf()
3215 * Use libcharset from libiconv to implement charset detection
3216   more portably. [Owen Taylor, Hidetoshi Tajima]
3217 * Add 64 bit type support to GObject [Joshua Pritikin, Mathieu Lacage, Owen]
3218 * Make support for 64 bit integers a requirement [Joshua]
3219 * GPattern improvements [Tim Janik, Matthias]
3220 * Locale independent g_ascii_strtod / g_ascii_dtostr [Alex Larsson]
3221 * Many bug fixes and minor tweaks.
3222
3223 Other Contributors: Darin Adler, Jakub Jelinek, James Antill, Andrew Taylor,
3224   Ben Gertzfield, Elliot Lee, Manish Singh, Abel Cheung, Laszlo Peter,
3225   Sven Neumann, George Lebl, Raja Harinath, Sebastian Wilhelmi,
3226   Jacob Berkman
3227
3228
3229 Overview of Changes in GLib 1.3.9:
3230 ==================================
3231
3232 * Fixes for comparison of threads [Sebastian Wilhelmi]
3233 * Use vasprintf() when possible for g_strdup_printf [Matthias Clasen]
3234 * Win32 fixes [Tor Lillqvist, Hans Breuer]
3235 * Add a len argument to g_ascii_strup/strdown
3236 * Bug, portability fixes, cleanups.
3237
3238 Other Contributors: Darin Adler, Katsuhiro Okuno, Joshua N. Pritikin
3239
3240
3241 Overview of Changes in GLib 1.3.8:
3242 ==================================
3243
3244 * Documentation updates [Owen]
3245 * Made GType interfaces overridable in derived types
3246 * Many win32 fixes [Tor Lillqvist]
3247 * Miscellaneous cleanups and fixes
3248
3249 Other contributors:
3250   Darin Adler, Matthias Clasen, Ron Steinke, Hans Breuer, Alex Larsson
3251
3252
3253 Overview of Changes in GLib 1.3.7:
3254 ==================================
3255
3256 * Integrate GClosure support into the main loop [Owen Taylor]
3257 * More GSignal convenience functions (macros) [Sven Neumann, Tim Janik]
3258 * Introduced weak references for GObject [James Henstridge, Sven, Tim] 
3259 * Minor hash table optimizations
3260 * Main loop and threading improvements [Sebastian Wilhelmi]
3261 * Added g_ascii_* functions to be used for locale insensitive UTF-8
3262   compliant code instead of old string functions  [Darin Adler, Alex Larsson]
3263 * Add functions for Unicode case-conversion, normalization, and 
3264   collation [Owen]* GString improvements [Owen]
3265 * Reworked the GIOChannel code [Hidetoshi Tajima, Ron Steinke]
3266 * Removed glib-config-2.0 in favour of pkgconfig [Sebastian]
3267 * Make code 64bit clean [Mark Murnane]
3268 * More G_CONST_RETURN fixes
3269 * Many improvements to the win32 code [Tor Lillqvist, Hans Breuer]
3270 * Miscellaneous bug and API fixes
3271
3272 Other contributors:
3273   Michael Natterer, Christopher James Lahey, Padraig O'Briain,
3274   Matthias Clasen, Josh Pritikin, Steve Baker, Cesar Rincon, Garry R. Osgood,
3275   Michael Meeks, Laszlo Peter,  Martin Baulig, Kjartan Maraas, Andrew Lanoix,
3276   Peter Williams
3277
3278
3279 Overview of Changes in GLib 1.3.6:
3280 ==================================
3281
3282 * Threads have a "return value" from g_thread_join
3283 * Removed ability to adjust thread stack size
3284 * Prefix warnings with progname/PID by default, change toggle for this to 
3285   be an env variable G_MESSAGES_PREFIXED not a compile-time option
3286 * GMarkup speedups
3287 * GDate const, convenience fixups
3288 * Include test cases that headers are compilable by C++ compiler
3289 * Add ability to spawn processes with argv[0] != executable path.
3290 * g_strstr_len, g_strrstr, g_strrstr_len
3291 * Add length argument to g_utf8_strchr and g_utf8_strrchr.
3292 * Misc bug fixes
3293
3294
3295 Overview of Changes in GLib 1.3.5:
3296 ==================================
3297
3298 * Added an installed glib-mkenums Perl program for parsing enumeration
3299   declarations from header files.
3300 * Mark some additional deprecated functions.
3301 * Bug and Portability fixes
3302
3303
3304 Overview of Changes in GLib 1.3.4:
3305 ==================================
3306
3307 * Efficiency improvements for GThreadPool
3308 * A few bug fixes
3309 * Build fixes
3310 * Documentation improvements
3311
3312
3313 Overview of Changes in GLib 1.3.3:
3314 ==================================
3315
3316 GLib:
3317
3318 * More user_data support in various functions.
3319 * Main loop API revamps to support per-thread main loops.
3320 * Unicode handling improvements.
3321 * Implemented debugging traps.
3322 * G_CONST_RETURN specification all over the place.
3323 * Various new small utility functions.
3324 * Random number generator precision improvements.
3325 * New configure option --disable-mem-pools.
3326 * Many Win32 improvements.
3327 * Added g_try_malloc() friends varinats.
3328 * Many documentation improvements.
3329 * Many threading improvements, support for dynamic allocation
3330   of static mutexes.
3331 * GHookLIst API cleanups.
3332 * Improved format support of GDate parser.
3333 * String function speed improvements with new g_stpcpy().
3334 * Hashtable API additions.
3335 * New GPatternSpec for shell-style pattern matching (from GtkPatternSpec).
3336 * Optimizations, cleanups, bug fixes.
3337
3338 GObject:
3339
3340 * Added many convenience functions.
3341 * GClosure and GParamSpec use float/sink ref-counting scheme now.
3342 * Reworked property change notification.
3343 * Binary searchable array cleanups, so it's widely usable now.
3344 * Added static content keeping for some GValue types.
3345 * Support for statically scoped signal parameters.
3346 * Extinguished property trailer args in set/get interface.
3347 * Added support for abstract types.
3348 * G_CONST_RETURN specification all over the place.
3349 * Split parameter exchange functionality into value transforms
3350   and parameter conversions.
3351 * Added signal emission hooks and signal accumulators.
3352 * Added interface prerequisites to support is_a (interface, object)
3353   relations.
3354 * Implemented GValueArray.
3355 * New types, boxed: G_TYPE_VALUE, G_TYPE_CLOSURE, G_TYPE_GSTRING
3356   GParamSpecs: G_TYPE_PARAM_PARAM, G_TYPE_PARAM_POINTER, G_TYPE_PARAM_CLOSURE,
3357   G_TYPE_VALUE_ARRAY, G_TYPE_PARAM_UNICHAR, G_TYPE_PARAM_VALUE_ARRAY.
3358 * Varrags value collection improvements.
3359 * Implemented debugging traps.
3360 * Made things thread-safe.
3361 * Many documentation improvements.
3362 * Many cleanups, optimizations and bug fixes.
3363
3364
3365 Overview of Changes in GLib 1.3.2:
3366 ==================================
3367
3368 GLib:
3369
3370 * Win32 build improvements  [Tor]
3371 * Improvements to error reporting  
3372   (g_critical(), g_return_if_reached()) [Darin]
3373 * Add g_strlcpy/g_strlcat  [David Wheeler]
3374 * New IO channel implementation for Win32  [Tor] 
3375 * Make g_array_free, g_string_free return pointer to memory requested
3376   not to be freed.  [Darin]
3377 * Added GError based error reporting for thread functions.  [Sebastian]
3378 * Moved reference docs into GLib distribution. [Owen]
3379 * Added g_convert() for doing convenient character set conversions based
3380   on iconv. (GLib now requires libiconv or a native iconv.) [Havoc/Owen]
3381 * Various Unicode handling additions (g_ucs4_to_utf8, g_utf8_validate(),
3382   g_{locale,filename}_{to,from}_utf8)  [Robert/Havoc/Owen]
3383 * Portability fixes for threading.  [Sebastian]
3384 * Added convenient functions for launching new processes (g_spawn_*),
3385   and shell quoting/unquoting functions.  [Havoc]
3386 * Split glib.h into many headers.  [Sebastian]
3387 * Added a simple callback-based parser for XML-like files (GMarkup).  [Havoc]
3388 * Fixed confusions between comparison functions that return <0, 0, >0
3389   and equaility functions that return FALSE,TRUE.  [Sebastian]
3390 * Added safe/portable temporary file manipulation functions.  [Tor]
3391 * autoconf improvements.  [Raja]
3392 * Many documentation improvements.
3393 * Bug fixes.
3394
3395 GObject:
3396
3397 * Added boxed and pointer types.  [Tim/Jonathan]
3398 * Added callback abstraction (GClosure)  [Tim]
3399 * Added signal system (GSignal)  [Tim]
3400 * Make GTypePlugin an interface  [Tim]
3401 * Added GTypeModule - a simple GTypePlugin instantiation  [Owen]
3402 * Bug fixes.
3403
3404
3405 What's new in GLib 1.3.1:
3406 =========================
3407
3408 * New GObject library added including object system based on
3409   the GTK+ object system. 
3410 * Functions for getting the properties of Unicode characters, 
3411   computing the canonical decomposition and ordering combining
3412   characters aand manipulating UTF-8 string manipulation based
3413   on libunicode.
3414 * GString now properly handles embedded nuls.
3415 * Multiple fixes from the 1.2.x branch.
3416 * Upgrade to libtool 1.3.3
3417 * Full thread support (thread creation and destruction).
3418 * BeOS port, BeOS dynamic modules.
3419 * Many improvements to the Windows ports.
3420 * Improvements to the OS/2 port, OS/2 module support.
3421 * Double ended queue implementation.
3422 * GLib macros for printf() formatting, e.g. G_GULONG_FORMAT = "lu"
3423 * New configure option --enable-msg-prefix to prefix messages, warnings
3424   et ceteri with the program name and the process id.
3425 * New thread-safe random number generator Mersenne Twister.
3426 * g_strcompress() added, g_strescape() had a slight API change, and
3427   more tightly defined semantics.
3428 * the g_string(x) macro has been removed, #x may be used instead.
3429                                 
3430 * bugs fixed: