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