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