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