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