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