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