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