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