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