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