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