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