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