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