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