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