Updates
[platform/upstream/glib.git] / NEWS
1 Overview of changes in GLib 2.45.3
2 ==================================
3
4 * Improve performance of g_signal_handler_disconnect for signals
5   with many handlers
6
7 * GDBus has gained a new call flag to allow interactive authorization
8
9 * GSettings:
10  - New API: g_settings_schema_list_keys
11  - Deprecated: g_settings_list_keys
12
13 * OS X:
14  - Implement GNotification
15  - Bump the OS X requirement to 10.9
16
17 * Windows:
18  - Add registry reading API
19  - Reimplement GAppInfo using registry information
20
21 * Bugs fixed:
22  666831 Support URI opening on W32
23  728489 property action with inverted boolean state
24  730168 Incorrect annotation on g_action_group_get_action_state_type return...
25  733325 Several regex tests fail with pcre3 8.35
26  734888 GLib has no helper functions to work with W32 Registry
27  737009 signal handler lookup doesn't scale
28  738185 Misleading language about "file name encoding" in the docs on g_env...
29  738504 Optimize UTF-8 decoding by unrolling branches and expressions
30  739122 glib not handling -1 return ("no limit") from sysconf (_SC_THREAD_S...
31  739424 gnome-shell crashes when files are added, deleted, or modified in $...
32  739616 DBus; Add new call flag to allow interactive authorization
33  740308 Add g_settings_schema_list_keys() method
34  740516 RFE: please provide an introspectible version of g_log_set_handler
35  741788 Document GSettings build system integration
36  745013 GBinding not thread safe
37  747146 Implement GNotification on OSX
38  747941 try XDG_RUNTIME_DIR/bus before falling back to X11 autolaunch (dbus...
39  748727 Filechooser dialog shows no icons for directories on W32
40  749693 GActionGroupExporter: flush queue on requests
41  750203 GNetworkMonitorNetlink hangs in user namespace
42  750322 gapplication: Make sure --help output is translated
43  750344 GTlsInteractionClass is missing from doc
44  750369 Various GBinding cleanups
45  750386 Race condition in g_io_condition_get_type
46  750399 Typo "equilalent" in glib documentation's glib-Error-Reporting.html...
47  750573 GTlsDatabaseClass is not documented
48  750918 genmarshal: silence register storage class warnings
49
50 * Translation updates:
51  Hungarian
52  Spanish
53
54
55 Overview of changes in GLib 2.45.2
56 ==================================
57
58 * Improve error reporting in glib-compile-schemas.
59
60 * Add introspection annotations to GListStore.
61
62 * Bugs fixed:
63  696749 win32 : failed to compile because of careless mistake in the code
64  723394 const parameter to GtkPopover gtk_popover_set_pointing_to
65  724113 gdbus-connection-loss test can fail on slow machines
66  725981 tap-driver.sh: internal error getting exit status
67  733325 Several regex tests fail with pcre3 8.35
68  744895 Unknown or unsupported transport 'this-should-not-be-used-and-will...
69  747882 gtype: Bump allowed number of children
70  748534 gtest: if a subprocess assertion fails, print its stdout and stderr
71  748612 de_DE locale used in option-context test is not supported by FreeBSD
72  748614 Double unref in g_socket_listener_add_inet_port
73  748834 glocalfilemonitor: Emit notification on rate limit change
74  749079 gdbus-peer test: TCP tests can fail with ECONNRESET due to a race...
75  749080 gdatetime test: fails if close to rollover between seconds
76  749180 gnetworkaddress: add return type annotation to parse methods
77  749352 g_binding_unbind() fails when source is also the target
78  749353 GBinding does not connect to the detailed notify signal
79
80 * Translation updates:
81  Catalan
82  French
83  Slovak
84  Thai
85
86
87 Overview of changes in GLib 2.45.1
88 ==================================
89
90 * The GSettings schema compiler, glib-compile-schemas has been changed
91   to reject schema xml that has duplicate <summary> or <description>
92   elements. Such elements typically occur when translations are merged
93   into the schema, with xml:lang attributes. This is not the correct
94   way to translate schemas. Instead keep the translations in the .mo
95   file and set the gettext-domain attribute on the <schemalist> element.
96
97 * The file monitoring infrastructure has been rewritten, and all backends
98   have seen major improvements.
99
100   The inotify backend is reporting events with less delay (no event will
101   be delayed more than 10ms) and wakeups due to file monitoring have been
102   significantly reduced. A CHANGES_DONE event will also be sent when new
103   files appear.
104
105   The poll implementation is now using the thread default main context.
106
107   The fam implmentation is now running in the worker thread.
108
109   The fen implementation has been removed, since it was unmaintained.
110
111 * The GSettings schema compiler, glib-compile-schemas, is more strict
112   about rejecting schemas with xml:lang style merged translations.
113   Schema translations should be done by specifying the gettext domain
114   in the xml, and keeping the translations in gettext. To avoid breaking
115   already-installed schemas, this change is only taking effect when
116   you use the --strict option.
117
118 * The hardcoded 10-thread limit of GTask's thread pool has been removed,
119   since it was prone to causing deadlocks. The thread pool is now allowed
120   to grow dynamically and will shrink back over time.
121
122 * GSimpleAsyncResult has been deprecated in favor of GTask.
123
124 * The algorithm used by GAppInfo to find default handlers for mime types
125   has been tweaked to prefer apps that handle the specific subtype over
126   default handlers for a generic supertype.
127
128 * Bug fixes:
129  627285 inotify file monitor hardwired delay
130  631597 Segmentation fault in append_escaped_text
131  661767 merge/improve various bits of run-in-thread functionality
132  687223 cleverer GThreadPool management
133  711547 win32: silence some build warnings
134  719966 glib: Add missing (nullable) and (optional) annotations
135  726447 Possibly an error in text string
136  728663 W32: wrong stat struct is used when built with MinGW-w64
137  728669 W32: GLocalFile can't measure size of files larger than 2^32...
138  730188 gsocket: Document FD ownership with g_socket_new_from_fd()
139  733325 Several regex tests fail with pcre3 8.35
140  738207 Add a way to set SO_SENDBUF and SO_RECVBUF on listener (and...
141  739850 GClosure: add valgrind hints
142  741791 gmain: Save errno when handling unix signals
143  744282 gvfs-open for application/x-virt-viewer changed behaviour bet...
144  745255 Add support for copying sessions between GTlsClientConnections
145  745745 gdbus: fix out-of-bound array access
146  745821 Don't use __alloc_size__ attribute with clang
147  746749 GLib-GIO:ERROR:inotify-kernel.c:327:ik_source_dispatch: ass...
148  746753 Glib-compile-resources --generate-header not using ".h" as ...
149  747209 glib-compile-schemas ought to reject repeated <summary> and...
150  747349 Conversion of gdbus to use GTask causes deadlocks
151  747363 gatomic: Add missing new line in API doc comment
152  747472 Don't ignore already-installed schemas with multiple <summa...
153  747541 gdbus segfaults with invalid --dest
154  747772 Having hardcoded utf8 strings in the source code does not p...
155  748019 gsocketconnection: Fix copy-pasto in documentation
156  748177 not all test schemas are distributed, "make distcheck" fails
157
158 * Translation updates:
159  Basque
160  Czech
161  Danish
162  Finnish
163  German
164  Hebrew
165  Icelandic
166  Norwegian bokmål
167  Russian
168  Turkish
169
170
171 Overview of changes in GLib 2.43.92
172 ===================================
173
174 GLib is now considered frozen.  We do not expect any major changes
175 before the release of 2.44.0.
176
177  * GUnixMountMonitor now properly supports multiple main contexts
178
179  * many documentation improvements and cleanups.  We are now
180    approaching a point where the documentation is 100% complete and the
181    xml will build without warnings.  This will probably be enabled by
182    default in the next cycle.
183
184  * new support for HTTP proxies in GIO
185
186  * new GTask:completed property
187
188  * use "private" futexes in order to further improve the performance of
189    the contended case of GMutex and g_bit_lock()
190
191 Bugs fixed:
192  614684 Make various parts of GObject const-correct
193  730352 Use inet_pton(), if_nametoindex() and if_indextoname() for newer versions of Windows
194  733876 Proxy protocol 'http' is not supported.
195  741442 threads: use FUTEX_WAIT_PRIVATE and FUTEX_WAKE_PRIVATE if possible
196  742599 Clean up GUnixMountMonitor
197  743636 gtask: Add a GTask:completed property
198  743661 g_win32_check_windows_version() is missing from doc
199  744722 docs: Expand introduction to mention using async calls over sync ones
200  745589 [Patch] gio: add some missing autocleanup
201  745634 [GNotifications] Use themed icon as icon-name
202
203 Translations updated:
204  Bosnian
205  Bulgarian
206  Catalan
207  Czech
208  French
209  German
210  Greek
211  Hungarian
212  Italian
213  Kazakh
214  Korean
215  Latvian
216  Lithuanian
217  POTFILESin
218  Polish
219  Russian
220  Serbian
221  Slovak
222  Slovenian
223  Spanish
224  Swedish
225  Vietnamese
226  pa  for Gnome
227
228 Overview of changes in GLib 2.43.91
229 ===================================
230
231 We have now added 'g_autofree' as a libgsystem-style autocleanup macro
232 that calls g_free() on the content of a local variable when it leaves
233 scope (working only on GCC and clang).
234
235 GApplication now has an "is-busy" property, allowing one to query the
236 effective busy state.
237
238 There have been various other bugfixes and cleanups.
239
240 Bugs fixed:
241  661554 GIO's use of GError is wrong
242  744263 Fix format specifier for __LINE__ in G_OBJECT_WARN_INVALID_PSPEC
243  744565 gapplication: add bind_busy_property()
244  744747 Add g_autofree
245  744756 Can't find out if gapplication is marked as busy
246  744830 autocleanups: Add GArray and GPtrArray
247  744876 Unclean exit from from g_application_run
248  745239 g_property_action_new missing type annotation
249
250 Translations updated:
251  Chinese (Taiwan)
252  French
253  Galician
254  Lithuanian
255  Slovak
256
257 Overview of changes in GLib 2.43.90
258 ===================================
259
260 * new GSimpleIOStream class to construct a GIOStream from an arbitrary
261   GInputStream and GOutputStream
262
263 * GApplication: new API for marking 'busy' state according to the value
264   of a boolean property on another object
265
266 * GOptionGroup: add binding support (boxed type, annotation fixes, etc.)
267
268 Bugs fixed:
269  739724 Test functions should have async scope
270  741024 glist: Mention that g_list_length() is bad for checking list emptiness
271  741630 Add GSimpleIOStream class
272  743349 goption: Add boxed type for GOptionGroup
273  743990 GDBus connection closing is broken
274  744565 gapplication: add bind_busy_property()
275
276 Translations updated:
277  Greek
278  Italian
279  Norwegian bokmål
280  Russian
281  Slovenian
282  Swedish
283
284 Overview of changes in GLib 2.43.4
285 ==================================
286
287 * GType now has type declaration macros G_DECLARE_DERIVABLE_TYPE,
288   G_DECLARE_FINAL_TYPE and G_DECLARE_INTERFACE, which significantly reduce
289   the boilerplate needed for GObject types and interfaces.
290
291 * g_autoptr and g_auto are macros for declaring variables with automatic
292   cleanup. They only work with gcc and clang.
293
294 * GListModel is a new interface that represents a dynamic list of GObjects.
295
296 * GListStore is a GSequence-based implementation of GListModel.
297
298 * Support thread names on OS X
299
300 * g_simple_action_set_state_hint: New function to set the state hint
301   of GSimpleActions
302
303 * g_win32_check_windows_version: New function to check Windows version
304
305 * g_settings_schema_list_children and g_settings_schema_key_get_name
306   are new functions to complete the GSettingsSchema API.
307
308 * Bugs fixed:
309  389585 G_DEFINE_TYPE hack for header files
310  729351 Add GListModel
311  736914 Docs: various fixes and improvements
312  741807 Add thread name support on OS X and iOS
313  741895 gwin32: Add Simple API to check whether we are on at least a v...
314  742456 object: Add g_steal_pointer() convenience function to mark own...
315  743508 polkitd fails to start: patch for gio/gcredentialsprivate.h
316  743517 GSettings API is missing some introspection functions
317  743521 GSimpleAction: add g_simple_action_set_state_hint
318  743596 G_DECLARE_DERIVABLE_TYPE() should allow additional typedef for...
319  743640 add __attribute__((cleanup)) support
320  743827 Fix build of GListModel (on Visual Studio)
321  743927 GListStore: add sorted insert function
322  743936 glib: handle unsigned modifier for long long in internal printf
323  744012 Add GMutexLocker
324  744190 Fix build on Compilers That Do Not Use inline for Plain C Code
325
326
327 Overview of changes in GLib 2.43.3
328 ==================================
329
330 * add g_set_object() convenience function
331
332 * GNetworkMonitor: check if NM is not running and don't crash
333
334 * fix some races with g_mkdir_with_parents
335
336 * fix some warnings in MSVC
337
338 * avoid use of G_STRLOC in G_OBJECT_WARN_INVALID_PSPEC in order to save
339   on static strings
340
341 * fix some content type vs. mime issues
342
343 * documentation improvements
344
345 * Bugs fixed:
346  719455  g_file_make_directory_with_parents() can erroneously throw G_IO_ERROR_EXISTS
347  732439  GSocket: avoid unnecessary g_socket_wait_condition() for blocking sockets
348  734946  Implement GContentType on OSX
349  741589  gobject: Add g_set_object() convenience function to set GObject pointers
350  741653  gnetworkmonitornm: Check if network-manager is running
351  741654  [patch] gobject: don't use G_STRLOC in G_OBJECT_WARN_INVALID_PSPEC() macro
352  741707  Gsocket blocks trying to send data
353  741788  Document GSettings build system integration
354  742548  configure.ac: stay out of autoconf's namespace
355  742851  avoid MSVC warnings in G_STMT_END
356  742972  ggettext: Include an example of setlocale() and friends in the i18n docs
357  743014  gtestutils: Add an example of using test fixtures 
358
359 * Translations updated:
360  Basque
361  Brazilian Portuguese
362  Spanish
363
364 Overview of changes in GLib 2.43.2
365 ==================================
366
367 * New function: g_strv_contains
368
369 * New function: g_network_address_new_loopback
370
371 * New function: g_socket_send_messages
372
373 * A new GNetworkMonitor implementation using NetworkManager provides
374   more detailed connectivity information
375
376 * Bugs fixed:
377   11059 Linux poll issue
378  664562 captive wifi portal support for GNetworkMonitor
379  685880 Add g_strv_contains()
380  712570 Hang in g_threaded_socket_service_func
381  719646 GSocket: add g_socket_send_messages() to send multiple messages...
382  728928 Provide separate error code for "Connection reset by peer"
383  732317 Support GSocketConnectable for loopback addresses
384  740814 "make check" should ensure that every symbol is documented
385  740848 Backend subscription fails when connecting to a signal with a d...
386  741016 gio: add G_IO_ERROR_NOT_CONNECTED
387  741226 keyfile: Add "in group" to GError message consistently
388
389 * Translation updates:
390  Gujarati
391  Hebrew
392  Hungarian
393  Kannada
394  Turkish
395  Vietnamese
396
397
398 Overview of changes in GLib 2.43.1
399 ==================================
400
401 * GQueue now accepts NULL as a sibling in g_queue_insert_before() and
402   g_queue_insert_after()
403
404 * Bugs fixed:
405   11059 Linux poll issue
406  726037 Add G_PARAM_READWRITE value to the GParamFlags enumeration
407  727988 GMemoryOutputStream hangs when writing more than 1GiB
408  729739 tlscertificate: add support for loading certificate chains
409  733791 GSettings: delay backend subscription
410  736286 Clarify g_file_replace behavior with etags
411  736620 GQueue: accept NULL sibling for insert_before() and insert_after()
412  737150 GLib-GIO-WARNING **: Failed to parse translated string 'visible-name...
413  737160 unhelpful error message
414  738259 GDBusInterfaceVTable: clarify memory handling for the method() virt...
415  738551 'interface' variable conflicts with Windows defines
416  738633 Need to disable SSLv3 in glib-networking
417  740157 <app> --help doesn't work even when options were added
418  740309 Fix docs in g_strfreev
419  740413 Fix the GSettings Registry Backend 
420
421 * Translation updates:
422  Norwegian bokmål
423
424
425 Overview of changes in GLib 2.43.0
426 ==================================
427
428 * GObject gained a debug option to provide instance counts. To use it,
429   set GOBJECT_DEBUG=instance-count and call g_type_get_instance_count().
430
431 * GOption now has a strict POSIX mode in which it stops parsing arguments
432   as soon as a non-option argument is encountered.
433
434 * Bugs fixed:
435  354457 Feature Proposal: Per-Type Statistics for Instantiable GTypes
436  695082 g_hash_table_remove_all is not save against a call to g_hash_table_remove
437  723160 GOption: add strict posix mode
438  728256 gcredentials: add NetBSD support
439  729739 tlscertificate: add support for loading certificate chains
440  733338 Don't segfault in GNetworkMonitor when IPv6 support is unavailable
441  736273 gdesktopappinfo: Use symbolic names in the code
442  736284 Keep only one list of signal emissions
443  736806 gtask: Fix reference count loop causing leaks
444  736914 Docs: various fixes and improvements
445  737143 Include <stdint.h> in glib/valgrind.h
446  737259 gcancellable: Clarify that GSources hold references to GCancellables
447  737338 gmain: Unref child sources when finalising a GSource
448  737446 tests: Fix some minor leaks in the unit tests
449  737451 Provide api to read_all_async
450  737741 g_datalist_id_get_data assertion fails for non-existant keys
451  737869 GApplication command line handling breaks --help
452  738170 g_byte_array_new_take() doesn't initialize array->alloc
453  738197 g_cond_timed_wait() doesn't time out on Mac OS X
454  738374 gfile: g_file_equal (x, x) is TRUE
455  738675 GSubprocessLauncher is missing some data on the docs 
456
457 * Translation updates:
458  Bengali (India)
459  Bulgarian
460  Gujarati
461  Italian
462  Telugu
463
464
465 Overview of changes in GLib 2.42.0
466 ===================================
467
468 All changes in this release are trivial in nature.
469
470  - introspection warning fixes
471
472  - g_application_add_main_option now uses an enum instead of an 'int'
473    for the type of a parameter
474
475  - added a G_OPTION_FLAG_NONE so that people don't need to use 0
476
477  - gresource: Use GError in more places
478
479  - gresource commandline tool: improve extraction from multiple sections
480
481  - GSource now takes the context lock (if any) in g_source_set_name()
482
483  - new documentation to clarify the use of some APIs related to
484    GVariant, GSource, GApplication
485
486  - other minor updates to docs
487
488 * Bugs fixed
489  736683 Thread safety issues with g_main_context_find_source_by_id
490  736975 [patch] please document that GVariant serialization needs an
491         out-of-band length field
492
493 * Translation updates
494  Danish
495  Hindi
496  Marathi
497  Punjabi
498  Serbian
499  Simplified Chinese
500
501 Overview of changes in GLib 2.41.5
502 ==================================
503
504 * Bug fixes:
505  735819 single native credential struct used for two purposes
506  735915 glib-building.html uses --enable-gcov instead of --enable-coverage
507  736350 GDesktopAppInfo: avoid polling on missing desktop dirs
508  736351 Don't use issetugid() on Android
509         Fix the default application logic in GDesktopAppInfo
510  736458 Only use rand_s() when targetting Visual Studio >= 2005
511
512 * Translation updates
513  Galician
514  Hungarian
515  Indonesian
516  Kannada
517  Latvian
518  Polish
519  Russian
520  Slovenian
521  Tamil
522
523
524 Overview of changes in GLib 2.41.4
525 ==================================
526
527 * GApplication now has binding-friendly API to handle
528   commandline options: g_application_add_main_option
529
530 * G_GNUC_BEGIN_IGNORE_DEPRECATIONS works with clang
531
532 * Bugs fixed:
533  583330 poll list of mounted file systems (no mtab support)
534  727455 Command line option parsing from bindings
535  734126 add G_GNUC_BEGIN_IGNORE_DEPRECATIONS macro for clang
536  735179 gsocketclient: Handle cancellation between CONNECTING...
537  735297 Docs claim that GThread struct is deprecated 
538
539 * Translation updates:
540   Assamese
541   Catalan
542   Catalan (Valencian)
543   Czech
544   French
545   German
546   Greek
547   Hebrew
548   Korean
549   Oriya
550   Traditional Chinese
551
552
553 Overview of changes in GLib 2.41.3
554 ==================================
555
556 * g_clear_pointer and g_clear_object no longer use atomics
557
558 * Bugs fixed:
559  711547 win32: silence some build warnings
560  725511 Compiled resource files should have the same /-separators everywhere
561  725513 Some tests fail to build on W32
562  725514 W32: gfileutils does not preserve errno correctly
563  725515 test-printf fails on W32
564  728730 gsocket: Set SO_NOSIGPIPE on sockets on Darwin
565  729703 Leaks a GError in g_file_move
566  730932 statically assert that reasonable assumptions about enums are true
567  732085 gtype: Fast-path for g_type_is_a
568  732754 GDBusMessage: optimise (de)serialisation of fixed arrays
569  733345 ginetaddress: Add a precondition to g_inet_address_new_from_string()
570  733576 Patches from static analysis run on 2.40
571  733715 glib's configure.ac makes accidentally use of nested function
572  733934 win32: improve the package installation dir lookup
573  733960 W32: spawning a console process creates a new window when stdout...
574  733969 Remove atomic aspects of g_clear_pointer/object
575  733982 Do not crash when checking whether an instance type is of a given...
576  734035 gedit hangs up when there's no GSettings key in the registry 
577
578 * Translation updates:
579  Basque
580  Brazilian Portuguese
581  Lithuanian
582  Slovenian
583  Spanish
584
585
586 Overview of changes in GLib 2.41.2
587 ==================================
588
589 * The Unicode support has been updated to version 7.0
590   of the Unicode standard
591
592 * GNotification now supports priorities for notifications
593
594 * GCredentials has gained NetBSD support
595
596 * GMutex now uses a faster, native implementation on Linux
597
598 * Bugs fixed:
599  699132 Pluggable event loop backends
600  720708 g_assert_warning(): number of arguments doesn't match for...
601  722092 Add GtkApplication resources support
602  724986 Change gio/data-to-c.pl to /usr/bin/env perl.
603  727974 Fix up failure-to-see-expected-message logging
604  728256 gcredentials: add NetBSD support
605  728401 GDateTime: Add guards to g_date_time_new()
606  729825 Formatting of g_alloca documentation
607  729914 instead of DEBUG_CODE and IF_DEBUG, provide a common macro...
608  730293 clang++-3.4: error: 'register' storage class specifier is ...
609  731339 giochannel: avoid setting uninitialised length
610  731424 #ifdef spaghetti for load_user_special_dirs() implementations
611  731623 GNotification: add support for a priority setting
612  731929 update tables to unicode 7.0.0
613  731950 gvalue: New g_value_from_instance
614  731986 GLib: implement GMutex natively on Linux
615  732184 GObject: warn on use of deprecated properties
616  732357 Docs: various fixes and improvements
617  732429 GActionEntry: improve documentation
618  732465 Fix build on x64 Visual C++ builds
619  732704 Docs: various fixes and improvements
620  732739 ginetsocketaddress: Explicitly initialise flags for getaddr...
621  732754 GDBusMessage: optimise (de)serialisation of fixed arrays
622  732984 g_object_ref(NULL) in g_dbus_object_manager_client_finalize
623  733084 Typos in g_bytes_hash() and g_time_zone_find_interval() docs
624  733146 spawn helper does not use correctly the parameters 
625
626 * Translation updates:
627  Lithuanian
628
629
630 Overview of changes in GLib 2.41.1
631 ==================================
632
633 * Bug fixes:
634  697229 Custom Interface implementations will be broken with glib 2.37/38
635  698614 GObject: prevent installing properties after init
636  729269 gvariant: Fix confusion between type and format strings in the docs
637  730198 broken valgrind.h leads to crashes in g_type_free_instance on mingw64
638  730807 GMutex performance regression
639  730963 gconvert: mention that the g_convert len should be in bytes
640  730984 Faster instance type check for fundamentals
641  731050 <structname> tags appear in documentation
642  731200 unconditional 'notify' during g_object_set() is problematic
643  731335 gtype: guard uses of new fundamental type check
644  731341 gparam: change value of G_PARAM_EXPLICIT_NOTIFY
645  731366 run-assert-msg-test.sh gdb leaves assert-msg-test zombie
646  731425 giomodule protects function-call with different token than function...
647  731513 clang: build failure: implicit declaration of function '__atomic_load_4'
648  731584 gbookmarkfile: Cleaner error handling code to pacify static analysis
649  731657 Prevent an invalid @CARBON_LIBS@ from appearing in the .pc files
650  731979 docs: Correct param to interface's default_init()
651  731996 Return folder as icon for directories
652  732002 gwakeup: Clarify buffer sizing in g_wakeup_signal()
653  732005 Remove unused assignments
654  732019 gtestdbus: Don’t close stdout for dbus-daemon
655  732068 gsignal: Add an example to the g_signal_connect_swapped() documentation
656  732081 gsocket: Document that g_socket_create_source() holds a socket ref
657  732107 gsocketlistener: Reconsider closing sockets on listener finalisation
658
659
660 Overview of changes in GLib 2.41.0
661 ===================================
662
663 * Many bugfixes found by static analysis, including potential fd leaks
664   and NULL pointer dereferences.
665
666 * Increased use of (nullable) attribute on out values and return types
667   now that it is supported (mostly from porting Vala metadata).
668
669 * use XDG_CURRENT_DESKTOP for OnlyShowIn/NotShowIn handling of desktop
670   files, deprecating g_desktop_app_info_set_desktop_env()
671
672 * add support for g_desktop_app_info_get_implementations() to find
673   desktop files that have an Implements= line for a given interface
674
675 * GHmac has gained SHA-512 support
676
677 * support the new mimeapps specification (most notably, moving the
678   assoications/defaults configuration to ~/.config/mimeapps.list).
679
680 * libgobject is now linked -Wl,-z,nodelete when possible to avoid errors
681   when gobject is used from a module for a program that does not itself
682   use gobject and that module is unloaded/reloaded
683
684 * ... and many other bug fixes.
685
686  623552 glib warns if backtrace.py is not present
687  667468 glib-2.30.2: ipv6 tests fail when no ipv6 support is available
688  668152 -framework Carbon linker flag not passed to pkg-config .pc files
689  707298 libgobject should be linked with -Wl,-z,nodelete
690  712391 Add g_desktop_app_info_get_implementors()
691  722723 Infinite recursion when calling g_io_stream_close_async() from libsoup
692  724741 hmac: Fix support for SHA-512 in GHmac
693  726040 networkaddress: fix parsing of uri with @ after authority
694  726318 gio: Document that GSocket is not thread safe
695  726611 socketclient: Leak on cancellation
696  726872 gio: Add names to idles and timeouts
697  727119 wrong IN6_IS_ADDR_MC_LINKLOCAL usage break android build
698  727123 GNotification: Some small documentation fixes
699  727320 docs: Remove escaping '\' from literals
700  727551 Check use_count of GApplication in g_application_release()
701  727559 g_file_copy: Don't set GError when we intend to ignore errors
702  727692 gio/gtlscertificate.c -- broken PEM-file processing (affects local CA root stores, for starters)
703  727890 soup_content_sniffer_real_sniff segfault
704  727900 gio: Add newer dbus UnknownXxxx and PropertyReadOnly errors
705  727928 gapplication-tool fixes
706  727939 INTLLIBS are always appended in configure checks
707  727964 g_io_extension_point_get_extension_by_name: Warn, but don't crash, for NULL inputs
708  728040 Implement new mimeapps spec
709  728066 Deal with startup notify id being NULL
710  728280 platform_get_argv0: fix sysctl(3) use on OpenBSD
711  728285 docs: Use markdown links in .h files, too
712  728350 gaction: Minor clarifications in the GAction documentation
713  728380 docs: Remove <!-- --> comment before plural s
714  728565 gfile: More explicitly document the context for GFileProgressCallback
715  728983 Docs: various fixes and improvements
716  729167 gobject: Document that classes/objects/interfaces are zero-filled
717  729563 GOption: A short option's value is included in G_OPTION_REMAINING
718  729813 AppInfo: use XDG_CURRENT_DESKTOP for OnlyShowIn
719  729875 gio: cleanup gdbusmessage.c file
720  730045 Avoid overeager warning about deprecated properties
721  730189 gtestutils: Fix a very unlikely FD leak in test fork handling
722  730190 gsocket: Add missing preconditions to g_socket_send_message()
723  730277 gthread: Fix use of a local variable after it went out of scope
724  730278 gsubprocess: Add a missing va_end() call
725  730295 gdbus-tool: Remove dead variables
726  730493 Port annotations from Vala metadata
727
728 Translations updated:
729  Basque
730  Brazilian Portuguese
731  Catalan
732  Czech
733  Danish
734  Greek
735  Hebrew
736  Hungarian
737  Punjabi
738  Serbian
739  Slovenian
740  Spanish
741  Ukrainian
742
743 Overview of changes from GLib 2.39.91 to GLib 2.39.92
744 =====================================================
745
746 This is a release candidate for 2.40.0.
747
748 There are no major changes in this release, but a few serious bugs have
749 been fixed.
750
751 * Bugs fixed:
752  710367 Crash in g_settings_backend_dispatch_signal()
753  723899 G_DEFINE_TYPE() causes compiler warnings with clang due to foo_get_instance_private
754  724859 Let the test_wait_until() test also run on non-*nix
755  724916 gio unmount code makes XFCE's Thunar crash
756  725651 GSubprocessLauncher: Does not copy the calling process environment.
757  725656 Unskip GVariantDict
758  725891 gio tests: add codegen to BUILT_SOURCES
759  726046 Recent commit created symbolic icons issues
760
761 * Translations:
762  Chinese
763  French
764  Korean
765  Latvian
766  Norwegian bokmål
767  Portuguese
768  Russian
769  Traditional Chinese
770
771 Overview of changes from GLib 2.39.90 to GLib 2.39.91
772 =====================================================
773
774 This release introduces a hard dependency on present and functioning
775 clock_gettime() and CLOCK_MONOTONIC.  It also introduces a dependency on
776 pthread_condattr_setclock() unless your system happens to have
777 pthread_cond_timedwait_relative_np() (as do Mac OS and Android).  This
778 release is known to be broken with at least GNU/Hurd, pending addition
779 of working pthread_condattr_setclock(CLOCK_MONOTONIC) there.
780
781 New API: g_str_to_ascii()
782
783 * Fixed bugs:
784  670144 unconditional use of CLOCK_MONOTONIC is broken
785  673607 invalid assumption in g_cond_wait_until() / g_get_monotonic_time() API
786  710142 Add more impressive transliteration to GLib
787  722360 make check fails
788  722604 (partial) Various tests are failing with 2.39.3
789  723316 g_hash_table_iter_remove() should be explicit whether or not it is safe while iterating the table
790  724609 Fix build of GIO on Windows
791  724687 gmain: make monotonic time really monotonic, everywhere
792  724706 gsource: document priority of child sources
793  724707 some GSocket source improvements
794  724839 GMainContext: some source ID cleanups
795  724858 Dist gtranslit-data.h
796  724994 Missing icons for bookmarks in file chooser
797  725023 Can no longer find apps by executable/desktop file name
798
799 * Translations:
800  Lithuanian
801  Polish
802  Thai
803
804 Overview of changes from GLib 2.39.4 to GLib 2.39.90
805 ====================================================
806
807 * Fixed bugs:
808  625408 make GVariant dictionaries more useful
809  660809 document that if you fail a precondition check, documented guarantees do not apply
810  661576 fix handling of constructors that destroy half-constructed objects
811  679957 g_inet_address_new_from_string is not able to handle dots and numbers IPv4 addresses
812  712837 gvariant: Document the need to cast varargs when constructing GVariants
813  721458 g_simple_async_result_is_valid has a NULL check for the wrong source_tag
814  721977 improve split handling of command line arguments
815  722033 win32: fixup lib.exe invocation
816  723422 Fix g_socket_get_available() with TCP on Windows
817  723616 gio/tests: fix race when generating code
818  724001 gsubprocess: Fix a broken link in the documentation
819  724124 glib/tests/collate.c fails if no en_US locale
820  724126 intermittent GApplication test failure: /gapplication/local-actions: lines of output permuted
821  724233 gsocketservice: Note g_socket_listener_close() for closing open sockets
822  724239 soup_session_queue_message - Connection terminated unexpectedly
823  724278 gsocketconnection: Document closing connections with g_io_stream_close()
824  724330 configure.ac: tweak inotify check
825  724385 gtestutils: make the new assert messages more detailed
826  724401 gsubprocess: Mutex leak
827  724417 glib master build broken on OpenBSD
828  724434 Build failure in gio/gresolver.c
829
830 * Updated translations:
831  Brazilian Portuguese
832  Galician
833  Indonesian
834  Italian
835  Kannada
836  Norwegian bokmål
837  Spanish
838  Thai
839
840 Overview of changes from GLib 2.39.3 to GLib 2.39.4
841 ===================================================
842
843 * Fixed Bugs:
844  139699 Correction for g_main_context_unref()
845  583036 g_strchomp and g_strchug are not declared const
846  683388 improve documentation for application developers
847  685204 ./configure fails to add the '-g' flag to CFLAGS
848  688406 GStaticMutex broke ABI on at least ARM EABI during 2.31.x
849  693299 cannot compile on Solaris: error in gbitlock.c
850  707111 Clarify type transformability and compatibility
851  711547 win32: silence some build warnings
852  719344 Fix the various test programs (or GLib itself) on Windows
853  722025 cleanup/clarify command line argument encoding on Windows
854  722323 remove unused include 'gslist.h' in 'gbookmarkfile.c'
855  722326 gstringchunk: Use g_slist_free_full() where possible
856  722357 gio: fix small memory leak on local xattr
857  722436 Adjust doc to Makefile.decl renaming
858  722503 GSimpleAction: add default activate handler
859  722526 glib/deprecated/gthread.h error on FreeBSD
860  722591 [documentation] broken link to GtkAction from GAction.html
861  722973 Broken example in GApplication reference
862  723048 'network-access' test can fail to guess interface index
863  723360 gmain: Note that g_source_destroy() can be called multiple times 
864
865 * Updated Translations:
866  Assamese
867  Tamil
868  Traditional Chinese
869
870
871 Overview of changes from GLib 2.39.2 to GLib 2.39.3
872 ===================================================
873
874 No major changes this release -- mostly lots of small fixes and
875 improvements in test coverage.
876
877  * fix a crasher in code from gdbus-codegen
878
879  * improvements to gobject gdb helper script
880
881  * portability:
882
883    - fix a deadlock issue with kqueue on FreeBSD
884
885    - work around a quirk in the sunstudio compiler
886
887    - rename a variable to avoid clashing with a macro definition of
888      'environ' on some platforms (like mingw)
889
890    - use POSIX-specified <poll.h> over <sys/poll.h>
891
892    - many improvements to Visual Studio projects and and some build
893      fixes for Windows
894
895  * tests
896    - a very large number of improvements in test coverage
897
898    - don't report skipped tests as failures
899
900    - return 77 if we skip all tests in an executable
901
902    - improve gtest documentation and fix some minor issues
903
904    - fix g_test_trap_reached_timeout() return value
905
906    - remove some dead code uncovered during test coverage expansion
907
908    - Use tap mode for installed tests too, when using tap
909
910  * fix races in unix signal handling
911
912  * make our GVariant-based commandline tools (glib-compile-schemas,
913    gdbus, gapplication) print out GVariant parse errors in context
914
915  * GApplication now has a --gapplication-service command line switch to
916    turn any GApplication into a service
917
918  * improve compatibility of GApplication and GOptionContext
919
920  * fix gsettings.m4 wrt. builddir != srcdir with non-recursive make
921
922  * use a directory monitor in GKeyfileSettingsBackend
923
924  * improve robustness of some GIcon classes
925
926 Bugs fixed
927  141251  poll(2) is in <poll.h>, not <sys/poll.h> per SUS standard
928  613732  [PATCH] gobject.py: Don't install frame filters when GDB does not support them
929  708212  g_variant_parser_error_get_quark() has unexpected name.
930  710965  GApplication: add --gapplication-service switch
931  711090  periodic failure of spawn-multithreaded async testcase
932  712171  gsettings.m4: @GSETTINGS_RULES@: Support srcdir != builddir with nonrecursive make
933  712630  Revert "gsettings m4: check for .xml in src/builddir"
934  715028  GVariant: add way to print context of parse errors
935  719344  Fix the various test programs (or GLib itself) on Windows
936  720263  gtestutils: skipping a test should count as success, not failure
937  720539  gdbus-codegen: Fix crasher in goa-using apps
938  720635  Make gdb pretty-printers compatible with Python3
939  720891  g_settings_get_child does not inherit the backend
940  721034  glib 2.38.2 cannot be compiled with SunStudio Compiler under Solaris
941  721059  g_subprocess_launcher_set_environ vs "environ"
942  721074  kqueue: deadlock
943  721087  Missing -lselinux in pkg-config --libs --static gio-2.0
944  721324  Error message is printed to stdout
945  721624  Regression in GTest framework reorders existing test cases
946  721625  backwards NEWS entry about g_source_remove change
947  721796  insufficient escaping in g_dbus_annotation_info_generate_xml()
948  721947  Improve GApplication ⇔ GOptionContext compatibility 
949
950 Translations updated:
951  Brazilian Portuguese
952  Galician
953  Greek
954  Hebrew
955
956 Overview of changes from GLib 2.39.1 to GLib 2.39.2
957 ===================================================
958
959 * Portability
960
961   - Remove alleged support for OS/2
962
963   - Remove alleged support for BeOS
964
965   - Remove alleged support for last-millennium Unixes
966
967   - Require C90 compliance
968
969   - Require POSIX.1 (1990) compliance on Unix
970
971   - Require GNU make
972
973 * Bugs fixed:
974  113075 support "nonnull" attribute
975  159528 g_ptr_array_remove_range()
976  307947 The check for growing stack pointer in configure can fail
977  607016 docs should mention property notification order
978  671557 Fun with integers and g_key_file_load_from_data()
979  676761 don't use g_critical for a runtime error
980  690525 g_file_replace_contents_async doesn't copy its @conten...
981  691608 Support compilation with clang 3.2
982  697585 g_variant_builder_add's doc example is leaking
983  697828 g_hash_table_add() should return a boolean
984  702862 gdbus-codegen : look for deps in default install path
985  703522 Reference leak in GvariantBuilder documentation
986  705902 g_get_current_dir() should check PWD env var and retur...
987  708274 Added GObject Introspection annotations to genums.c
988  710519 Portability schmortability
989  710741 some mainloop instrumentation
990  710983 Test failures on powerpc
991  711047 Enable the build of the various test programs on Windo...
992  711051 Add basic test for the GNotification gtk backend
993  711088 gbacktrace: Don't close stderr when running gdb
994  711103 gmessages: Add g_info macro for G_LOG_LEVEL_INFO
995  711178 appinfo test problems
996  711546 utf8: report allocation error
997  711640 gdesktopappinfo: Rank Keywords matches higher than Gen...
998  711751 Fix memory leaks in libglib tests
999  711753 gthread-posix: Don't use gslice allocated GRecMutex
1000  711796 glib-tap.mk: fix to actually use the TAP driver
1001  711800 fix g_test_set_nonfatal_assertions()
1002  711801 giomodule: Allow overriding source directory gio modul...
1003  711805 gdbus-connection: Fix race condition in test
1004  711806 gtestdbus: Don't destroy GSource twice
1005  711807 gtestdbus: Properly close server connections
1006  711871 Broken and misleading configure check for growing stack
1007  712136 'O_CLOEXEC' undeclared (first use in this function)
1008  712148 Add system bus support to GTestDBus
1009  712171 gsettings.m4: @GSETTINGS_RULES@: Support srcdir != bui...
1010  712314 AIX port: splice(); major()/minor(); libtool library order
1011  712315 GSettings: More docs for deprecated _list_schemas()
1012  712393 gobject: Box GMappedFile
1013  712547 GSocketClient "event" not useful for determining resol...
1014  715164 Clang static analysis fixes
1015  719395 GPtrArray add g_ptr_array_insert
1016  719402 Crashes when startup
1017  719472 leak in generated proxy-side property-setter
1018  719687 fix or remove g_trap_object_ref
1019  719809 Signal connection ids are always > 0 if successful
1020  719837 gdbus-connection: Work around race in connection tests
1021  719884 Fix documentation typos in GTask and GCancellable examples
1022  719979 g_settings_get: check validity of format string
1023  720080 Truncating a GMemoryOutputStream to a larger size cause...
1024  720210 gdataset: Remove unused define
1025  720236 Allow clean simple use of g_test_trap_subprocess() 
1026
1027 * Translations updates:
1028  Italian
1029  Lithuanian
1030  Simplified Chinese
1031  Spanish
1032
1033
1034 Overview of changes from GLib 2.39.0 to GLib 2.39.1
1035 ====================================================
1036
1037  * GSettings fixes/improvements
1038
1039    - GSettingsSchema API is now more powerful and consistent
1040
1041    - new GSettingsSchemaKey API allows accessing metadata for keys:
1042      type, default value, range and the long-awaited support for summary
1043      and description
1044
1045    - GSettingsSchemaSource gains support for listing schemas within a
1046      source.  Deprecate the global API that did this for the default
1047      source.
1048
1049    - 'gsettings list-schemas' now works properly with --schemadir
1050
1051    - deprecate a bunch of now-redundant functionality on GSettings
1052
1053    - add API to GSettings for getting the default value of a key (as set
1054      by the sysadmin)
1055
1056    - add API to GSettings for determining if the user has assigned a
1057      particular value to a key (ie: we are not just reading the default)
1058
1059    - ignore qualified tags and attributes appearing in schema files
1060
1061  * Applications/Actions
1062
1063    - make GSimpleAction a bit more strict with respect to state changes
1064      that would violate the interface (ie: by changing the state type
1065      after construction)
1066
1067    - throw an error when attempting to 'Describe' a non-existent action
1068      via D-Bus instead of returning a bogus description
1069
1070    - throw an error when attempting to invoke unsupported methods on an
1071      Application (eg: 'Open' on an app that doesn't HANDLES_OPEN)
1072      instead of emitting a g_critical() in context of the app (which is
1073      not itself at fault for the errant call)
1074
1075  * Appinfo
1076
1077    - substantially rework GDesktopAppInfo to reduce the amount of disk
1078      accesses that are performed in common situations
1079
1080    - add a new class: GAppInfoMonitor for discovering when applications
1081      are installed/removed
1082
1083    - add a new g_desktop_app_info_search() API for searching for
1084      installed applications by name, keywords, etc.
1085
1086  * GMarkup: add new G_MARKUP_IGNORE_QUALIFIED flag for skipping over
1087    "qualified" tags and attributes (those with a colon in the name, such
1088    as 'my:tag')
1089
1090  * GDBus
1091
1092    - ignore qualified tags, as above
1093
1094    - GTestDBus: unset all D-Bus addresses (such as STARTER) to ensure
1095      that test programs don't pick them up
1096
1097    - add new session_bus_run() convenience in the tests and use it
1098
1099  * GRand: use real random data as a seed on win32 and use the
1100    timestamp/pid/uid fallback only on UNIX machines where we can't open
1101    '/dev/urandom'.  This may cause issues with older mingw32 releases
1102    due to a missing prototype for the rand_s() API.
1103
1104  * Many win32 (and particularly MSVC) portability fixes.  Many
1105    additional tests are now runnable when building with MSVC.
1106
1107  * Due to early testing of the (soon to land) GCleanup framework, a very
1108    large number of memory errors have been found and fixed (mostly in
1109    the testcases, but some in glib itself).
1110
1111  * GIO:
1112
1113    - some more seeking cleanups: particularly on GLocalFileInputStream
1114
1115    - don't leave a .trashinfo file around if trashing a file fails
1116
1117    - Add a request_certificate virtual method to GTlsInteraction
1118
1119 Translations updated:
1120  Assamese
1121  Galician
1122  Greek
1123  Spanish
1124  Tamil
1125
1126 Bugs fixed:
1127  635641 schema compiler should ignore unknown attributes
1128  637257 g_tls_client_connection_gnutls_retrieve_function needs to be able to block
1129  637956 GKeyfileSettingsBackend should ignore file deletions
1130  645453 keys from base schema missing from extended schema
1131  665634 g_dbus_node_info_new_for_xml() errors on unknown attributes in XML files
1132  668232 Unable to get description and summary for a key
1133  668233 Unable to determine if a key is set to the default / what the default value is
1134  680838 Need g_settings_schema_source_get_schemas()
1135  683017 API for accessing GSettings Schema metadata
1136  687185 org.gtk.Actions.Describe doesn't return an error for non-existing action names
1137  687202 If trashing fails, the ".trashinfo" file is not removed
1138  695558 The --schemadir option has no effect
1139  696424 GSimpleAction.state property is not right
1140  697348 GTestDBus should unset DBUS_STARTER_ADDRESS, DBUS_STARTER_BUS_TYPE
1141  710133 Emit backward compatible code with gdbus-codegen
1142  710691 glib-networking: locking during implicit handshake
1143  710738 GRand has lame fallback for Windows
1144  710859 Typo in gio docs
1145  710885 Two fixes for GApplication
1146  710962 error: 'F_DUPFD_CLOEXEC' undeclared (first use in this function)
1147  710964 Add g_hash_table_get_key_array()
1148  710991 test: g_debug messages shouldn't affect g_assert_expected_messages
1149  711016 g_settings_list_keys () segfaults for empty schemas
1150  711048 glocalfileinputstream.c allows skip past end of file
1151  711049 Fix build of GLib-GIO 2.39.x on Windows/MSVC
1152  711064 Adding child source to blocked source can cause a segfault
1153  711070 Copying a symlink over another one segfaults
1154  711099 gapplication test failure
1155  711520 GDesktopAppInfo: allow more than one level of legacy folder prefixes
1156  711556 Add GAppInfoMonitor
1157  711557 Add g_desktop_app_info_search()
1158  711600 trivial portability fix
1159  711632 The desktop-app-info test fails during make check
1160  711754 gmain: Fix use of uninitialized memory in sigaction structure
1161  711755 private: Use threading primitives correctly in private test
1162  711756 gthreadpool: Don't pass bad data to GThreadPool sorter
1163  711768 Fix memory leaks in libgmodule tests
1164  711775 utils: Don't free memory owned by glib in test
1165  711782 boxed: Fix double free in boxed unit tests
1166  711803 gsubprocess: Fix a number of leaks and a segfault
1167  711808 gtestdbus: Fix leak of GMainLoop 
1168
1169 Overview of changes from GLib 2.38.0 to GLib 2.39.0
1170 ====================================================
1171
1172  * prep for the 2.40 series (version macros, docs index, etc.)
1173
1174  * GNotification
1175
1176    - new API for sending persistent notifications via the desktop shell
1177
1178    - notifications persist when the application has quit and clicking on
1179      them can restart the application with an action (via
1180      DBusActivatable)
1181
1182  * GSubprocess
1183
1184    - new API for launching subprocesses
1185
1186    - nice GIO integration like async functions, cancellability, etc.
1187
1188    - a convenient communicate() API inspired by the same API in Python
1189
1190    - related: the gspawn API now has a CLOEXEC flag for the created
1191      pipes for stdin/stdout/stderr
1192
1193  * New gapplication(1) commandline tool
1194
1195    - intended to be used with DBusActivatable apps
1196
1197    - can be used for launching apps, opening files, invoking application
1198      actions and listing apps and actions
1199
1200    - bash tab completion is supported
1201
1202  * GDesktopAppInfo changes:
1203
1204    - g_file_get_path() can implicitly cause a FUSE mount so don't call
1205      it until we know we need it (for an app that doesn't support URIs)
1206
1207    - don't crash when trying to load from a keyfile with
1208      DBusActivatable=true
1209
1210    - remove some dead code, refactor the search path handling a bit and
1211      do a large-scale whitespace cleanup (prep work for the pending
1212      desktop file index)
1213
1214  * File monitors
1215
1216    - fix broken handling of mount point monitoring
1217
1218    - remove some strange use of GObject::constructor() from the base
1219      class and inotify backend
1220
1221    - fix GFileMonitor to work in the non-default main context even when
1222      the main context is not running (or is blocked)
1223
1224    - add internal private API for easily creating a file monitor in the
1225      GLib worker thread
1226
1227  * GSettings
1228
1229    - g_settings_list_children: only list viable schemas.  This fixes a
1230      longstanding issue where 'gsettings list-recursively' will crash
1231      when there are invalid schemas installed
1232
1233    - don't accept invalid paths on g_settings_new_with_path, etc.
1234
1235  * GIO
1236
1237    - GFile now has a thumbnail::is-valid attribute to check if the
1238      thumbnail in thumbnail::path needs to be regenerated
1239
1240    - GDBusProxy now has a flag to control autostarting of services at
1241      construction time
1242
1243    - for GSeekable, properly introduce the concept of "resizable" vs.
1244      "fixed-sized" streams in the docs, explaining the expected
1245      semantics of the interface in each case
1246
1247    - fix some cases in GMemoryOutputStream that were violating the above
1248      expectations (which may cause a slight API incompatibility)
1249
1250    - clean up GCredentials code and add support for Hurd and Solaris
1251
1252    - improve splicing by using different codepaths for the case where we
1253      have real _read_async() and _write_async() implementations on the
1254      stream vs. the case where they are internally emulated (via
1255      dispatching the sync variant of the call in a thread)
1256
1257  * GKeyFile
1258
1259    - fix a leak in g_key_file_get_(u)int64 when we fail to parse the
1260      value as an integer
1261
1262    - add long-requested API g_key_file_save_to_file()
1263
1264  * Portability improvements
1265
1266    - avoid using O_DIRECTORY on platforms that don't have it
1267
1268    - be careful about systems that define SOCK_CLOEXEC but don't
1269      actually support it (like Hurd)
1270
1271    - only use SA_RESTART if it exists
1272
1273  * Other small API changes/additions
1274
1275    - a pair of functions to support matching strings for the type of
1276      search functionality that you'd expect to have with things like
1277      GtkSearchBar.  This will also be used by the desktop file index.
1278
1279    - g_str_is_ascii() with obvious purpose
1280
1281    - g_test_expect_message() no longer appears to allow you to catch
1282      G_LOG_ERROR messages
1283
1284  * GMainContext/GSource
1285
1286    - fix handling of overflowing the 'next source id' counter
1287
1288    - g_source_remove() will now throw a critical in the case that you
1289      try to remove a non-existent source.  We expect that there is some
1290      code in the wild that will fall afoul of this new critical but
1291      considering that we now reuse source IDs, this code is already
1292      broken and should probably be fixed.
1293
1294    - simplify handling of the 'current dispatching source' to not
1295      require use of a linked list
1296
1297  * GObject
1298
1299    - the long-broken (and leaky) pattern of destroying a just-allocated
1300      object from inside of a custom GObject::constructor is now
1301      officially completely illegal and will abort the program
1302
1303  * Unicode: update to 6.3.0
1304
1305  * Bug fixes
1306
1307    - g_file_copy() now falls back to pathname queryinfo.  This should
1308      clear up the bugs with copying from some GVfs backends (afp,
1309      gphoto, archive, at least).
1310
1311    - fix an out-of-bounds read in the xdgmime code
1312
1313    - fix a typo in the /org/freedesktop/DBus path on the object manager
1314      client
1315
1316    - skip emitting path_namespace='/' in match rules in order to
1317      workaround a bug in the D-Bus daemon and fix our own implementation
1318      (which shared exactly the same bug)
1319
1320    - fix crashes on precondition violations for GParamSpec constructors
1321
1322    - many other small fixups (see bug list)
1323
1324   * Many documentation improvements
1325
1326 Bugs fixed:
1327  309224 g_key_file_save_to_file missing
1328  583321 QNX: no SA_RESTART
1329  661576 fix handling of constructors that destroy half-constructed objects
1330  672102 GSubprocess class
1331  684842 Seeks on GMemoryOutputStream don't have opaque semantics
1332  688492 Add a notification API
1333  691581 g_output_stream_real_splice_async doesn't use overriden read/write_async functions
1334  702516 gfileutils: Make -Werror=format-nonliteral happy
1335  704218 New gapplication(1) tool
1336  704593 g_setenv: on some systems (BSD, OSX…), setting a variable to NULL crashes the system
1337  704882 GLocalDirectoryMonitorClass mount_notify field is useless
1338  704887 file monitoring improvements
1339  705029 Support for Solaris credentials
1340  705688 g_settings_list_children: only list viable schemas
1341  706254 Afp backend cannot copy files
1342  707887 Attempting to create GObject Property with underscore prefix segfaults
1343  708042 gapplication: don't rely on cmdline being finalized immediately
1344  708265 add support for GNU/Hurd in GLib D-Bus Library
1345  708266 fix error code checks when SOCK_CLOEXEC is defined but not supported
1346  708529 xdgmime: valgrind warns about invalid reads
1347  708677 incorrect object path 'deskop' used in gio/gdbusobjectmanagerclient.c
1348  708714 Typo in docs of GLIB_VERSION_2_40 macro.
1349  708753 gdesktopappinfo: Call g_file_get_path() on demand
1350  708793 glib build fails with clang < 3.1: error: expected ';' after top level declarator
1351  708828 GDBusProxy: add the ability to call methods on non autostarted proxies
1352  708860 glib-2.38.0 doesn't build on Solaris 10
1353  708972 gnetworking.h in tarball screws up out-of-source builds
1354  709113 [PATCH] Main loop dispatch path has needless linked list
1355  709227 Update to unicode 6.3.0
1356  709301 goutputstream: Add clear warning about short writes to _write_bytes() and async version
1357  709326 GDesktopAppInfo crashes creating a DBusActivatable app without a filename
1358  709440 Fix overloading of "source" and "target" terminology in GBinding
1359  709615 Cannot use g_test_expect_message with g_error
1360  709753 Add helpers for string matches when using GtkSearchBar-like widget
1361  709898 Expose thumbnail validity in GFile attributes
1362  709966 Remove outdated documentation
1363  709994 Minor fix for HACKERS doc to direct hackers to proper help file
1364  709995 Obsolete makefile rules
1365  710002 G_MAXUINT may be assigned as duplicate source id
1366  710313 Memory leak in g_key_file_get_(u)int64 with invalid integer values
1367  710345 [Patches] Fix some redundant-decls
1368  710496 g_locale_to/from_utf8() doc updated.
1369  710625 g_file_error_from_errno: Remove unneeded breaks
1370  710666 Frame clock related bug fixes
1371  710724 gmain: Warn when g_source_remove() fails
1372  710726 Work around D-Bus bug with path_namespace='/' match rules
1373
1374 Translations:
1375  Assamese
1376  Brazilian Portuguese
1377  Indonesian
1378  Russian
1379  Tamil
1380  Traditional Chinese
1381
1382 What's new in Glib 2.38
1383 ========================
1384
1385  * Application support
1386
1387   - GIO now provides an implementation of Desktop Actions from the
1388     desktop entry specification
1389
1390   - GApplication now implements the org.freedesktop.Application
1391     interface as per the desktop entry specification, allowing for
1392     standards-based D-Bus launching of GLib-based applications
1393
1394   - GDesktopAppInfo now supports DBusActivatable as per the desktop
1395     entry specification, allowing GLib-based applications to use D-Bus
1396     to launch other applications
1397
1398   - GApplication now has a "busy" flag that can be set on an application
1399     to allow the shell to show that it is busy
1400
1401  * GObject
1402
1403   - the private offset for a given class type is now always constant.
1404     This was done by reorganising the memory layout of instances so that
1405     the private data comes before the "official" pointer for the object
1406     (ie: at a negative offset).  Valgrind macros were added to mitigate
1407     any problems that this may have caused.
1408
1409   - a new G_DEFINE_TYPE_WITH_PRIVATE has been added along with a
1410     generated function *_get_instance_private() that can now serve as an
1411     equally-performing alternative to ->priv pointers in instances
1412     (allowing memory savings)
1413
1414   - new G_PRIVATE_FIELD, G_PRIVATE_FIELD_P and G_PRIVATE_OFFSET macros
1415     provide a convenient method of converting between named variables in
1416     private structures and their (now constant) offsets
1417
1418   - installing properties on a GObjectClass must now be done from
1419     class_init.  It is no longer valid to install them after class_init
1420     has returned.
1421
1422   - it is now possible to manually break a GObject property binding
1423     without destroying one of the objects involved
1424
1425  * Icons
1426
1427   - the requirements for implementing the GIcon interface have changed
1428     in order to make it possible to consume all implementations of GIcon
1429     with a finite number of cases
1430
1431   - a new GBytesIcon type was added for an icon represented by an
1432     in-memory binary blob in a known image format (ideally png).
1433
1434   - new APIs g_icon_serialize() and g_icon_deserialize() replace the old
1435     to/from_string APIs and will always work, irrespective of which
1436     types have been initialised in the calling process, allowing for a
1437     serialised GdkPixbuf to be deserialised in a process that doesn't
1438     have GdkPixbuf
1439
1440   - support for icons has been added to GMenuModel using the new APIs
1441
1442  * Actions and menus
1443
1444   - GPropertyAction provides a convenient way of creating a stateful
1445     property corresponding to a property on a GObject, such as the
1446     "visible-child-name" property of a GtkStack
1447
1448   - new API g_menu_remove_all()
1449
1450   - we now have established rules about what is a "valid" action name
1451     and an API to check them
1452
1453   - a new API for converting detailed action names to and from the
1454     split-out name and parameter value (as GVariant)
1455
1456   - for backwards compatibility, invalid action names can still be used
1457     with most functions, but this is not recommended
1458
1459  * Other GIO
1460
1461   - GDBus now supports services that wish to handle some of all
1462     properties on an interface asynchronously, without requiring the
1463     service to reimplement the entire org.freedesktop.DBus.Properties
1464     interface
1465
1466   - GFile now has a new _measure_disk_usage() (and async) API for
1467     recursively determining the amount of disk space used by a
1468     particular directory (akin to 'du').
1469
1470   - asynchronous version of g_file_trash() and g_file_make_directory()
1471     have been added
1472
1473  * Other new API
1474
1475   - GRegex has a new function to query the maximum lookbehind length to
1476     allow for regexp matching on streams
1477
1478   - GVariant has two new APIs for constructing strings that allow
1479     avoiding copies in some cases: g_variant_new_take_string() and
1480     g_variant_new_printf()
1481
1482  * Testing
1483
1484   - we can now generate TAP output
1485
1486   - new support functions for simplifying the process of dealing with
1487     data files for srcdir != builddir and installed test cases
1488
1489   - g_test_trap_subprocess() provides a portable alternative to
1490     g_test_trap_fork()
1491
1492  * Other
1493
1494   - GLib now builds on Android against the bionic C library
1495
1496 Overview of changes from GLib 2.37.93 to 2.38.0
1497 ================================================
1498
1499 * fix the documentation for GSourceFuncs
1500
1501 * fix compilation on OS X/ppc64
1502
1503 Bugs fixed: 708445, 647145
1504
1505 Translations updated:
1506  Danish
1507  French
1508  Portuguese
1509  Punjabi
1510
1511 Overview of changes from GLib 2.37.92 to 2.37.93
1512 ================================================
1513
1514 * a couple of bugfixes in the new g_file_measure_disk_usage() API
1515
1516 * updated Traditional Chinese translation
1517
1518 Overview of changes from GLib 2.37.7 to 2.37.92
1519 ===============================================
1520
1521 * new API g_file_measure_disk_usage() similar to du(1)
1522
1523 * minor fixes
1524
1525 * Translation updates:
1526  Assamese
1527  Belarusian
1528  Brazilian Portuguese
1529  Catalan
1530  Czech
1531  Galician
1532  German
1533  Hungarian
1534  Indonesian
1535  Italian
1536  Korean
1537  Korean
1538  Latvian
1539  Lithuanian
1540  Polish
1541  Serbian
1542  Slovenian
1543  Spanish
1544
1545 Overview of changes from GLib 2.37.6 to 2.37.7
1546 ==============================================
1547
1548 * GDateTime now supports %:z formatting variations
1549   for timezones. This is a GNU date extension.
1550
1551 * Bugs fixed:
1552  685387 Segfault with GObject.signal_handler_is_connected()...
1553  686786 g_socket_get_available_bytes() returns wrong value ...
1554  705027 GSocket GSource not threadsafe on Windows
1555  706469 Fix G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE documentation
1556  706706 Fix Gir annotations on g_loadable_icon_load_finish
1557  706888 gtype: fix a no-op assertion
1558  706958 configure.ac: fix atomic opts detection
1559  707092 "File Utilities" page for GLib documentation doesn'...
1560  707151 gdatetime: Extend the '%z' timezone format
1561
1562 * Translation updates:
1563  Catalan
1564  Hungarian
1565  Japanese
1566  Polish
1567  Slovak
1568  Tamil
1569
1570
1571 Overview of changes from GLib 2.37.5 to 2.37.6
1572 ==============================================
1573
1574 * Tests using the g_test facilities can now generate TAP output
1575
1576 * Bugs fixed:
1577  680926 generic type fallback logic is broken for -symbolic
1578  684327 setting null icon to icon list
1579  689245 GSocket unable to reuse (address,port) on Mac OS X
1580  692125 Support TAP as GTest output format
1581  693335 build: fix dtrace-related warnings
1582  696633 gdbus-codegen trips over unicode chars when using python 3.x
1583  696970 Compiling 2.36.0 for win64 fails
1584  697185 GSocket – Allow specifying the multicast interface from...
1585  700268 Add support for using the clang analyzer
1586  701318 Add G_SPAWN_DEFAULT to GSpawnFlags
1587  701529 glib/tests/gdatetime: use UTC time in test_GDateTime_diff()
1588  701800 a new approach to reporting critical errors
1589  702674 g_date_time_new_utc crash
1590  704165 GLib.IOChannel read_unichar() fails
1591  705075 Simplify g_get_tmp_dir()
1592  705152 Race in glib/task.test
1593  705398 gtype: Fix typo in g_type_class_add_private() error message
1594  705570 Check ref_count in g_object_notify_by_pspec
1595  705600 Deprecate GSimpleActionGroup functions?
1596
1597 * Updated translations:
1598  Assamese
1599  Brazilian Portuguese
1600  Czech
1601  Dutch
1602  Galician
1603  Gujarati
1604  Hebrew
1605  Italian
1606  Lithuanian
1607  Marathi
1608  Norwegian bokmål
1609  Russian
1610  Slovenian
1611  Spanish
1612  Thai
1613  Traditional Chinese
1614
1615
1616 Overview of changes from GLib 2.37.4 to 2.37.5
1617 ==============================================
1618
1619 * Implement the Desktop Action specification: In the case that the
1620   application is a GApplication and DBusActivatable, actions from the
1621   desktop file are translated into GActions that have been added to
1622   the  application with g_action_map_add_action().
1623
1624 * GPropertyAction is a new type of GAction that represents the value
1625   of a property on an object, and allows to change the value when
1626   activated.
1627
1628 * GNetworkMonitorNetlink can now handle default routes via a device.
1629
1630 * The gsettings tool now reports failure to write a key (e.g. because
1631   the key was locked down)
1632
1633 * Miscellaneous new api:
1634  - g_variant_new_printf
1635  - g_action_print_detailed_name
1636  - g_regex_get_max_lookbehind
1637
1638 * Bugs fixed:
1639  664444 Support additional application actions in .desktop files
1640  684123 glib build only tries -D_GNU_SOURCE if glibc is detected
1641  689794 support incremental matching
1642  699259 add org.freedesktop.Application support to GIO
1643  700460 rewrite tests to not rely on precise timing of timeouts
1644  701511 updates to various GSource types
1645  701609 gnetworkmonitornetlink: handle default route via device
1646  703270 add GPropertyAction
1647  704157 GAction: add function for printing detailed names
1648  704250 Doc: various fixes
1649  704267 regression gsourceclosure: segfault in gedit file chooser
1650  704322 glib-unix: fix handling of multiple signal source for the...
1651  704424 No error when failing to override a locked key
1652  704447 Fix build/use of g_child_watch_closure_callback on Windows
1653  704523 g_thread_create_full() can dereference NULL pointer
1654  704543 Add implementations for G_GNUC_*_IGNORE_DEPRECATIONS for ...
1655  704567 gdbusnameowning: Don't spew an error if we're releasing a...
1656  704585 libc printf can give mixed-case strings for NaN and Inf
1657  704587 FTBFS: statfs_result is undeclared for statvfs()
1658  704699 gmain: Reset signal handlers to default when source is
1659  704704 AI_NUMERICSERV cannot be used with ai_socktype = 0
1660  704873 inotify: don't assume mainloop is running
1661  704999 glib/convert.test crashing due to lack of iconv cache
1662  704931 GMenuModel: add annotations to virtual functions
1663
1664 * Translation updates:
1665  Assamese
1666  Czech
1667  German
1668  Gujarati
1669  Spanish
1670  Tamil
1671
1672
1673 Overview of changes from GLib 2.37.3 to 2.37.4
1674 ==============================================
1675
1676 * Bugs fixed:
1677  701283 g_source_add_child_source() segfault
1678  702147 inconsistency of G_STRFUNC
1679  703191 new private macros interact poorly with versioning macros
1680  703254 Doc: various fixes
1681  703407 g_spawn_async() keeps child_pid_report_pipe open in child process
1682  703437 GDBusConnection: be more careful with async GetAll
1683  703478 Missing G_BEGIN/END_DECLS in gsettingsschema.h
1684
1685 * Translation updates:
1686  Catalan
1687
1688 Overview of changes from GLib 2.37.2 to 2.37.3
1689 ==============================================
1690
1691 * add a new API for instance private data: G_DEFINE_TYPE_WITH_PRIVATE
1692
1693 * fix timestamps in tarball to prevent automake from being required to
1694   build the unmodified source
1695
1696 * add new D-Bus API for async property handling
1697
1698 * add back fsync() on ext4 for g_file_set_contents() after it was
1699   discovered that despite statements in the ext4 documentation
1700   suggesting that this is safe, it is not safe.
1701
1702 * Translations:
1703  Italian
1704  Norwegian bokmål
1705
1706 * Bugs fixed:
1707  698375 - D-Bus async properties
1708  700350 - timestamp issue
1709  701560 - fsync issue (fixed again)
1710  700035 - new API for instance private data
1711
1712 Overview of changes from GLib 2.37.1 to 2.37.2
1713 ==============================================
1714
1715 * The GLib test utilities have grown some file-related APIs
1716   to support tests that can be used installed and uninstalled.
1717
1718 * Installing properties after class initialization is deprecated,
1719   and will trigger a warning.
1720
1721 * GApplication:
1722  - Support org.freedesktop.Application, including D-Bus activation
1723    from desktop files
1724  - Set prgname to appid for services
1725
1726 * Bugs fixed:
1727  549783 gtester lacks framework for tests with data files
1728  692848 Fix property example in gobject tutorial
1729  698018 Add an explicit g_binding_release()
1730  698614 GObject: prevent installing properties after init
1731  699259 add org.freedesktop.Application support to GIO
1732  699959 g_file_copy(): Ensure we create private files by default
1733  700123 Test failure: g_inet_socket_address_get_scope_id
1734  700725 GIcon: NULLify the `type' out param in the sync methods too
1735  701401 gtest: add function for testing for WINE
1736  701456 Error in gnome/glib/gio/tests/file.c
1737  701474 Error building glibmm due to extra comma in glib/gtestutils.h
1738  701560 various improvements for g_file_set_contents()
1739  701680 GFileEnumerator: Add some documentation about ordering
1740  701878 Check wakeup() before iteration(TRUE) doesn't block
1741
1742 * Translations:
1743  Assamese
1744  Czech
1745  Galician
1746  Gujarati
1747  Kannada
1748  Marathi
1749  Odia
1750  Polish
1751  Slovenian
1752  Spanish
1753  Telugu
1754
1755
1756 Overview of changes from GLib 2.37.0 to 2.37.1
1757 ==============================================
1758
1759  * add support for installed tests:
1760    https://live.gnome.org/GnomeGoals/InstalledTests
1761
1762  * add a new g_test_trap_subprocess() that works on Windows as a
1763    replacement for the (now deprecated) g_test_trap_fork()
1764
1765  * support for explicitly cancelling a gobject property binding
1766
1767  * performance improvements for signal argument handling
1768
1769  * stop using `quotes' in very many log messages generated by GLib, for
1770    favour of 'this style'.  This may cause testcases in other packages
1771    to fail if they were matching on the previous text.
1772
1773  * improve manpages: add missing arguments and flags
1774
1775 Translations: 
1776  Aragonese
1777  Assamese
1778  Gujarati
1779  Hindi
1780  Kannada
1781  Norwegian bokmål
1782  Odia
1783  Slovenian
1784  Spanish
1785  Tamil
1786  Telugu
1787
1788 Bugs fixed:
1789  679683 replace g_test_trap_fork()
1790  694380 Improve signal argument collection performance
1791  695233 Strings require plural forms
1792  697849 spelling fixes in cross.xml and running.xml
1793  698877 GProxyAddressEnumerator calls g_network_address_parse_uri without port
1794  698981 [PATCH] test /gdbus/connection/large_message could hang forever
1795  699079 Prototype support for installed tests
1796  699485 [PATCH] tests/mappedfile: Also handle ENOMEM
1797  699493 SOCKS5 proxy code crashes if it cannot authenticate
1798  699500 gbitlock: fix this to not unconditionally use futex emulation
1799  699779 [PATCH] G_GNUC_FORMAT: documentation error
1800  700263 m4macros/glib-gettext.m4: Don't use AC_HEADER_STDC
1801  700714 [PATCH] gtestutils: Ensure test subprocesses don't dump core
1802  700746 Use 'dumb quotes' rather than `really dumb quotes'
1803
1804 Overview of changes fron GLib 2.36.0 to 2.37.0
1805 ==============================================
1806
1807 * The syntax for detailed action names has been documented,
1808   and a parser API for them is now provided
1809
1810 * GApplication has gained a busy state. This feature is intended for
1811   clients that want to signal a desktop shell their busy state, for
1812   instance because a long-running operation is pending.
1813
1814 * GLib can now be built with the bionic C library
1815
1816 * GIcon can now be serialized to a GVariant
1817
1818 * Bugs fixed:
1819  548353 Finish implementing GFile interface (mostly asynchron...
1820  645881 Full port of glib-2.28.1 onto Android-ARM
1821  665445 Glib mistakes nl_langinfo() from plibc for the real t...
1822  672018 Need API to set global application state (busy, count...
1823  687659 drop support for adding interfaces after class_init
1824  688820 GIcon is a bad interface
1825  688954 extend 'detailed action' syntax, provide parser
1826  689223 Fix compilation on Android with the bionic C library
1827  695156 Add support for arg0namespace matching in signal_subs...
1828  696108 gdbus-codegen: avoid warnings in generated code
1829  696629 fix sed(1) usage
1830  696652 GTask won't free its error member variable on finalize
1831  696857 GThreadedResolver: set an error if no records could b...
1832  696973 Compiling 2.36.0 for win64 fails in gdbusmessage.c
1833  697131 No --version
1834  697160 [PATCH] gmacros: Mark G_UNAVAILABLE() functions as de...
1835  697229 Custom Interface implementations will be broken with ...
1836  697250 Documentation glitch of G_DEFINE_TYPE_EXTENDED causes...
1837  697365 Fix usage of hasmntopt in gunixmounts.c
1838  697367 Remove warning on gio/gunixmounts.c
1839  697386 Except const argument with atomic is not lock free
1840  697595 g_main_context_unref unlocks a mutex twice
1841  697601 reduce GMenuModel D-Bus traffic
1842  697626 Allow posix threads to be used on w32
1843  697652 Help options generated even when help disabled
1844  697771 fix a typo of "fo" to "of" in building.xml
1845  697887 GVariant: fix transfer annotation
1846  697942 abicheck.sh fails on mips
1847  698056 rewrite g_object_new()
1848  698081 Pidgin hangs in g_spawn_command_line_sync
1849  698455 GVariant: add new g_variant_new_take_string() API
1850  698457 g_variant_get_data_as_bytes() always returns toplevel...
1851  698478 gactionmap: don't require GActionGroup
1852  698595 the valgrind/priv-before-instance bug
1853  698655 desktop-app-info test relies on true being in /usr/bin/
1854  698686 GUnixSocketAddress: fix construct parameter issue
1855  698716 Use of g_mem_set_vtable() breaks after gobject automa...
1856  698999 bytesicon: fix a memory leak
1857  699001 bytesicon: don't use g_object_unref() on GBytes
1858  699361 gio: fix small leak
1859
1860 * Translation updates:
1861  Assamese
1862  Gujarati
1863  Hungarian
1864  Italian
1865  Kannada
1866  Norwegian bokmål
1867  Polish
1868  Spanish
1869  Tamil
1870
1871
1872 Overview of changes fron GLib 2.35.9 to 2.36.0
1873 ==============================================
1874
1875 This release contains only small bugfixes and translations updates.
1876
1877  - g_file_copy(): fix bug where attributes were not applied properly to
1878    the destination file
1879
1880  - fix some 'available since' annotations
1881
1882  - fix gdbus-codegen to produce more pedantically-correct code
1883
1884 * Bugs fixed:
1885  696108 gdbus-codegen: avoid warnings in generated code
1886  696014 g_file_copy(): Ensure G_FILE_COPY_OVERWRITE preserves permissions
1887
1888 * Translations updated:
1889  Basque
1890  Czech
1891  Gujarati
1892  Hindi
1893  Hungarian
1894  Japanese
1895  Malayalam
1896  Marathi
1897  Odia
1898  Punjabi
1899  Russian
1900  Tadjik
1901  Tamil
1902  Telugu
1903
1904 Overview of changes from GLib 2.35.8 to 2.35.9
1905 ==============================================
1906
1907 This release drops the old codepage ABI from gutils.c. This is a
1908 source-compatible change and only breaks ABI with respect to truly
1909 ancient binaries (and those binaries are already broken for other
1910 reasons).  This change only affects Windows.
1911
1912 * Bugs fixed:
1913  682896 glib doesn't build on mingw32
1914  693204 split up g_get_{hostname,username,realname,home_dir} etc.
1915  694181 Handle GNetworkAddress better in g_network_monitor_base_...
1916  694253 occasional /gdbus/unref-pending test failure
1917  694350 Add type names to gsignal warnings
1918  694757 Use separate GLIB_WARN_CFLAGS that can be overridden ext...
1919  568405 Which is the correct replacement for g_strncasecmp, if...
1920  630284 g_hash_table_get_keys docs
1921  659428 docs: Small clean-up of howto subsection headers
1922  675333 Cannot forget association in Open With dialog: program...
1923  694669 consider unicode corrigendum #9
1924  694843 g_base64_decode_step () produces invalid data
1925  695147 Don't use PATH_MAX as it's not guaranteed to be defined
1926  695191 Commit f641699 broke /appinfo/mime/api test case
1927  695339 Swapped msgid plural forms for translation
1928  695376 GDBusMethodInvocation leak and potential crash
1929  695425 Untranslatable message in gsettings-tool
1930  695887 Improvements to GObject API documentation
1931  695925 GUINT32/64_SWAP_LE_BE macros do not enclose val argume...
1932  696015 PATCH Add doc warning to g_base64_decode()
1933
1934 * Translation updates:
1935  Assamese
1936  Belarusian
1937  Brazilian Portuguese
1938  Catalan
1939  Catalan (Valencian)
1940  Danish
1941  French
1942  Galician
1943  German
1944  Greek
1945  Gujarati
1946  Italian
1947  Korean
1948  Latvian
1949  Lithuanian
1950  Polish
1951  Portuguese
1952  Punjabi
1953  Serbian
1954  Simplified Chinese
1955  Slovak
1956  Slovenian
1957  Spanish
1958  Thai
1959  Traditional Chinese
1960  Uyghur
1961  Vietnamese
1962
1963
1964 Overview of changes from GLib 2.35.7 to 2.35.8
1965 ==============================================
1966
1967 This release contains one major change that may cause problems: type
1968 modules are now never unloaded.  This is implemented by (effectively)
1969 leaking the last reference on dynamic types.  Some testcases that check
1970 for unloading of types have been observed to be broken by this change,
1971 but we know of no actual cases of "real code" breaking.  Please report
1972 any problems.
1973
1974 Other changes:
1975  * A couple of build fixes for Solaris
1976  * Fix signal emission for GDBusObjectManagerClient
1977  * annotations fixes
1978  * new API: g_dbus_address_escape_value()
1979  * GSocketClient: add proxy-resolver property
1980  * GSimpleProxyResolver: new simple GProxyResolver class
1981  * documentation fixes
1982  * gnetworkaddress: preserve IPv6 scope ID in IP literals
1983
1984 Bugs fixed:
1985  691105 Allow GSocketClient to override GProxyResolver for per client proxy settings.
1986  692827 configure test fails for arpa_nameser.h
1987  692829 new Btrfs support causes build failure on Solaris
1988  693285 GDBusObjectManagerClient: won't emit object-added|removed if name-owner arrives later
1989  693502 Cross-compiling documentation: typo (np -> no)
1990  693673 add g_dbus_address_escape_value()
1991  693694 gio: Fix annotations on g_[async_]initable_new() and friends 
1992
1993 Translations:
1994  Dutch
1995  Galician
1996  Polish
1997  Serbian
1998
1999 Overview of changes from GLib 2.35.6 to 2.35.7
2000 ==============================================
2001
2002 This is a quick follow-up release with a few bug fixes.
2003
2004 * Fix the build on systems with strict linkers by adding -pthread back
2005   to the LDFLAGS for a testcase.
2006
2007 * Re-enable native atomic operations on some buggy versions of clang
2008   that ship as part of the MacOS X SDK.
2009
2010 * Make G_IO_FLAG_IS_WRITEABLE an enum again (the #define broke bindings)
2011
2012 * a small docs fix
2013
2014 * Bugs fixed:
2015  657045
2016  636683
2017  682818
2018  693105
2019
2020 * Translations:
2021  Italian
2022
2023 Overview of changes from GLib 2.35.4 to 2.35.6
2024 ==============================================
2025
2026 * GUnixFdSource is a new way to add file descriptors
2027   to the mainloop
2028
2029 * g_source_set_ready_time lets you mark a source to become
2030   ready at a specified monotonic time
2031
2032 * The internal visibility handling of GLib has been reworked
2033
2034 * GFileMonitor will now automatically use fam instead of inotify
2035   if $HOME is on NFS
2036
2037 * The file monitor implementation can now be overridden with
2038   the GIO_USE_FILE_MONITOR environment variable
2039
2040 * Bugs fixed:
2041  570572 2 make check errors on
2042  592211 No monitoring over NFS mounts
2043  625552 wrong behaviour of GVolume GVolumeMonitor related func...
2044  657729 modernise GMainLoop
2045  658020 GSource for a single GPollFD
2046  678223 g_mutex_free
2047  682560 leak fixes
2048  682819 EINTR-harden all the things
2049  684404 When using g_network_address_address_enumerator_next()...
2050  686853 new GSource fd API
2051  688169 G_DISABLE_DEPRECATED doesn't cover deprecated/gthread....
2052  688681 build: Make .symbols file canonical on all platforms
2053  690118 Crash when closing last tab of a window using Ctrl-w
2054  691624 glib/gtester.c: missing include
2055  691812 gioinputstream - give task as callback_data not task_data
2056  691866 fails out of source build directory - gnetwork.h not f...
2057  692029 Add new API checking utility
2058  692034 Install an invalidation notifier for GClosure in g_sou...
2059  692058 Broken makefile for gio tests
2060  692079 build failure in gmarkup.c when using gcc 4.8 and buil...
2061  692201 inotify: fix a memleak
2062  692202 gfile: don't report completion twice on g_file_load_co...
2063  692229 Incorrect string formatters in a translation string
2064  692332 GNetworkMonitorNetlink: make the netlink socket cloexec
2065  692360 possibly non-threadsafe code in g_content_type_guess()?
2066  692404 tester: Use FD_CLOEXEC when creating pipes
2067  692408 nautilus SIGSEGV in g_file_info_get_size()
2068  692544 [PATCH] gfile: Ensure we create internal pipe with FD_C...
2069  692583 atomic get doesn't accept a const argument on architect...
2070  692618 Use g_timeout_add_seconds
2071  692815 Using g_hash_table_insert() when using a hash table as ...
2072  692865 Invalid docbook generated by gdbus-codegen
2073  692928 Document G_MENU_{ATTRIBUTE,LINK}_*
2074
2075 * Translation updates:
2076  Hebrew
2077  Kannada
2078  Lithuanian
2079  Norwegian bokmål
2080  Polish
2081  Serbian
2082  Slovenian
2083  Spanish
2084  Uyghur
2085
2086
2087 Overview of changes from GLib 2.35.3 to 2.35.4
2088 ==============================================
2089
2090 * New features:
2091  - New API: g_get_num_processors
2092  - New API: g_application_command_line_get_stdin
2093  - New GFileMonitor flag: G_FILE_MONITOR_WATCH_HARD_LINKS
2094  - Parse more timezone offset formats
2095  - Better timezone support on Windows
2096  - Make GParamSpec constructors introspectable
2097
2098 * Removed or deprecated features:
2099  - Disallow adding interfaces after class_init
2100
2101 * Bug fixes:
2102  532815 gio + inotify support for hardlinks
2103  614930 add g_get_num_processors (), return the max concurrent...
2104  626497 Btrfs clone/reflink ioctl support in g_local_file_copy
2105  633117 glib fails stests if /etc/localtime is not properly set
2106  661767 merge/improve various bits of run-in-thread functionality
2107  668210 Add g_application_command_line_get_stdin()
2108  675856 Use GDbus via gobject-introspection instead dbus-python
2109  684103 make glib work with python3
2110  684723 run-assert-msg-test.sh fails
2111  686058 OpenBSD: disable ipv6_v4mapped test
2112  686128 GTimeZone should be able to parse POSIX format for...
2113  687223 cleverer GThreadPool management
2114  687659 drop support for adding interfaces after class_init
2115  687920 GCredentials should have an accessor for the process ID
2116  688681 build: Make .symbols file canonical on all platforms
2117  688829 Variable overflow in utils.c test on 32-bit machine
2118  689324 Variable scoping in gunixmounts.c
2119  689810 Include guard optimization
2120  690043 Broken link for gsettings tutorial: gnome-utils in...
2121  690084 gmarkup: Make GMarkupParseContext a boxed type
2122  690388 Check if CMSG_FIRSTHDR() returns NULL when there is...
2123  690538 gschema DTD is invalid
2124  690543 Add test coverage for testing in-tree DBus services...
2125  690670 local_command_line not introspectable/annotated
2126  690902 G_END_DECLS needs to be at the end of gutils.h
2127  690970 Unhelpful deprecation message for g_value_array_get_nth
2128  691001 building docs is broken on master branch
2129  691011 Automake-1.13 errors on obsolete AM_PROG_CC_STDC
2130  691077 gio-querymodules crashes with SIGSEGV
2131  691110 g_cond_wait() docs incomplete
2132  691489 Crash in Oscars 2013 page
2133  691558 Only check for .hidden files if standard::is-hidden...
2134  691608 Support compilation with clang 3.2
2135
2136 * Translation updates:
2137  Assamese
2138  Bulgarian
2139  Estonian
2140  Galician
2141  Greek
2142  Hebrew
2143  Norwegian bokmål
2144  Polish
2145  Slovak
2146  Slovenian
2147  Spanish
2148  Tamil
2149
2150
2151 Overview of changes from GLib 2.35.2 to 2.35.3
2152 ==============================================
2153
2154 * This release contains an incompatible change to the g_get_home_dir()
2155  function. Previously, this function would effectively ignore the HOME
2156  environment variable and always return the value from /etc/password.
2157  As of this version, the HOME variable is used if it is set and the
2158  value from /etc/passwd is only used as a fallback.
2159
2160 * We now install a public "gnetworking.h" header that can be used to
2161  include the relevant OS-dependent networking headers. This does not
2162  really abstract away unix-vs-windows however; error codes, in
2163  particular, are incompatible.
2164
2165 * Bugs fixed in this release:
2166  142568 Allow $HOME to override passwd entry if the user really wants
2167  587806 The file selector should honor .hidden files
2168  602715 [GChecksum] Please add support for SHA512
2169  623187 provide some support for arbitrary setsockopt()s?
2170  629301 .goutputstream files left behind when cancelling I/O
2171  652650 Optimize GDBusMessage serialization
2172  664627 /gapplication/basic test intermittently fails: cmdline re-or...
2173  675516 Win32: Don't start a DBus server when built as static library
2174  679683 replace g_test_trap_fork()
2175  684145 Current Git sources fails to cross-compile for Windows in Li...
2176  686895 file-info: catch thumbnail files in large directory as well
2177  687092 IPv6 <-> IPv4 mismatch when subscribing to multicast (send)
2178  688180 GObject: Minor error in description of floating reference
2179  688319 gthread: add missing AVAILABLE_IN_2_32 annotations
2180  688377 configure: add missing square bracket in AS_IF for memmove
2181  688419 gtask: source_object arguments and return values not annota...
2182  688497 AppInfo: Add sufficient api to port gnome-session from Egg...
2183  688681 build: Make .symbols file canonical on all platforms
2184  688704 Add boxed GType for GThread
2185  688886 Improve the i18n documentation
2186  688931 GMemoryOutputStream: Add new _resizable() constructor usab...
2187  689037 need helper for creating a GFile from a remote commandline...
2188  689377 Fix a compiler warning in GDBus
2189  689538 Source object tag set too late in gsocketlistener
2190  689800 Treat lost+found directory as a hidden file
2191  689847 Add fast repeated typename -> GType resolver
2192  689982 Make GChecksum more fully introspectable
2193  690069 g_unix_open_pipe: Add missing F_SETFD
2194  690083 gfileenumerator: Add a g_file_enumerator_get_child method
2195  690163 Add a pre-configured gio/gnetworking.h for Visual C++ builds
2196  690346 Remove an unneeded escaping in NAMESER_COMPAT_INCLUDE
2197  690348 Fix g_type_add_class_private() name in g_warning
2198
2199 * Translation updates:
2200  Assamese
2201  Galician
2202  Hebrew
2203  Hindi
2204  Kannada
2205  Odia
2206  Polish
2207  Spanish
2208
2209
2210 Overview of changes from GLib 2.35.1 to 2.35.2
2211 ==============================================
2212
2213 Note that the incompatible change to the ->constructed() vfunc that was
2214 made in the last unstable release (2.35.1) has been reverted due to
2215 causing regressions in applications.
2216
2217 A new incompatible change has been introduced in this version: it is no
2218 longer permitted to add interfaces to a class after the first
2219 instantiation (or more strictly: after g_type_class_ref()).  Bug #687659
2220 is tracking this.
2221
2222 Two private symbols (g_menu_{attribute,link}_hash_iter_get_type) which
2223 were accidentally exported have also been properly hidden.  This may
2224 cause some tools to issue warnings about ABI mismatch.
2225
2226 The remaining changes should be relatively harmless: 
2227
2228  * GIO now has kqueue support for GFileMonitor (BSDs, Mac OS)
2229
2230  * New g_variant_new_from_bytes() API
2231
2232  * UNIX signal sources now allow watching SIGUSR1 and SIGUSR2
2233
2234  * Many pedantic cleanups to adhere to a higher level of -W use
2235
2236  * GTask changes to avoid a deadlock
2237
2238  * many cleanups/fixes for Windows
2239
2240  * Boxing for GPollFD, GIOChannel, GBytes, GByteArray
2241
2242  * Fix URL-encoding of trashed files
2243
2244  * Many other docs and annotations fixes
2245
2246 Translations:
2247
2248  Galician
2249  Gujarati
2250  Lithuanian
2251  Serbian
2252  Slovak
2253  Slovenian
2254
2255 Bugs closed:
2256
2257  649302 Add support for GNU/FreeBSD
2258  668842 [GSocket] Add caching for the sender address in g_socket_receive_from()
2259  672924 Add annotations for g_filename_from_uri()
2260  673229 glib: Use Returns:, not @returns
2261  677062 (partial) GVariant: Make g_variant_new_from_bytes() public, add more GBytes API
2262  686185 g_date_time_format Transcoding Fails on OSX      
2263  686191 g_mutex_get_impl() should use g_atomic_pointer_get()
2264  686797 Box GPollFD to make it introspectable
2265  686810 [regression] Infinite wait in g_task_run_in_thread_sync()
2266  686822 possible dlopen()/dlclose() issue with automatic g_type_init()
2267  686839 mkinstalldirs: Move to glib-mkinstalldirs
2268  686895 file-info: catch thumbnail files in large directory as well
2269  686898 g_unix_signal_source_new: Allow SIGUSR1 and SIGUSR2
2270  686920 gdbus: Allow GDBusObjectManagerClient to work on peer connections
2271  686921 Remove some of the repetition from gio/tests/Makefile.am
2272  687075 g_spawn_sync diagnostic incorrectly complains about SIGCHLD
2273  687089 g_dbus_connection_export_menu_model(): fix a crash
2274  687098 Repeated g_timeout_add* use can lead to guint overflow
2275  687385 Add some stricter CFLAGS, fix up the code
2276  687441 ABI break in master: g_menu_attribute_hash_iter_get_type, g_menu_link_hash_iter_get_type removed
2277  687516 typo in string: KB should be kB
2278  687540 In Trash folder, Nautilus misinterprets "\n" in filename as a line break
2279  687541 GSignalQuery param_types field needs array annotation
2280  687600 gfileutils.c performs invalid cast of (varargs) open to non-vararg type
2281  687698 plural forms needed
2282  687700 ending spaces
2283  687742 Add support for internal linkage to glib-compile-resources
2284  687801 tests/buffered-input-stream: Fix size of parameter passed
2285  688109 win32 warning/error fixes
2286  688255 'make check' regressed in 138f4c1 because GMarkup error messages changed
2287  688338 [PATCH] gobject/gtype.c: Fix spelling of »exceed«
2288  688370 GDBusError documentation improvement for client-side
2289  688378 g_socket_join_multicast_group not working
2290  688518 gio-kqueue: use O_EVTONLY on MacOS
2291
2292
2293
2294 Overview of changes from GLib 2.34.0 to 2.35.1
2295 ==============================================
2296
2297 These two changes in particular may be slightly incompatible.  Please
2298 give feedback if they cause trouble:
2299
2300   * Signal handlers connected with g_signal_connect_object() are now
2301     automatically disconnected on target object destruction
2302
2303   * The ->constructed vfunc is now called after all properties are set
2304
2305 The remaining changes should not cause problems.
2306
2307   * g_type_init() is no longer necessary and has been deprecated
2308
2309   * GTask (the new GAsyncResult implementation) has landed 
2310
2311   * GLib version macros updated
2312
2313   * Update to Unicode 6.2
2314
2315   * Thread safety fixes for GFileMonitor in non-default main contexts
2316
2317   * GTimeZone support for old-format zoneinfo database (as on Mac OS)
2318
2319   * g_settings_bind() now works with non-canonical property names
2320
2321   * Fix crashes related to NULL connection passed to
2322     GBusNameVanishedCallback and document this situation
2323
2324 * Bugs fixed:
2325  118536 Make g_signal_connect_object'ed handlers disconnect when the data object is destroyed
2326  661767 merge/improve various bits of run-in-thread functionality
2327  682950 GFileMonitor crashing on high event count when running in different thread
2328  683642 Missing g_content_type_get_symbolic_icon
2329  684882 Gsettings should spaw a warning when binding against a low_underscored_property
2330  684909 codegen: Explicitly close output
2331  684912 Update to Unicode 6.2
2332  685037 g_strcmp0: Returns shall include values less and greater than zero
2333  685069 Leak in glib-compile-resources
2334  685208 missing g_return_if_fail
2335  685608 [Patch] Port gio tests from pygobject to pygi
2336  685697 Documentation typo in g_dbus_interface_skeleton_has_connection()
2337  685733 Call ->constructed() after all properties are set
2338  685787 gtestdbus: correct documentation typos
2339  685995 Crash in g_menu_exporter_name_vanished
2340  686091 Invalid reads in g_bytes_unref_to_data
2341  686119 dtrace, gobject_probes.d, the last three probes - semicolon missing
2342  686161 Deprecate g_type_init()
2343  686231 GBusNameVanishedCallback: document NULL connection
2344  686458 slightly increase poll duration in test_timed_wait 
2345
2346 * Translations updated
2347   Catalan (Valencian)
2348   Czech
2349   Danish
2350   Italian
2351   Lithuanian
2352   Norwegian bokmål
2353   Slovenian
2354
2355 Overview of changes from GLib 2.33.14 to 2.34.0
2356 ===============================================
2357
2358 * Bug fixes:
2359  654239 g_type_init()'s docs have no statement about how to...
2360  674620 Update GSettings migration guide for intltool updates
2361  676034 Fix doc annotation for g_ptr_array_ref()
2362  684278 Fix GIO build on Windows
2363
2364 * Translation updates:
2365  Brazilian Portuguese
2366  British English
2367  Bulgarian
2368  Catalan
2369  Galician
2370  German
2371  Hebrew
2372  Hindi
2373  Hungarian
2374  Kannada
2375  Latvian
2376  Marathi
2377  Spanish
2378  Telugu
2379
2380
2381 Overview of changes from GLib 2.33.12 to 2.33.14
2382 ================================================
2383
2384  * CVE-2012-3524: don't run dbus-launch from setuid binaries
2385
2386  * g_content_type_get_generic_icon_name():
2387      new API for getting the icon name for a mime type
2388
2389  * Introspection fixes:
2390   - GDBusConnection nullability fixes
2391   - give a box type to GTimeZone
2392
2393  * Drop GVFS_INOTIFY_DIAG
2394
2395  * Add a new "Writing GLib Applications" section to the reference
2396    documentation with general info on security, threads, etc.
2397
2398  * gwin32mount.c: Fix syntax error
2399
2400  * gresource tests: srcdir != builddir fixes
2401
2402  * tests/gvariant: Fix test on big endian architectures
2403
2404  * Fix regression in g_shell_parse_argv()
2405
2406 Bugs fixed:
2407  562907 g_shell_parse_argv() mishandles # (hash)
2408  683167 g_time_zone_new not introspectable
2409  683384 /gvariant/checksum-basic failure on big endian machines
2410  683641 Typo in gwin32mount.c
2411  683744 have a way to get the generic icon name for a mime type
2412
2413 Translation updates:
2414  Assamese
2415  Belarusian
2416  British English
2417  Czech
2418  Danish
2419  French
2420  Galician
2421  German
2422  Greek
2423  Hebrew
2424  Indonesian
2425  Indonesian
2426  Korean
2427  Lithuanian
2428  Marathi
2429  Marathi
2430  Polish
2431  Portuguese
2432  Punjabi
2433  Russian
2434  Serbian
2435  Slovenian
2436  Traditional Chinese
2437
2438 Overview of changes from GLib 2.33.10 to 2.33.12
2439 ================================================
2440
2441 * Add a G_DEFINE_QUARK macro
2442
2443 * Add symbolic icon support to drive, volume, and mount, file
2444   and content types
2445
2446 * Add API to allow thread-safe access to the same qdata item
2447
2448 * Bugs fixed:
2449  562907 g_shell_parse_argv() mishandles # (hash)
2450  627240 add G_DEFINE_QUARK
2451  672329 memory leaks in gutils.c and glib tests
2452  673012 Stable byte-level specification for normal form
2453  674805 gdbusproxy async test is broken
2454  679835 gvariant format string parsing (and assertions)...
2455  682075 gdbus: Fix double free and use after free of ob...
2456  682101 Provide a way to get a symbolic icon for a device
2457  682222 test_method_calls_on_proxy: assertion failed (e...
2458  682284 mount-op: use gint64 instead of guint64 for tim...
2459  682386 "make check" fails due to sys/resource.h not be...
2460  682560 leak fixes
2461  682586 gsettings-tool: make list-recursively really re...
2462  682819 EINTR-harden all the things
2463  682833 Handle EINTR for open()
2464  682849 drop the global lock for g_object_weak_ref
2465  682965 gdbus-tool: Check return value of strrchr()
2466  683088 gdbus-codegen: fix error when wrong interface n...
2467         Fix the build with gtk-doc-stub
2468         Don't crash if set_app_info is called before ad...
2469
2470 * Translation updates
2471  Assamese
2472  Galician
2473  Greek
2474  Indonesian
2475  Japanese
2476  Latvian
2477  Lithuanian
2478  Norwegian bokmål
2479  Polish
2480  Portuguese
2481  Punjabi
2482  Russian
2483  Spanish
2484  Traditional Chinese
2485  Vietnamese
2486
2487
2488 Overview of changes from GLib 2.33.8 to 2.33.10
2489 ===============================================
2490
2491 * New GTest API for testcases where log output is expected:
2492   g_test_expect_message()
2493
2494 * GMenuItem now has 'get' accessors and a construct-from-GMenuModel API
2495
2496 * GVariant now has a function to check a format-string for type
2497   compatibility
2498
2499 * win32: We now use overlapped IO to support multiple asynchronous
2500   operations (ie: reading and writing) at the same time.
2501
2502 * GMappedFile: Add g_mapped_file_get_bytes()
2503
2504 * The problems with g_file_make_directory_with_parents() should be
2505   resolved.
2506
2507 * The long-standing issues with placeholder generation of manpages are
2508   now resolved.
2509
2510 * gtlscertificate: Add GBytes based certificate and private-key props
2511
2512 * build: Switch back to using AS_IF for conditionals
2513
2514 * test coverage improvements, documentation improvements, leak fixes
2515
2516 * Bugs fixed
2517  326931 Better docs for G_GNUC_*
2518  550433 g_test_init doesn't recognize --help
2519  600751 GCompletion should better document if and how items memory is managed
2520  628193 Miscellaneous string fixes
2521  637460 man glib-genmarshal is hard to use
2522  674483 broken configure results when cross-compiling with gcc >= 4.5
2523  677065 GMappedFile: Add g_mapped_file_get_bytes()
2524  679288 win32: use overlapped events for streams
2525  679556 it's hard to use gtest when g_warning() is expected
2526  680823 g_file_make_directory_with_parents: Fix error propagation
2527  681319 gtlscertificate: Add certificate-bytes and private-key-bytes props
2528  681336 man pages not built if --enable-gtk-doc not specified
2529  681413 build: Switch back to using AS_IF for conditionals
2530  681501 gmem: array only partially filled with memcpy
2531  681854 Documentation fix for Howto compile a program with glib
2532  682025 Documentation correction
2533  682067 Fix problems with CLEANFILES and automake-1.11.1 
2534
2535 * Translations updated:
2536  Lithuanian
2537  Spanish
2538  Galician
2539  Telugu
2540  Serbian
2541  Assamese
2542  Marathi
2543  Indonesian
2544  Traditional Chinese
2545
2546 Overview of changes from GLib 2.33.6 to 2.33.8
2547 ==============================================
2548
2549 * GIO now has a g_file_delete_async function
2550
2551 * The defaults for GThreadPools max_unused_threads
2552   and max_idle_time values have been changed to
2553   2 and 15*1000, respectively.
2554
2555 * Bugs fixed:
2556  661767 merge/improve various bits of run-in-thread functionality
2557  680074 undefined symbol "get_C_locale"
2558  680121 g_cancellable_source_new: don't use a file descriptor
2559  680148 gthread: check for definition of PR_SET_NAME
2560  680310 Sorting of access points by strengh not working
2561  680704 g_utf8_strup() crash
2562  68076a0 GFile: Add g_file_delete_async()
2563  680787 Add .dir-locals.el to tell Emacs users not to use tabs...
2564  680823 g_file_make_directory_with_parents: Fix error propagation
2565  680994 STATIC_ASSERT in GDBusError docs don't have much utility
2566  681116 gtlscertificate: Add g_tls_certificate_equal() function
2567  681118 gtlsdatabase: Don't complain if no callbacks for async...
2568  669331 try to get gio tests working a little better on win32
2569  674314 Make gtk-doc not a hard dependency of GLib
2570  674800 gclosure: generic marshaller leaks return value
2571  675524 gsocket: FIONREAD undeclared (needs sys/filio.h)
2572  679509 use after free in g_dbus_action_group_describe_all_done()
2573  679996 gobject docs minor cleanup
2574  680459 Extra newline char in local implementation of g_applic...
2575  680505 object_path memory leak in gdbusobjectproxy.c
2576  680831 Deprecate and remove g_slice_[sg]et_config.*
2577  680912 gchecksum: Add g_compute_checksum_for_bytes()
2578  681151 checksum: Use functions instead of macros when buildin...
2579  681158 gtlscertificate: Don't confuse certificate and public ...
2580
2581 * Translation updates:
2582  Galician
2583  German
2584  Gujarati
2585  Hebrew
2586  Norwegian bokmål
2587  Serbian
2588  Slovenian
2589
2590
2591 Overview of changes from GLib 2.33.4 to 2.33.6
2592 ==============================================
2593
2594 * GAsyncInitable: partially revert the init_finish changes,
2595   some applications were found to rely on behaviour that
2596   was broken by these changes
2597
2598 * Bugs fixed:
2599  679617 win32: fix g_get_environ()
2600  679968 Add some annotations to GBytes, GVariantType...
2601  680111 GIOScheduler assumes GCancellable "cancelled...
2602
2603 * Translation updates:
2604  Spanish
2605
2606 Overview of changes from GLib 2.33.3 to 2.33.4
2607 ==============================================
2608
2609 * GMainContext: the source list has been reorganzied to
2610   avoid O(n) behaviour
2611
2612 * GRegex: Update included PCRE to 8.31 and expose new
2613   functionality in 8.x versions of PCRE
2614
2615 * GMountOperation gained a ::show-unmount-progress signal
2616   which provides information about slow unmount operations
2617
2618 * Bugs fixed:
2619  616892 gio: Add a boxed type for GFileAttributeMatcher
2620  619329 g_source_attach() O(n) in number of sources
2621  639771 g_dir_read_name() can also return NULL on error
2622  661767 merge/improve various bits of run-in-thread fun...
2623  667375 GAsyncInitable subclassing (and async subclassi...
2624  671545 Constify collect and lcopy strings in GTypeValu...
2625  674452 SEGFAULT in gio contenttype test
2626  674898 Deal with GLIB_VERSION_MIN_REQUIRED/MAX_ALLOWED...
2627  675504 Fix up GObject interface documentation
2628  677064 GString: Tweak documentation, add g_string_free...
2629  677578 error in PCRE error code conversion
2630  677579 update GRegexError for newer PCRE error codes
2631  678066 gdbus codegen does not work with python3
2632  678273 unicode othercasing is wrong in gregex
2633  678576 GIOScheduler performance enhancements
2634  678758 GTlsInteraction unlocks an unlocked mutex
2635  678808 GTestDBus issues
2636  678881 Test failures in /socket/timed_wait in some cas...
2637  678941 /contenttype/guess test case failure
2638  678944 gio returns the wrong default applications for ...
2639  678949 wrong definition of ulong_bool for 64 bit big e...
2640  678959 /mainloop/timeouts race condition: assertion fa...
2641  679193 update included pcre to 8.31
2642  679258 The 'Since' tag for G_SOURCE_CONTINUE and G_SOU...
2643  679473 Don't generate invalid property names
2644  679691 Add g_spawn_check_exit_status()
2645  679671 GDBusNodeInfo: the XML string must contain exac...
2646  676111 mount-operation: add show-unmount-progress signal
2647  679691 win32: fix build g_spawn_check_exit_status() wi...
2648  679813 Documentation bug on http://developer.gnome.org...
2649
2650 * Translation updates:
2651  Assamese
2652  Belarusian
2653  Bulgarian
2654  Galician
2655  Greek
2656  Norwegian bokmål
2657  Polish
2658  Spanish
2659  Traditional Chinese
2660  Vietnamese
2661
2662
2663 Overview of changes from GLib 2.33.2 to 2.33.3
2664 ==============================================
2665
2666 This release contains mostly bugfixes, cleanups and performance
2667 improvements (including many fixes contributed by Colin on the advice of
2668 Coverity).  There are a few notable externally-visible changes:
2669
2670 * Thumbnails are now in XDG_CACHE_HOME
2671
2672 * new GDBus API: per-thread g_dbus_connection_get_last_serial()
2673
2674 * GUnixOutputStream now has a can_poll() implementation
2675
2676 * New deep copy APIs for G(S)List: g_(s)list_copy_deep
2677
2678 * Bugs fixed:
2679  518309 Incorrect data*dir path in glib-gettextize output
2680  566994 Safer passing of -framework flag
2681  672889 GLib.utf8_validate does segfault
2682  673253 Not strict enough autconf test for libelf
2683  675024 adds g_list_copy_deep() and g_slist_copy_deep
2684  675168 prepare for thumbnails to move to XDG_CACHE_HOME
2685  675966 gresolver: More robust parsing of DNS responses
2686  676594 [Patch] fix g_reload_user_special_dirs_cache
2687  676825 Implement g_dbus_connection_get_last_serial ()
2688  677235 Clarify the comment at the top of gmarshal.list
2689  677527 OS X: gthread/spawn-async selftest failure
2690  677718 GDBusProxy: treat org.freedesktop.systemd1.Masked error as non-fatal
2691  677770 GUnixOutputStream does not implement can_poll
2692  677782 Install bash completion files in /usr/share
2693  677817 g_key_file_to_data adds extra blank lines in some cases
2694  677952 Missing annotation for GDBusConnection signal "closed"
2695  678052 g_wakeup_acknowledge is called too often.
2696  678273 unicode othercasing is wrong in gregex
2697  678333 gdbus-codegen code causes warnings under -Wfloat-equal
2698
2699 * Translations updated:
2700  Arabic
2701  Assamese
2702  Galecian
2703  Greek
2704  Spanish
2705  Telugu
2706
2707 Overview of changes from GLib 2.33.1 to 2.33.2
2708 ==============================================
2709
2710 * GLIB_VERSION_MIN_REQUIRED now defaults to the current stable version
2711
2712 * GIO input and output stream classes have grown GBytes-based methods
2713
2714 * GApplication now has hooks to register D-Bus objects before the bus
2715   name is taken
2716
2717 * Bugs fixed:
2718  605976 add g_type_ensure(), to ensure that a type has...
2719  660851 Breakage of code due to changes in the GThread...
2720  666386 Empathy doesn't open Redirect URI with particu...
2721  671139 need (transfer async) for io stream buffers
2722  672329 memory leaks in gutils.c and glib tests
2723  672548 g_utf8_validate: @str shouldn't end up annotat...
2724  674111 Provide an accessor for MimeType desktop entry...
2725  674483 broken configure results when cross-compiling ...
2726  674634 Add g_clear_pointer()
2727  674777 What's the (transfer) of g_variant_lookup()?
2728  675309 gkeyfile: Fix annotations for g_key_file_load_...
2729  675446 gfile: Plug memory leak in g_file_make_directo...
2730  675509 add extra dbus hooks
2731  675832 Incomplete gsettings bash auto-completion
2732  676208 The tmpl parameter to g_file_new_tmp can be NULL
2733  676265 GNetworkMonitor leaks a lot of memory
2734  676277 Document that g_app_info_create_from_commandli...
2735  676397 g_environ_* should work with NULL envp
2736  676398 g_spawn_* should take PATH from the passed env...
2737  676478 Broken gzip decoding
2738  676594 [Patch] fix g_reload_user_special_dirs_cache
2739  676816 Add more GLIB_AVAILABLE_IN_*
2740  676937 Document notify signal deduplication with free...
2741
2742 * Translation updates:
2743  Czech
2744  French
2745  German
2746  Greek
2747  Japanese
2748  Russian
2749  Slovenian
2750  Spanish
2751
2752
2753 Overview of changes from GLib 2.32.1 to 2.33.1
2754 ==============================================
2755
2756 * GApplication
2757  - can now have a NULL application ID
2758  - add accessors for determining dbus connection and object path
2759
2760 * g_clear_object: fix warnings when using it on C++ (due to lack of
2761   ability to implicitly cast void*)
2762 * add g_clear_pointer as a generic form of g_clear_object
2763
2764 * GDBus:
2765  - add our own implementation of the message bus for use on Windows only
2766  - fix up a few bugs that use of this bus uncovered in GDBus
2767  - escape nonce files in dbus addressess (think 'c:\')
2768  - support initial underscores in dbus codegen namespace (for private)
2769  - add GTestDBus for bringing up a session bus for testing purposes
2770  - gdbus-codegen: Avoid warnings in generated code
2771  - GDBusAuthObserver: Add a way to control what authentication mechanisms to use
2772  - 
2773
2774 * Fix misdetection of GNUstep as Cocoa (for the MacOS GSettings backend)
2775
2776 * make sure configure fails if AC_CHECK_ALIGNOF cannot detect the alignment
2777
2778 * GAppInfo
2779  - overwrite the DISPLAY only if it is set in the launch context
2780  - add accessor for StartupWMClass
2781
2782 * glib/tests/date: force US locale running the GDateTime tests
2783
2784 * Resources:
2785  - fix broken use of GVDB on big endian machines
2786  - set a 'display name' so that pretty file names appear in Gtk CSS
2787    warning messages
2788
2789 * GMainContext:
2790  - block child sources when blocking the parent
2791  - introduce more testcases for child sources
2792
2793 * GResolver: add support for MX, TXT, NS and SOA records
2794
2795 * GSocketControlMessage: Don't warn about unknown messages
2796
2797 * GIO:
2798  - implement GSeekable for the data and buffered stream classes
2799  - implement GPollable for many more classes as well
2800  - fix GConverterInputStream infinite loop when fill_buffer returns an error
2801  - fileinfo: document the correct type for trash::orig-path
2802
2803 * test coverage improvements and general fixes
2804
2805 * new 2.34 stuff: version macros, docs index section, etc.
2806
2807 * Build:
2808  - add --disable-modular-tests build option
2809  - don't require host binaries if tests are not enabled for cross-builds
2810
2811 * Translations updated
2812  Brazilian Portuguese
2813  Bulgarian
2814  Czech
2815  French
2816  Galician
2817  German
2818  Hebrew
2819  Hindi
2820  Italian
2821  Norwegian bokmål
2822  Polish
2823  Russian
2824  Russian
2825  Serbian
2826  Simplified Chinese
2827  Slovenian
2828  Spanish
2829  Telugu
2830
2831 Overview of changes from GLib 2.32.0 to 2.32.1
2832 ==============================================
2833
2834 * Bugs fixed:
2835  670254 glib-2.30.2: Fails /GDateTime/new_from_unix test
2836  672541 glib-compile-resources prepends --sourcedir to absolute paths
2837  673139 URL to mailing lists in README incorrect
2838  673174 g_input_stream_read[_finish]: document returning 0 on EOF
2839  673191 glib/gchecksum.c warning: dereferencing type-punned pointer...
2840  673216 [W32] gtestutils does not use path separators consistently
2841  673439 Properly deprecate g_value_{set,get}_char
2842  673612 Fails to decode dictionaries wrapped in two layers of array
2843  673803 gclosure: Support return values of GVariants
2844  669285 glib/tests/markup-parse fails under non-english locale
2845  673911 gio-2.0.pc lists full path to executables, breaking cross com..
2846  673762 gnextstepsettingsbackend.c:343: error: parse error before 'in'
2847
2848 * Updated translations:
2849  Belarusian
2850  British English
2851  Bulgarian
2852  Catalan
2853  Czech
2854  French
2855  German
2856  Hebrew
2857  Hindi
2858  Hungarian
2859  Italian
2860  Japanese
2861  Kannada
2862  Latvian
2863  Lithuanian
2864  Marathi
2865  Norwegian bokmål
2866  Odia
2867  Polish
2868  Serbian
2869  Slovenian
2870  Spanish
2871  Swedish
2872  Telugu
2873
2874
2875 Overview of changes from GLib 2.31.22 to 2.32.0
2876 ===============================================
2877
2878 * Bugs fixed:
2879  671988 Quickly registering / unregistering objects on bus...
2880  672095 glib needs stable sort function
2881  672406 glib/tests/include.c fails to build on FreeBSD
2882
2883 * Updated translations:
2884  Telugu
2885
2886
2887 Overview of changes from GLib 2.31.20 to 2.31.22
2888 ================================================
2889
2890 * Bugs fixed:
2891  531901 Use __builtin_bswap* for GUINT*_SWAP_LE_BE if building...
2892  653167 Out of tree build is broken on windows
2893  668973 Test /gvariant/parser fails on Solaris 10
2894  669797 gvfs now lists its fuse mounts
2895  670846 deadlock: GStreamer-WARNING **: wrong STREAM_LOCK count 0
2896  671664 gio-querymodules: unlink instead of writing empty cache
2897  671676 Glib can't be cross-compiled any more after merge of...
2898  671918 gnome-shell is inaccessible unless started while an AT...
2899  671942 GSocketMsgFlags: annotate as a flags
2900  671997 Unix signal handling assumes that volatile 1-byte writes...
2901  672013 GSimpleAsyncResult: support reliable cancellation
2902  672026 default log output should include pid and/or prgname
2903  672095 glib needs stable sort function
2904  672201 G_SPAWN_SEARCH_PATH should continue on ENODEV and ETIMEDOUT
2905  672239 request NO_REPLY from g_dbus_connection_call() with no as...
2906  672249 gdbusproxy leaks asyncresult in an error case instead of...
2907
2908 * Translation updates:
2909  Assamese
2910  British English
2911  Catalan
2912  Catalan (Valencian)
2913  Danish
2914  Esperanto
2915  Finnish
2916  French
2917  German
2918  Hungarian
2919  Korean
2920  Lithuanian
2921  Norwegian bokmål
2922  Polish
2923  Portuguese
2924  Russian
2925  Traditional Chinese
2926
2927
2928 Overview of changes from GLib 2.31.18 to 2.31.20
2929 ================================================
2930
2931 * Update to Unicode 6.1
2932
2933 * Update PCRE to 8.30
2934
2935 * Deprecations are now versioned, and new API is
2936   marked with the version it was introduced.
2937   Use these with GLIB_VERSION_{MIN,MAX}_REQUIRED
2938
2939 * The performance of signal emissions has been
2940   improved for simple cases
2941
2942 * Bugs fixed:
2943  529806 Cannot build in 64-bit Mac OS X due to libiconv
2944  580873 Documentation of register type functions incomplete
2945  592666 Document how to unset an attribute
2946  597785 g_type_class_add_private code snippet is a bad example
2947  621368 glib-2.24.1: FAIL: run-assert-msg-test.sh when updating...
2948  622149 --disable-regex breaks glib2 build
2949  639873 GBinding: Crash when binding two properties on the same...
2950  640202 For GLIB v. 2.23.6 and above: impossibility to build mu...
2951  668295 Need a way to classify GVolume instances
2952  669670 gasyncqueue: don't use deprecated g_cond_timed_wait()
2953  670542 Add version information for deprecations
2954  670557 gvaluetransform: Fix an infinite loop with GFlagsValue...
2955  670721 global variable for signal ID should be hidden
2956  670751 IceWM build fails due to the G_DEPRECATED_FOR macro
2957  670909 g_dbus_connection_call leaks when it receives an error...
2958  670922 Include path to gdbus-codegen in the pkgconfig file
2959  670969 GSequence lookup may fail if there was no sort prior to...
2960  671025 Constants and identifiers starting with a number are no...
2961  671270 make distclean failures
2962  671281 glib-compile-resources.xml is missing from the dist tar...
2963
2964 * Translation updates:
2965  Basque
2966  Belarusian
2967  Brazilian Portuguese
2968  Bulgarian
2969  Galician
2970  Hebrew
2971  Lithuanian
2972  Persian
2973  Punjabi
2974  Serbian
2975  Simplified Chinese
2976  Slovenian
2977  Telugu
2978  Traditional Chinese
2979  Uyghur
2980  Vietnamese
2981
2982
2983 Overview of changes from GLib 2.31.16 to 2.31.18
2984 ================================================
2985
2986 * GDBusProxy has now a flag, G_DBUS_PROXY_FLAGS_GET_INVALIDATED_PROPERTIES,
2987   which can be set to make GDBus automatically reload
2988   changed properties even if the propertychanged signal
2989   does not contain the new values.
2990
2991 * GApplication puts non-unique applications on the bus
2992
2993 * GApplication now has g_application_quit()
2994
2995 * g_async_queue_timed_pop has been deprecated in favor of
2996   the new g_async_queue_timeout_pop, which uses relative
2997   delays in microseconds instead of a GTimeVal.
2998
2999 * a huge number of API documentation fixes
3000
3001 * Bugs fixed:
3002  647986 put non-unique apps on D-Bus
3003  658484 vpn connection vs NetworkSecretDialog
3004  664237 GDateTime falls back to UTC if TZ is set
3005  669329 gthread-win32: update for g_get_monotonic_time() changes
3006  669330 glocalfile: fix error code when opening a directory on win32
3007  669372 glib/tests memory leaks.
3008  669412 mem leak in g_environ_unsetenv
3009  669538 Fix compilation of glib-compile-resources.c on Windows
3010  669544 gdbus-codegen example introspection XML is not complete
3011  669595 glib-mkenums: fix handling of forward enum declarations
3012  669670 gasyncqueue: don't use deprecated g_cond_timed_wait()
3013  669671 gobject: use #pragmas to avoid deprecated function warnings
3014  669689 Retrieve cwd and environ in local GApplicationCommandLine
3015  669810 socket/win32: flush pending read before signaling HUP
3016  669865 g_regex_fetch()
3017  670085 memory leak in g_output_stream_write_async
3018  670138 gbytes.h is missing the G_BEGIN/END_DECL guards
3019  670485 Simplify session API (shared bug with gtk+)
3020
3021 * Updated translations:
3022  Belarusian
3023  Danish
3024  Galician
3025  Serbian
3026  Telugu
3027  Hebrew
3028
3029
3030 Overview of changes from GLib 2.31.14 to 2.31.16
3031 ================================================
3032
3033 * GResource:
3034  - The resource compiler can now convert pngs into
3035    pixel data that can be used without parsing at runtime
3036    (requires gdk-pixbuf-pixdata to be present)
3037
3038 * Bugs fixed:
3039  669123 resource compiler: failing to-pixdata should...
3040  669173 resource: fix xml preprocess entity handling
3041  669224 Cross-compilation broken by data-to-c
3042  669253 gsettings set buggy on array values
3043  669334 fix memory leak in bookmark file parser
3044
3045 * Translation updates:
3046  Norwegian bokmål
3047  Spanish
3048
3049
3050 Overview of changes from GLib 2.31.12 to 2.31.14
3051 ================================================
3052
3053 * GResource:
3054  - GLib now includes a commandline utility, gresource,
3055    to explore resources in ELF files
3056  - The resource compiler can now optionally strip
3057    ignorable whitespace from XML resources
3058  - The resource compiler can now generate build dependencies
3059  - The resource compiler will now autoselect output formats
3060
3061 * GApplication:
3062  - The menu markup parser API has been dropped, the
3063    menu XML support lives in GTK+ now
3064
3065 * GValueArray has been deprecated
3066
3067 * Bugs fixed:
3068  626258 N-ary Trees - 'nodes' can be inserted before and after...
3069  634232 Core Dump / Aborted using g_key_file_to_data
3070  639099 schema compiler chokes on valid schema
3071  667228 Deprecate GValueArray
3072  667243 Add an element clear function to GArray
3073  667929 glib-compile-resources: xml resources doesn't need to...
3074  668250 g_date_time_format() produces a non-UTF8 string
3075  668468 'IP_ADD_SOURCE_MEMBERSHIP' undeclared
3076  668532 resources: add dependency generator to the resource compiler
3077  668539 resources: compiler should autoselect output format...
3078  668561 gresource-tool not internationalized
3079  668572 glib_cv_g_atomic_lock_free config.cache setting not honored...
3080  668650 GRealArray->clear_func should be initialized
3081  668756 GKeyFile: allow loading from empty strings
3082  668857 fix couple of typos in comments
3083  669024 goption: implement platform_get_argv0() for OpenBSD
3084
3085 * Updated translations:
3086  Galician
3087  Norwegian bokmål
3088  Spanish
3089  Traditional Chinese
3090
3091 Overview of changes from GLib 2.31.10 to 2.31.12
3092 ================================================
3093
3094 * GApplication:
3095  - Drop support for exporting menus - this functionality
3096    will be provided in GtkApplication
3097  - Add a way to create actions that change settings
3098
3099 * Bugs fixed:
3100  629503 Add async versions of g_unix_connection_{receive,send}_credentials
3101  656301 glib-compile-schemas should not create an empty file
3102  668071 mingw-gcc build fails on gio/gsocket.[c|h]
3103  668118 the big appmenu switcheroo
3104  668158 base64 encode and line termination
3105  668163 GDBusConnection: note that exit-on-close is sometimes TRUE
3106  668269 gsignal: add g_signal_handlers_disconnect_by_data
3107  668279 create GAction from GSettings
3108
3109 * Translation updates:
3110  Norwegian bokmål
3111
3112
3113 Overview of changes from GLib 2.31.8 to 2.31.10
3114 ===============================================
3115
3116 * GResource:
3117  - A new facility to allow linking data files into binaries
3118    and make them available as resources
3119  - Resources are compiled using glib-compile-resources
3120  - GIO supports resource:/// uris to access resources
3121
3122 * Bugs fixed:
3123  619126 Missing dependency libs
3124  658315 g_key_file_get_keys() should set length to 0...
3125  660371 is it ever valid to have 0 as a GError domain?
3126  666700 Add some missing (allow-none) annotations
3127  667375 GAsyncInitable subclassing (and async subclassing...
3128  667447 Missing many introspection annotations
3129  667790 Protect call to pthread_condattr_setclock with define
3130  667938 wrong gtypes generated for empty flags enums
3131
3132 * Translation updates:
3133  Hebrew
3134  Spanish
3135
3136
3137 Overview of changes from GLib 2.31.6 to 2.31.8
3138 ==============================================
3139
3140 * GObject:
3141  - The type checks for overriding properties have been loosened.
3142    In particular, it is now possible to add the CONSTRUCT flag
3143    to an overridden property
3144  - GWeakRef is a new API for weak references; unlike g_object_weak_ref
3145    and g_object_add_weak_pointer, it is thread-safe.
3146
3147 * GHashTable has grown new convenience api for use as a set:
3148   g_hash_table_add, g_hash_table_contains
3149
3150 * GSocketConnection has gained API for managing connection status
3151
3152 * GSettings: a native OS X backend has been added, under the
3153   name 'nexstep'
3154
3155 * Bugs fixed
3156  455640 Something fishy with GRegex and unicode
3157  548954 weak references are not threadsafe
3158  625751 Add G_FILE_ATTRIBUTE_FILESYSTEM_USED
3159  658871 gbacktrace: g_get_prgname () isn't called for a NULL argu...
3160  664069 gvariant: Never break out of g_variant_iter_loop
3161  664830 g_strescape doesn't natively handle \v (vertical tab)
3162  665211 GDBusConnection singleton access can race with disposal
3163  665805 Add GSocketClient::action, for tracking socket client status
3164  666116 some tests provoke undefined behaviour, which is undesira...
3165  666422 Unreachable code in gio gnetworkmonitornetlink.c
3166  666551 Crash in g_thread_xp_SleepConditionVariableSRW
3167  666595 menu parser disallows id='' on submenu and section
3168  666615 loosen property override flag restrictions
3169  666616 gobject: fix property override type checks
3170  666803 g_utf8_validate() fails to validate strings with known size
3171  666804 g_ateaxit deprecation warning in devhelp points in wrong ...
3172  666951 g_mkdtemp: Since version incorrect in docs
3173  666978 Fails to compile glib applications with ISO C90 compiler
3174  667098 ginetaddressmask leaks its address property
3175  667225 GSocket: add missing type checks to public methods
3176  667226 GSocket: fix an error return value
3177  667279 Sometimes crashes when launching commandline-crea...
3178  667285 Wrong keyname listed in documentation for g_deskt...
3179  667331 Use g_queue_free_full() convenience function
3180  667420 GHashTable GDB pretty printing is broken
3181
3182 * Updated translations
3183  Belarusian
3184  Bulgarian
3185  Hebrew
3186  Norwegian bokmål
3187  Norwegian Nynorsk
3188  Spanish
3189  Vietnamese
3190
3191
3192 Overview of changes from GLib 2.31.4 to 2.31.6
3193 ==============================================
3194
3195 * GApplication no longer has APIs for setting menus.  Those have been
3196   moved to GtkApplication.
3197
3198 * the GActionGroup import/export functionality has been decoupled from
3199   GApplication by the introduction of a new interface for the purpose of
3200   handling platform data: GRemoteActionGroup.  This allows Gtk to
3201   properly deal with platform data (and gdk threads) on window actions.
3202
3203 * lots of documentation improvements
3204
3205 * bug fixes and a huge number of memory leak fixes
3206
3207 * the test suite now passes on ARM and some of the GDBus testcase hangs
3208   we've been seeing have been resolved (although others could remain)
3209
3210 * g_bytes_get_data() API changed: now includes 'size' out parameter
3211
3212 * new g_queue_free_full() API similar to g_[s]list_free_full()
3213
3214 * desktop files: use standard "Keywords" now, not "X-GNOME-Keywords"
3215
3216 * gsettings commandline tool now has --schemadir option for schemas not
3217   installed in the usual place (ie: as part of plugins)
3218
3219 * Bugs fixed:
3220  643736 GApplication doesn't emit dbus signals on action updates
3221  657433 g_queue_free_full() missing
3222  664699 glib: documentation fixes
3223  665737 acquire/release gdk threads lock on incoming dbus
3224  665879 GBytes: add a size argument to g_bytes_get_data
3225  666113 various leaks in GLib, GIO are visible in the regression tests
3226  666115 various tests leak memory, obscuring real leaks in the library
3227  666145 Doc could be more explicite that g_thread_init calls can be droped
3228  666173 Configure warning - linux/netlink.h usability... no
3229  666296 Race condition in g_thread_xp_get_srwlock
3230  666415 Settings tools should allow specifying a schema directory 
3231
3232 * Translations updated:
3233  French
3234  Spanish
3235
3236 Overview of changes from GLib 2.31.2 to 2.31.4
3237 ==============================================
3238
3239 * EXPERIMENTAL: Menu support has been added to GApplication.  Menus
3240   are exported on the bus, alongside the actions that are already there.
3241   There have also been many related improvements to action group
3242   functionality.
3243
3244   These new APIs are subject to changes in the coming releases.  In
3245   particular, it seems somewhat likely that the APIs for registering
3246   menubars may change in order to accommodate windows with different
3247   types of menubars.
3248
3249 * GDBusConnection previously directly dispatched destroy notifies when
3250   unregistering objects if the current main context was the same context
3251   the object was exported on.  It now unconditionally dispatches these
3252   through an idle on the context.
3253
3254 * Clean up Requires in pc files. Linking against GIO no
3255   longer drags in gmodule. This may require dependency
3256   fixes here and there.
3257
3258 * Introduce GBytes, a data type for immutable, fixed-size
3259   byte sequences. This makes the pre-existing GBuffer
3260   API available outside GLib
3261
3262 * GDBusInterfaceSkeleton can now be exported on multiple
3263   connections
3264
3265 * Bugs fixed:
3266  600161 Do not use static GTypeInfo and GInterfaceInfo
3267  640077 GFileMonitor: Always send CHANGES_DONE_HINT after a move...
3268  641720 Misleading definition for local_command_line() in GApplic...
3269  648516 Little comment error and 2 useless lines of code
3270  651997 Dummy backend for gapplication
3271  652560 Test for g_ascii_strtod is failing
3272  662208 failure to initialize a GInitable should be considered...
3273  662718 GDBusInterfaceSkeleton should be able to export on multi...
3274  663291 GBytes: Immutable, refcounted sequence of bytes
3275  664406 Need context for a proper translation
3276  664455 Build fixes for GLib GIT master (2.31.x)
3277  664558 GDBusWorker.frozen has a value > 1 in a gboolean
3278  664559 sys/wait.h not available on windows
3279  664617 gdbus segfault error 4 in libgio-2.0.so.0.3102.0
3280  664635 GMemory{Out,In}putStream _async functions break sub-class...
3281  664809 Add command line option to gtester to allow skipping tests
3282  665067 cryptic assertion failure if nonsensical flag combinations...
3283  665184 Check ref. count before reffing/unreffing
3284  665298 Add 'Requires.private: libpcre' to glib-2.0.pc
3285  665391 update documentation around mainloops
3286  665607 ./configure is there for fiddling with cross-compile enviro...
3287  665634 g_dbus_node_info_new_for_xml() errors on unknown attributes...
3288  665685 Add a #define for the max length of a Unicode decomposition
3289  665733 GDBusConnection holds lock while calling destroynotify
3290
3291 * Translation updates:
3292  Norwegian bokmål
3293  Spanish
3294
3295
3296 Overview of changes from GLib 2.31.0 to 2.31.2
3297 ==============================================
3298
3299 * Monotonic time is now properly supported on Windows
3300
3301 * glib-mkenums: fix @ENUMPREFIX@ with /*< underscore_name=... >*/
3302
3303 * EXPERIMENTAL: introduce new GSettingsSchema and GSettingsSchemaSource
3304   APIs for the convenience of plugin system authors and those who wish
3305   to introspect the contents of schemas.  This API may change.
3306
3307 * Improve the performance of GObject property notifies.
3308
3309 * GDBus:
3310  - fix a race when unowning a name immediately after owning it
3311  - thread safety improvements on GDBusConnection
3312  - fixes for exit-on-close functionality
3313
3314 * Deprecations:
3315  - add G_SIGNAL_DEPRECATED
3316  - don't use G_DISABLE_DEPRECATED masking for functions anymore
3317
3318 * docs
3319  - tmpl/ is finally dead for glib
3320
3321 * GIO:
3322  - GInetAddressMask: new type for internet address range matching
3323  - various GIO file and stream fixes
3324  - improvements to attribute and fileinfo handling
3325
3326 Overview of changes from GLib 2.29/2.30 to 2.31.0
3327 =================================================
3328
3329 This release contains a huge number of changes (500 commits worth).  The
3330 list below attempts to summarise, but not every change is listed.
3331
3332 * Major changes to threading and synchronisation
3333  - threading is now always enabled in GLib
3334  - support for custom thread implementations (including our own internal
3335    support for errorcheck mutexes) has been removed
3336  - a whole lot of dead code (to deal with the non-threaded case) has
3337    been ripped out.  This includes the racy path of GMainContext that
3338    caused deadlocks with respect to child process exits in
3339    single-threaded programs (such as gtester).
3340  - libgthread is now an empty shell and g_thread_init() is no longer
3341    required (and has been deprecated)
3342  - GMutex and GCond can now be statically allocated without explicit
3343    initialisation.  Dynamic allocation for these types is deprecated.
3344  - new types GRecMutex and GRWLock can also be statically allocated
3345    without explicit initialisation.
3346  - GPrivate can now be statically allocated and has an improved API.
3347    Dynamic allocation of GPrivate is deprecated.
3348  - GStaticMutex, GStaticRecMutex, GStaticRwLock, GStaticPrivate are
3349    deprecated.
3350  - GCond now uses monotonic time internally and a new API takes
3351    monotonic time for timed waits, deprecating the wallclock API
3352  - removal of the insane macro indirection used in the previous
3353    implementation of threading and synchronisation APIs
3354  - use SRWLock and CONDITION_VARIABLE APIs when available on Windows
3355    (Vista and later) and emulate them on XP
3356  - leaks of G(Static)Private-allocated data on some cases of thread exit
3357    have been fixed
3358  - simplified new thread creation API with the old API deprecated.  The
3359    concept of joinability has disappeared (all threads are joinable) as
3360    have priority levels, 'bound'ness (ie: kernel vs. userspace threads)
3361    and ability to manipulate the stack size.
3362  - GThread is now a refcounted type
3363  - other implementation details changed
3364
3365 * Move headers for some deprecated functionality to a separate
3366   deprecated/ directory.
3367
3368 * New support for attribute-based deprecations to issue compiler
3369   warnings instead of breaking the build and/or giving warnings about
3370   implicit declarations (and possibly miscompiling).
3371
3372 * GCache has been deprecated (after its last use was removed from our
3373   platform over a year ago).
3374
3375 * It is no longer possible to include individual headers (like
3376   "ghash.h") -- you must #include <glib.h>.
3377
3378 * The misguided experiment of allowing the program to stumble along with
3379   missing GSettings schemas is now over -- the abort is back.
3380
3381 * Clarify that fork() is not valid while using GMainContext.  This is
3382   because the internal resources of the GMainContext end up being shared
3383   by both processes.  We had an assert here but it was breaking existing
3384   (valid) use cases as well, so it has been removed for now.
3385
3386 * GApplication
3387   - add ::shutdown signal as logical dual to ::startup
3388   - don't use a GMainLoop: iterate the GMainContext directly (improves
3389     quit logic)
3390
3391 * Several portability fixes for Windows, OpenBSD, Solaris
3392
3393 * Add new GValue API to specifically deal in signed chars (in case the
3394   platform defines 'char' as unsigned)
3395
3396 * some new API to mitigate the problems associated with calling setenv()
3397   in a multi-threaded program
3398
3399 * Use CLOCK_MONOTONIC unconditionally if the libc has support at compile
3400   time (ie: stop checking for kernel support at runtime).
3401
3402 * pkg-config files:
3403   - drop -uninstalled variants
3404   - remove gobject dependency on gthread
3405
3406 * New macro G_ATOMIC_LOCK_FREE is defined if the atomic operations are
3407   implemented without use of a mutex.  Cleaned up atomic-related
3408   compilation issues with mingw compilers on win32 systems.
3409
3410 * SOCKS proxy and resolver improvements
3411
3412 * Fix the spelling of G_IO_FLAG_IS_WRITABLE (was WRITEABLE) and
3413   introduce a macro for backwards compatibility.
3414
3415 * GDBus:
3416   - many code generation updates and improvements
3417   - some race condition fixes, including testcase hangs
3418
3419 * GVariant:
3420   - new g_variant_new_from_fixed_array() API
3421   - substantial docs improvements/clarifications
3422
3423 * GKeyFile is now refcounted and boxed
3424
3425 * mount monitoring is now based on /proc/mounts (where available)
3426   instead of mtab
3427
3428 * new macros G_SOURCE_CONTINUE and G_SOURCE_REMOVE for returning from
3429   GSourceFunc (so you don't have to remember what TRUE and FALSE mean)
3430
3431 * use xlocale functions where available to avoid too much heavy lifting
3432   in functions like g_ascii_strtod()
3433
3434 * GMappedFile can now be created from an fd
3435
3436 * error message strings grammar/i18n fixes
3437
3438 * many docs updates
3439
3440 * Partial list of bugs closed:
3441  70598  Unify GStaticMutex and GMutex.
3442  320888 optimization for g_main_context_wakeup
3443  398418 GChildWatch race condition?
3444  527214 g_timer_elapsed() returns random values
3445  580505 add a way to set/get name for a thread
3446  583511 race condition means g_main_loop_quit() does not work
3447  590808 GKeyFile should have a refcount and a boxed type in GObject
3448  592715 Document that g_str_hash() and g_int_hash() are not NULL safe
3449  631413 Add macros for GSourceFunc return values
3450  632049 not immediately clear what g_variant_get_fixed_array expects
3451  640212 "Error stating file" is not a friendly message
3452  640293 Use xlocale functions to implement g_ascii_strtod()
3453  640975 Check that error exists before trying to set it
3454  643934 GApplication lacking a logical dual for the ::startup signal
3455  651268 assertion failed in GDBus worker thread
3456  653987 g_key_file_get_integer cannot interpret trailing spaces
3457  654412 Documentation for g_variant_get_child_value unclear
3458  654563 info capplet: Failed to calculate disk space
3459  655366 missing GSettings schemas lead to obscure crashes
3460  656621 g_spawn_*() calls executables in current directory
3461  656679 [gi] Add two annotations to gio
3462  657992 Add glib__private__() API to share between glib,gio
3463  658188 _set_as_last_used_for_type generates a broken mimeapps.list
3464  658206 gsocks5proxy.c has invalid gettext use
3465  658207 glib-compile-schemas says "can not"
3466  658558 simpleaction: Fix documentation of :enabled
3467  658683 clean up charset/language threading issues
3468  658692 add introspection annotations to g_time_val_from_iso8601()
3469  658715 Duplicite strings
3470  658769 Invalid reuse of GError in GThreadedResolver
3471  658806 sign error in string hash implementation
3472  658976 gdbus-codegen's C namespace option needs to support Ugly_Case
3473  659070 gdbus-codegen generated code segfaults when property changes
3474  659082 gdbus-codegen: Single letter namespaces get dropped from names
3475  659212 GMappedFile should fail on non-regular files
3476  659324 _SPLICE_CLOSE_TARGET doesn't mark the output stream as closed
3477  659423 Use adaptive mutexes when available
3478  659427 Move deprecated code to a separate directory
3479  659646 gdbus-codegen produce code that warnings at build
3480  659690 Possible build warning in code generated by gdbus-codegen
3481  659699 property name collision when generating code for "Connection"
3482  659754 Add API to GMappedFile that allows to pass FD
3483  659838 incorrect types in introspection for g_object_bind_property
3484  659866 pthread_rwlock_t requires defined __USE_UNIX98
3485  659870 gvalue: Fix signedness of g_value_get_char()
3486  659889 glib-2.29.92/gio-2.0.pc.in has a wrong line.
3487  659916 GObject size of 64K is not actively enforced
3488  659920 Missing setter for read/write property 'closed' of GIOStream
3489  659923 Add g_variant_new_fixed_array() function
3490  660013 Remove old g_atomic configure cruft
3491  660096 glib/rwlock tests failure (tests asserted)
3492  660130 Possible loss of user data when updating mimeapps.list
3493  660147 tracker causes g_critical in "gsettings list-recursively"
3494  660413 Make G_ASSERT_STATIC work with clang
3495  660498 Generated test code fails when the codegen changes
3496  660511 Use /proc/mounts for monitoring mounts, not /etc/mtab
3497  660536 Expose options for /etc/fstab entries
3498  660635 Deprecate g_thread_foreach
3499  660637 Pending dbus method calls not canceled on connection loss
3500  660739 kill off g_{mutex,cond}_{new,free}()
3501  660740 make GThread more standard
3502  660741 g_cond_timedwait is a disaster
3503  660743 macro wrappers for g_once_init_enter/leave
3504  660744 finish killing g_thread_init()
3505  660745 GPrivate leaks on Windows
3506  660791 [gio] Improve doc for g_file_make_directory_with_parents()
3507  660843 asyncqueue-test is broken
3508  660849 Remove cruft from g_strerror and g_strsignal
3509  660886 GDBusProxy: don't drop/complain about unknown props/signals
3510  660887 g_slice_set_config() is broken
3511  660994 Add g_main_context_ref_thread_default()
3512  661255 gio: enable test_peer regression test for OpenBSD
3513  661257 giomodules.c uses ":" instead of G_SEARCHPATH_SEPARATOR_S
3514  661318 tests use pthread without appropriate compiler/linker flags
3515  661421 Applications fail to initialize on GNU Hurd - commit
3516  661438 Implement G_GNUC_DEPRECATED/G_GNUC_DEPRECATED_FOR on Visual C++
3517  661711 Sorting keys for GDrive, GVolume and GMount instances
3518  661763 desktop-app-info: Add support for X-GNOME-Keywords
3519  661896 /gdbus/connection/life-cycle is racy
3520  661914 Gstreamer/Totem locks up
3521  662100 regression: g_dbus_connection_close() triggers exit-on-close logic
3522
3523 * Translations updates:
3524  Belarusian 
3525  Brazilian Portuguese
3526  British English 
3527  Bulgarian 
3528  Catalan 
3529  Catalan (Valencian)
3530  Czech 
3531  Danish 
3532  Esperanto
3533  French 
3534  Gujarati
3535  Hebrew 
3536  Hungarian 
3537  Italian 
3538  Japanese
3539  Lithuanian
3540  Norwegian bokmål
3541  Oriya
3542  Polish 
3543  Russian 
3544  Serbian
3545  Simplified Chinese
3546  Slovak 
3547  Slovenian
3548  Spanish 
3549  Tamil
3550  Vietnamese
3551
3552 Overview of changes from GLib 2.29.18 to 2.29.90
3553 ================================================
3554
3555 * API/ABI changes:
3556  - unix signal watches now match the API of all of the other sources
3557  - revert the addition of g_date_time_source_new () from last release
3558
3559 * networking and other fixes for Solaris
3560  - we no longer support symbolic port names (ie: from /etc/services)
3561  - check if -lsocket is needed
3562  - fix g_socket_details_from_fd()
3563  - avoid getmntinfo
3564  - fix some harmless warnings
3565
3566 * GDateTime improvements:
3567  - generally improved standards compliance (with C99)
3568  - support C99-specified format strings: %g, %G, %V, %c, %C, %w
3569  - consult the locale for the preferred 12-hour time format (%r)
3570  - drop support for non-standard %N and broken %W
3571  - better support for formatting non-POSIX (eg: Arabic) numerals
3572  - locale-related test case fixups, and fix some leaks
3573
3574 * GTlsInteraction: add interaction method invocation guarantees
3575
3576 * gdbus-codegen: post-process all interfaces when parsing >1 file
3577
3578 * make GMainLoop, GMainContext and GSource boxed types
3579
3580 * fix a race condition in the first use of g_get_monotonic_time()
3581
3582 * lots gtk-doc cleanups
3583
3584 * better intltool compatibility when generating pot file
3585
3586 * avoid GCC-specific compiler options when not using GCC
3587
3588 * Translation updates:
3589  Belarusian
3590  Brazilian Portuguese
3591  Canadian English
3592  Galician
3593  Indonesian
3594  Korean
3595  Lithuanian
3596  Norwegian bokmål
3597  Portuguese
3598  Spanish
3599  Swedish
3600
3601 Overview of changes from GLib 2.29.16 to 2.29.18
3602 ================================================
3603
3604 * GDateTime is now respecting LC_TIME when formatting
3605
3606 * GTimeZoneMonitor has been removed again
3607
3608 * A new API for wallclock functionality has been added:
3609   g_date_time_source_new(). This API is still experimental
3610   and may be changed or removed before 2.30.
3611
3612 * Bugs fixed:
3613  628904 Add credential support for FreeBSD and fix a socket issue
3614  650763 gdbus-codegen is broken with python 2.7
3615  655129 GDateTime could provide api for implementing wall clocks
3616  656341 gtlsconsoleinteraction.c uses getpass() which isn't avail...
3617  656387 GCancellable can be used concurrently
3618  656443 Make GTlsInteraction ask_password cancellable
3619  656675 void functions should not return in glib 2.29.16
3620  656772 g_variant_compare for uint64 incorrect
3621  656914 Load GIO_EXTRA_MODULES first, and ignore duplicates
3622  657083 The header langinfo.h is not available on all systems
3623  657084 gfileutils: fix docs/annotations for temp file methods
3624  657138 Some files missing in POTFILES.in
3625  657206 GInputStream leaked in g_file_icon_load_async()
3626  657243 g_cancellable_set_error_if_cancelled() documentation
3627  657274 Use detected PYTHON variable as shebang for gdbus-codegen
3628  657336 Speling fixes for glib found with codespell
3629  657452 plural forms needed
3630  657454 Translation comment needed
3631  657540 Print out file:// URL to coverage HTML report after building
3632  657593 g_test_trap_fork calls close(-1)
3633  646082 Addresses from GSocket should be normalized before returning
3634  657517 fix gio/tests/gdbus-peer on bsd
3635
3636 * Translation updates:
3637  Brazilian Portuguese
3638  Galician
3639  Norwegian bokmål
3640  Punjabi
3641  Russian
3642  Serbian
3643  Spanish
3644  Swedish
3645  Traditional Chinese
3646  Uighur
3647
3648
3649 Overview of changes from GLib 2.29.14 to 2.29.16
3650 ================================================
3651
3652 * GTlsDatabase: an abstract class that provides support
3653   or certificate and key lookup. An implementation will
3654   be provided in glib-networking
3655
3656 * GHmac: Support or HMAC digests
3657
3658 * Misc new API:
3659  - g_ptr_array_add_full: creates a GPtrArray with
3660    a preallocated size and a destroy function
3661  - g_desktop_app_info_get_show_in: checks if a GDesktopAppInfo
3662    should be shown in a given desktop environment
3663  - g_mkdtemp, g_mkdtemp_full, g_dir_make_tmp: create
3664    temporary directories
3665
3666 * Unify thread wakeup implementations of GMainContext
3667   and GCancellable, and use eventfd for it when available
3668
3669 * Show mounts in $XDG_USER_DIR in addition to /media and $HOME
3670
3671 * Bugs fixed:
3672  636572 GTlsCertificateDB
3673  644601 Some tests need a running dbus session
3674  652284 deal with small key lengths
3675  652827 glib-2.29.8 no longer builds with mingw.org's toolchain
3676  653063 PEM parser fails parsing private key when put first
3677  654078 Fail to static linking with Glib library
3678  654450 New functions: g_ptr_array_new_full()
3679  654793 Add G_VALUE_INIT
3680  655044 GDesktopAppInfo: Add g_desktop_app_info_get_show_in()
3681  655148 gdbusconnection is broken when compiling with mingw
3682  655241 glocalfile.c no longer compiles with MinGW GCC
3683  655598 g_cancellable_get_fd: silently return -1 for NULL cancellable
3684  655664 gdbus should not abort if no dbus session is available
3685  655769 Use ZLIB_CFLAGS when compiling gio
3686  656031 Improve GVariant annotations
3687  656048 glib-codegen requires Python >= 2.5
3688  656151 configure test logic inverted, doesn't match comments
3689  656152 GCC only syntax used, yet other compilers allowed by configure.
3690  656162 allow use of lcov 1.9 for coverage
3691  656282 GDBusProxy: uninitialized local variables can be freed
3692  656283 Failing tls connection cause assertion
3693  118563 Add g_mkdtemp in the spirit of g_mkstemp
3694  636405 Add g_return_if_fail() to g_settings_bind_with_mapping()
3695  656039 race condition between GDBusProxy signals and public API
3696  656492 g_io_channel_new_file failure (open(2) behavior wrt POSIX)
3697
3698 * Translation updates:
3699  Bulgarian
3700  Esperanto
3701  French
3702  Galician
3703  German
3704  Hebrew
3705  Indonesian
3706  Italian
3707  Norwegian bokmål
3708  Russian
3709  Spanish
3710  Swedish
3711
3712
3713 Overview of changes from GLib 2.29.12 to 2.29.14
3714 ================================================
3715
3716 * Unicode improvements
3717  - add g_unicode_script_{to,from}_iso15924
3718  - add G_UNICODE_SPACING_MARK define
3719  - more normalisation improvements
3720  - stop using deprecated g_unicode_canonical_decomposition()
3721
3722 * GParamSpec:
3723  - mark the 'name' field as 'const' and add a comment to the header to
3724    help avoid future problems caused by bad hacks
3725
3726 * Merge some (modified) patches from Debian:
3727  - 03_blacklist-directories.patch
3728    - add some blacklisted mount directories
3729  - 60_wait-longer-for-threads-to-die.patch
3730    - sleep longer in a test case, if needed to avoid failing
3731
3732 * Units policy change: prefer use of SI units
3733  - deprecate g_format_size_for_display, add g_format_size(_full)
3734
3735 * GSettings: don't call g_error() when the schema is missing
3736
3737 * GVariant support for arrays of object paths:
3738  - new g_variant_{new,get,dup}_objv API
3739  - support for g_variant_{new,get} '^ao' and '^a&o' similar to '^as'
3740
3741 * GDBus:
3742  - use new improved array-of-objects support and pass 'ao' as char**
3743    instead of GVariant*
3744  - improve handling of 'h' type (Unix file descriptor index)
3745
3746 * GIO:
3747  - fix compilation without USE_STATFS and USE_STATVFS
3748
3749 * Documentation fixes
3750
3751 * Bugs fixed:
3752  622921 Migrate from dbus-glib to glib's GDBus
3753  648271 Add g_unicode_script_to_iso15924()
3754  654948 Stop using deprecated g_unicode_canonical_decomposition()
3755  654988 g_atomic_int_add should document behaviour change
3756  655025 #define G_UNICODE_SPACING_MARK G_UNICODE_COMBINING_MARK
3757  655076 normalization misses some Full_Composition_Exclusion=True. 
3758
3759 * Translations updated:
3760  Spanish
3761
3762 Overview of changes from GLib 2.29.10 to 2.29.12
3763 ================================================
3764
3765 * Add new API to do Unicode (de-)composition in atomic steps,
3766   for use in Harfbuzz.
3767
3768 * Bugs fixed:
3769  615895 (indirectly) support non-NULL-terminated regexes in GRegex
3770  617949 glib trunk fails to compile on Solaris w/ Studio 12...
3771  620423 Document the possibility to unset attributes
3772  627974 Floating reference headaches
3773  644687 Not finding cross-links in current doc set
3774  649246 g_output_stream_splice() cannot be used on 32-bit machines...
3775  653841 a helper script to build glib from git master on win32
3776  653935 g_slist_free_full/g_list_free_full iterates twice in the list
3777  654017 tests: fix glib_translations_work() in gsettings unit test
3778  654085 Don't needlessly use "echo -e" when creating .def files
3779  654195 Add g_unichar_compose() and g_unichar_decompose()
3780  654232 GCancellable eventfd problems
3781  654394 suspicious use of floating references in GDBusInterfaceSkeleton
3782  654536 GSettings: lift key name length restriction to 64
3783  654627 GParamSpec: intern property names
3784  654651 Better g_unicode_canonical_decomposition()
3785  654917 Make g_cclosure_marshal_generic the default signal handler
3786
3787 * Translation updates:
3788  Belarusian
3789  Finnish
3790  Korean
3791  Latvian
3792  Lithuanian
3793  Norwegian bokmål
3794  Turkish
3795
3796
3797 Overview of changes from GLib 2.29.8 to 2.29.10
3798 ===============================================
3799
3800 * New features:
3801  - g_desktop_app_info_get_nodisplay: a function that is required
3802    to port gnome-menus to GDesktopAppInfo
3803  - g_hash_Table_iter_replace: new function to replace a value
3804    while iterating over a hash table
3805  - g_utf8_substring: convenience API to extract substrings from
3806    UTF-8 strings
3807  - g_action_group_add_entries: convenience API for creating lots
3808    of actions quickly
3809  - Use eventfd instead of pipes for waking up main contexts and
3810    for cancellation when available
3811  - GMatchInfo is now a refcounted boxed type
3812
3813 * API changes in GAction:
3814  - the 'set_state' entry in the GActionInterface vtable has been
3815    renamed to 'change_state
3816  - g_action_set_state has been renamed to g_action_change_state
3817  - the 'state' property has been changed to read-only
3818  - GSimpleAction can no longer be subclassed
3819
3820 * Bug fixes
3821  647796 g_variant_new_variant is not marked as constructor
3822  652072 gmain: make use of signalfd()
3823  652168 Crosscompiling Fails if build<=2.24 and host >2.24
3824  652750 make dist fails
3825  652758 GDataInputStream: Clarify g_data_input_stream_read_line docs...
3826  652822 Add a g_hash_table_iter_replace
3827  652897 tiny docs clarification for g_utf8_to_ucs4_fast
3828  653140 gmain: use Linux eventfd() for main context wake up
3829  653429 drop AM_MAINTAINER_MODE or enable it by default
3830  653484 GAsyncCallbacks should default to allow-none
3831         Add missing fundamental types to the generic marshaller
3832
3833 * Translation updates
3834  Belarusian
3835  Galician
3836  Russian
3837
3838 Overview of changes from GLib 2.29.6 to 2.29.8
3839 ==============================================
3840
3841 * Bug fixes
3842  646608 export_symbols variable for gio dynamic library is wrong
3843  646635 Fix introspection of GLib
3844  647930 Documentation: GDataInputStream _read_upto() version
3845  651745 Switch to _ prefixing rather than G_GNUC_INTERNAL
3846  651920 Improve qsort_r detection
3847  651959 gbitlock: "asm goto" is not available in gcc < 4.5
3848  651998 gdbus-codegen: Use relative Python imports
3849  652000 Fix for gatomic.c on Windows/MSVC
3850  652002 Proposal to clean up gvaluetransform.c for MSVC
3851  652025 g_dbus_connection_register_object: error is not set...
3852  652081 Typos in a GBinding warning message
3853  652197 Improper handling of double values in GDBusMessage
3854         Fix a deadlock in gobject finalization
3855
3856 * Translation updates:
3857  Czech
3858  Galician
3859  German
3860  Hebrew
3861  Norwegian bokmål
3862  Spanish
3863  Uighur
3864
3865
3866 Overview of changes from GLib 2.29.4 to 2.29.6
3867 ==============================================
3868
3869 * Atomic operations have been rewritten from scratch to make use
3870   of gcc builtins where possible. As a side-effect of this, calls
3871   to g_atomic_ API with explicit casts may now be problematic; if
3872   that happens to you, try first to remove the casts. Another
3873   side-effect of the rewrite is that g_atomic_int_exchange_and_add
3874   has been deprecated in favor of g_atomic_int_add.
3875
3876 * A full set of atomic operations on pointers has been added,
3877   including bit locks in pointer-size locations.
3878
3879 * Access to quarks is now lockless
3880
3881 * GObject data scalability has been greatly improved
3882
3883 * g_data_time_format now supports alternative digits and padding
3884
3885 * Introspection improvements:
3886  - Add a boxed type for GVariantBuilder
3887  - Annotation fixes in GDBus, GVariant, g_base64_
3888
3889 * Bugs fixed:
3890  502560 g_rand_double_range returns 'inf'
3891  612729 g_mkdir_with_parents can fail if the directory already exists
3892  617491 g_once() implementation is inefficient
3893  619418 Add a performance test for UTF-8 decoding functions
3894  619435 Make g_utf8_to_ucs4_fast() yet faster
3895  626549 G_STATIC_ASSERT_EXPR
3896  631231 bitlock: Fix detection and usage of futexes with Bionic
3897  632294 g_queue_remove() should return a boolean
3898  640518 GMainLoop has quadratic complexity when all pollfd's...
3899  642026 Race condition in g_static_private_free
3900  646635 Fix introspection of GLib
3901  648678 g_date_time_format(): support %O flags for localized numbers
3902  649480 Use MSG_CMSG_CLOEXEC in recvmsg in gio/gsocket.c
3903  649506 GTestFunc et al lacking Since tag
3904  649657 Don't return gboolean for functions that throw
3905  649775 glib-gio-gdbuscodegen-Makefile.patch
3906  649915 gsettings accepts unquoted strings longer than two characters
3907  649973 gthread: build unix tests only on unix
3908  649988 gdbus-codegen: Drop dependency on argparse
3909  650078 forkbomb building glib/tests/protocol
3910  650211 Optimization in key file parsing
3911  650236 Application over DBus implements action state incorrectly
3912  650345 g_key_file_has_key_full: New function to fix g_key_file_has_key...
3913  650458 reduce overhead in g_object_set/get_data
3914  650459 hash table consistency while calling destroy notify funcs
3915  650688 enforce rules about hash table modification
3916  650823 expand the set of atomic ops
3917  650874 codegen chokes on docs
3918  650882 use stdout instead of stderr for informational messages
3919  650884 fix compilation with gcc2
3920  650885 implement glib credentials on OpenBSD (hackish)
3921  650935 G_GNUC_MAY_ALIAS and atomic ops
3922  651009 minor documentation fix
3923  651034 Regarding g_cond_wait after g_thread_pool_push in gthreadedresolver
3924  651133 race condition in GDBusConnection's emit_signal_instance_in_idle_cb
3925  651141 hashtable infinite loop
3926  651219 fix path to true(1) on OpenBSD
3927  651223 Fix some compile warnings on OpenBSD
3928  651327 Minor fixes for the gsocket API
3929  651467 Add pointer sized bitlocks
3930  651650 gdbus: Avoid busy wait loop
3931  651725 gmain: Cleanups and a new test case
3932  651745 Switch to _ prefixing rather than G_GNUC_INTERNAL
3933
3934 * Updated translations:
3935  Catalan (Valencian)
3936  Esperanto
3937  Hebrew
3938  Hungarian
3939  Russian
3940  Spanish
3941
3942
3943 Overview of changes from GLib 2.29.2 to 2.29.4
3944 ==============================================
3945
3946 * GDBus:
3947  - Includes several new types to support modeling D-Bus
3948    objects and interfaces more fully, and also introduces
3949    an 'object manager' pattern:
3950    GDBusInterface, GDBusObject, GDBusObjectManager
3951    These interfaces have client-side implementations:
3952    GDBusProxy, GDBusObjectProxy, GDBusObjectManagerClient
3953    And server-side implementations:
3954    GDBusInterfaceSkeleton, GDBusObjectSkeleton, GDBusObjectManagerServer
3955  - The new gdbus-codegen utility uses these new classes
3956    to generate C code and documentation from D-Bus interface
3957    descriptions in XML
3958
3959 * GTest:
3960  - There is now a g_test_fail() function to mark
3961    tests as failed
3962
3963 * GDesktopAppInfo
3964  - Now has a binding-friendly filename property
3965  - Other new API to more fully expose desktop file contents:
3966    g_desktop_app_info_get_categories(),
3967    g_desktop_app_info_get_generic_name()
3968
3969 * GHashTable:
3970  - Several optimizations to reduce space consumption of
3971    large hash tables, in particular tables that are used
3972    to store sets.
3973
3974 * Unix-specific APIs:
3975   GLib now installs a separate header, glib-unix.h, that is
3976   meant to collect Unix-specific APIs. For now, it contains
3977   g_unix_open_pipe(), g_unix_set_fd_non_blocking() for dealing
3978   with pipes and fds, as well as APIs to create mainloop
3979   sources which can trigger callbacks on certain Unix
3980   signals (SIGTERM, SIGHUP, SIGINT).
3981
3982 * Bugs fixed:
3983  631379 GDBus nonce-tcp test failing
3984  632631 GLib-CRITICAL **: g_variant_new_string: assertion `g_utf8_validate (string, -1, NULL)' failed
3985  635694 gdbus aborting due to unauthorized socket in DBUS_SESSION_BUS_ADDRESS
3986  637561 Crash when using G_DBUS_SERVER_FLAGS_RUN_IN_THREAD
3987  642935 g_date_time_format() prints wrong value for %z and timezone -0800
3988  643134 g_dbus_message_copy
3989  644941 glib-unix: New Unix-specific API
3990  646013 g_hash_table_remove_all_nodes optimization
3991  646309 glib cannot be cross-compilled for mingw32
3992  646435 GTimeZone doesn't seem to be thread-safe
3993  646957 GIO chained calls don't work with a thread default context
3994  647594 README link to mailing list is broken
3995  647602 Cannot connect to remote message bus via TCP
3996  647746 The GSocketService documentation is incomplete.
3997  647826 API: gtester: Add g_test_fail()
3998  647903 GDesktopAppInfo: Add g_desktop_app_info_get_categories()
3999  648416 g_app_info_create_from_commandline ignores SUPPORTS_STARTUP_NOTIFICATION
4000  648423 Support G_DEBUG=trap-warnings
4001  648425 GDesktopAppInfo: Add "filename" property for bindings
4002  648966 Update g_unichar_iswide and g_unichar_iswide_cjk
4003
4004 * Updated translations
4005  Norwegian bokmål
4006  Spanish
4007  Turkish
4008  Uighur
4009
4010
4011 Overview of Changes from GLib 2.28.0 to 2.29.2
4012 ==============================================
4013
4014 * GApplication
4015  - The documentation has been enhanced and clarified
4016  - An opt-out for uniqueness has been added: G_APPLICATION_NON_UNIQUE
4017  - GApplication now syncs settings before g_application_run() returns
4018
4019 * GDBus
4020  - Interface lookups are now happening in constant time
4021  - Signature checking and handling of various unexpected
4022    situations has been improved
4023
4024 * GVariant
4025  - The format accepted by the GVariant parser has beend documented
4026  - GVariant accepts G_VARIANT_TYPE_VARDICT for a{sv}
4027
4028 * GDateTime:
4029  - The return value of g_datetime_compare() has been fixed to
4030    match strcmp() semantics
4031  - In order to handle problems with changing timezones, a GTimeZoneMonitor
4032    has been added to GIO, and g_time_zone_refresh_local() can be
4033    called to update the cached information about the local timezone
4034
4035 * GOption now uses /proc/self/cmdline to set the program name instead
4036   and only falls back to "<unknown>" if that is unavailable
4037
4038 * GSettings:
4039  - The schema compiler now warns about references to non-existing schemas
4040
4041 * Commandline utilities are now fully translated
4042
4043 * Signals can now indicate that collecting their arguments must
4044   always happen, even in the absence of connected signal handlers,
4045   using the G_SIGNAL_MUST_COLLECT flag.
4046
4047 * Bugs fixed:
4048  635099 Memory leak in gdbus introspection when parsing xml
4049  640489 $ and ^ do not match lines if G_REGEX_MULTILINE|G_R...
4050  642042 Overriding GDBus org.freedesktop.DBus.Properties im...
4051  642052 g_timeout_add(_seconds) cannot handle large intervals
4052  642490 notify_desktop_launch() "g_variant_new_bytestring:...
4053  613269 g_type_get_qdata() doesn't work as I expected on subtypes
4054  624943 G_VALUE_NOCOPY_CONTENTS is undocumented
4055  637738 object_interface_check_properties never actually executes
4056  638185 GIOCondition should be annotated as "flags"
4057  639478 GDBusServer's g_dbus_server_new_sync() function should just...
4058  641755 Add g_settings_get/set_uint() helpers
4059  641768 dconf gsettings backend silently drops writes if it can't...
4060  642797 g_app_info_get_default_for_type() broken for subtypes
4061  642825 Unnecessary assertion failure in g_option_context_parse()
4062  642944 NULL key lookup using g_hash_table_lookup_extended()
4063  643074 Incorrect documentation for g_socket_receive() and g_socket...
4064  643197 g_application_id_is_valid docs imply no valid ids
4065  643468 GApplication docs: Warn that handling "command-line" means...
4066  643478 GApplication::local_command_line vfunc documentation seems wrong
4067  643624 Can g_variant_unref() on an already free'd variant
4068  643649 g_application_run() should say that argc/argv can be NULL
4069  643780 shouldn't need to create an action group to use actions...
4070  643795 g_timeout_add_seconds fires with intervals 1 second longer...
4071  644309 Program name is not set when using GtkApplication
4072  644428 Crash in failure section of g_markup_collect_attributes()
4073  644465 undefined reference to `_usleep'
4074  644552 g_timeout_add_seconds(1, ...) may have a latency of up to 2...
4075  644607 Correct internal definition of C_()
4076  645789 annotations for g_file_*_contents
4077  646039 g_settings_list_children() returns child that cannot be opened
4078  646310 Accept range with only min or max
4079  646420 g_dbus_method_invocation_get_parameters() docs should say...
4080  646843 occasional abort on autologin
4081  646985 add G_APPLICATION_NON_UNIQUE flag
4082  647579 gsettings: Implement reset-recursively
4083  647600 gsettings description has typo
4084
4085 * Translation updates
4086  Afrikaans
4087  Bulgarian
4088  Bengali India
4089  British English
4090  Bulgarian
4091  Catalan
4092  Czech
4093  Danish
4094  French
4095  Galician
4096  German
4097  Greek
4098  Gujarati
4099  Hebrew
4100  Hungarian
4101  Italian
4102  Japanese
4103  Korean
4104  Lithuanian
4105  Polish
4106  Portuguese
4107  Romanian
4108  Serbian
4109  Simplified Chinese
4110  Spanish
4111  Swedish
4112  Traditional Chinese
4113  Uighur
4114  Vietnamese
4115
4116
4117 Overview of Changes from GLib 2.27.93 to 2.28.0
4118 ===============================================
4119
4120 * Bugs fixed:
4121 641363 GInitable documentation isn't clear about that finalize...
4122 641395 Add more data about the origin application to the "Lau...
4123 641411 gdesktopappinfo signals lost if it's the session bus...
4124 641477 glib-mkenums uses unportable #! line
4125 641572 Add @EXEEXT@ to pkgconfig binary name
4126 641688 glib installs GSettings.html and gsettings.html
4127
4128 * Translation updates:
4129  Galician
4130  Italian
4131  Korean
4132  Punjabi
4133
4134
4135 Overview of Changes from GLib 2.27.92 to 2.27.93
4136 ================================================
4137
4138 * Bugs fixed:
4139  637013 gio/gdbusmessage.c fails to compile on Solaris
4140  640192 Error creating a Gio.Settings object through py...
4141  640261 Minimum version for external pcre needs to be..
4142  640262 GActionGroup contains redundant TYPE macros
4143  640436 Make load_user_special_dirs() resistant to non...
4144  640695 g_key_file_load_from_file() mishandles a CR-LF...
4145  640724 can't compile gio due to format string issues
4146  640725 can't compile tests due to format string issue
4147  640807 improve GVariant behaviour with invalid pointers
4148  640823 wrong documentation for g_source_add_child_source
4149
4150 * Translation updates:
4151  Bulgarian
4152  Galician
4153  Hebrew
4154  Norwegian bokmål
4155  Spanish
4156  Traditional Chinese
4157
4158
4159 Overview of Changes from GLib 2.27.91 to 2.27.92
4160 ================================================
4161
4162 * Update to Unicode 6.0
4163
4164 * Update PCRE to 8.12
4165
4166 * Bugs fixed:
4167  637696 g_unix_connection_send_fd() doesn't work
4168  638872 null settings backend bug
4169  640042 GtkApplication's warning about not connecting...
4170
4171 * Translation updates:
4172  Arabic
4173  Basque
4174  Estonian
4175  Greek
4176
4177 Overview of Changes from GLib 2.27.90 to 2.27.91
4178 ================================================
4179
4180 * Bugs fixed:
4181  638838 gdesktopappinfo: Don't crash if we don't have a desktop filename
4182  638894 Splitting on \s* gives no result
4183  639064 Update gschema.dtd
4184  639084 Copy/paste error in GSettings::writable-changed signal
4185  639177 SIGSEGV for GApplications with G_APPLICATION_IS_SERVICE
4186
4187 * Translation updates:
4188  Estonian
4189  Galician
4190  Indonesian
4191
4192
4193 Overview of Changes from GLib 2.27.5 to 2.27.90
4194 ===============================================
4195
4196 * Test reports created by gtester-report can now
4197   include revision information
4198
4199 * The g_desktop_app_info_launch_* family of functions
4200   now emit a DBus signal when an application is launched.
4201   Additionally, there is a new variant
4202   g_desktop_app_info_launch_uris_as_manager(), which
4203   gives more control over the launched process.
4204
4205 * The memory and null GSettings backends are now available
4206   as public API
4207
4208 * g_get_locale_variants() is a new function that returns a
4209   list of variants of a locale identifier
4210
4211 * Bugs fixed:
4212  587898 I/O timeouts for GSocket
4213  606960 gio: Add extension point for informing parties...
4214  631980 Handle an optional <revision> node in the report...
4215  634569 Document that g_variant_builder_add_value consumes...
4216  635998 Make _g_compute_locale_variants public
4217  636806 Add g_{memory,null}_settings_backend_get_default
4218  637262 Need a binary DER version of ::accepted-cas
4219  637544 Skip fsync() on btrfs
4220  637720 void functions should not return a value.
4221  637738 object_interface_check_properties never actually...
4222  637759 GIOChannel: fix a crash in g_io_channel_read_chars()
4223  637852 Updates to glib.vsprops file for MSVC 2008 builds...
4224  637858 Updates to test/testglib.c...
4225  638349 parameter name of g_variant_new_* may conflict...
4226
4227 * Translation updates:
4228  Hebrew
4229  Norwegian bokmål
4230  Simplified Chinese
4231  Spanish
4232  Swedish
4233  Uyghur
4234  Vietnamese
4235
4236
4237 Overview of Changes from GLib 2.27.4 to 2.27.5
4238 ==============================================
4239
4240 * Network support:
4241  - Add g_tls_certificate_verify() to verify a certificate
4242  - Add GTlsConnection:use-system-certdb
4243  - Other TLS api additions
4244
4245 * GIO:
4246  - Add g_io_stream_splice_async()/_finish() to splice two iostreams
4247  - Add g_emblemed_icon_clear_emblems() and make GEmblemedIcon derivable
4248  - Remove GPeriodic; it did not receive the necessary review and
4249    integration work to declare it stable
4250
4251 * GSequence:
4252  - New methods g_sequence_lookup() and g_sequence_lookup_iter()
4253
4254 * Bugs fixed:
4255  617254 Missing g_sequence_lookup
4256  632544 g_dbus_connection_send_message can not send a locked message...
4257  633350 g_hostname_to_ascii() ignores non-ascii dots
4258  634583 Better error reporting for g_variant_parse()
4259  635007 gsetting enum rule don't work for out-of-srcdir builds
4260  635626 GDBus message idle can execute while flushes are pending
4261  636100 Can't read GSettings:backend property
4262  636305 Typo on g_queue_remove_all() function description
4263  636311 appinfo: tweak application positioning for content-types
4264  636351 g_simple_async_result_is_valid lacks a version tag
4265  636387 gdb autoload files shadow the "dir" builtin
4266  636673 g_simple_async_report_error_in_idle should allow object...
4267  637147 Add a "delay-apply" property to GSettings
4268  637171 emblemedicon: add g_emblemed_icon_clear_emblems()
4269  637237 gapplication: plug a memory leak
4270
4271 * Translation updates:
4272  Estonian
4273  Galician
4274  Hebrew
4275  Norwegian bokmål
4276  Simplified Chinese
4277  Spanish
4278  Traditional Chinese
4279  Vietnamese
4280
4281
4282 Overview of Changes from GLib 2.27.3 to 2.27.4
4283 ==============================================
4284
4285 * GIO
4286  - Mounts are treated as hidden if they have a path element
4287    that starts with a dot
4288  - GAppInfo gained API to differentiate between recommended
4289    and fallback mime handlers
4290  - g_cancellable_create_source: creates a GSource that triggers
4291    when the GCancellable is canceled
4292  - GPollableInput/OutputStream: Interfaces for pollable streams
4293  - TLS support has landed, with an extension point that is
4294    implemented in glib-networking
4295
4296 * GLib
4297  - Mainloop sources can now have 'child sources'
4298  - g_get_runtime_dir: New function to return the XDG_RUNTIME_DIR
4299
4300 * Bugs fixed:
4301  530786 GFileMonitor "changed" signal underdocumented
4302  588189 TLS support for GSocket*
4303  630357 g_object_new_valist uses uninitialized memory
4304  630559 typo in public string in gsocks: 'The SOCKSv5 require...
4305  632445 Documentation refers to removed GNOME 2.0 porting guide
4306  634239 Child GSources
4307  634241 Add pollable input/output streams
4308  634504 allow passing a NULL emblem to g_emblemed_icon_new()
4309  634613 unsufficient g_get_user_runtime_dir() documentation
4310  635640 schema should inherit gettext-domain from schemalist
4311  635768 Protect g_file_monitor_set_rate_limit() against negative...
4312  635882 Fix the wrong-category schema test
4313  635187 Wrong type of GVariant received in an action...
4314
4315 * Updated translations:
4316  Galician
4317  Italian
4318  Norwegian bokmål
4319  Uyghur
4320
4321
4322 Overview of Changes from GLib 2.27.2 to 2.27.3
4323 ==============================================
4324
4325 * The GTimeSpec type that was introduced in the 2.27.2 has been
4326   dropped again in favour of APIs that return microseconds as
4327   64-bit integer.
4328   Affected functions:
4329   g_source_get_time
4330   g_periodic_unblock
4331   g_get_monotonic_time
4332   g_get_real_time
4333   The similar GTimeVal struct is still around, but its use is
4334   discouraged.
4335
4336 * GTimer is now using monotonic time unconditionally
4337
4338 * There are some new functions to facilitate error reporting
4339   in async GIO APIs:
4340   g_simple_async_result_take_error
4341   g_simple_async_result_new_take_error
4342   g_simple_async_report_take_gerror_in_idle
4343
4344 * There is new convenience API to us GVariant dictionaries:
4345   g_variant_lookup
4346
4347 * It is now possible to delay sending match rules to the
4348   D-Bus daemon in GDBus:
4349   G_DBUS_SIGNAL_FLAGS_NO_MATCH_RULE
4350
4351 * Support has been added for XDG_RUNTIME_DIR:
4352   g_get_user_runtime_dir
4353
4354 * Various fixes for Win64/MSVC builds have been committed
4355
4356 * Bugs fixed:
4357  620263 Add g_clear_object, g_clear_pointer, g_clear_boxed
4358  633075 update Project Files and sources for MSVC 2008/C89
4359  633381 gsettings Makefile rules should handle empty list...
4360  633685 Use g_simple_async_result_{new_,}take_error
4361  633686 Add g_simple_async_report_take_gerror_in_idle
4362
4363 * Translation updates:
4364   Belarusian
4365   Galician
4366   Hebrew
4367   Punjabi
4368   Spanish
4369
4370
4371 Overview of Changes from GLib 2.27.1 to 2.27.2
4372 ==============================================
4373
4374 * GApplication
4375  - Export actions over DBus and support activating them from remote instances
4376  - Support environment passing
4377
4378 * GSettings
4379  - The gsettings utility has a list-recursively command
4380  - The gsettings utility has commandline completion for enum values
4381
4382 * GLib is now linked against librt and uses monotonic time for
4383   timeouts and GPeriod sources. GSource has a new g_source_get_time()
4384   which returns monotonic time, and g_source_get_current_time() has
4385   been deprecated
4386
4387 * Bugs fixed:
4388  158725 free linked list with data
4389  626320 GVariant: Avoid locking in g_variant_get_child_value() if possible
4390  629247 add gsimpleasyncresult methods to take over a GError
4391  629274 GNetworkService does not do fallback when there is no SRV record
4392  631264 gsettings-tool choice/range support
4393  631482 g_date_time_from_instant: 1000000000000000000
4394  632169 docs for manual use of gsettings-data-convert
4395  632571 Add equivalent to gconftool-2's -R option
4396  633115 GSettings m4 doesn't fail the build for broken schemas
4397  633206 Default g_application_local_command_line() doesn't set exit_status...
4398  633339 support more complex gapplication setups
4399  633356 Make timeout G_MAXINT mean "no timeout"
4400
4401 * Translation updates:
4402  Catalan (Valencian)
4403  Indonesian
4404  Japanese
4405
4406
4407 Overview of Changes from GLib 2.27.0 to 2.27.1
4408 ==============================================
4409
4410 * GDateTime now has full week number support.
4411   New API: g_date_time_get_week_numbering_year
4412
4413 * The GSettings schema compiler will now skip over
4414   broken .xml schema files instead of aborting altogether
4415
4416 * GSettings now works properly on bigendian systems
4417
4418 * GSettings has more complete support for ranges
4419   New API:
4420     g_settings_get_range
4421     g_settings_range_check
4422   The gsettings commandline tool supports ranges too.
4423
4424 * GApplication has been rewritten; see the API docs for details
4425   and examples. The action support is not complete yet.
4426
4427 * The GLib mainloop has gained 'dispatch to context' functionality,
4428   which can replace manually created idles in many cases.
4429   New API:
4430     g_main_context_invoke
4431     g_main_context_invoke_full
4432
4433 * The gio-desktop-app-info-lookup extension point has been
4434   removed from GIO. GIO now uses x-scheme-handler mimetypes when
4435   looking for default applications.
4436
4437 * On win32, make g_get_user_data_dir() return the CSIDL_LOCAL_APPDATA
4438   folder on Windows, and not CSIDL_PERSONAL. This matches what Qt does,
4439   and has been widely requested. Also make g_get_user_config_dir() return
4440   this and not the (roaming) CSIDL_APPDATA folder.
4441
4442 * A periodic event clock has been added in GIO: GPeriodic. Note that this
4443   API is still experimental and expected to undergo changes before it
4444   will be incorporated into a stable GLib release. Use at your own risk.
4445
4446 Bug fixes:
4447  613822 gobject signal connect/disconnect not thread safe
4448  618737 "dispatch to context" functionality
4449  620710 g_get_user_data_dir() uses CSIDL_PERSONAL and not CSIDL_APPDATA
4450  623400 acquire context before dispatching
4451  627126 gsettings schema files don't get installed on FreeBSD
4452  627171 g_socket_new_from_fd() doesn't set the right protocol
4453  628876 Wrong error description
4454  628937 gracefully handle broken schemas
4455  629274 GNetworkService doesn't fallback when there is no SRV record
4456  629289 g_error() used wrong, produces core dump
4457  629687 leaks class refcount in gsocketcontrolmessage
4458  629849 GLib-CRITICAL **: g_source_get_context: assertion `!SOURCE_...
4459  629945 GDBus deadlock in g_bus_get_sync()
4460  630000 g_date_time_difference
4461  630077 GDateTime week number support
4462  630185 Allow NULL strings in g_quark_try_string()
4463  630797 docs mention non-existent g_object_dispose()
4464  630968 gschema-compile problems on power g5
4465  631263 GSettings needs range/choice APIs
4466  631264 gsettings-tool choice/range support
4467  631379 GDBus nonce-tcp test failing
4468  631410 Port gapplookupgconf.c to using x-scheme-handler/
4469  632884 Possible deadlock in g_object_remove_toggle_ref()
4470
4471 Transation updates:
4472  Basque
4473  Brazilian Portuguese
4474  British English
4475  Bulgarian
4476  Czech
4477  Dutch
4478  Estonian
4479  French
4480  Galician
4481  German
4482  Greek
4483  Hebrew
4484  Hungarian
4485  Japanese
4486  Lithuanian
4487  Polish
4488  Portuguese
4489  Romanian
4490  Simplified Chinese
4491  Slovenian
4492  Spanish
4493
4494
4495 Overview of Changes from GLib 2.25.15 to GLib 2.27.0
4496 ====================================================
4497
4498 Build:
4499   - massive restructuring to reduce #include abuse
4500   - tweaks to silence some harmless compiler warnings
4501   - rename gschema-compile.c to glib-compile-schemas.c
4502   - Windows fixes
4503   - fix building with zlib < 1.2.4 on win32
4504
4505 GDateTime:
4506   - better msgctxt for translating month and weekday names
4507   - API is changed quite a lot, implementation is improved
4508   - GTimeZone is now exposed
4509
4510 GObject:
4511   - make ordering for overridden interface properties consistent
4512   - ->priv structures are limited to 64k but this was not documented,
4513     and exceeding this limit produced bad results.  Add docs and enforce
4514     the limit properly.
4515   - add g_object_class_install_properties() to install multiple
4516     properties in one go
4517   - improve debugging output for GValue containing G_TYPE_STRV
4518
4519 GIO:
4520   - fix priority sorting of GIO extensions
4521   - add GCredentials support on FreeBSD
4522   - fix support for IPv6 addresses in URI parsing functions
4523   - GSocketClient fixes for when g_socket_connect succeeds immediately
4524   - clarify string encoding for GFile constructors in docs
4525   - new functions g_data_input_stream_read_upto{,async,finish}
4526   - tweak confusing documentation for g_output_stream_write()
4527
4528 GDBus:
4529   - GDBusMessage can now be locked and copied (like in libdbus)
4530   - GDBusConnection filter function API has changed again
4531   - GDBusServer: ::new-connection now declares if the connection was claimed
4532   - add a partial workaround for GObject bug 627724.
4533   - very many memory leaks fixed
4534
4535 GVariant:
4536   - check for size == 0 in g_variant_get_bytestring to avoid a crash
4537     when attempting to get_bytestring() from an empty array
4538   - improve gobject-introspection annotations
4539
4540 GSettings:
4541   - add GSettings Windows registry backend
4542   - some internal tweaks to the backend API
4543   - remove g_settings_list_items
4544   - add g_settings_list_children and _list_keys to replace it
4545   - add schema compiler restrictions for dealing with lists
4546   - don't automatically emit value changed signals on writability
4547     changes
4548
4549 Other:
4550   - constify the 'parser' vtable param to g_markup_parse_context_push()
4551   - plug many memory leaks in test cases
4552
4553 Bugs closed:
4554   50076 Time API to go with date API
4555  584284 g_data_input_stream_read_until_async different from sync version
4556  624546 Modification of GDBusMessage in filter function
4557  626919 Let g_object_class_install_property() return the installed GParamSpec*
4558  628029 GDateTime missing get_week_of_year method
4559  628253 Interface properties not listed in a consistent order
4560  628331 Plug lots of mem leaks in gio test suite
4561  628345 Plug a mem leak
4562  628436 Plug a mem leak
4563  628505 Fix building with zlib < 1.2.4 on win32
4564  628839 [PATCH] datetime: Rename shadowing variables
4565  628904 [PATCH] Add credential support for FreeBSD and fix a socket issue
4566  628952 incorrect glib_major_version and other variables on cygwin.
4567  629192 g_strdup_value_contents(): dump GStrv more usefully
4568  629251 g_socket_client_async_connect_complete: assertion failed
4569  629259 Failed to connect to "::1"
4570  629328 g_markup_parse_context_push doesn't respect const structs
4571  629429 month "May" short and full form same with "GDateTime" msgctxt
4572  629689 GDBusConnection leaks its GCredentials
4573  629698 Segfault in g_variant_get_bytestring() 
4574
4575 Updated translations:
4576   Arabic
4577   Armenian
4578   Basque
4579   British English
4580   Czech
4581   Finnish
4582   Galician
4583   German
4584   Hungarian
4585   Indonesian
4586   Japanese
4587   Lithuanian
4588   Norwegian bokmål
4589   Polish
4590   Portuguese
4591   Punjabi
4592   Simplified Chinese
4593   Slovenian
4594   Spanish
4595   Swedish
4596   Swedish
4597   Traditional Chinese
4598
4599 Overview of Changes from GLib 2.25.14 to GLib 2.25.15
4600 =====================================================
4601
4602  * GIO
4603   - Memory leak fixes
4604   - The GZip(De}Compressor can now process header information
4605   - Support for network proxies has been added, with the GProxy
4606     interface and the gio-proxy-resolver extension point. GIO
4607     includes SOCKSv4 and SOCKSv5 implementations, and libproxy
4608     is also going to provide an implementation of this extension
4609     point.
4610   - There are GAction and GActionGroup interfaces now, which will
4611     be used in GApplication in the near future.
4612
4613  * GObject
4614   - There are now convenience macros for defining boxed and
4615     pointer types
4616
4617  * GDBus
4618   - Memory leak fixes
4619   - GDBusProxy for well-known names can now auto-restart
4620     the service if the name owner disapperas
4621   - Filter functions are now allowed to modify messages
4622
4623  * GLib
4624   - GDateTime is a replacement for GDate that supports time
4625     and timezone information.
4626
4627  * Bugs fixed:
4628   50076 Time API to go with date API
4629  449565 Add G_DEFINE_BOXED_TYPE()
4630  617691 Add GZIP header processing to GZlibCompressor/GZlibDecompressor
4631  622184 add g_memory_output_stream_steal_data
4632  624546 Modification of GDBusMessage in filter function
4633  627088 Build failure in gdbus-peer.c on FreeBSD
4634  627181 save a memdup
4635  627182 Plug a mem leak in the gdbus-connection test
4636  627187 Plug some gdbus mem leaks
4637  627188 gdbus-non-socket test occasionally fails
4638  627252 G_OPTION_FLAG_NO_ARG is only for callback options
4639  627392 gdbus commit 8a3a4596 breaks win32 compile
4640  627407 FTBFS on !linux UNIX platforms
4641  627604 String error: 'that' twice in a row
4642  627969 ABR in g_file_open_tmp
4643  628084 gdbus-peer fails with assertion
4644  628193 Miscellaneous string fixes
4645  628296 abort() in gsocketconnection.c
4646  628309 Plug a mem leak in GConverterOutputStream
4647  628317 GEmblemedIcon:equal implementation is buggy
4648  628323 Fix invalid reads
4649  628327 Plug a mem leak
4650  628328 Plug a mem leak
4651  628329 Don't leak the FD list
4652  628324 Invalid reads in gdbus-export test
4653
4654  * Updated translations:
4655   British English
4656   Danish
4657   Galician
4658   Hebrew
4659   Punjabi
4660   Serbian
4661   Spanish
4662   Traditional Chinese
4663
4664
4665 Overview of Changes from GLib 2.25.13 to GLib 2.25.14
4666 =====================================================
4667
4668 * GDBus
4669  - Make the closure variants of GDBus apis work
4670  - Make error unregistration work
4671  - Use async IO in the IO thread (626748)
4672
4673 * GIO
4674  - Make g_simple_async_result_is_valid work without source (626208)
4675  - GSocketClient: add a timeout property
4676  - Fix memory leaks in GSocketClient
4677  - Handle async vs. sync correctly in GSocketConnection stream (616458)
4678  - Declare stream base classes as abstract
4679  - Clarify semantics of g_output_stream_write() (627071)
4680
4681 * Other
4682  - Improve test coverage for GDBus, GRegex, GAsyncResult
4683  - Drop dead code in pcre, xdgmime
4684  - Fix a race condition in gtester (578295)
4685  - Avoid an extra allocation in GAsyncQueue (626704)
4686  - Add test case for non-socket GIOStream (626841)
4687  - More explicit GVariant docs (622770)
4688  - Imroved docs for GAsyncInitable and GSimpleAsyncResult (602417)
4689
4690 * Translation updates:
4691  - Galician
4692  - Norwegian bokmål
4693  - Punjabi
4694  - Simplified Chinese
4695  - Swedish
4696
4697
4698 Overview of Changes from GLib 2.25.12 to GLib 2.25.13
4699 =====================================================
4700
4701 +-------------------------------------------------------------------+
4702 |   WARNING: There have been no breaks in API or ABI.  Weird, eh?   |
4703 +-------------------------------------------------------------------+
4704
4705 The primary purpose of this release is to fix a serious problem with
4706 glib 2.25.12: glibconfig.h (as generated on a Fedora amd64 system) was
4707 being distributed in the tarball.  It was being used to build some parts
4708 of glib on other systems (eg: 32bit ones).  This was causing some very
4709 serious problems.
4710
4711 There have been many other improvements, however:
4712
4713  Build and testing:
4714   - vastly improved test coverage
4715   - old tests moved to the gtester framework
4716   - gtester Makefile modified so that the tests only run once
4717   - cleanup of how we handle includes while building glib
4718
4719  GVariant:
4720   - add a g_return_if_fail (utf8) to g_variant_new_string()
4721
4722  GDBus:
4723   - perform extra sanity checks when serialising messages
4724   - add API to query and set the byteorder of a GDBusMessage
4725   - improve debug output, add some extra options
4726   - if exiting due to the bus disconnecting us, print an error message
4727     explaining why
4728   - sort property names correctly
4729   - don't bother sending RemoveMatch when we will close the connection
4730     anyway
4731   - use effective uid/gid for credential passing
4732
4733  GSettings:
4734   - add G_SETTINGS_BIND_INVERT_BOOLEAN for inverting boolean bindings
4735     without mapping functions
4736   - mark all strings in the schema compiler for translation
4737
4738  Binding:
4739   - improve closure support for bindings
4740   - copy GSettings INVERT_BOOLEAN flag
4741
4742  Other:
4743   - fix another complicated GCancellable deadlock possibility
4744
4745 Bugs closed:
4746  599590 glib build doesn't look for correct pkg-config
4747  619026 avoid warning in gutils.h when using gcc with -Wconversion
4748  624739 Please fix POTFILES.in
4749  625472 Valgrind claims uninitialized bytes used
4750  625500 g_date_set_time_val documentation doesn't mention local time
4751  625628 GDBusProxy: wrong property name sorting
4752  625753 Incorrect flags used in g_dbus_connection_call_sync()
4753  625827 Expand documentation about error quark naming
4754  625988 builddir != srcdir issues
4755  626107 glibconfig.h is being disted
4756
4757 Updated translations:
4758  French
4759  Galician
4760  Hebrew
4761  Norwegian bokmål
4762  Spanish
4763
4764
4765 Overview of Changes from GLib 2.25.11 to GLib 2.25.12
4766 =====================================================
4767
4768 +-------------------------------------------------------------------+
4769 | WARNING: There have been many API changes in GDBus -- sending     |
4770 | messages, subscribing to signals, closing connections and         |
4771 | registering subtrees are affected.  The ABI for GSettingsBackend  |
4772 | has also been changed.  For both reasons, a new dconf release is  |
4773 | required (and will be along soon).                                |
4774 +-------------------------------------------------------------------+
4775
4776 Build:
4777   - cleanup automake setup
4778   - rename configure.in to configure.ac
4779   - various docs fixups
4780   - move glibconfig.h to glib/
4781   - disable dtrace support on Mac OS (which has incompatible 'dtrace')
4782
4783 GSettings:
4784   - add support for vendor override files (to change the default values
4785     in a schema)
4786   - change GSettingsBackend vtable
4787   - add g_settings_reset()
4788   - support binding to G_TYPE_STRV properties
4789
4790 GDBus:
4791   - many bug fixes, including a serialisation fix
4792   - stop handling incoming connections as soon as stop() is called
4793   - proper support for file descriptor passing
4794   - new flags parameter for sending messages
4795   - new flags parameter for subscribing to signals
4796   - always reset the message serial when sending a message unless
4797     G_DBUS_SEND_MESSAGE_FLAGS_PRESERVE_SERIAL is given
4798   - constness fixes for introspection structures
4799   - clean ups to subtree registration API
4800
4801 Other:
4802   - fix divide by zero bug in g_malloc_n functions
4803   - GIO: don't blindly assume that SOCK_CLOEXEC is supported
4804   - make GObject property notify freezes threadsafe
4805   - GIO: clean up credentials passing
4806   - GApplication: make default-quit not apply if register=FALSE
4807   - GIO: add annotations for gobject-introspection
4808
4809 Bugs closed:
4810  166020 use GAtomic for refcounting
4811  617483 Credentials passing
4812  622005 [GApplication] no way to modify the "default-quit" property
4813  623293 vendor override files
4814  623810 Message serialization bug
4815  623815 Don't check sender for GDBusProxy objects where name is not set
4816  624473 GDBusSubtreeIntrospectFunc return type
4817  624483 GDBusSubtreeEnumerateFunc clarification
4818  624484 GDBusSubtreeDispatchFunc clarification
4819  624754 gdbusaddress.c missing sys/wait.h
4820  624968 div by zero in g_malloc_n family
4821  624991 GSettings mapping for G_TYPE_STRV 
4822  625383 Add missing GI annotations
4823
4824 Updated Translations:
4825  Armenian
4826  Galician
4827  German
4828  Hebrew
4829  Kazakh
4830  Romanian
4831  Simplified Chinese
4832  Spanish
4833
4834 Overview of Changes from GLib 2.25.10 to GLib 2.25.11
4835 =====================================================
4836
4837 +-------------------------------------------------------------------+
4838 | WARNING: There have been minor API changes in GDBus and GVariant. |
4839 | These API changes will not affect many users, but they do require |
4840 | a new version of GTK+ to be installed.                            |
4841 +-------------------------------------------------------------------+
4842
4843 Build:
4844   - add a --disable-Bsymbolic configure flag to disable linking with
4845     -Bsymbolic-functions
4846   - this release sees the complete removal of the old 'g*alias' hacks
4847   - honour the NOCONFIGURE environment variable from autogen.sh
4848   - use proper feature test macros for isnan
4849   - use pkg-config to check for zlib
4850   - add ACLOCAL_AMFLAGS to Makefile.am
4851
4852 GDBus:
4853   - hide Class and instance structures for all GDBus types except
4854     GDBusProxy.  This breaks API by preventing subclassing, but probably
4855     nobody was doing that.
4856   - add new GDBusConnection call to support flushing all pending
4857     outgoing messages
4858   - change the register_object API to add a reference to the
4859     GDBusInterfaceInfo object so the caller need not keep it alive
4860     themselves
4861   - don't rewrite the serial number when sending messages that already
4862     have a serial number
4863   - better error checking for DBUS_SESSION_BUS_ADDRESS environment
4864     variable
4865   - switch to g_parse_debug_string for G_DBUS_DEBUG and add a lot of new
4866     flags
4867   - add support for temporarily freezing a freshly created
4868     GDBusConnection.  Do this until after the ::new-connection signal
4869     has finished running on GDBus services.
4870   - never require non-closed connections (the user is incapable of doing
4871     this due to the obvious race)
4872   - remove weird/misleading redundant check on NameOwnerChanged signal
4873   - emit GDBusProxy::g-properties-changed on NameOwnerChanged
4874
4875 GVariant:
4876   - the 'g_variant_{new,get}_byte_array' APIs have been removed
4877   - g_variant_{new,get,dup}_bytestring has been added, with different
4878     arguments and different behaviour
4879   - g_variant_{new,get,dup}_bytestring_array has been added, doing
4880     essentially the same thing as the 'strv' functions, but with byte
4881     strings instead of utf8 strings
4882   - G_VARIANT_TYPE_BYTESTRING ('ay'), BYTESTRING_ARRAY ('aay') and
4883     STRING_ARRAY ('as') constants have been added
4884   - the undocumented behaviour that g_variant_get_strv() deserialised
4885     arrays of object paths or signature strings has been dropped
4886   - additional varargs support for converting bytestrings or bytestring
4887     arrays with ^ay ^aay ^&ay and ^a&ay
4888   - improved gobject-introspection annotation
4889   - fix a problem with GBuffer calling g_slice_free for the wrong type
4890   - fix leaks in the type inferencing code of the parser
4891
4892 GSettings:
4893   - improved documentation
4894   - updated schema XML DTD, now xincluded into the docs
4895   - added support for schemas that extend other schemas (using the
4896     'extends=' attribute).  Values of keys in the base schema can be
4897     overridden using <override>.
4898   - added theoretical support for lists (using the 'list-of=' attribute)
4899   - lots of new tests
4900   - add support for flags (implemented similarly to enums)
4901   - add support for generating .enums.xml files to gsettings.m4:
4902       gsettings_ENUM_NAMESPACE = org.example.myapp
4903       gsettings_ENUM_FILES = ../path/to/*.h
4904     will generate org.example.myapp.enums.xml with mappings for all
4905     enums and flags in the specified .h files.
4906   - warn with g_message() if the 'memory' backend is used by default
4907     (ie: because no other GSettings backends are installed)
4908   - fix get_property() for GSettings::schema
4909   - command line tool: fix a bug that prevented non-basic values from
4910     being set due to a premature free
4911   - command line tool: bash completion support
4912   - chain up in _finalize
4913   - add a new g_settings_get_mapped API to read settings that require
4914     post-processing
4915   - retry with the translated or schema default value if the
4916     GSettingsBindGetMapping function fails
4917   - schema compiler: never fail due to empty schema directories (but
4918     warn)
4919   - peek rather than ref/unref the GEnumClass in the mapping function
4920   - schema compiler: compile *.enums.xml before *.gschemas.xml to ensure
4921     that we have all the enums that the schemas may reference
4922   - schema compiler: improve accuracy of line numbers in error reports
4923   - fix crashes in the keyfile backend caused by invalid group names in
4924     the keyfile
4925
4926 Other:
4927   - always intern GBinding prop names
4928   - base64: remove asserts preventing conversion of empty strings
4929   - document NULL special-cases for GValueArray
4930   - GNode docs improvements
4931   - improve detection of 'system internal' mounts
4932   - fix leaks in the inotify GFileMonitor implementation
4933   - annotate all custom GIO GSources to improve debugging (e.g. using
4934     SystemTap)
4935
4936 Tests:
4937   - Turn on glibc malloc checking features for make check
4938   - improvements for GSettings tests, plus new tests
4939   - improved tests for GKeyfile
4940   - new tests for GDir, GSList, GSList, GAppLaunchContext,
4941     CharsetConverter, GIcon, ...
4942   - move some tests to GTester (tree tests, uri tests)
4943   - generally, really an awful lot of new tests
4944   - don't try to allocate 2gigs of memory anymore for the array test
4945
4946  552363 g_value_array_{insert,prepend,append}'s special cases for NULL
4947  561248 Improve return value description from g_node_prev/next_sibling()
4948  570036 Add ACLOCAL_AMFLAGS to Makefile.am
4949  576833 g_sprintf add a reference to g_strdup_printf
4950  576854 g_strconcat() documentation should provide a hint about bad l10n
4951  582227 reference: add other URI functions to 'URI Functions' section
4952  599223 should provide g_spawn_* variants that take a GAppLaunchContext
4953  610784 array test failing
4954  613057 Leak in inotify GFileMonitor implementation
4955  620536 Annotate all custom GIO GSource using g_source_set_name
4956  620913 More control with G_DBUS_DEBUG
4957  622124 implement flags
4958  622127 GSettings extended key validation
4959  622128 retry with default value for failed mapping
4960  622294 More annotations for GVariant
4961  622565 glib-compile-schemas fails when no schemas
4962  622600 Fix missing prototype warning
4963  622813 gsettings mapping & enum buglet
4964  623142 Ensure ::new-connection runs before processing D-Bus messages
4965  623143 Never require non-closed connections
4966  623319 use g_parse_debug_string for dbus debug flags
4967  623401 process enums first
4968  623402 schema compiler reports wrong line numbers
4969  623407 g_keyfile_settings_backend_new crashes with the key "/"
4970  623473 zlib should be checked with pkg-config
4971  623537 GDBusProxy has weird checking on NameOwnerChanged
4972  623538 GDBusProxy::g-properties-changed emission for corner cases
4973  623692 directory with file at multiple MLS levels may display empty
4974  623720 gschema.dtd does not contain enum definitions
4975  623770 quoting of expand_macro in gdesktopappinfo.c
4976  623772 gdesktopappinfo.c, function child_setup
4977  623780 g_unix_is_mount_path_system_internal
4978  623954 g_settings_finalize
4979  623955 Dubious return values
4980
4981 Updated translations:
4982  Galician
4983  Hebrew
4984  Norwegian bokmål
4985  Spanish
4986
4987 Overview of Changes from GLib 2.25.9 to GLib 2.25.10
4988 ====================================================
4989
4990 +----------------------------------------------------------------+
4991 | WARNING: There have been API changes in GDBus. Users of these  |
4992 | APIs will need to be adapted.  In particular, a new release of |
4993 | dconf is required to go along with this one.  There has also   |
4994 | been a change in the GSettings backend API used for keyfiles.  |
4995 +----------------------------------------------------------------+
4996
4997 * GDBus:
4998  - add direction parameter to filter functions (API change)
4999  - allow calling other interfaces with a GDBusProxy
5000  - padding added to class struct fields (ABI change)
5001  - fixes for closures-based functions
5002
5003 * GVariant:
5004  - new is_floating() call
5005  - add g_value_take_variant() call (required for marshallers)
5006
5007 * GSettings:
5008  - support for binding GParamSpecEnum properties
5009  - ifelse-style condition support for GLIB_GSETTINGS m4 macro
5010  - remove gsettings-schema-convert tool (now in GConf)
5011  - allow introspection of all installed schemas
5012  - allow introspection of the keys in a schema
5013  - rewrite keyfile backend (API change)
5014
5015 * GNIO:
5016  - don't implicitly close GSocket until it is destroyed
5017  - windows fixups
5018
5019 * Other:
5020  - allow GChecksum to take (NULL, 0) for data/length
5021  - GRelation and GCompletion are now deprecated
5022  - introduce G_PARAM_DEPRECATED and G_ENABLE_DIAGNOSTIC
5023  - add working directory to GApplication platform data
5024  - lots of documentation cleanups
5025  - PCRE updated to 8.02
5026
5027 * Build:
5028  - the IA__g_* style symbol aliasing has been disabled and replaced with
5029    the -Bsymbolic-functions linker flag on platforms that support it.
5030    Please be on the watch for portability issues and report them to us.
5031  - many test cases have been moved to the GTester framework
5032  - lcov support has been added for tests
5033  - many windows fixes
5034
5035 * Bugs fixed:
5036  501057  lcov coverage suite and GLib integration
5037  551271  deprecate GRelation
5038  601686  Implement diagnostic mode
5039  603309  GSocketOutputStream broken on Windows (?)
5040  616718  GLIB_GSETTINGS macro can't be used conditionally
5041  616855  GSocketConnection: don't close the socket if it's still reffed
5042  618866  g_ptr_array_remove_index_fast memory leak
5043  619878  keyfile backend calls keys_changed with invalid argument
5044  619879  keyfile backend doesn't make use of expected_type
5045  621092  Add with_closures() variants for bindings
5046  621172  Cross compiling fails
5047  621838  Actually add cwd to platform data
5048  621945  Filter outgoing messages in GDBusConnection
5049  621947  add g_value_take_variant
5050  622038  GSettings: "It is a programmer error" documentation is unclear
5051  622154  [patch] update documentation for g_application_new
5052  622281  binding: Add SYNC_CREATE to the flags
5053  622480  Improve documentation for g_strcmp0()
5054  622554  g_error called if schema not installed
5055  622601  Return interned strings from g_settings_list_keys
5056
5057 * Translation updates:
5058  - Galician
5059
5060 Overview of Changes from GLib 2.25.8 to GLib 2.25.9
5061 ===================================================
5062
5063 +----------------------------------------------------------------+
5064 | WARNING: There have been API changes in GDBus, GSettings and   |
5065 | GApplication. Users of these APIs will need to be adapted. In  |
5066 | particular, a new release of GTK+ is required to go along with |
5067 | this one.                                                      |
5068 +----------------------------------------------------------------+
5069
5070 * GDBus
5071  - Use Gio's default async implementation
5072  - Fix proxy construction for objects with no properties
5073  - Fix error handling in synchronous initialization
5074  - Do not dispatch calls to unregistered objects
5075  - Add _with_closures alternative functions
5076  - Allow constructing GDBusProxy with well-known names
5077  - Remove GType parameters from GDBusProxy constructors
5078  - Nuke g_bus_watch_proxy API
5079  - Add --xml to gdbus-tool to print raw introspected XML
5080
5081 * GSettings
5082  - schema file format change: store (default, options) in gvdb
5083  - Add g_settings_sync()
5084  - Add support for enums and ranges
5085  - 'context' support has been replaced by direct use of
5086    GSettingsBackend
5087
5088 * GApplication
5089  - Switch to using variants for timestamps
5090  - Use GInitable
5091
5092 * GObject
5093  - Introduce g_object_notify_by_pspec
5094  - Add GBinding
5095  - The GVariant gtype G_TYPE_VARIANT was changed from boxed
5096    to fundamental. We believe there were no existing users
5097    of the boxed type, so this should not cause any applications
5098    to break.
5099
5100 * Test framework
5101  - Add package and version to the test report XML
5102  - Use optparse to parse gtester-report commandline
5103  - Add subunit support to gtester-report
5104  - Prevent division by zero if no tests
5105
5106 * Bugs fixed:
5107  621782 Crash using gbinding
5108  619945 GConverterOutputStream triggers assertion and corrupts data
5109  621319 more leaked GVariants in GSettings
5110  621168 GKeyFile memory leak on Windows platform
5111  621002 Switch to using variants for timestamps, split out signals
5112  620953 tiny docs addition
5113  618904 Lies in gunixmounts documentation
5114  621702 Correctly initialize GError
5115  611778 minor cleanup of gtester-report
5116  621213 GDBusProxy and well-known names
5117  621034 Rewrite apps test to ensure children are killed
5118  620954 gapplication gvariant simplifications
5119  611869 add subunit out feature to gtester-report
5120  621119 GDBusProxy and objects with no properties
5121  620990 Use Gio's default async implementation again
5122  620952 g_application_register_with_data is an ugly API
5123  621252 GSettings leaks context
5124  618715 fork() in GSettings test cases is problematic 618715
5125  621905 Assume a ref when doing async work
5126  621266 GSettings "context" clarification
5127
5128 * Translation updates:
5129  Chinese
5130
5131
5132 Overview of Changes from GLib 2.25.7 to GLib 2.25.8
5133 ===================================================
5134
5135 * Initial support for dtrace and systemtap profiling:
5136  - mainloop sources can be named
5137  - probes for memory allocation with g_malloc and gslice
5138  - gquark name tracking
5139  - type creation
5140  - object life-cyle (creation, finalization, ref, unref)
5141  - signal creation and emission
5142
5143 * GVariant
5144  - has been fixed to work with the FreeBSD malloc
5145  - added introspection annotations
5146  - new function: g_variant_builder_add_parsed
5147
5148 * GSettings:
5149  - g_settings_set/get_strv functions have lost their length parameter
5150  - g_settings_set_strv accepts NULL
5151  - added introspection annotiations
5152
5153 * GPermission: an abstract interface for representing permissions,
5154   with a minimal implementation named GSimplePermission
5155
5156 * GApplication: a basic application support class, with a D-Bus based
5157   implementation
5158
5159 * Bugs fixed:
5160  619585 glib-compile-schemas asserts on FreeBSD
5161  620384 Annotate GVariant and GSettings _strv() functions
5162  606044 Add support for dtrace/systemtap static markers
5163  620350 add g_variant_builder_add_parsed() API
5164  620349 utf8ify GVariant printer
5165  620767 Typo in GSettings documentation: "INTLTOOL_NOMERGE_RULE"
5166  620312 Fix g_settings_[gs]et_strv() API
5167  620519 GPermission
5168  620582 GPermission needs a simple implementation
5169  620496 GSettings schema compiler should reject invalid paths
5170  620173 missing single header inclusion guards
5171  620265 g_assertion_message_error should take const GError *
5172
5173 * Translation updates:
5174  Esperanto
5175  Galician
5176  Hebrew
5177  Indonesian
5178  Norwegian bokmål
5179  Slovenian
5180  Spanish
5181
5182
5183 Overview of Changes from GLib 2.25.6 to GLib 2.25.7
5184 ===================================================
5185
5186 * NOTE: API/ABI breaks since 2.25.6 release:
5187   - g_dbus_connection_sync{,_sync} takes a new 'reply_type' argument
5188   - GSettingsBackendClass 'list' virtual function changed
5189
5190   GSettings backends and things using GDBus may need to be rebuilt.
5191
5192 * GDBus: many build-related fixes
5193
5194 * GDBus (service): return a DBus error when receiving a method call for
5195   an unknown interface.
5196
5197 * GSettings: fix 'make install' bug in gsettings.m4 for generated schema
5198   files
5199
5200 * GSettings: avoid non-portable use of LC_MESSAGES
5201
5202 * better approach to handling man pages
5203
5204
5205 * Bugs fixed:
5206  619527 please improve docs on g_file_make_symlink
5207  619391 send-with-reply should have expected result signature
5208  618616 Use stack-allocated GVariantBuilders
5209  617004 Build with "--disable-nls" fails under MinGW/Win32
5210  619142 Build fixes (GDBus)
5211
5212 * Updated translations:
5213  Estonian
5214  Galician
5215  Norwegian bokmål
5216
5217 Overview of Changes from GLib 2.25.5 to GLib 2.25.6
5218 ===================================================
5219
5220 * GDBus: introspection improvements
5221 * GDBus: build fixes
5222
5223 * GSettings: GSettingsBackend ABI changed               **** NOTE ****
5224 * GSettings: --uninstall option for schema compiler
5225 * GSettings: new m4 macro with more power
5226 * GSettings: thread support
5227
5228 * rework of file notification on Solaris
5229 * fixes for gold linker
5230
5231 * Bugs fixed:
5232  619038 increase gsettings.m4 power
5233  619031 method-calls-in-thread test failing
5234  618839 Typo at translation message
5235  616864 GSETTINGS_CHECK_RULE doesn't work with multiple files
5236  618730 gunixcredentialsmessage.c doesn't compile on GNU/kfreebsd
5237  616314 Make GSettings (partially) threadsafe
5238
5239 * Updated Translations:
5240  Indonesian
5241  Galician
5242  Spanish
5243
5244 Overview of Changes from GLib 2.25.4 to GLib 2.25.5
5245 ===================================================
5246
5247 * GDBus: Fix serialization of empty arrays
5248
5249 * GDBus: Plug various memory leaks
5250
5251 * GSettings: Fix problems with GSETTINGS_CHECK_RULE
5252
5253 * Bugs fixed:
5254  616731 GSETTINGS_CHECK_RULE doesn't work in non-srcdir builds
5255  616864 GSETTINGS_CHECK_RULE doesn't work with multiple files
5256  618615 mem leaks in parse_value_from_blob
5257  618622 Plug some mem leaks in gdbus
5258  618650 Plug a mem leak in gdbusauth
5259  618663 Plug mem leaks in gdbus tests & examples
5260
5261 * Updated translations:
5262  Spanish
5263
5264
5265 Overview of Changes from GLib 2.25.3 to GLib 2.25.4
5266 ===================================================
5267
5268 * GDBus D-Bus support has been merged. This provides an API
5269   to replace dbus-glib
5270
5271 * GVariant no requires strings to be UTF-8. You can use byte
5272   arrays for non-UTF-8 strings.
5273
5274 * GSettings allows to bind string properties to byte arrays
5275
5276 * The schema compiler supports range restrictions
5277
5278 * Bugs fixed:
5279  618051 socket-server|client.c fail to compile under AIX...
5280  616102 GSettings ignores <choice> and <range>
5281  616720 Chunked quark allocation
5282  616877 Several issues with g_socket_receive_message
5283  616892 gio: Add a boxed type for GFileAttributeMatcher
5284  616967 Add g_regex_get_compile_flags() and g_regex_get_match_flags()
5285  617767 g_settings_[gs]et_strv() 'length' argument has missing docs...
5286  617914 gtester-report: cope with binaries with no test cases
5287  617937 output_stream_close vs output_stream_close_async semantics
5288  615494 Connction timeouts produce partially invalid error messages
5289  617823 glib-compile-schemas problems with an out of source build
5290  617947 glib-mkenums: add @valuenum@ support
5291
5292 * Translation updates:
5293  Galicaian
5294  Norwegian bokmål
5295  Shavian
5296  Spanish
5297
5298
5299 Overview of Changes from GLib 2.25.2 to GLib 2.25.3
5300 ===================================================
5301
5302 * New macro: G_GNUC_DEPRECATED_FOR, a variant of G_GNUC_DEPRECATED
5303   that lets you add replacement information (requires gcc 4.5)
5304
5305 * Rename AM_GSETTINGS autoconf macro to GLIB_GSETTINGS
5306
5307 * Rename gschema-compile utility to glib-compile-schemas
5308
5309 * Add support for timeouts in GSocket
5310
5311 * Bugs fixed:
5312  589989 Compilation error on Solaris 9
5313  616648 Change AM_GSETTINGS macro to GLIB_GSETTINGS
5314  587898 I/O timeouts for GSocket
5315  614541 Add G_TYPE_ERROR boxed type for GError
5316
5317
5318 Overview of Changes from GLib 2.25.0 to GLib 2.25.2
5319 ===================================================
5320
5321 * Include a 'gsettings' utility, for commandline access to GSettings
5322
5323 * Install a AM_GSETTINGS autoconf macro similar to AM_GCONF
5324
5325 * GSettings can bind the writability of a key explicitly
5326
5327 * There is now a predefined boxed type for GError
5328
5329 * Bugs fixed:
5330  615379 g_new macros crash if sizeof(struct_type) == 0
5331  616312 Add m4 rule equivalent to GCONF_SCHEMAS_INSTALL
5332  616295 mapping bug for uint64
5333  616216 glib compile from remote directory fails
5334  615960 Fix size passed to connect() for abstract sockets
5335  616432 Crash in gschema-compile
5336  616331 gsettings-schema-convert uses imaginary types
5337  616309 gsettings-schema-convert should output gettext-domain
5338  616384 Add mention of GConfBridge in conversion docs
5339  616311 gschema-compile outputs in current directory
5340  616276 simplify gschema-compile test setup
5341  616156 keys with unnecessary empty options arrays
5342  616405 gsettings missing g_return_if_fail's
5343  616245 Use G_DEFINE_INTERFACE macro
5344  614541 Add G_TYPE_ERROR boxed type for GError
5345
5346 * Updated translations:
5347  Catalan (Valencian)
5348  Galician
5349  Kannada
5350  Spanish
5351
5352
5353 Overview of Changes from GLib 2.24.0 to GLib 2.25.0
5354 ===================================================
5355
5356 * The GSettings framework has been merged. This provides the API to
5357   replace GConf. DConf will provide a backend implementation for it.
5358   GConf will also provide a backend implementation to ease the
5359   transition. We provide utilities to assist with schema conversion
5360   and data migration, as well as a porting guide.
5361
5362 * Translation updates:
5363  Bengali
5364  Catalan
5365  Danish
5366  Gujarati
5367  Marathi
5368  Thai
5369  Traditional Chinese
5370
5371
5372 Overview of Changes from GLib 2.23.6 to GLib 2.24.0
5373 ===================================================
5374
5375 * Bug fixes:
5376  613601 buglet in dup_close_on_exec_fd
5377  584284 g_data_input_stream_read_until_async behaves confusingly
5378  613748 Write errors in middle of copy cause hang
5379  613923 splice_stream_with_progress: wrong error handling
5380  613667 Typo in GObject documentation
5381  613618 gvariant format string docs unclear
5382
5383 * Translation updates:
5384  Basque
5385  Ukrainian
5386  Vietnamese
5387
5388
5389 Overview of Changes from GLib 2.23.5 to GLib 2.23.6
5390 ===================================================
5391
5392 * Class private data:
5393   - support for private data associated with a GTypeClass
5394
5395 * GVariant merge is now complete:
5396   - loading functions and parser merged
5397
5398 * Windows improvements:
5399   - socket fixes
5400   - various build improvements
5401   - removal of GCC/C99isms in favour of portable code
5402   - drop unmaintained Visual Studio 8 support
5403
5404 * Minor API addition:
5405   - g_desktop_app_info_get_filename()
5406
5407 * Bugs fixed:
5408  521707 Class private data
5409  612502 build fails on glib/tests/gvariant.c
5410  612832 [GDesktopAppInfo] New function g_desktop_app_info_get_filename
5411  612702 [PATCH] Fix GSocket-related crash on Windows
5412  612736 Improve the documentation about single include
5413  610858 gvariant test fails sometimes
5414  612327 uninitialized variable
5415
5416 * New translations:
5417  Afrikaans
5418  LowGerman
5419
5420 * Updated translations:
5421  Czech
5422  Finnish
5423  Galician
5424  Greek
5425  Punjabi
5426  Romanian
5427  Serbian
5428
5429
5430 Overview of Changes from GLib 2.23.4 to GLib 2.23.5
5431 ===================================================
5432
5433 * New API addition: g_malloc_n() and friends used to implement an
5434   overflow-safe family of g_new() macros.
5435
5436 * GVariant:
5437  - GVariantBuilder and GVariantIter are now merged.
5438  - The variable arguments API is now merged.
5439  - The parser will be in a future release.
5440
5441 * GIO:
5442  - Remove GUtf8InputStream (which never appeared in a stable release)
5443    for now since it doesn't satisfy the needs of its main intended use
5444    case.  We hope to reimplement this feature in a better form in a
5445    future release.
5446
5447 * Bugs fixed:
5448  609531 missing licence headers
5449  612107 Missing G_FILE_ATTRIBUTE_TRASH_ORIG_PATH
5450  611897 g_io_modules_scan_all_in_directory leaks
5451  608196 Overflow-safe g_new family
5452  611696 gio uses GetAddrInfo which requires special handing on windows 2k
5453  605667 Don't use G_PARAM_SPEC_VALUE_TYPE when we know the pspec is valid
5454  610860 test_g_file_open_readwrite fails if $HOME is unwritable
5455  552912 glib-2.18 /live-g-file/test_copy_move failed when run as root
5456  609813 Renaming a file discards file notes
5457
5458 * Updated translations:
5459  Basque
5460  Brazilian Portuguese
5461  British English
5462  Bulgarian
5463  Catalan
5464  Danish
5465  Estonian
5466  French
5467  German
5468  Hungarian
5469  Italian
5470  Lithuanian
5471  Norwegian bokmål
5472  Portuguese
5473  Russian
5474  Slovenian
5475  Spanish
5476  Swedish
5477  Traditional Chinese
5478
5479
5480 Overview of Changes from GLib 2.23.3 to GLib 2.23.4
5481 ===================================================
5482
5483 * GVariant: The core of GVariant has been merged now, with some
5484  API still to follow.
5485
5486 * GIO:
5487  - There is a new interface GFileDescriptorBased for file descriptor
5488    based IO. GLocalFile{Input,Output}Stream implement it
5489  - Use splice(2) to transfer data between file descriptors without
5490    extraneous copies
5491  - Add a way to request move events from file monitors
5492
5493 * Bugs fixed:
5494  609143 *result_uncertain is never assigned in g_content_type_guess
5495  604086 Use splice(2) when doing local file copies
5496  547890 No move events for GFileMonitorEvent?
5497  568760 nautilus freezes due to a bug in garray.c:322
5498  609962 Add info about the use of G_DEFINE_INTERFACE
5499  609564 g_base64_encode_close docs should mention outbuf size...
5500  610484 g_variant_equal bug
5501  610131 libasyncns does not compile on Solaris 8
5502  609530 missing single header include guards
5503
5504 * Updated translations:
5505  Czech
5506  Estonian
5507  Galician
5508  German
5509  Korean
5510  Polish
5511  Slovenian
5512  Spanish
5513  Traditional Chinese
5514
5515
5516 Overview of Changes from GLib 2.23.2 to GLib 2.23.3
5517 ===================================================
5518
5519 * GLib now has a facility for locks that consume only one bit of
5520   storage inside an integer: g_bit_lock()
5521
5522 * GVariant: The serializer has been merged, with more API to follow
5523
5524 * Bugs fixed
5525  548967 1 bit mutex lock
5526  604967 2.22.3 libasyncns build fails on HP-UX 11.11
5527  608602 G_VALUE_COLLECT_INIT variables shadow those in G_VALUE_COLLECT
5528  608743 Crash in g_hostname_to_ascii visiting certain website in epiphany
5529  599197 array ref and unref functions crash on NULL array.
5530  608159 mem leak in g_io_modules_scan_all_in_directory
5531
5532 * Translation updates
5533  Brazilian Portuguese
5534  Czech
5535  French
5536  Norwegian bokmål
5537  Slovenian
5538  Spanish
5539  Thai
5540
5541
5542 Overview of Changes from GLib 2.23.1 to GLib 2.23.2
5543 ===================================================
5544
5545 * We are now using gcc builtins for atomic operations when available
5546
5547 * g_assert() grew the ability to store assertions in core dumps
5548
5549 * GIO supports lazy loading of GIO modules, and there is a new
5550   gio-querymodule utility that goes along with this.
5551   Packagers will need to adapt to this.
5552
5553 * Threading changes:
5554  - The requirements for g_thread_init() have been relaxed slightly,
5555    it can be called multiple times, and does not have to be the first
5556    call.
5557  - GObject now links to GThread and threads are enabled automatically
5558    when g_type_init() is called.
5559  - Thread-safety issues with boxed types in GObject have been fixed.
5560
5561 * GObject:
5562  - Another bunch of performance work has landed
5563
5564 * GVariant:
5565  - GVariantType has been merged, with the rest of the GVariant
5566    API to follow.
5567
5568 * Bugs fixed:
5569  568760 nautilus freezes due to a bug in garray.c:322
5570  602417 Document lifecycles of GSimpleAsyncResult and friends
5571  604824 crash in Epiphany: Selecting my Slashdot bo...
5572  448888 don't init g_slice for always-malloc
5573  531902 Use GCC atomic buildins for g_atomic*
5574  554887 boxed type registration is not thread safe
5575  586150 unresolved symbols when building glib 2.21.2 on OS X Tiger
5576  589176 row gvalue transform array exponentially
5577  594872 Support storing assertion messages into core dump
5578  602240 Upgrade libasyncns to 0.8
5579  603590 Speed up G_VALUE_COLLECT
5580  604457 gutf8inputstream.c: increasing unknown size pointer
5581  605686 GCharsetConverter doesn't flush
5582  605733 g_memory_output_stream_new violates GObject standards
5583  605883 g_object_new() processes varargs even when there are none
5584  605977 invalid utf-8 conversion in g_local_file_get_parse_name(...
5585  606775 Enable threads by default in gobject
5586
5587 * Translation updates:
5588  Asturian
5589  Basque
5590  Bengali
5591  Bulgarian
5592  Estonian
5593  Norwegian bokmål
5594  Spanish
5595  Thai
5596  Ukrainian
5597
5598
5599 Overview of Changes from GLib 2.23.0 to GLib 2.23.1
5600 ===================================================
5601
5602 * GObject performance work has landed:
5603  - Construction of simple objects is much faster
5604  - Interface lookup is lock-free and constant-time now
5605  - Reduced locking overhead when dealing with types
5606
5607 * GType now has a G_DEFINE_INTERFACE convenience macro
5608
5609 * GIO gained GUtf8InputStream, an input stream that
5610   performs utf-8 validation
5611
5612 * GLib now has byte-swap macros for gsize and gssize
5613
5614 * Bugs fixed:
5615 557151 Determining the newly_constructed boolean in gobject.c...
5616 557100 Performance improvements for GObjectClasses that don't...
5617 501166 Warning message says IA__g_type_init instead of g_type_init
5618 585375 Performance and Contention problems with g_type_class_ref...
5619 587892 Race in GType when instantiating the same class for the...
5620 603270 Input Stream validating utf8
5621 603476 gioenums.h:62: error: comma at end of enumerator list
5622 603540 g_time_val_from_iso8601 uses uninitialised variable
5623 603982 Stack overflow when reading file async with filter
5624 604645 G_DEFINE_INTERFACE_* documentation is not generated
5625 604875 Use of sa_len conflicts with system header
5626 320482 provide G_DEFINE_TYPE like macros for interfaces
5627
5628 * Updated translations:
5629  Estonian
5630  Hebrew
5631  Norwegian bokmål
5632  Vietnamese
5633  Welsh
5634
5635
5636 Overview of Changes from GLib 2.22.x to GLib 2.23.0
5637 ===================================================
5638
5639 * GIO:
5640  - GConverter: a generic interface for stateful conversions of data,
5641    suitable for charset conversion, compression, decompression, regexp
5642    replacement. Concrete implementations are GCharsetConverter,
5643    GZlibCompressor and GZlibDecompressor. GConverterInputStream,
5644    GConverterOutputStream are stream implementations that convert data
5645    while loading or saving it.
5646  - GMounts can now have a 'default location': a path that reflects
5647    the main entry point for the user (e.g. the home directory).
5648  - As a consequence of the compression support, GIO depends on zlib now.
5649
5650 * GObject:
5651  - G_IMPLEMENT_INTERFACE_DYNAMIC: a convenience macro for adding
5652    interfaces to dynamic types.
5653
5654 * GModule:
5655  - The -pthread flag has been added to all gmodule .pc files, because
5656    it is not generally permissible to load modules that are linked
5657    against libpthread if the program has not been compiled with threading
5658    support.
5659
5660 * Bugs fixed:
5661  601637 GUnixFDMessage should contain a GUnixFDList
5662  585566 GSocketListener API issues
5663  572252 Bug in g_file_test() function.
5664  600550 g_app_info_create_from_commandline doesn't treat arguments properly
5665  541236 not detecting exact content type
5666  350200 [PATCH] GTypeModule derived class unref does not unload plugin
5667  589631 Please enclose literal values with double quotes
5668  577711 cross compile check for g++ broken
5669  600620 Support X-GNOME-FullName in GAppInfo
5670  598899 GWin32DirectoryMonitor is broken
5671  593809 Nautilus does not restore the position of the icons on the desktop...
5672  563627 g_get_prgname() threadsafety
5673  600141 Add -pthread to gmodule pkg-config
5674  593856 file and directory monitors don't work when glib is compiled...
5675  324930 Nautilus should disallow copying of symlink to FAT drive early
5676  587300 Deadlock when calling g_cancellable_disconnect in a...
5677  595138 GFile not robust with invalid input
5678  591216 Warning building resolver.o
5679  590016 Does not compile under MinGW32 + Wine
5680  591214 Warnings building gcancellable.o
5681  561998 Have specific entry points (paths) for mounts...
5682  508157 Add G_IMPLEMENT_INTERFACE_DYNAMIC
5683  535159 g_file_has_parent
5684
5685 * Updated translations:
5686  Brazilian Portuguese
5687  Catalan
5688  Estonian
5689  Galician
5690  Norwegian bokmål
5691  Shavian
5692  Slovenian
5693  Spanish
5694  Swedish
5695
5696
5697 Overview of Changes from GLib 2.22.1 to GLib 2.22.2
5698 ===================================================
5699
5700 * GIO:
5701  - Support case-sensitive globs in the shared mime database,
5702    including support for the newer cache format that allows these.
5703    Case-sensitive globs have been introduced in shared-mime-info
5704    version 0.70
5705
5706 * GObject:
5707  - Speed up creation of simple objects
5708
5709 * Bugs fixed:
5710  597194 Typo in _G_TYPE_CVH macro
5711
5712 * Updated translations:
5713  Russian
5714
5715
5716 Overview of Changes from GLib 2.22.0 to GLib 2.22.1
5717 ===================================================
5718
5719 * Bugs fixed:
5720  596064 Test file marked for translation
5721  595972 possibly invalid search in mime_info_cache_dir_add_...
5722  596561 C99 style of declaration of variable in gmessages.c
5723  596314 g_utf16_to_utf8 returns an invalid UTF8 string
5724  596748 g_async_result_get_source_object returns a new ref
5725  593809 Nautilus does not restore the position of the icons...
5726  593775 uses inotify_init1 unconditionally
5727
5728 * Updated translations:
5729  Bengali
5730  Hebrew
5731
5732
5733 Overview of Changes from GLib 2.21.6 to GLib 2.22.0
5734 ===================================================
5735
5736 * Add gdb python macros to make gobject debugging more pleasant
5737
5738 * Bugs fixed:
5739  579050 Allow making selected critical and warning messages non-fatal
5740  594759 g_socket_send_message fails due to invalid sendmsg params
5741  593941 GNetworkAddress skipping addresses when enumerating
5742  594597 Fix build with srcdir != builddir
5743  595619 Include gdb pretty printers
5744
5745 * Changes that might affect bindings:
5746  - The error parameter of g_simple_async_result_set_from_error has been
5747    made const.
5748
5749 * Updated translations:
5750  Assamese
5751  Bengali India
5752  British English
5753  Bulgarian
5754  Catalan
5755  Czech
5756  Danish
5757  Finnish
5758  Galician
5759  Greek
5760  Gujarati
5761  Hindi
5762  Japanese
5763  Kannada
5764  Malayalam
5765  Marathi
5766  Norwegian bokmål
5767  Oriya
5768  Polish
5769  Punjabi
5770  Romanian
5771  Serbian
5772  Simplified Chinese
5773  Slovenian
5774  Spanish
5775  Tamil
5776  Telugu
5777  Thai
5778  Traditional Chinese
5779  Ukrainian
5780  Vietnamese
5781
5782
5783 Overview of Changes from GLib 2.21.5 to GLib 2.21.6
5784 ===================================================
5785
5786 * Minor API additions:
5787   g_mkstemp_full is a variant of g_mkstemp that allows to specify flags
5788   and permissions
5789
5790 * Bugs fixed:
5791  593232 g_rand_new: read no more than requested from /dev/urandom
5792  591995 use saved errno
5793  589491 g_time_val_from_iso8601 doesn't handle some cases
5794  593406 Permissions set to 777 after copying via Nautilus
5795  594034 Add g_mkstemp_full()
5796
5797 * Updated translations:
5798  Assamese
5799  Basque
5800  Brazilian Portuguese
5801  Czech
5802  Estonian
5803  French
5804  German
5805  Hungarian
5806  Italian
5807  Kannada
5808  Malayalam
5809  Marathi
5810  Norwegian bokmål
5811  Oriya
5812  Portuguese
5813  Swedish
5814  Tamil
5815  Turkish
5816
5817
5818 Overview of Changes from GLib 2.21.4 to GLib 2.21.5
5819 ===================================================
5820
5821 * A performance problem with trashing of many files has been fixed
5822
5823 * GResolver now invalidates the libc resolv.conf cache as needed
5824
5825 * Minor api additions:
5826  - g_cancellable_make_pollfd returns a boolean now. And there is a
5827    new function g_cancellable_release_fd that can be used to released
5828    the resources used by a GCancellable.
5829
5830 * Bugs fixed:
5831  589988 Compilation error on Solaris 9 (missing stdint.h)
5832  588901 gtcpconnection.c won't compile
5833  584246 GResolver needs to call res_init() when network state changes
5834  591714 Figure out failure handling for g_cancellable_make_pollfd()
5835  591532 redundent '/' returned from g_file_resolve_relative_path
5836  591378 Use MSG_NOSIGNAL in GSocket if it's available
5837  589649 API documentation migration for Base64 Encoding
5838  591840 configure fails with autoconf 2.64
5839
5840 * Updated translations:
5841  Basque
5842  Brazilian Portuguese
5843  Bulgarian
5844  Danish
5845  Estonian
5846  Finnish
5847  Galician
5848  Gujarati
5849  Hndi
5850  Irish
5851  Japanese
5852  Korean
5853  Norwegian bokmål
5854  Polish
5855  Portuguese
5856  Punjabi
5857  Spanish
5858  Swedish
5859  Telugu
5860  Traditional Chinese
5861  Thai
5862
5863
5864 Overview of Changes from GLib 2.21.3 to GLib 2.21.4
5865 ===================================================
5866
5867 * GTree is now refcounted
5868
5869 * Bugs fixed:
5870  587938 Undocumented limitation for g_str_equal
5871  587773 refcounts for GTree
5872
5873 * Updated translations:
5874  French
5875  Hebrew
5876  Norwegian bokmål
5877  Spanish
5878  Swedish
5879  Traditional Chinese
5880  Ukrainian
5881
5882
5883 Overview of Changes from GLib 2.21.2 to GLib 2.21.3
5884 ===================================================
5885
5886 * GMappedFile is refcounted now
5887
5888 * Mainloop: It is now possible to set per-thread default contexts,
5889   with g_main_context_push_thread_default.
5890
5891 * glib-mkenums supports a @basename@ substitution, in addition
5892   to @filename@.
5893
5894 * GIO:
5895  - Vfs implementations can support storing of per-file metadata.
5896  - GCancellable can now be subclassed.
5897  - Unmount and eject methods now optionally allow interaction, via
5898    variants that take a GMountOperation object.
5899
5900 * Bugs fixed:
5901  556706 Inconsistent help arguments -h, -?
5902  579449 FileChoosers no longer work if an idle handler is active
5903  579933 mainloop FD_CLOEXEC has a race condition
5904  579984 alternate GMainContext support
5905  585937 gio/gsocket.c (glib 2.21.2) does not compile (Windows/mingw)
5906  586675 Runtime library location
5907  586797 Add GCancellables to GSocket ops
5908  586868 g_filename_complete_get_completions doesn't always return...
5909  587415 g_resolver_lookup_by_name_finish returns a freed list
5910  587434 regression tests fail, at least on x86_64
5911  586928 Avoid g++ warning in g_error()
5912
5913 * Updated translations:
5914  Estonian
5915  Hebrew
5916
5917
5918 Overview of Changes from GLib 2.21.1 to GLib 2.21.2
5919 ===================================================
5920
5921 * GIO:
5922   - g_socket_speaks_ipv4 is a new function to check if a socket can
5923     speak IPv4.
5924   - g_socket_listener_add_address gained a new effective_address out
5925     parameter.
5926   - GIO now returns special icons for XDG user directories, by the
5927     name folder-music, folder-documents, etc.
5928   - GIO gained support for starting/stopping of drives, which can be used
5929     in connection with external hard disk enclosures, disk arrays, iSCSI
5930     devices, etc. See g_file_start/stop_mountable.
5931
5932 * GLib:
5933  - g_reload_user_special_dirs_cache is a new function to force GLib to
5934    reload the XDG user directory mapping from disk.
5935
5936 * Bug fixes:
5937  584574 glib compile failure on Mac OS X with gunixresolver.c and...
5938  585566 GSocketListener API issues
5939  584255 Incorrect freeing of thread pool in GThreadedSocketService
5940  585088 g_string_chunk_insert_len stops at nul bytes
5941  585360 Monitor fontconfig configuration files using gio causes m...
5942  580103 Terminal starts on Display :0.0 when started on :0.1 in D...
5943  580301 network: a few issues on old darwin
5944  583398 SRV weight sorting is incorrect
5945  584176 build fixes on FreeBSD
5946  585189 g_cancellable_reset() must be called in same thread as g_...
5947  585280 compilation dies on gio/gsocket.c, needs sys/uio.h to con...
5948  585281 gio/gunixfdmessage.c needs sys/types.h for platforms that...
5949  585478 don't leak the inotify fd
5950  585575 g_socket_listener_add_inet_port() doesn't do the right thing
5951  585599 g_socket_listener_add_socket() consumes the socket
5952  585676 GEmblem doesn't reference its 'icon' if that is set as a ...
5953  585717 "bytes" nautilus translation to french is not shown in th...
5954  541276 XDG directories should have their own icons
5955  585726 Grammatical error in GList documentation
5956  585520 Wrong warning option in documentation
5957  585673 GNOME Goal: Remove deprecated glib symbols
5958  585591 Starting/stopping drives
5959
5960 * Updated translations:
5961  Bengali India
5962  Norwegian bokmål
5963
5964
5965 Overview of Changes from GLib 2.21.0 to GLib 2.21.1
5966 ===================================================
5967
5968 * GIO:
5969  - Support for network IO has been added, including a low-level
5970    socket API and a high-level API for network connections and
5971    services.
5972  - Support for read-write access with GIOStream and its subclasses.
5973  - GMount gained a pre-unmount signal.
5974
5975 * Bug fixes:
5976  576104Implement GMount::pre-unmount
5977  578769 implement GWinHttpFileInputStream::close_fn
5978  582856 gsocket.c doesn't compile on Solaris
5979  569375 g[u]intptr undocumented
5980  573246 [FIX] g_desktop_app_info_dup() can access NULL pointer
5981  575013 g_cancellable_push_current() does not allow NULL
5982  577884 live-g-file.c:461: error: format ‘%d’ expects type ...
5983  578499 g_output_stream_splice and stream closing with gnio strea...
5984  579558 Application employing gvfs crashes with only libgvfscommo...
5985  583001 SIGPIPE (grr!)
5986  583061 Please add convenience function to connect to machines by...
5987  583198 typo in error message
5988  583206 use g_set_error_literal where appropriate
5989  583229 void function g_async_initable_init_async returns value
5990  583324 locking problem in g_main_context_iterate()
5991  583408 void function g_socket_control_message_serialize returns ...
5992  578786 wrong and confusing error message
5993  583205 g_inet_address_to_bytes has no length outparam
5994  583196 mem leak in keyfile test
5995  583663 GSocketType enum ends with a comma
5996  569024 Make g_error_new_valist public
5997  569376 missing G_G[U]INTPTR_FORMAT
5998  580347 off-by-1 bug in GWinHttpFile
5999
6000 * Updated translations:
6001  Oriya
6002  Spanish
6003  Valencian-Catalan
6004
6005
6006 Overview of Changes from GLib 2.20.x to GLib 2.21.0
6007 ===================================================
6008
6009 * GIO:
6010  - New helper functions g_cancellable_connect/disconnect to avoid
6011    race conditions when connecting to the "cancelled" signal on
6012    GCancellable.
6013  - New types and methods for dealing with IPv4 and IPv6 addresses (and
6014    UNIX domain socket addresses under UNIX). This does not include code
6015    for actual socket I/O.
6016  - GResolver provides asynchronous and cancellable APIs for resolving
6017    hostnames, reverse lookup of IP addresses and resolving SRV records.
6018
6019 * Glib now provides hash and comparison functions for int64 and double
6020   types, suitable for use with GHashTable.
6021
6022 * GArray, GPtrArray and GByteArray can be ref counted now, and have
6023   boxed types.
6024
6025 * Bugs fixed:
6026  572844 Helper for GCancellable::cancelled connect/disconnect
6027  578363 goption docs should be improved
6028  548466 async/cancellable DNS resolver
6029  579830 param spec strings should use P_()
6030  579862 requesting xattr::foo ends up calling getxattr(..., user...
6031  580453 Hash and equal functions for gint64 and gdouble
6032  580450 Reference counting and boxed types for arrays
6033  580194 gresolver doesn't build on Solaris
6034  580301 network: a few issues on old darwin
6035  580299 network: include sys/types.h before sys/socket.h to insur...
6036  572508 gmarkup speedup
6037  580546 g_strtoull() referenced in documentation...
6038  580656 g_key_file_set_string_list erroneously asserts list != NULL
6039  579272 leaks in g_simple_async_result_set_op_res_gpointer
6040
6041
6042 * Updated translations:
6043  Catalan (ca)
6044  Pashto (ps)
6045  Spanish (es)
6046
6047
6048 Overview of Changes from GLib 2.20.0 to GLib 2.20.1
6049 ===================================================
6050
6051 * Bug fixes:
6052  575555 Use fsync() when replacing files to avoid data loss on
6053  575708 runaway inotify madness
6054  575270 GVolumeMonitor::mount-pre-unmount not being emitted
6055  577128 glib make check Failed to execute child process...
6056  573673 Always show "backup" directories
6057  578369 g_time_val_from_iso8601() parses timezones incorrectly
6058  578002 Fix a small typo in GFile docs
6059  578017 G_DEFINE_TYPE_EXTENDED docs
6060
6061 * Updated translations:
6062  Arabic
6063  Assamese
6064  Basque
6065  Bularian
6066  Brazilian Portuguese
6067  British English
6068  Catalan
6069  Danish
6070  French
6071  Galician
6072  German
6073  Greek
6074  Hungarian
6075  Italian
6076  Japanese
6077  Kannada
6078  Lithuanian
6079  Malayalam
6080  Norwegian bokmål
6081  Oriya
6082  Polish
6083  Punjabi
6084  Russian
6085  Simplified Chinese
6086  Slovenian
6087  Spanish
6088  Swedish
6089  Tamil
6090
6091
6092 Overview of Changes from GLib 2.19.9 to GLib 2.20.0
6093 ===================================================
6094
6095 * Base64 support: Avoid integer overflows. CVE-2008-4316
6096
6097 * Bugs fixed:
6098  574019 GChecksum: document and guarantee hex characters in lower case
6099  573454 Unable copy/move files to directories symlinked to gvfs share
6100  561172 gnome-open fails on local URIs with anchors
6101  573970 crash in gunixvolumemonitor:update_mounts when unmounting
6102  573843 g_get_current_dir returns non-absolute path
6103
6104 * Updated translations:
6105  Assamese (as)
6106  Bengali (bn_IN)
6107  Czech (cs)
6108  Hindi (hi)
6109  Italian (it)
6110  Japanese (ja)
6111  Lithuanian (lt)
6112  Malayalam (ml)
6113  Marathi (mr)
6114  Oriya (or)
6115  Polish (pl)
6116  Romanian (ro)
6117  Telugu (te)
6118
6119
6120 Overview of Changes from GLib 2.19.8 to GLib 2.19.9
6121 ===================================================
6122
6123 * GMarkup:
6124  - Considerable speedup
6125
6126 * GIO
6127  - Add G_FILE_CREATE_REPLACE_DESTINATION flag to allow replacing
6128    the destination of a copying operation as if it did not exit before.
6129  - Be more careful when classifying files as desktop files
6130  - Support desktop file key X-GIO-NoFuse which disables the use
6131    of fuse pathnames for %u and %U arguments
6132
6133 * Bugs fixed:
6134  572672 glib/gthread.c: argument is different type
6135  572464 Doc for g_file_get_contents
6136  572151 “it's” and “its” confused in docs and comments
6137  570501 g_win32_get_system_data_dirs uses invalid conversion...
6138  167569 g_string_append_printf crashes on win32 when used...
6139  572508 gmarkup speedup
6140  560564 Replacing a symlink with its linked file truncates... 
6141  549298 impossible to copy files with p (pipe) flag
6142  543183 Clarify docs for g_file_has_prefix
6143  540461 g_memory_output_stream_get_data_size() doesn't behave...
6144  573462 GEmblemedIcon leak
6145  573421 Clarify message format in GMountOperation
6146  573658 Deadlock in giomodule.c
6147  556706 Inconsistent help arguments -h, -?
6148  573527 Wrong shell to run config.status in Makefile.in.in
6149  573128 A couple of typos in GObject documentation
6150
6151 * Updated translations:
6152  Catalan (ca)
6153  British English (en_GB)
6154  Spanish (es)
6155  Basque (eu)
6156  Finnish (fi)
6157  French (fr)
6158  Gujarati (gu)
6159  Hebrew (he)
6160  Hungarian (hu)
6161  Korean (ko)
6162  Maithili (mai)
6163  Norwegian bokmål (nb)
6164  Dutch (nl)
6165  Portugese (pt)
6166  Swedish (sv)
6167  Thai (th)
6168  Traditional Chinese (zh_HK)
6169  Traditional Chinese (zh_TW)
6170
6171
6172 Overview of Changes from GLib 2.19.7 to GLib 2.19.8
6173 ===================================================
6174
6175 * GIO: Fix missing exports of new API
6176
6177 * Fix strict aliasing warnings and violations to make Glib work
6178   with gcc 4.4
6179
6180
6181 Overview of Changes from GLib 2.19.6 to GLib 2.19.7
6182 ===================================================
6183
6184 * GIO
6185  - GFile gained an attribute for the actual file size in bytes
6186  - GMountOperation gained an "aborted' signal that allows to abort
6187    a mount operation from the backend side
6188
6189 * Bugs fixed:
6190  523742 Use noinst for non-installable libraries
6191  566747 URIs opened with firefox %u load as local files
6192  541225 Can't compile gio on AIX duplicate case value in gioerror.c
6193  571598 GAsyncResult with NULL gobject
6194  505042 add file attribute for actually used file size in bytes
6195
6196 * Updates translations:
6197  Basque (eu)
6198  Gujarati (gu)
6199  Italian (it)
6200  Japanese (ja)
6201  Norwegian bokmål (nb)
6202  Dutch (nl)
6203  Portugese (pt)
6204  Thai (th)
6205  Vietnamese (vi)
6206
6207
6208 Overview of Changes from GLib 2.19.5 to GLib 2.19.6
6209 ===================================================
6210
6211 * New format macro to print goffset data: G_OFFSET_FORMAT
6212
6213 * GIO: 
6214  - Add a GFilter{Input,Output}Stream::close-base-stream properties which
6215    determine whether the base stream will be closed when the filter stream
6216    is finalized.
6217  - g_data_input_stream_read_line and ..._read_until have asynchronous
6218    variants now.
6219
6220 * Bugs fixed:
6221  568294 A wrong reference in the description of g_bookmark_file_...
6222  563141 RFE: define G_OFFSET_FORMAT
6223  569105 g_time_val_to_iso8601() assumes time_t==long
6224  568394 dropping the last reference to a stream filter closes...
6225  568741 g_buffered_input_stream_fill_async doesn't work
6226  568723 g_buffered_input_stream_fill_async doesn't take count == -1
6227  568575 _async functions for GDataInputStream
6228
6229 * Updated translations:
6230  Bulgarian (bg)
6231  Finnish (fi)
6232  Hungarian (hu)
6233  Oriya (or)
6234  Swedish (sv)
6235  Traditional Chinese (zh_HK)
6236  Traditional Chinese (zy_TW)
6237
6238
6239 Overview of Changes from GLib 2.19.4 to GLib 2.19.5
6240 ===================================================
6241
6242 * Update included PCRE to 7.8
6243
6244 * g_base64_decode_inplace: New function to do base64 decoding in place
6245
6246 * Bugs fixed:
6247  567138 get_package_directory_from_module() does not free ...
6248  566569 gregex docs clarification
6249  566573 g_match_info_fetch_pos docs
6250  564728 Add function to decode base64 encoded data in place
6251  567838 G_STRUCT_OFFSETOF fails to compile under icc 9.1
6252  567977 textdomain() macro should not return NULL ...
6253  512779 --disable-regex breaks compilation
6254  566770 error code 0 for Too many open files is useless
6255  565484 g_content_type_guess passes non-UTF8 text to XDG ...
6256
6257 * Updated translations:
6258  Catalan (ca)
6259  Spanish (es)
6260  Italian (it)
6261  Swedish (sv)
6262
6263  
6264 Overview of Changes from GLib 2.19.3 to GLib 2.19.4
6265 ===================================================
6266
6267 * GIO:
6268   - Use O_NOATIME when sniffing mimetypes
6269   - Add a convenience method to check if a GSimpleAsyncResult
6270     is valid
6271
6272 * Bugs fixed:
6273  560676 function access for g_threads_supported
6274  565905 There is no g_context_group_set_translation_domain
6275  564210 SUN Studio 12 has supported visibility attribute
6276  565136 GObject's "notify" signal parameters are wrong in gtk-doc
6277  565831 error in interface creation sample
6278  566348 g_file_open_tmp uses the wrong g_mkstemp on win32
6279  566064 Add NOATIME flag to query_info_flags
6280  566170 g_async_result_verify_source_object
6281
6282 * Updated translations:
6283  Spanish (es)
6284  Norwegian bokmål (nb)
6285  Brazilian Portugese (pt_BR)
6286  Simplified Chinese (zh_CN)
6287
6288
6289 Overview of Changes from GLib 2.19.1 to GLib 2.19.3
6290 ===================================================
6291
6292 * Bugs fixed:
6293  508021 Add support for the CRIS and CRISv32 architectures
6294  526320 should not list mounts that the user doesn't have permission to use
6295  558458 Cannot build gio tests on Solaris using SUN cc
6296  555465 GUnix{Input,Output}Stream lacks fd/close_fd_at_close property
6297  558298 Hide ecryptfs mounts
6298  515777 incorrect date&time on copy
6299  562452 Ensure we return G_IO_ERROR_CANCELLED if cancelling
6300         g_simple_async_result_run_in_thread
6301  473150 g_type_module_use inconsistently increases the use
6302         counter in case of error
6303  563150 G_GU?INT*_MODIFIER/FORMAT docs
6304  563156 Document printing and scanning gunichar values
6305
6306 * Updated translations:
6307  Hebrew (he)
6308  Italian (it)
6309  
6310
6311 Overview of Changes from GLib 2.19.0 to GLib 2.19.1
6312 ===================================================
6313
6314 * GIO: 
6315   - g_icon_to_string, g_icon_new_for_string: GIcon serialization support
6316   - G_FILE_ATTRIBUTE_PREVIEW_ICON: new file attribute for preview images
6317   - g_app_info_get_commandline: new function to get the full commandline
6318   - g_mount_shadow, g_mount_unshadow, g_mount_is_shadowed: New functions 
6319     to 'shadow' mounts (i.e. hide them from the UI when they already
6320     have a different representation, like a bookmark) 
6321
6322 * Bugs fixed:
6323  556186 gpoll.h breaks gmain.h inclusion
6324  557087 mem leak in g_content_types_get_registered
6325  556921 gpoll.h breaks hal compilation
6326  557210 g_compute_checksum_for_* asserts with less than 2 bytes
6327  558381 Add support for compile time assertions
6328  558185 'parent' variable in g_local_file_get_child_for_display_name()
6329         hits g_object_unref(NULL) assertion
6330  558513 g_warn_if_fail FIXME in gtestutils
6331  558672 NULL key lookup using g_hash_table_lookup_extended() 
6332  555740 gicon serialization
6333  557182 preview functionality
6334  528320 Incorrect icons displayed for files with custom mimetype icons
6335  556910 Memory leak: sub
6336  557592 Missing include in gwinhttpfile.c
6337  556415 Crash on Windows 2000 in g_winhttp_vfs_init()
6338  555935 Clarify the mechanism of overwriting properties
6339  552776 ac_cv_func_posix_getgrgid_r not mentioned
6340  559448 GObject Reference Manual (typo)
6341  561212 GFileReadMoreCallback API doc refers to non-existant function
6342  560569 gkeyfile doesn't use the set list_separator in some cases
6343  560568 gkeyfile docs buglet
6344  559413 g_option_group_set_error_hook docs buglet
6345  562378 callback return value not respected for callback option
6346         with no arg
6347  559110 Do not include libintl.h after glibintl.h
6348  557603 carbon check output misplaced
6349  562544 g_key_file_get_string and g_key_file_get_value
6350         documentation does not explain the difference
6351  547264 Missing "no flags" flag
6352  562638 GDebugKey key member should be const
6353  562639 g_parse_debug_flags() parsing "help"
6354  562549 g_byte_array_free should tell how free data
6355  559452 GObject Reference Manual (typo)
6356  559462 GObject Reference Manual (typo)
6357  559517 GObject Reference Manual (typo)
6358  562538 GObject interface tutorial shouldn't finalise with
6359         "Please forget everything"
6360  561352 Leak of icon description
6361  561375 Leaks mountpoint description
6362  561807 inotify_sub.c: dup_dirname() fails to remove trailing '/'
6363  562393 g_buffered_input_stream_read_byte broken if data available
6364  541715 win32 : patch for warnings and signature problems in recent code
6365  547481 g_data_input_stream_read_line behaves not as stated in the docs
6366  548163 Nautilus displays wrong error message for too long file names
6367  559633 gtk_image_new_from_gicon does not always work for .desktop files
6368  555486 – No way to recover command line from GAppInfo
6369
6370 * Translation updates:
6371  Spanish (es)
6372  Ukrainian (uk)
6373
6374
6375 Overview of Changes from GLib 2.18.1 to GLib 2.19.0
6376 ===================================================
6377
6378 * Rewrite GHashTable to use open addressing with quadratic probing instead 
6379   of chaining. This has the potential to reduce memory fragmentation 
6380   significantly, while being slightly faster due to better locality and 
6381   no need to call alloc/free functions for nodes. Benchmarks suggest it 
6382   also uses less memory overall.
6383
6384 * Make g_poll available as public api
6385
6386 * New macros g_assert_error and g_assert_no_error to assert 
6387   that a GError is set or unset
6388
6389 * g_cancellable_make_pollfd: New method to make a GPollFD for a cancellable
6390
6391 * g_app_info_can_delete, g_app_info_delete, g_app_info_reset_type_associations:
6392   New functions to clean up app infos and content types
6393
6394 * When launching applications, always pass fuse file:// uris when possible,
6395   and let gio convert such uris back to gio uris.
6396
6397 * Bugs fixed:
6398  505361 gunixinputstream.c assumes poll() available
6399  509446 portable blocking gio cancellation
6400  553820 gpoll.c: undeclared identifier
6401  553724 python interpretter path not patched in correctly
6402  553857 gbacktrace.h requires signal.h
6403  553447 g_assert_no_error()
6404  554092 glib doesn't return G_FILE_ERROR_NOENT et al on OS X
6405  528670 Always pass file:/// uri's in GAppLaunchContext
6406  555224 Improve g_format_size_for_display doc
6407  555309 giochannel breaks on error
6408  554790 g_convert() misbehaves with winiconv versions
6409  555314 mem leak in gmarkup
6410  555313 GFileAttribute boxed type get_type function should...
6411  552861 glib-2.0.m4 calls system(3) without storing its result
6412  554557 Patch to fix gcc warnings about missing format specifiers
6413  552107 Small libtool fixes
6414  551355 Make glib build with libtool 2.2
6415  555311 format not a string literal and no format arguments
6416  556101 static mutex yields warnings with g++
6417  556186 gpoll.h breaks gmain.h inclusion
6418  526456 Open addressing in GHashTable
6419  553426 cancellable clarifications
6420  545350 GAppInfo deletion
6421  545351 Reset associations for content type
6422  552168 volume's mount not mounted after g_volume_mount_finish
6423  554970 segfault when update-desktop-database is not available...
6424  554745 GFileAttributeInfoList should be boxed
6425  555121 Improved build-time handling of gio module-dir
6426  555711 Wrong fallback order of mimetype icons
6427  555331 Deprecate adoption of mounts
6428  556335 make check fails in abicheck.sh
6429  556334 Warning when building without selinux support
6430  556422 g_file_enumerator_next_file: unclear...
6431
6432 * Updated translations:
6433  Arabic (ar)
6434  Danish (da)
6435  Polish (pl)
6436  Brazilian Portugese (pt_BR)
6437  Romanian (ro)
6438  Russian (ru)
6439
6440
6441 Overview of Changes from GLib 2.18.0 to GLib 2.18.1
6442 ===================================================
6443
6444 * Bugs fixed:
6445  550433 g_test_init doesn't recognize --help
6446  523463 Core dump in gmain.c:2482:IA__g_main_context_check
6447  551228 G_STRFUNC on recent Sun compiler should be expanded...
6448  551410 gtestutils.c: using printf without prototype
6449  551731 g_date_set_time[_t] docs should mention what timezone
6450  548321 <string.h> is not included in gi18n-lib.h
6451  551149 xdgmime mem leak
6452  550647 synchronous pipe I/O when reading mount reply
6453  551887 Docs for g_desktop_app_info_new_from_filename aren't...
6454  551681 g_content_type_guess() too naive with filenames
6455  552352 g_app_info_launch doesn't work if "Path" key...
6456  551408 gmodule.def generated to builddir...
6457  552359 g_file_info_get_icon should return GThemedIcon, and...
6458
6459 * Updated translations:
6460  Arabic (ar)
6461  Bengali India (bn_IN)
6462  British English (en_GB)
6463  Hindi (hi)
6464  Croatian (hr)
6465  Korean (ko)
6466  Oriya (or)
6467  Turkish (tr)
6468  Telugu (te)
6469
6470
6471 Overview of Changes from GLib 2.17.7 to GLib 2.18.0
6472 ===================================================
6473
6474 * Win32:
6475   - rework the g_poll() implementation to match poll() semantics more closely
6476
6477 * Bugs fixed:
6478  324234 Using g_io_add_watch_full() to wait for connect() to return...
6479  548278 Async GETs connections are always terminated unexpectedly...
6480  500246 Bug fixes for giowin32
6481  523939 Example program for GValue
6482  550096 GBookmarkFile parser is not forward compatible
6483  550040 Move GString, rand and printf tests to the unit test framework
6484  550104 trivial documentation fix for g_get_home_dir
6485  548988 g_file_replace fails on Windows when the target file exists
6486  550059 Wrong docs for g_emblemed_icon_add_emblem
6487  548800 Missing a g_object_get_type function
6488  550056 Missing documentation for g_emblemed_icon_get_emblems
6489
6490 * Updated translations:
6491  Bulgarian (bg)
6492  Czech (cs)
6493  German (de)
6494  Estonian (et)
6495  Basque (eu)
6496  French (fr)
6497  Hebrew (he)
6498  Hungarian (hu)
6499  Italian (it)
6500  Japanese (ja)
6501  Lithuanian (lt)
6502  Maithili (mai)
6503  Dutch (nl)
6504  Swedish (sv)
6505  Thai (th)
6506  Ukrainian (uk)
6507  Vietnamese (vi)
6508
6509
6510 Overview of Changes from GLib 2.17.6 to GLib 2.17.7
6511 ===================================================
6512
6513 * More fixes for 64-bit Windows
6514
6515 * GIO
6516  - Add a vfs implementation for HTTP and HTTPS URIs on Windows
6517
6518 * Bugs fixed:
6519  546329 API docs for g_utf8_normalize() are incorrect
6520  546876 Modify GMarkup parser to accept &#x1; .. &#x1f;
6521  547200 g_utf8_find_next_char() issues
6522  547637 unconditional #include of sys/statfs.h in configure
6523  547337 G_DISABLE_DEPRECATED breaks tests build
6524  547832 gtk+-2.12.11 fails to build - AC_PROG_MMAP too strict
6525  502498 Test framework assertion failures should follow gcc
6526  546371 Improve docs re g_file_monitor
6527  546483 GThemedIcon:use-default-fallbacks is not readable without...
6528  546132 GFileIcon is bindings-unfriendly
6529  542156 zfs mount in home directory shown on nautilus desktop 
6530  535124 umask 002 not being applied for new directories...
6531  547080 g_file_copy leaks expected errors
6532  546582 Callbacks from GFileMonitor present a GFile...
6533  547262 Missing link in the docs
6534
6535 * Updated translations:
6536  Arabic (ar)
6537  Catalan (ca)
6538  Spanish (es)
6539  Basque (eu)
6540  Finnish (fi)
6541  Galician (gl)
6542  Hebrew (he)
6543  Marathi (mr)
6544  Norwegian bokmål (nb)
6545  Portugese (pt)
6546  Brazilian Portugese (pt_BR)
6547  Swedish (sv)
6548  Thai (th)
6549
6550
6551 Overview of Changes from GLib 2.17.4 to GLib 2.17.6
6552 ===================================================
6553
6554 * Fix problems on 64-bit Windows
6555
6556 * g_markup_context_get_user_data: New function to access
6557   the user_data outside of callbacks
6558
6559 * GIO
6560  - g_mount_guess_content_type_sync: synchronous version of
6561    g_mount_guess_content_type
6562  - GEmblem: A GIcon implementation that adds emblem-related
6563    metadata to icons
6564  - GEmblemedIcon: A GIcon implementation that can add emblems
6565    to icons
6566
6567 * Bugs fixed:
6568  544088 option_test_LDADD is left in tests/Makefile.am
6569  544465 gmarkup makes it hard to use pre-rolled parsers
6570  545485 Implicit declaration of utime()
6571  545798 "Since: 2.18" mark is missing in g_set_error_literal...
6572  544140 fam-helper 64-bit issue
6573  529694 SELinux context setting support
6574  545157 wrong/no list of "open with" applications for .cc...
6575  545203 gfile.c: argument is different type
6576  545457 gdmsetup crashed with SIGSEGV in g_unix_mount_guess...
6577  544177 Fix trivial cut and paste error in documentation
6578  545395 Language tweak for g_value_set_string* docs
6579  541036 Gnumeric crashes when trying to open Desktop...
6580  546079 leak in xdgmime
6581  545395 Language tweak for g_value_set_string* docs
6582  546017 Don't copy attributes when copying a symlink
6583
6584 * Updated translations:
6585  Arabic (ar)
6586  Estonian (et)
6587  Galician (gl)
6588  Italian (it)
6589  Japanese (ja)
6590  Korean (ko)
6591  Norwegian bokmål (nb)
6592  Pashto (ps)
6593  Portugese (pt)
6594
6595
6596 Overview of Changes from GLib 2.17.3 to GLib 2.17.4
6597 ===================================================
6598
6599 * GIO:
6600  - New API to handle content types: g_mount_guess_content_type,
6601    g_content_type_guess_for_tree.
6602  - Export the eject-button signal on the volume monitor class
6603  - New API to enable out-of-process volume monitors: 
6604    g_volume_get_activation_root
6605
6606 * GObject:
6607  - New API to handle signals without slots in the class structure:
6608    g_signal_new_class_handler, g_signal_override_class_handler   
6609
6610 * Internationalization:
6611  - Add an NC_ macro that is a no-op equivalent of C_
6612
6613 * GMarkup:
6614  - Add two new functions g_markup_parse_context_push,
6615    g_markup_parse_context_pop to support "subparsers"
6616
6617 * Bugs fixed:
6618  541208 Functions to easily install and use signals without...
6619  541507 Ambiguous description of assigned characters in the...
6620  543040 async reading on dummy file will crash on GIO_USE_VFS=local
6621  543560 enable gio-FEN back-end warnings on Solaris will crash...
6622  528317 GRegex does not allow recursion limit
6623  337518 GMarkup: Subparser support
6624  541794 drive-eject-button signal
6625  541793 activation root for volumes
6626  467707 test_iconv_state() in tests/convert-test.c fails on AIX 5.3
6627  428048 2 of 51 tests fail on Solaris
6628  542332 small fix for error message in GMarkup
6629  482413 get_contents_stdio -- overflow and memory corruption
6630  406120 g_ascii_strtod
6631  334234 "printf" format error
6632  536996 Missing noop i18n macro equivalent to C_
6633  540616 mem leak in filechooser button
6634  539229 gobject-query calls itself query
6635  521589 [RFC] gobject documentation should mention Vala
6636  543168 Description of G_SLICE=debug-blocks discourages its use
6637  543220 Case collision on gio-extension-points.html
6638  530759 update the gobject tutorial to the XXI century
6639  535223 gbookmark file inefficiency ...
6640  543504 crash in Epiphany Web Browser: Opening local file
6641
6642 * Updated translation:
6643  German (de)
6644  Estonian (et)
6645  Pashto (ps)
6646  Albanian (sq)
6647  Thai (th)
6648  Traditional Chinese (zh_HK)
6649  Traditional Chinese (zh_TW)
6650
6651
6652 Overview of Changes from GLib 2.17.1 to GLib 2.17.3
6653 ===================================================
6654
6655 * PCRE
6656  - fix for CVE-2008-2371 
6657
6658 * Bugs fixed:
6659  538119 glib's mainloop leaks a pipe to sub-processes
6660  537635 Corrections and improvements to g_time_val_{to,from}_iso8601
6661  539067 The document g_io_channel_win32_new_fd() says...
6662  535949 annotate g_strip_context and g_dpgettext with G_GNUC_FORMAT
6663  539123 annotate g_d[n]gettext with G_GNUC_FORMAT
6664  539074 Cannot get exit status with g_spawn_command_line_sync
6665  316221 G_LOCK warns about breaking strict-aliasing rules
6666  539770 migrate gstrfunc unit tests to gtest
6667  539626 Update docstrings for g_object_freeze_notify and g_object_thaw_notify
6668  538044 unconditional use of LC_MESSAGES
6669  540545 Monotonic time and timer offset
6670  535947 want g_set_error_literal
6671  539999 glibconfig.h: add GLIB_USING_SYSTEM_PRINTF 
6672  536252 GFileEnumerator should allow access to the containing GFile
6673  538362 Get Win32 icons back in the file chooser
6674  540802 g_list_prepend doesn't concat lists
6675  540423 unrecoverable error after g_seekable_truncate
6676  538836 make check failure on PPC and ALPHA: pltcheck.sh on g_atomic_pointer_get
6677  539090 g_content_type_from_mime_type() should unalias
6678  540331 g_file_append_to () documentation: can return NULL
6679  534639 add g_desktop_app_info_new_from_keyfile
6680  536733 gio build failure on Irix
6681  536160 Add g_file_monitor()
6682  538127 FileChooser broken on win32
6683  531476 /live-g-file/test_traverse_structure test fails on Mac HFS+
6684  538564 gio should have gio-types.h
6685  540047 glib-genmarshal.c: '#include <io.h>' is too before
6686
6687 Updated translations:
6688  Korean (ko)
6689  Occitan (oc)
6690
6691
6692 Overview of Changes from GLib 2.17.0 to GLib 2.17.1
6693 ===================================================
6694
6695 * New function: g_utime(), a gstdio wrapper for utime()
6696
6697 * New functions: g_dgettext() and g_dngettext(), wrappers
6698   for corresponding gettext functions with added functionaliy
6699
6700 * Support the latest version of the shared-mime spec, including
6701   icons for mime types 
6702
6703 * New function: g_themed_icon_prepend_name()
6704
6705 * Bugs fixed: 
6706  535418 Please document which glib version defines goffset
6707  528715 Misprint in the description of the interface g_type_class_add_private
6708  528714 Misprint in the description of the interface g_param_spec_flags
6709  537260 Doc bug in G_TYPE_INSTANCE_GET_CLASS()
6710  530527 Misprint in the description of the interface 
6711         g_cclosure_marshal_VOID__FLAGS
6712  530526 Misprint in the description of the fields 'class_init' and 
6713         'class_finalize' of the structure GTypeInfo
6714  528719 Improvement to the documentation of the "g_object_connect" interface
6715  528172 gtk_signal_handlers_unblock_* functions return value
6716         amount of matched signals, not amount of actually unblocked
6717  528717 Misprint in the description of the parameter 'type_id' for 
6718         the interface g_type_register_fundamental
6719  528716 Misprint in the description of the parameter 'iface_data' for 
6720         the callback types GInterfaceInitFunc and GInterfaceFinalizeFunc 
6721  537555 GObject instantiation not thread safe
6722  537546 'desktop' shortcut in file chooser looks like a generic folder
6723  537392 Additional colon in xattr name
6724  536641 Filesystem querying in gio does not list AFS and autofs file systems
6725  528600 g_dummy_file_get_parent("scheme://example.com/")
6726  503071 Application direction changes to right to left even if theres no 
6727         translation
6728  502511 g_assert_cmphex prints invalid message
6729  338162 Use po/LINGUAS
6730  314453 Nautilus crashes in Solaris when browsing the attached file
6731  529321 make check fails in glib/pcre
6732  455215 g_get_user_special_dir: no reference about G_USER_DIRECTORY_DOWNLOAD 
6733         fallback to $HOME/Desktop if xdg-user-dirs is not in use
6734  498732 g_key_file_to_data cannot fail
6735  511367 add g_file_make_directory_with_parents
6736  531900 Use __builtin_offsetof for G_STRUCT_OFFSET if building with 
6737         gcc 4.0 or newer
6738  536158 also bump GHashTable version when a node is removed via
6739         g_hash_table_iter_remove()/g_hash_table_iter_steal()
6740  531403 g_utf8_collate broken on Mac
6741  535628 test/patterntest.c still includes gpattern.h directly
6742  535625 alias.h:2648: error: 'utime' undeclared here (not in a function)
6743
6744 * Translation updates:
6745  Arabic (ar)
6746  German (de)
6747  Italian (it)
6748  Norwegian bokmål (nb)
6749  Thai (th)
6750
6751
6752 Overview of Changes from GLib 2.16.x to GLib 2.17.0
6753 ===================================================
6754
6755 * Update to Unicode 5.1
6756
6757 * Update included libcharset to the one shipped with libiconv 0.12
6758
6759 * Update included PCRE to 7.7
6760
6761 * Enforce that only toplevel headers are directly included.
6762   This is turned on by default for GObject and GIO. To turn
6763   it on for GLib, define G_DISABLE_SINGLE_INCLUDES.
6764
6765 * Fix library version of GIO.  GLib 2.16 shipped with libgio-2.0.so.0.0.0
6766
6767 * On Solaris, use FEN for file monitoring in GIO
6768
6769 * Use the GIO_EXTRA_MODULES environment variable to find
6770   additional GIO modules 
6771
6772 * G_GNUC_ALLOC_SIZE: New macro that wraps the gcc alloc_size
6773   function attribute
6774
6775 * g_checksum_reset: New function to reset the state of a GChecksum 
6776
6777 * g_unix_mount_monitor_set_rate_limit: New function to limit the 
6778   rate at which events are reported
6779
6780 * g_file_query_file_type: New utility function to query the type of
6781   a file
6782
6783 * g_memory_output_stream_get_data_size: New function to obtain the
6784   size of the written data.
6785
6786 * Bugs fixed:
6787  522292 Gives warnings in glib/gutils.h with GCC in C99 mode
6788  523298 win_iconv can't convert from UTF-8 to GB18030 (or vice versa)
6789  518160 replace two g_strdup_printf calls in GBookmarkFile
6790  523877 gbookmarkfile: avoid using g_string_append_printf() and
6791         other optimizations 
6792  525192 100% CPU if run main loop with no IO sources
6793  315437 extern inline -> static inline
6794  524314 g_convert() on Win32 implicitly converts full width
6795         alphanumerics into half width
6796  525732 Error in documentation for g_list_first
6797  525674 A typo in gmarkup.c
6798  448943 g_timeout_add_seconds() problems
6799  525972 UCS-4 not in the new win_iconv implementation
6800  526619 make test-report crash
6801  491554 Update to Unicode 5.1.0
6802  519137 g_slice_dup macro needs cast for 64-bit platform
6803  528752 Win32 build and SSL not working
6804  530457 G_USER_DIRECTORY_DOWNLOAD folder improperly mapped
6805  528667 Typos in testing module documentation
6806  459905 Bug in wcwidth data
6807  534085 g_unichar_iswide_cjk() has a totally wrong table
6808  501651 Update glib/libcharset
6809  519026 G_STMT_START/G_STMT_END test a non-existent preprocessor symbol
6810  534319 GLib's .pc files could use Libs.private
6811  534137 Typo in g_spawn_async_with_pipes doc
6812  517419 gio win32 directory monitor
6813  526796 Wrong order of arguments in g_file_copy's fallback
6814  530196 _g_local_file_has_trash_dir() doesn't handle st_dev == 0
6815  532965 Should not return filesystem::free for certain file systems
6816  525553 fix typo and nitpicking in GArray documentation
6817  526572 Missing * in declaration of parent_class in Object
6818         Destruction section of GObject Reference Manual
6819  528648 Extra >s in Object Construction section
6820  535021 g_param_spec_internal documentation should
6821         describe purpose of nick and blurb
6822  521513 Firefox crash when using file picker
6823  528433 gdesktopappinfo snafu ...
6824  533369 API g_file_info_get_attribute_string () unables to get "...
6825  521045 glib f_fstypename miscellany
6826  521672 compile error
6827  521946 control rate limit on GUnixMountMonitor
6828  522335 Fails to build: glib/gtester.c:276: error: 'ARG_MAX' unde...
6829  523015 Implement sliding window based upload operation
6830  523019 Use new GCC 4 feature
6831  523338 list nfs4 as a nfs mount type
6832  524350 Make glib build without NLS again
6833  524579 g_file_copy reports wrong total on progress callback for ...
6834  524742 A typo in gtestutils.c.
6835  524950 Minor documentation typos.
6836  525866 the user directory should not be considered as a mount to...
6837  526320 should not list mounts that the user doesn't have permiss...
6838  527132 nautilus crash when making ftp connection
6839  532852 CRITICAL **: totem_pl_parser_parse_with_base: assertion `...
6840  534759 Build failure in gio
6841  534764 Typo in error produced by g_file_make_directory
6842  521851 Redudant tests in gunixmounts.c
6843  524344 glib/gthread.h still use G_GNUC_PRETTY_FUNCTION
6844  525060 glib fails to build with -DG_DISABLE_ASSERT in CPPFLAGS o...
6845  534177 Invalid description of the interface g_cclosure_marshal_S...
6846  520715 Add GFile method g_file_query_file_type
6847  523039 nautilus can't access to trash/computer/network if gvfs i...
6848  
6849 * Updated translations:
6850  Arabic (ar)
6851  Bulgarian (bg)
6852  Catalan (ca) 
6853  Czech (cs)
6854  Greek (el)
6855  Candian English (en_CA)
6856  British English (en_GB)
6857  Spanish (es)
6858  Estonian (et)
6859  Basque (eu)
6860  Galician (gl)
6861  Hebrew (he)
6862  Hungarian (hu)
6863  Japanese (ja)
6864  Lithuanian (lt)
6865  Norwegian bokmål (nb)
6866  Dutch (nl)
6867  Occitan (oc)
6868  Portugese (pt)
6869  Russian (ru)
6870  Slovak (sk)
6871  Albanian (sq)
6872  Swedish (sv)
6873  Turkish (tr)
6874  Vietnamese (vi)
6875
6876
6877 Overview of Changes from GLib 2.16.0 to GLib 2.16.1
6878 ===================================================
6879
6880 * Fix a crash in g_themed_icon_new
6881
6882 * Update the included PCRE to 7.6
6883
6884
6885 Overview of Changes from GLib 2.15.6 to GLib 2.16.0
6886 ===================================================
6887
6888 * Fix the definition of G_INLINE_FUNC to work with gcc 4.3.0
6889
6890 * GIO:
6891  - Add missing GMountMountFlags argument to g_unix_volume_mount
6892  - Fix the adopt_orphan_mount vfunc to take a volume monitor 
6893    reference
6894  - Add properties to GThemedIcon for bindings sake
6895
6896 * Bugs fixed:
6897  520484 gvfsd-trash crashed with SIGSEGV in g_path_is_absolute()
6898  510855 g_checksum_update(): Take -1 for length.
6899  517676 g_themed_icon_new*() do more than call g_object_new().
6900  518816 should handle rmdir returning EEXIST correctly
6901  519352 g_[s]list_delete_link() docs
6902  519489 Fixes for sparse warnings in gio
6903  520169 add monitor argument to vfunc for GVolumeMonitor
6904  520700 Add type check in g_file_query_exists
6905  521145 FILE_READ_ONLY_VOLUME not present on Mingw32
6906  518720 No MIME type for empty files
6907  521013 in documentation, goffset doesn't say "Since 2.x"
6908  521028 Missleading error messages from g_io_channel_set_encoding()
6909  517484 GMainLoop could set the thread "Alertable" for APCs to be... 
6910
6911 * Updated translations:
6912  Assamese (as)
6913  Bengali India (bn_IN)
6914  Czech (cs)
6915  German (de)
6916  Spanish (es)
6917  Estonian (et)
6918  Finnish (fi)
6919  French (fr)
6920  Gujarati (gu)
6921  Italian (it)
6922  Lithuanian (lt)
6923  Malayalam (ml)
6924  Marathi (mr)
6925  Norwegian bokmål (nb)
6926  Romanian (ro)
6927  Russian (ru)
6928  Slovak (sk)
6929  Ukrainian (uk)
6930
6931  
6932 Overview of Changes from GLib 2.15.5 to GLib 2.15.6
6933 ===================================================
6934
6935 * GIO:
6936  - New file attributes: trash::item-count, filesystem::use-preview
6937  - Rename g_file_contains_file to g_file_has_prefix
6938  - g_file_query_filesystem_info grew async variants
6939  - g_themed_icon_append_name: new convenience function
6940  - g_content_type_get_icon is implemented now
6941  - Only show mounts in /media and ~
6942  - g_file_contains_file has been renamed to g_file_has_prefix
6943
6944 * Win32:
6945  - g_win32_get_package_installation_directory_of_module: new function
6946    which supersedes g_win32_get_package_installation_directory
6947  - Use alertable wait functions so that I/O completion routines or 
6948    user-mode Asynchronous Procedure Calls can be run
6949  - Fix race conditions in g_spawn implementation on win32
6950
6951 * Other:
6952  - g_uri_get_scheme has been renamed go g_uri_parse_scheme
6953
6954 * Updated translations:
6955  Arabic (ar)
6956  Belarusian Latin (be@latin)
6957  Catalan (ca) 
6958  British English (en_GB)
6959  Finnish (fi)
6960  Galician (gl)
6961  Hebrew (he)
6962  Italian (it)
6963  Kannada (kn)
6964  Norwegian bokmål (nb)
6965  Dutch (nl)
6966  Brazilian Portugese (pt_BR)
6967  Vietnamese (vi)
6968
6969
6970 Overview of Changes from GLib 2.15.4 to GLib 2.15.5
6971 ===================================================
6972
6973 * Update the included PCRE to 7.6
6974
6975 * GIO:
6976  - g_volume_should_automount: new function to determine if a volume
6977    should be mounted automatically
6978  - g_file_query_default_handler: new convenience function to get
6979    the default handler for a file
6980  - g_app_info_launch_default_for_uri new convenience function to
6981    launch the default handler for a URI
6982  - Use mimeapps.list and defaults.list as discussed on xdg list
6983    recently
6984  - g_app_info_get_default_for_uri_scheme has a real implementation
6985    now (gvfs provides a GConf-based implementation)
6986  - There is the beginning of a test suite
6987  - standard::description:  new file attribute
6988  - GMountMountFlags flags argument added to mount calls
6989
6990 * GObject:
6991  - class initialization is now threadsafe
6992
6993 * Updated translations:
6994   Arabic (ar)
6995   Catalan (ca)
6996   Spanish (es)
6997   Basque (eu)
6998   Italian (it)
6999   Japanese (ja)
7000   Kannada (kn)
7001   Korean (ko)
7002   Macedonian (mk)
7003   Occitan (oc)
7004   Portugese (pt)
7005   Brazilian Portugese (pt_BR)
7006   Swedish (sv)
7007   Thai (th)
7008
7009
7010 Overview of Changes from GLib 2.15.3 to GLib 2.15.4
7011 ===================================================
7012
7013 * G_GNUC_PRETTY_FUNCTION has been deprecated
7014
7015 * GIO:
7016  - g_file_copy has an async variant now
7017  - Drives and volumes now have API to get identifiers
7018    like Hal UDIs or UUIDs.
7019  - There is now a registration API to let modules register
7020    extensions they provide, such as volume monitor implementations
7021
7022 * Bugs fixed:
7023   511807 g_time_val_to_iso8601() uses MT-unsafe gmtime() function
7024   316260 [patch] Doc patches for gnode (2.8.1)
7025   385132 solaris gettext support fix
7026   484261 ./configure check for system PCRE unicode support fails w...
7027   510292 GOption main help not shown
7028   511580 Implement g_file_copy_async
7029   511654 Compile errors due to C99 constructs
7030   487909 g_utf8_strreverse and combining marks
7031   512381 unused variable 'is_main_group' 
7032
7033 * Updated translations:
7034   Arabic (ar)
7035   Belarusian (be)
7036   Czech (cz)
7037   Spanish (es)
7038   French (fr)
7039   Galician (gl)
7040   Portugese (pt)
7041   Russian (ru)
7042   Swedish (sv)
7043   Thai (th)
7044
7045
7046 Overview of Changes from GLib 2.15.2 to GLib 2.15.3
7047 ===================================================
7048
7049 * GChecksum:
7050  - g_checksum_update can accept nul-terminated strings
7051  - The MD5 implementation works correctly on buffers 
7052    that are longer than 64 bytes
7053
7054 * GIO:
7055  - Don't include a copy of the inotify headers, rely on system headers
7056  - g_file_find_enclosing_mount has an async variant now
7057  - Reduntant seek API on file streams has been removed
7058
7059 * Bugs fixed:
7060   508602 gmemory{in|out}putstream.c: unknown pointer size
7061   508771 There is no g_file_test/exists() for GFile
7062   508773 g_uri_escape_string() documentation unclear.
7063   509465 AM_PATH_GLIB_2_0 doesn't support gio
7064   509626 async functions: Document allowed NULL callback?
7065   509990 GSeekable documentation unclear
7066   510448 No inotify support on ARM or SH5
7067   510855 g_checksum_update(): Take -1 for length. 
7068
7069 * Updated translations:
7070   Basque (eu)
7071   Marathi (mr)
7072   Swedish (sv)
7073   Ukrainian (uk)
7074
7075
7076 Overview of Changes from GLib 2.15.1 to GLib 2.15.2
7077 ===================================================
7078
7079 * GIO:
7080  - Mount operation API change: unhandled methods get reported via 
7081    the reply, rather than by the signal emission return value
7082  - File monitor API change: Add a GError argument to g_file_monitor_file
7083  - g_unix_mount_guess_should_display(): new function
7084
7085 * Bugs fixed:
7086   508224 [PATCH] FAM backend crashes due to double free
7087   508074 GAsyncResult documentation suggests g_freeing it.
7088   508108 GFile documentation slightly unclear.
7089   508309 rpc_pipefs mount points should be hidden
7090   508378 GFileInfo documentation implies that it changes attribute...
7091   508719 g_file_get_relative_path fails if parent is root
7092   508773 g_uri_escape_string() documentation unclear.
7093
7094 * Updated translations:
7095   Arabic (ar)
7096   Spanish (es)
7097   Hebrew (he)
7098   Italian (it)
7099   Korean (ko)
7100   Turkish (tr)
7101
7102
7103 Overview of Changes from GLib 2.15.0 to GLib 2.15.1
7104 ===================================================
7105
7106  * Portability fixes:
7107  - Assertion functions are marked as noreturn again
7108  - Handling of inline functions has been fixed to work with gcc 4.3
7109  - C99 comments have been removed from headers
7110  - The nonportable sed -i option is no longer used
7111
7112  * GIO:
7113   - Clarified the semantics of g_app_info_get_all()
7114   - API for memory input and output streams has been changed a bit
7115   - GDirectoryMonitor has been removed; GFileMonitor can monitor
7116     files and directories now
7117
7118  * Bugs fixed:
7119    504829 Invalid environment passed to g_spawn_async in g_desktop_...
7120    505258 crash in Users and Groups: Adding a user
7121    505815 g_content_types_get_registered should not g_free keys
7122    491218 g_timer_new() doesn't initialize timer->end
7123    315437 extern inline -> static inline
7124    476856 Inconsistency between standard and implementation of the ...
7125    480122 g_module_open fails to open modules with ".la" extension
7126    495589 gspawn.c failing to set FD_CLOEXEC
7127    500273 doesn't build with --disable-visibility
7128    504142 Do not show empty groups in --help output
7129    504879 giofam incorrectly linked
7130    505042 add file attribute for actually used file size in bytes
7131    505058 xattr namespace docs
7132    505674 Misprint in the definition of the macro G_CCLOSURE_SWAP_DATA
7133    505730 Fails to build on OSX 10.4: _NSGetEnviron not declared
7134    505887 older darwin lacks lchown
7135    506374 gmemoryinputstream api
7136    506461 Conversion of g_assert_not_reached() and friends into fun...
7137    503051 Small bug in glib interface
7138    506395 Updates to GIO documentation
7139    507628 Missing .pc entry for gio linking against glib
7140    505195 [patch] typo in g_try_new0 docs 
7141    507822 g{file,directory}monitor changes signal problem
7142    506377 gmemoryoutputstream write implementation
7143    507835 bug in gunixinputstream 
7144
7145  * Updated translations:
7146    Arabic (ar)
7147    Belarusian Latin (be@latin)
7148    Spanish (es)
7149    Basque (eu)
7150    Irish (ga)
7151    Hebrew (he)
7152    Occitan (oc)
7153    Vietnamese (vi)
7154
7155
7156 Overview of Changes from GLib 2.14.x to GLib 2.15.0
7157 ===================================================
7158
7159 Major new features:
7160
7161  * GIO: a VFS API, designed to replace GnomeVFS. The GIO implementation 
7162    in GLib has support for local filesystems. The new, separate gvfs 
7163    module contains various backend implementations (cifs, ftp, sftp,
7164    http, ...)
7165
7166  * GChecksum: provides various hash algorithms, such as MD5, SHA-1
7167    and SHA-256
7168  
7169  * GTest: a test framework 
7170  
7171 Smaller additions:
7172
7173  * GHash:
7174  - GHash has iterators, as an alternative to g_hash_table_foreach
7175
7176  * GMarkup: 
7177  - g_markup_parse_context_get_element_stack: New function to
7178    get the stack of open elements
7179  - G_MARKUP_PREFIX_ERROR_POSITION: New flag to improve error
7180    reporting
7181  - g_markup_collect_attributes: Convenience function for handling
7182    attributes
7183
7184 * GKeyFile: 
7185  - Functions that take a GError now return a boolean to indicate 
7186    success, instead of void
7187  - Various performance improvements
7188
7189 * GAsyncQueue:
7190  - g_async_queue_new_full: new function that allows to specify
7191    a free function for leftover elements
7192  
7193 * GError:
7194  - g_prefix_error and g_propagate_prefixed_error: New functions
7195    to ease error propagation
7196
7197 * Internationalization:
7198  - C_: A new 2-argument variant of the Q_() macro 
7199  - Use native character set conversion API on Windows
7200
7201 * GLib builds with automake 1.10
7202
7203 * Bugs fixed:
7204  455725 specific combination of g_utf8_strlen and g_pattern_match...
7205  467537 g_convert_with_iconv() not resetting iconv() state correc...
7206  497033 Commandline option parser should warn about missing optio...
7207  504527 gchecksum: Conditional jump or move depends on uninitiali...
7208  445362 Non-numeric local labels in gatomic.c are causing linker ...
7209  482313 gregex: no way to tell why compilation failed
7210  317775 main loops continues to run after g_main_loop_quit() has ...
7211  418778 Insufficient pkg-config version requirement
7212  436293 g_option_context_new() doc should mention that the string...
7213  466557 glib-mkenums shifts ARGV[0] to undefined
7214  468882 GKeyFile doesn't accept "True" as a true boolean value
7215  469551 application --help messages are garbaged on none UTF-8 lo...
7216  479724 Memory leak upon calling "g_main_loop_run" in the seconda...
7217  490061 outptrs uninitialized after g_parse_long_long
7218  490637 gobject documentation patch
7219  495294 glib-genmarshal prints warnings but returns 0
7220  496046 option to prefix location of errors for GMarkup
7221  498113 tests/regex-test fails on 64bit environment
7222  500506 Fails to build on OSX 10.4
7223  500638 gkeyfile speedup ...
7224  500875 Make check fails as there is no "test" target for "build"...
7225  502511 g_assert_cmphex prints invalid message
7226  502927 g_array_index triggers cast aligment warning
7227  503029 g_time_val_from_iso8601 parse non-ISO8601 dates
7228  503222 Need context to translate
7229  503420 gkeyfile leaks a hash table
7230  503470 Fix build when builddir != srcdir
7231  504227 Inverse variant for g_test_trap_assert_stdout, g_test_tra...
7232  71704  file include order
7233  491957 Misprint in the specification of the interface "g_main_co...
7234  491959 Misprint in description of the structure "GThreadPool"
7235  491965 Mistype in the specification of the function "g_hook_list...
7236  491966 Misprint in the specification of the interface "g_main_co...
7237  491968 The documentation does not mention the restriction for th...
7238  491970 The documentation for the interface "g_date_clamp" is inc...
7239  491974 The documentation of the interface "g_main_context_iterat...
7240  491975 The documentation for the interfaces "g_io_channel_read_u...
7241  491979 Misprint in the description of the interfaces g_key_file_...
7242  491982 Misprint in the description of the interface "g_key_file_...
7243  501107 EXTRA_DIST automake warnings
7244  501997 g_utf8_normalize() returns NULL on invalid string
7245  502590 C_/g_dpgettext efficiency
7246  464259 g_set_application_name() docs should say "Since 2.2"
7247  496518 gbase64.c API doc clarification
7248  498728 g_key_file_get_*_list should set length to 0 when returni...
7249  500361 Improve docs for g_array_free() and g_ptr_array_free()
7250  501853 g_checksum_get_digest docs
7251  503862 Allow NULL strings in g_parse_debug_string()
7252  142676 Q_
7253  367550 Add g_async_queue_new_full() with GDestroyNotify function
7254  375651 Minor enhancements to GKeyFile API
7255  443648 MD5 digest support
7256  449937 Upgrade auto* sources to be clean under automake1.9
7257  452887 gmarkup context "get element" function is useless when ca...
7258  491549 [PATCH] Eliminate libiconv dependency on Windows
7259  500507 GHashTableIter API 
7260
7261 * Translation updates
7262  Belarusian Latin (be@latin)
7263  Czech (cs)
7264  German (de)
7265  Spanish (es)
7266  Esperanto (et)
7267  French (fr)
7268  Korean (ko)
7269  Marathi (mr)
7270  Norwegian bokmål (nb)
7271  Brazilian Portugese (pt_BR)
7272  Slovenian (sl)
7273  Swedish (sv)
7274
7275
7276 Overview of Changes from GLib 2.14.2 to GLib 2.14.3
7277 ===================================================
7278
7279 * Update PCRE to 7.4
7280
7281 * Bugs fixed:
7282  487491 Fix some warnings from sparse
7283  488068 Small (one-time) memory leak in glib_gettext initialization
7284  493688 TYPE macro "_get_type ()" is documented wrong
7285
7286 * Updated translations:
7287  Arabic (ar)
7288  Belarusian Latin (be@latin)
7289  Estonian (et)
7290  Irish (ga)
7291  Slovenian (sl)
7292
7293  
7294 Overview of Changes from GLib 2.14.1 to GLib 2.14.2
7295 ===================================================
7296
7297 * Bugs fixed:
7298  476849 Invocation of the interface "g_hook_free" fails in certai...
7299  359165 marshallers can throw warnings with -Wunused
7300  477957 more discussion on g_value_set_object vs. g_value_take_ob...
7301  478459 G_DEFINE_DYNAMIC_TYPE_EXTENDED doesn't work with G_IMPLEM...
7302  483337 inline is disabled for MSVC when compiling C code
7303  478349 Broken link to gettext website
7304  469231 g_spawn optimization for setting all open fds to CLOEXEC 
7305
7306 * Updated translations:
7307 Arabic (ar)
7308 Galician (gl)
7309 Hebrew (he)
7310 Korean (ko)
7311
7312
7313 Overview of Changes from GLib 2.14.0 to GLib 2.14.1
7314 ===================================================
7315
7316 * Bugs fixed:
7317  476840 Invocation of the interface "g_utf8_strreverse" crashes f...
7318  444765 Fix FIXME in gregex.c when new pcre is out
7319  464145 g_markup_escape_text Produces Invalid XML
7320  465625 g_type_default_interface_ref() does not ensure working g_...
7321  466768 Clearify that comments can be put anywhere in a Key-file.
7322  474229 The GError documentation should give convention for the G...
7323  474899 G_BREAKPOINT() docs inaccurate
7324  475854 Overuse of -lpcre when using system pcre
7325  473879 Incorrect includes in gregex.c
7326  468694 Typoes in documentation
7327  469051 g_snprintf () talks about characters where it probably me...
7328  457601 Missing arch specific atomic implementation
7329  475923 Missing pcre flags when static-linking against glib
7330  475619 glibthread-2.0.la does not list -lpthread
7331
7332 * Updated translations:
7333  Bulgarian (bg)
7334  Catalan (ca)
7335  Danish (da)
7336  German (de)
7337  Canadian English (en_CA)
7338  British English (en_GB)
7339  Spanish (es)
7340  Estonian (et)
7341  Finnish (fi)
7342  French (fr)
7343  Gujarati (gu)
7344  Hungarian (hu)
7345  Italian (it)
7346  Georgian (ka)
7347  Kannada (kn)
7348  Lithuanian (lt)
7349  Makedonian (mk)
7350  Norwegian (nb)
7351  Dutch (nl)
7352  Polish (pl)
7353  Portugese (pt)
7354  Brazilian Portugese (pt_BR)
7355  Romanian (ro)
7356  Russian (ru)
7357  Albanian (sq)
7358  Serbian (sr, sr@Latn)
7359  Swedish (sv)
7360  Tamil (ta)
7361  Thai (th)
7362  Ukrainian (uk)
7363  Vietnamese (vi)
7364
7365
7366 Overview of Changes from GLib 2.13.7 to GLib 2.14.0
7367 ===================================================
7368
7369 * Last-minute API additions:
7370  - Make g_unichar_combining_class public
7371  - Add goffset type, add G_MAXSSIZE and G_MINSSIZE
7372
7373 * Update PCRE to 7.2
7374
7375 * Bugs fixed:
7376  453998 Make _g_unichar_combining_class() public
7377  462549 gregex.c: variable is declared at middle of block
7378  417068 g_file_test doc inconsistency
7379
7380 * Updated translations:
7381  Assamese (as)
7382  Basque (eu)
7383  Kannada (kn)
7384  Malayalam (ml)
7385  Dutch (nl)
7386  Polish (pl)
7387  Brazilian Portugese (pt_BR)
7388  Turkish (tr)
7389
7390
7391 Overview of Changes from GLib 2.13.6 to GLib 2.13.7
7392 ===================================================
7393
7394 * The memory corruption warning from the slice allocator that
7395   occurred when threads were initialized after the slice allocator
7396   has been removed, as the slice allocator now works fine
7397   in this scenario.
7398
7399 * New functions g_once_init_enter() and g_once_init_leave() make
7400   it easier to write threadsafe one-time initialization functions 
7401  
7402 * Bugs fixed:
7403  454473 Simple XML Subset Parser terminates on invalid XML
7404  445813 g_module_open error, add file name
7405  453796 errno gets clobbered by g_filename_display_name
7406  341988 don't use "-c" with msgfmt in Makefile.in.in
7407  447048 Please produce slightly more output during long tests
7408  454785 GModule documentation lists same block of code twice.
7409  454786 GModule documentation lists same paragraph twice.
7410  383155 small docs quirks in gobject/closure API documentation
7411  65041  _get_type() functions aren't thread safe
7412
7413 * Updated translations
7414  Assamese (as)
7415  Spanish (es)
7416  Gujarati (gu)
7417  Japanese (ja)
7418  Korean (ko)
7419  Macedonian (mk)
7420
7421
7422 Overview of Changes from GLib 2.13.5 to GLib 2.13.6
7423 ===================================================
7424
7425 * Reintroduce a GType typedef whose removal in 2.13.5
7426   caused trouble for C++ bindings
7427
7428 * Bugs fixed:
7429  450216 docs not explicit enough about g_free()
7430  451459 g_type_register_static_simple calls g_type_register_static
7431
7432 * Updated translations
7433  Norwegian bokmål (nb)
7434  Sinhala (si)
7435
7436
7437 Overview of Changes from GLib 2.13.4 to GLib 2.13.5
7438 ===================================================
7439
7440 * xdg-user-dirs support: 
7441  - the Desktop directory is guaranteed to be defined
7442  - user-dirs.dirs is no longer reloaded on changes
7443
7444 * Slice allocator: 
7445  - new api to duplicate slices
7446
7447 * Regular expression support:
7448  - GRegex is a boxed type now
7449
7450 * Bugs fixed:
7451  44793 make check failing in trunk
7452  354522 Small problem with PLT hiding 6 symbols
7453  363986 glib 2.12.4 does not compile with SGI IDO cc
7454  443869 g_type_class_add_private doesn't warn when adding 0-sized...
7455  446859 Legitimately return 0 for g_quark_from_string(NULL)
7456  447534 Small typo in g_timeout_add_seconds() doc
7457  447583 GStaticRWLock
7458  447935 g_get_current_dir SIGSEGV on long path
7459  448260 CLAMP has surprising result if low > high
7460  57693  g_string_vprintf()
7461  442029 add g_slice_dup()
7462  445065 Add GRegex boxed type
7463  448819 Add full version of g_timeout_add_seconds()
7464
7465 * Updated translations: 
7466  Swedish (sv)
7467  Oriya (or)
7468  Hebrew (he)
7469  Spanish (es)
7470  Estonian (et)
7471
7472  
7473 Overview of Changes from GLib 2.13.3 to GLib 2.13.4
7474 ===================================================
7475
7476 * Bugs fixed:
7477  444121 g_get_user_special_dir deadlocks
7478  444161 invalid UTF8 in key name shows up as valgrind error in g_...
7479  444130 g_option_context_get_help() is broken when there's a desc...
7480
7481
7482 Overview of Changes from GLib 2.13.2 to GLib 2.13.3
7483 ===================================================
7484
7485 * GKeyFile:
7486  - Added defines for easier handling of desktop files
7487
7488 * Unicode support:
7489  - Update g_unichar_iswide_cjk for Unicode 5.0
7490
7491 * Regular expression support:
7492  - GRegex structs can now be ref-counted
7493  - Some new functions for dealing with incremental 
7494    replacement have been added
7495  - The GRegexEvalCallback signature has been changed
7496
7497 * g_get_user_special_dir() has been added to support
7498   xdg-user-dirs
7499
7500 * Bugs fixed:
7501  419376 Functions using named subpatterns behave inconsistently w...
7502  434358 g_regex_fetch_named() and g_regex_fetch_named_pos() are b...
7503  423708 typo in the README.win32 file see patch below
7504  339225 Add new defines for easier handling of .desktop files 
7505  442265 API additions/changes for GRegex
7506  432651 Add a glib-ish xdg_user_dir_lookup
7507
7508 * Updated translations:
7509  Estonian (et)
7510  Norwegian bokmål (nb)
7511
7512
7513 Overview of Changes from GLib 2.13.1 to GLib 2.13.2
7514 ===================================================
7515
7516 * Unicode support:
7517  - Add g_unichar_ismark()
7518
7519 * GOption:
7520  - Allow to use callbacks for remaining args
7521
7522 * Updated translations:
7523   Belarusian Latin (be@latin)
7524   British English (en_GB)
7525   Galician (gl)
7526   Norwegian bokmål (nb)
7527   Oriya (or)
7528   Spanish (es)
7529   Thai (th)
7530
7531
7532 Overview of Changes from GLib 2.13.0 to GLib 2.13.1
7533 ===================================================
7534
7535 * GRegex:
7536  - Portability fixes
7537  - Split into immutable GRegex and GMatchInfo
7538  - Add g_regex_get_max_backref() and g_regex_get_capture_count()
7539    to obtain information about the compiled regex
7540
7541 * GKeyFile:
7542  - Fix roundtrip problems
7543  - Add g_key_file_load_from_dirs()
7544
7545 * Unicode support:
7546  - Fix corner cases in case conversion routines
7547
7548 * GOption:
7549   - Add a function to get the formatted help string
7550
7551 * GHash:
7552  - Add new functions g_hash_table_get_keys() and
7553    g_hash_table_get_values() to retrieve the keys and
7554    values in list form
7555
7556 * Updated transations:
7557   Simplified Chinese (zh_CN)
7558   Arabic (ar)
7559
7560
7561 Overview of Changes from GLib 2.12 to GLib 2.13.0
7562 =================================================
7563
7564 * Add GSequence, a list that is implemented using
7565   a balanced binary tree.
7566
7567 * Add GRegex, an implementation of Perl regular expressions,
7568   based on PCRE.
7569  
7570 * Use Posix monotonic clocks instead of gettimeofday()
7571   for GTimer when available.
7572
7573 * Support static initialization of GQeues with G_QUEUE_INIT,
7574   g_queue_init() and g_queue_clear().
7575
7576 * Add g_string_chunk_clear() for clearing a 
7577   GStringChunk.
7578
7579 * Add g_unichar_get_script() to obtain Unicode
7580   script information.
7581
7582 * Add g_unichar_iszerowidth() to obtain information
7583   about zero-width characters.
7584
7585 * Add G_GNUC_MAY_ALIAS which wraps the gcc may_alias 
7586   type attribute.
7587
7588 * G_GNUC_INTERNAL has a working definition for the
7589   Sun Studio compiler. This requires the macro to
7590   be positioned before the function declaration.
7591
7592 * The slice allocator can produce detailed debugging
7593   information with G_SLICE=debug-blocks.
7594
7595 * Modules support G_DEBUG flags resident-modules and
7596   bind-now-modules.
7597
7598 * Add G_DEFINE_DYNAMIC_TYPE() to make it easier
7599   to define types in modules.
7600
7601 * Bug fixes: too many to list them in detail here.
7602
7603 * New and updated translations (be,bg,bn,ca,cs,de,
7604   en_CA,en_GB,et,fa,fr,he,hu,it,ja,ku,lt,mg,mk,ml,
7605   nb,ne,nn,pt,pt_BR,ro,sr,sr@Latn,sv,ta,uk,vi,zh_CN,
7606   zh_HK,zh_TW)
7607
7608
7609 Overview of Changes from GLib 2.12.1 to GLib 2.12.2
7610 ===================================================
7611
7612 * Unicode updates:
7613  - Normalization is following Unicode TR #29
7614  - g_unichar_isxdigit() only accept characters
7615    for which g_unichar_xdigit_value() returns a value
7616  - g_unichar_toupper and g_unichar_tolower leave
7617    unconvertable characters in place instead of
7618    replacing them by NUL
7619
7620 * Bugs fixed
7621  348491 g_utf8_strup() and g_utf8_strdown() returns 
7622         string with NUL bytes
7623  349825 GKeyFile always inserts a newline before a group
7624  347842 g_unichar_isxdigit() is too general about what 
7625         it considers a digit
7626  348694 g_utf8_normalize() hasn't been updated to PR #29
7627  348785 Hint about G_DEBUG in Message Logging docs
7628  349792 Wrong english string (UI)
7629  349952 gparamspecs.c uses gcc feature
7630
7631 * Translation updates (ca,cs,de,dz,es,eu,fi,gu,ko,
7632   nl,pl,tr,uk,zh_HK,zh_TW)
7633
7634
7635 Overview of Changes from GLib 2.12.0 to GLib 2.12.1
7636 ===================================================
7637
7638 * Update to final Unicode Character Database 5.0.0
7639
7640 * Bugs fixed:
7641  346660 issues with base64 api documentation / g_base64_decode_cl...
7642  348136 Coverity reports allocation of wrong size CID #2839
7643  336281 Update to UCD 5.0
7644  346197 g_date_strftime %F option doesnt work for win32
7645  348011 Small optimization to real_toupper()
7646  246494 prototype mismatch in glib/gconvert.c
7647
7648 * New and updated translations (bg,bn_IN,ca,dz,eu,fi,
7649   fr,he,it,ja,mk,or,pt)
7650
7651
7652 Overview of Changes from GLib 2.11.4 to GLib 2.12
7653 =================================================
7654
7655 * Bugs fixed:
7656  344905 leap-year bug in g_time_val_from_iso8601 w/o HAVE_TIMEGM
7657
7658 * Updated translations (cy,nb,nl)
7659
7660
7661 Overview of Changes from GLib 2.11.3 to GLib 2.11.4
7662 ===================================================
7663
7664 * GBookmarkFile:
7665  - g_bookmark_file_remove_item returns a boolean
7666  
7667 * g_mkstemp accepts the XXXXXX in the middle of
7668   the template
7669  
7670 * Bugs fixed:
7671  344868 g_key_file_to_data should separate groups 
7672
7673 * Updated translations (de,es,fr,gu,hi,ko,th)
7674
7675
7676 Overview of Changes from GLib 2.11.2 to GLib 2.11.3
7677 ===================================================
7678
7679 * GBookmarkFile:
7680   - g_bookmark_file_move_item: Return TRUE in case of
7681     an empty target
7682
7683 * Bugs fixed: 
7684  343919 gunicollate.c: strxfrm bug on VC8
7685
7686 * Updated translations (fi)
7687
7688 Overview of Changes from GLib 2.11.1 to GLib 2.11.2
7689 ===================================================
7690
7691 * Add g_ascii_stroll to parse signed 64bit integers
7692
7693 * GMarkup: add a flag to treat CDATA as text
7694
7695 * GHashTable: add functions to remove all entries
7696
7697 * GMainLoop: add functions to find the currently
7698   running source, and determine if it is destroyed
7699
7700 * Bug fixes:
7701  342563  g_atomic_thread_init() needs to be called before 
7702          other _g_*_thread_init() functions
7703  343548  Potential use after free in callers of g_string_free() 
7704  168538  Wish: Clearing contents of GHashTables
7705  321886  GTK+ cannot be reliably used in multi-threaded 
7706          applications
7707  341826  goption.c: 'strtoll' is C99's function
7708  343899  g_ascii_formatd dosn't work as expected for all 
7709          format strings
7710  317793  Make GEnumValue strings const
7711  337129  Compile warnings in G_IMPLEMENT_INTERFACE
7712  303622  What is G_TYPE_CHAR?
7713
7714 * Updated translations (bg,dz,eu,gl,ja,ko,nl,th,vi)
7715  
7716
7717 Overview of Changes from GLib 2.11.0 to GLib 2.11.1
7718 ===================================================
7719
7720 * GOption  
7721   - Support 64-bit integers 
7722   - Allow optional text before and after the options
7723     in help output
7724
7725 * Bug fixes:
7726  340538 gbase64-test writes OOB 
7727  340816 GKeyFile set_string_list invalid memory reads 
7728  339105 g_key_file_parse_value_as_double
7729  340434 convert-test.c fails (function test_one_half)
7730  311043 Memory leaks (and potential infinite loops) 
7731         when using G_ERRORCHECK_MUTEXES
7732  335198 Error checking mutexes are fubar  
7733  341237 Add a G_OPTION_ARG_INT64
7734  341192 g_io_channel_set_flags not implemented on win32
7735  336120 Allow adding description before/after GOption 
7736         --help output body
7737  341191 misplaced check in g_relation_delete
7738  340530 mismatched calloc / g_free in win32 threads
7739
7740 * Updated translation (es)
7741
7742 Overview of Changes from GLib 2.10.x to GLib 2.11.0
7743 ===================================================
7744
7745 * GBookmarkFile: a parser for files containing bookmarks
7746   stored using the Desktop Bookmark specification.
7747
7748 * Base64 encoding support
7749         
7750 * Unicode 5.0 support
7751
7752 * GOption supports floating point numbers 
7753
7754 * GKeyFile supports floating point numbers
7755
7756 * Bug fixes:
7757  155884 gatomic.c should be based on new SDK
7758  157877 update-desktop-database doesn't handle duplicate entries
7759  164719 keyfile parser doesn't support floats
7760  327662 Import BookmarkFile from libegg
7761  329548 Add G_OPTION_ARG_DOUBLE
7762  329789 option-test.c type confusion
7763  332841 Segmentation Fault when %llu is passed to vasnprintf and 
7764         HAVE_SNPRINTF is not defined
7765  333879 gthread/gthread-win32.c: IsDebuggerPresent needs '#define 
7766         _WIN32_WINDOWS 0x0401'
7767  333916 g_timer_elapsed docs should mention that microseconds 
7768         may be NULL
7769  334440 dlerror() portability issue causes crash on (old) a.out 
7770         NetBSD platform
7771  334646 goption + error out params
7772  334799 g_remove() must check return value of remove()
7773  334943 make check FAIL: threadpool-test
7774  335215 Some breakages with GThreadPool
7775  336085 g_option_context_new parameter lacks better explanation
7776  336677 Documentation for g_object_ref_sink() is incorrect
7777  337027 gbookmarkfile.c: sys/time.h include error
7778  337553 Wrong escaping of URIs
7779  338572 Dereferencing NULL value in g_key_file_get_group_comment
7780  338845 g_completion_complete_utf8 crashes when NULL is passed to it
7781  339337 g_bookmark_file_set_description
7782  339338 gbookmarkfile.c, function expand_exec_line
7783  339340 gbookmarkfile.c, function bookmark_app_info_dump
7784
7785 * Translation updates (bg,en_GB,et,gl,gu,he,hi,ka,nb,nl,nn,
7786                        or,pt_BR,ro,tr,vi,zh_CN)
7787
7788
7789 Overview of Changes from GLib 2.10.0 to GLib 2.10.1
7790 ===================================================
7791
7792 * Bugs fixed:
7793  314794 Broken pthread detection on Darwin [Gregor Riepl]
7794  322476 Missing check for .dylib [Vladimir Panov]
7795  333651 Inconsistent _g_charset_get_aliases prototype [Julio 
7796         M. Merino Vidal]
7797  333761 GInitiallyUnowned breaks application code [Sven Herzberg]
7798
7799 * Win32 changes:
7800  - Fix g_listenv() implementation.
7801  - Allow up to 100 GPrivate structs
7802
7803 * Translation updates (fr,hu,lt,pl,sv)
7804
7805
7806 Overview of Changes from GLib 2.9.6 to GLib 2.10.0
7807 ==================================================
7808
7809 * Bugs fixed:
7810  328997 64bit pointer trunction in glib slab-allocator
7811         [Pascal Hofstee]
7812  331110 g_cond_broadcast(inform_cond) without holding 
7813         inform_mutex [Chris Wilson, Sebastian Wilhelmi]
7814  332093 Fix some leaks in the tests [Kjartan Maraas]
7815  332435 g_utf8_strlen returns wrong value if a maximum 
7816         number of bytes to check is specified 
7817         [Matthias Clasen]
7818  331367 gslice requires more POSIX-like semantics for 
7819         GPrivate destructors [Tor Lillqvist]
7820
7821 * Documentation improvements [Matthias, Kang Jeong-Hee,
7822   Tor Lillqvist, Stefan Kost]
7823
7824 * Translation updates (el,eu,ka,uk)
7825
7826 Overview of Changes from GLib 2.9.5 to GLib 2.9.6
7827 =================================================
7828
7829 * Bugs fixed: 
7830  329124 distclean removes README [Kjartan Maraas, Tim Janik]
7831  317679 GRelation field type not documented [Behdad Esfahbod]
7832  329123 Typo in GTime docs [Kjartan Maraas]
7833
7834 * Documentation improvements [Sven Herzberg, David
7835   Schleef, Kjartan Maraas, Behdad Esfahbod]
7836
7837 * Translation updates (cs,cy,it,ko,pt,sq,sr,sr@Latn,ru
7838
7839 Overview of Changes from GLib 2.9.4 to GLib 2.9.5
7840 =================================================
7841
7842 * Memory management: 
7843   Runtime debugging support: The slice allocator
7844   can be turned off by setting G_SLICE=always-malloc
7845   in the environment. Zeroing of freed memory can
7846   now be turned on at runtime by setting
7847   G_DEBUG=gc-friendly in the environment. [Tim Janik]
7848
7849 * Bugs fixed:
7850  328253 HP-UX/IA-64 uses ".so" as default shared library 
7851         extension [Albert Chin]
7852  143380 unicode-encoding test fails converting to UTF-16 
7853         with libiconv [Marc Moorcroft]
7854  328254 Build breakage (GSlice) [Jens Ganseuer]
7855  328705 C99ism in glib/gmem.c [Kazuki Iwamoto]
7856
7857 * Translation updates (da,et,zh_CN)
7858
7859 Overview of Changes from GLib 2.9.3 to GLib 2.9.4
7860 =================================================
7861
7862 * Type system:
7863   Fix a problem with g_object_compat_control() which 
7864   can lead to segfaults in GTK+ applications on 64bit 
7865   platforms. 
7866
7867 * Thread suppport: 
7868   Unused threads now fall back to the global pool after 
7869   500 milliseconds, where they wait for another 
7870   max-idle-time milliseconds. [Sebastian Wilhelmi]
7871
7872 * Fix a memory allocation problem in GKeyFile. [Morten 
7873   Welinder]
7874
7875
7876 Overview of Changes from GLib 2.9.2 to GLib 2.9.3
7877 =================================================
7878
7879 * GTree:
7880  - Replace the simple recursive implementation by
7881    a nonrecursive, threaded one  [Maurizio Monge]
7882
7883 * Change g_filename_display_name and
7884   g_filename_display_basename to use the Unicode
7885   replacement character U+FFFD instead of a question
7886   mark, and don't append "(invalid encoding)"  [Matthias]
7887
7888 * Documentation improvements [Sven Herzberg, Federico
7889   Mena Quintero, Stefan Kost]
7890
7891 * Bugs fixed:
7892  323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X 
7893         [Bogdan Nicula]
7894  326558 Some test failures on IRIX 6.5 [Daichi Kawahata]
7895  169285 "threaded" tree implementation for GTree 
7896         [Maurizio Monge]
7897  326747 g_filename_display_basename adds (invalid encoding) 
7898         [Alberto Ruiz]
7899
7900 Other contributors: Christian Kellner, Murray Cumming
7901
7902 New and updated translations (bg,ca,de,es,et,gu,ja,nl,th,vi)
7903
7904
7905 Overview of Changes from GLib 2.9.1 to GLib 2.9.2
7906 =================================================
7907
7908 * Memory management:
7909  - Add tests for cache colorization [Tim Janik]
7910  - Minimize space consumption if small amounts of differently
7911    sized slices are allocated, at a small performance cost.  [Tim]
7912
7913 * Thread support:
7914  - Add g_atomic_pointer_set() and g_atomic_int_set() [Tim Janik,
7915    Sebastian Wilhelmi]
7916  - Add g_thread_pool_set_sort_function() to allow sorting the 
7917    tasks of a threadpool.  [Martyn Russell]
7918  - Add g_thread_pool_set_idle_time() to allow unused threads
7919    to exit after a certain time.  [Martyn]
7920
7921 * Type system:
7922  - introduce a new type GInitiallyUnowned, which has an initial
7923    floating reference. [Tim]
7924  - Add support for GType parameters. [Matthias]
7925
7926 * Main loop:
7927  - Add g_main_context_is_owner() to determine if the current
7928    thread is the owner of the context.  [Michael Meeks]
7929
7930 * Provide g_access(), g_chdir(), g_unlink(), g_rmdir() as 
7931   wrapper functions instead of macros.  [Manish Singh]
7932
7933 * Documentation improvements [Tim, Matthias, Federico Mena Quintero,
7934   Stefan Kasal, Dan Williams]
7935
7936 * New and updated translations (en_CA,fi,fr,gl,ml,nb,no,zh_HK,zh_TW)
7937
7938 * Bugs fixed:
7939  324179 g_allocator_new() returns pointer to const dummy which Gtk+ 2.8 
7940         tries to modify [J. Ali Harlow]
7941  324332 g_option_context_parse() returns false without setting error 
7942         [Tim-Philipp Müller]
7943  324950 GLIB 2.9.1 testcase errors [Dan Yefimov]
7944  325015 gslice.c: process.h is needed on Windows [Kazuki Iwamoto]
7945  321978 G_DATALIST_GET_FLAGS() macro is not casting datalist to 
7946         gpointer [Andrew Paprocki]
7947  316221 G_LOCK warns about breaking strict-aliasing [Michal Benes, 
7948         Stanislav Brabec]
7949  325273 Error in documentation for glib_check_version () [Declan Naughton]
7950  325310 g_spawn_sync hangs when catching both stdout and 
7951         stderr [Tor Lillqvist]
7952  325249 gcc warning when using g_rmdir from <glib/gstdio.h> [Jani Monoses]
7953  325864 glib/gthreadpool.c:"#define debug(...)" is C99 [Kazuki Iwamoto]
7954  325874 Should say somewhere that source IDs are > 0 [Dan Williams]
7955  325438 a typo (compatability) [Stefan Kasal]
7956  323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X [Bogdan Nicula]
7957
7958
7959 Overview of Changes from GLib 2.9.0 to GLib 2.9.1
7960 =================================================
7961
7962 * Memory management
7963  - The slice allocator is implemented [Tim Janik]
7964  - g_slice_free_chain() has been renamed to 
7965    g_slice_free_chain_with_offset()  [Tim, Behdad Esfahbod]
7966  - Mem chunks are deprecated [Matthias Clasen]
7967
7968 * Data structures
7969  - Hash tables are refcounted, and have a boxed type [Tim]
7970
7971 * Thread support
7972  - Support for Solaris threads has been removed 
7973    [Sebastian Wilhelmi, Andrew Paprocki]
7974  - g_async_queue_sort(), g_async_queue_push_sorted() have 
7975    been added to allow GAsyncQueue to be used as a priority 
7976    queue, together with the corresponding _unlocked 
7977    variants  [Martyn Russell]
7978
7979 * GObject:
7980  - The concept of a floating initial reference has been
7981    moved from GtkObject to GObject [Tim]
7982
7983 * Win32 changes:
7984  - Make g_rename() replace existing files [Tor Lillqvist]
7985
7986 * Misc new API:
7987  - G_GUINT64_CONSTANT macro to define guint64 
7988    constants [Andrew Paprocki]
7989  - G_GNUC_WARN_UNUSED_RESULT macro to instruct the 
7990    compiler to emit a warning if the value returned
7991    by a function is ignored. [Arjan van de Ven, Alex Larsson]
7992  - GList and GSList now have sort functions which take an
7993    extra user data argument [Martyn Russell]
7994  - g_param_spec_ref_sink() has been added for consistency [Tim]
7995
7996 * $LOGNAME is respected when determining user data. [Laszlo Peter]
7997
7998 * Other changes and bug fixes [Tim, Matthias, Behdad, 
7999   Christian Persch, Benedikt Meurer, Andrew Paprocki, 
8000   Kazuki Iwamoto, Alexis S. L. Carvalho, Stanislav Brabec,
8001   Andreas Schwab, Kalle Vahlman]
8002
8003 * Documentation
8004  - Deprecation warnings carry version information [Matthias]
8005  - The slice allocator has been documented [Matthias, Tim]
8006  - Other improvements [Morten Welinder]
8007
8008 Overview of Changes from GLib 2.8.x to GLib 2.9.0
8009 =================================================
8010 * Unicode support:
8011  - The Unicode tables have been updated to Unicode 4.1, 
8012    adding several new values to the GUnicodeBreakType 
8013    enumeration. This breaks Pango <= 1.10 
8014    [Behdad Esfahbod]
8015  - The various Unicode character predicate functions 
8016    (g_unichar_isalpha, g_unichar_isdigit,...) have
8017    been optimized
8018    [Behdad]
8019  - g_utf8_pointer_to_offset, g_utf8_offset_to_pointer:
8020    These functions handle negative offsets now, and
8021    going backwards in g_utf8_offset_to_pointer uses
8022    "stutter stepping".
8023    [Larry Ewing, Matthias Clasen]
8024
8025 * Memory management:
8026  - Mem chunks are no longer used internally in GLib and
8027    GObject. GMemChunk will be deprecated in GLib 2.10
8028  - All APIs based on GAllocator (g_list_push/pop_allocator,
8029    and similar push/pop_allocator functions for other
8030    data structures) have been deprecated, since they
8031    never worked as intended.
8032  - The g_slice_* functions have been added as a 
8033    new API for fast allocation of small memory blocks. 
8034    The implementation in GLib 2.9.0 is just a simple 
8035    wrapper around malloc. GLib 2.10 will have an
8036    efficient and scalable implementation. 
8037    [Tim Janik, Matthias]
8038
8039 * Pattern matching:
8040  - g_pattern_match has been optimized to avoid
8041    unnecessary recursion.
8042    [Tim, Matthias]
8043
8044 * g_intern_string, g_intern_static_string: 
8045  - New functions to intern strings. These are now used 
8046    by GObject to avoid duplicating static strings 
8047    [Matthias]
8048
8049 * g_thread_foreach: 
8050  - New function to iterate over all GThreads 
8051    [Tim, Matthias]
8052
8053 * g_date_set_time_t, g_date_set_time_val:
8054  - New functions to set a GDate from a time_t or
8055    GTimeVal value. g_date_set_time has been deprecated 
8056    in favor of these.
8057    [Roger Leigh]
8058
8059 * g_snprintf and g_vsnprintf:
8060  - These functions are no longer declared in gprintf.h, 
8061    since they are in glib.h
8062    [Matthias]
8063
8064 Overview of Changes from GLib 2.8.0 to GLib 2.8.1
8065 =================================================
8066 * Optimize single-character insertions in GString [Ross Burton]
8067 * Fix build problems on OS X
8068 * Fix build problems on Win32 [Tor Lillqvist, Hans Breuer]
8069 * Other bug fixes [Matthew F. Barnes, Stepan Kasal] 
8070 * Documentation improvements [Tristan van Berkom, Behnam
8071   Esfahbod, Gustavo Carneiro, Stepan Kasal, Matthias]
8072 * New and updated translations (ca,cy,ko,ro,uk)
8073
8074 Overview of Changes from GLib 2.7.7 to GLib 2.8.0
8075 =================================================
8076 * Make g_value_transform() handle enum values
8077   correctly on ppc64.  [Michael Lorenz]
8078   (Third-party code accessing enumeration values 
8079   in GValues should also be changed to access 
8080   v_long, not v_int, in order to work on bigendian 
8081   64bit machines.)
8082 * Make g_flags_get_first_value() handle a value
8083   of 0 meaningfully. [Tim-Philipp Müller] 
8084
8085 Overview of Changes from GLib 2.7.6 to GLib 2.7.7
8086 =================================================
8087 * Make atomic operations on s390 work [Matthias]
8088 * Fix C++ guards in gstdio.h [Tor Lillqvist]
8089
8090 Overview of Changes from GLib 2.7.5 to GLib 2.7.6
8091 =================================================
8092 * Add native implementations of atomic operations 
8093   on s390 [Matthias]
8094 * Make atomic reference counting of closures
8095   work on s390 [Matthias]
8096 * Avoid an infinite loop in g_convert_with_iconv().
8097   [Sebastian Bacher]
8098 * Documentation improvements [Ross Burton]
8099
8100 Overview of Changes from GLib 2.7.4 to GLib 2.7.5
8101 =================================================
8102 * Thread-related changes
8103  - Fix build issues on HP-UX [Paul Cornett]
8104  - Threadsafe access to flags stored in datasets [Tim Janik]
8105  - Fix several issues with atomic refcounting for 
8106    closures, objects and paramspecs [Tim]
8107  - Improve tests for atomic refcounting changes [Tim]
8108 * Fix handling of stateful encodings in g_convert_* [Matthias]
8109 * Fix translation of GOption help output [Dan Winship]
8110 * Catch format errors in translations. This may cause 
8111   "make check" to fail when using older versions
8112   of gettext [Matthias]
8113 * Win32 bug fixes [Tor Lillqvist]
8114 * Documentation improvements [Ross Burton, Jochen Baier, 
8115   Matthias, Tim]
8116 * New and updated translations (de,fi,gu,pl,pt,tr,zh_TW)
8117
8118 Overview of Changes from GLib 2.7.3 to GLib 2.7.4
8119 =================================================
8120 * Fix g_atomic_pointer_compare_and_exchange 
8121   on Sparc64 [Gert Doering]
8122 * Fix a hang in g_thread_pool_free. [Hong Jen Yee]
8123 * Win32 bug fixes [Tor Lillquist]
8124 * Other bug fixes [Benoit Dejean, Manish Singh]
8125 * Documentation improvements [Bryan Silverthorn,
8126   Callum McKenzie] 
8127 * New and updated translations (de,lt,sq,zh_CN)
8128
8129 Overview of Changes from GLib 2.7.2 to GLib 2.7.3
8130 =================================================
8131 * GOption
8132  - Allow callbacks with optional arguments [Pawel Sliwowski]
8133  - Allow to turn off the automatic long option name
8134    disambiguation  [Adam McLaurin]
8135  - Only allow printable ASCII as short option names [Matthias]
8136 * Win32
8137  - Build fixes [Tor Lillqvist]
8138  - Rewrite iochannel socket implementation [Tor]
8139 * GObject
8140  - Threadsafety improvements; in particular, refcounting
8141    of objects is done atomically now. [Wim Taymans, Tim Janik]
8142 * Bug fixes [Morten Welinder, Matthias, Wim Taymans]
8143 * Documentation improvements [Richard Laager, Matthias]
8144 * New and improved translations (bf,cs,hu,nb,nl,no)
8145
8146 Overview of Changes from GLib 2.7.1 to GLib 2.7.2
8147 =================================================
8148 * Win32 build fixes [Hans Breuer]
8149 * Bug fixes [Mikael Magnusson]
8150 * Documentation improvements [Matthias Clasen]
8151 * New and updated translations (en_CA,es,et,ja,sr,sr@Latn,zh_TW)
8152
8153 Overview of Changes from GLib 2.7.0 to GLib 2.7.1
8154 =================================================
8155 * GOption 
8156  - Allow callback arguments without parameters [Dan Winship]
8157 * GMappedFile: an mmap wrapper [David Schleef, Behdad Esfahbod]
8158 * Misc new functions:
8159  - g_get_host_name [Tor Lillqvist]
8160  - g_mkdir_with_parents [Tor]
8161  - g_build_pathv, g_build_filenamev [Todd A. Fisher, 
8162    Matthias Clasen]
8163 * Bug fixes [Roger Leigh, Masatake YAMATO, Kjartan Maraas,
8164   Manish Singh, Tor, Murray Cumming, Kian Duffy, Morten Welinder]
8165 * Documentation improvements [Hong Gang XU, Dan Winship, Matthias]
8166 * New and updated translations (bg,cs,da,en_CA,es,et,nb,nl,no,
8167   sk,th,zh_TW)
8168
8169 Overview of Changes from GLib 2.6.x to GLib 2.7.0
8170 =================================================
8171 * GKeyFile
8172  - Add unit tests [Matthias Clasen, Suren A. Chilingaryan]
8173  - Accept \r\n as line end [Bastian Nocera]
8174  - Don't interpret leading zeros as octal numbers. [Matthias]
8175  - Make key and group removal work [David Hoover, Matthias Hasselmann]
8176 * GOption
8177  - Improve formatting of --help output [Matthias, Noah Levitt]
8178  - Accept -? [Matthias]
8179  - Warn about duplicate main groups [Jeff Franks]
8180  - Treat '-' as non-option argument [Tim Musson, Thomas Leonard]
8181  - Report missing arguments as errors [Björn Lindqvist]
8182  - Add a boxed type for GDate [Tim-Philipp Müller]
8183 * GTree
8184  - g_tree_remove() and g_tree_steal() return status information [Matthew F. Barnes]
8185 * Stdio wrappers
8186  - Work regardless of large file support [Manish Singh]
8187  - Add g_access(), g_chmod(), g_creat(), g_chdir [Tor Lillqvist]
8188 * GObject
8189  - Implement "toggle references" to help language bindings [Owen Taylor]
8190  - Allow to mark names, nicks and blurbs of pspecs as static [Ben Maurer, Matthias]
8191  - Make pspec lookup a bit faster [Morten Welinder]
8192 * Add g_listenv() to list all set environment variables [Hans Petter Jansson]
8193 * Add g_file_set_contents() to atomically write a file.  [Søren Sandmann,
8194   Sven Neumann, Manish, Alexis S. L. Carvalho]
8195 * Add g_try_malloc(), g_try_new(), g_try_new0() and g_try_renew() [Stefan Kost]
8196 * Add g_utf8_collate_key_for_filename() to sort filenames taking
8197   extensions and numeric suffixes into account.  [Ole Laursen, Alex Larsson]
8198 * Add G_GNUC_NULL_TERMINATED to mark varargs function with 
8199   NULL-terminated argument lists. [Marc Meissner]
8200 * Win32 changes
8201  - Improved debugability [Ulf Lamping, Hans Breuer]
8202  - Make filename handling more robust [Tor, Billy Skaggs]
8203  - Improve g_get_system_data_dirs() [Tor]
8204  - Use more precise timers [Tor]
8205  - Build fixes [Kazuki Iwamoto, Hans, Tor, Robert Ögren]
8206 * Other bug fixes [Roger Leigh, Owen, Matthias, Morten, Kjartan Maraas, 
8207   Pawel Sakowski, Tor, Simon Budig, Ed Avis, Manish, Nicolas Laurent, 
8208   Bastien, Fabrício Barros Cabral, Michael Banck, Daniel Atallah, 
8209   J. Ali Harlow, Tim Janik, Hazael Maldonado Torres, Sven, Jon-Kare Hellan,
8210   Dave Benson, Tommi Komulainen, Benjamin Otte, Brian Cameron, Changwoo Ryu, 
8211   Christian Biere, Noah, Benoît Carpentier]
8212 * Documentation improvements [Vincent Untz, Matthias, Tim-Philipp Müller,
8213   Morten, Matthew, Federico Mena Quintero, Sebastian Bacher, Oliver Sessink, 
8214   Stefan, Jared Lash, Tor, Owen, Daniel Vaillard, Mathieu Lacage]
8215 * New and updated translations (ca,cs,da,el,en_CA,en_GB,es,et,eu,fa,fr,gl,
8216   hu,id,it,lt,mn,ne,nl,pl,pt,pt_BR,ro,rw,sk,sq,sr,sr@Latn,tl,uk,xh,zh_CN)
8217
8218 Overview of Changes from GLib 2.6.0 to GLib 2.6.1
8219 =================================================
8220 * GOption
8221  - Make gtk_init(NULL, NULL) work again [Marcin Krzyzanowski]
8222  - Improve handling of -- [Matthias Clasen]
8223  - Don't show G_OPTION_REMAINING in --help output [Matthew F. Barnes]
8224 * g_find_program_in_path() doesn't return directories [Tommi Komulainen]
8225 * Add gmodule-export-2.0.pc [Matthias]
8226 * Win32 changes
8227  - Improve hangling of UNC paths [Tor Lillqvist]
8228  - g_getenv(), g_setenv(), g_unsetenv(), g_find_program_in_path()
8229    take and return UTF-8 now [Tor] 
8230  - Make g_file_test() work more reliably, and use PATHEXT
8231    when check for executables [Tor]
8232  - Build and cross-compilation fixes [J. Ali Harlow]
8233 * Other bug fixes [Jens Hatlak, Morten Welinder, 
8234   Tor, Kalpesh Shah, Adrian Bunk]
8235 * Documentation improvements [Marcin Krzyzanowski, Tor, Crispin
8236   Flowerday, Mariano Suárez-Alvarez, Christian Biere, Danny Milo,
8237   Vincent Untz, Bastien Nocera]
8238 * New and updated translations (cy,de,nl,ru,sq,sv)
8239
8240 Overview of Changes from GLib 2.4.x to GLib 2.6.0
8241 =================================================
8242
8243 * Major new APIs
8244   - GOption, a commandline option parser
8245   - GKeyFile, a parser/editor for the .ini like files 
8246   - Functions to support the XDG basedir specification
8247   - Wrappers for common POSIX pathname functions to handle filename
8248     encodings consistently. On Windows, these use UTF-8.
8249
8250 * Miscellaneous new functions
8251   - g_filename_display_name() converts filenames in displayable UTF-8 strings
8252   - g_uri_list_extract_uris() splits uri lists
8253   - g_date_get_iso8601_week_of_year() gets ISO 8601 week numbers
8254   - g_log_set_default_handler() installs an alternate default log handler
8255   - g_get_language_names() obtains a list of applicable locale names
8256   - g_strv_length() calculates the length of NULL-terminated string arrays
8257   - g_win32_get_windows_version() determines the Windows version 
8258   - G_GNUC_INTERNAL marks functions as non-exported
8259   - glib_check_version() checks the GLib version at runtime
8260   - g_debug() completes the family of logging functions
8261
8262 * Performance improvements
8263   - Optimize g_utf8_validate()
8264   - Optimize g_markup_parse_context_parse()
8265   - Reduce signal connection complexity from O(n) to O(1) 
8266   - Get rid of many PLT entries for internally used exported symbols
8267   - Reduce code size by removing literal strings from g_return_if_fail()
8268
8269 * Other changes
8270   - On Windows, GLib functions that take file name arguments now require
8271     those to be in UTF-8. Functions that return file names return UTF-8.
8272   - Use higher precision for mathematical constants
8273   - Don't convert to/from UTF-8 in g_filename_to_uri/g_filename_from_uri
8274   - Support ll as printf format modifier for long long on all platforms
8275   - Clean up the ABI and enforce the list of exported symbols
8276   - Add a .pc file for using gmodule in libraries
8277   - Require ngettext
8278
8279 Overview of Changes from GLib 2.5.7 to GLib 2.6.0
8280 =================================================
8281 * GOption: Don't list help options if group-specific
8282   options have been requested [Glynn Foster]
8283 * Make g_get_language_names() track locale changes [Christian Persch]
8284 * Win32 bug fixes [Tor Lillqvist]
8285 * Bug fixes [Philippe Blain, Owen Taylor, Sebastian Wilhelmi]
8286 * New and updated translations (da,es,ja,lt,zh_CN)
8287 Bugs fixed: 159530,100697,160271,160645,157255
8288
8289 Overview of Changes from GLib 2.5.6 to GLib 2.5.7
8290 =================================================
8291 * Optimize g_utf8_validate() [Owen Taylor, Matthias Clasen]
8292 * Optimize g_markup_parse_context_parse() [Havoc Pennington, 
8293   Morten Welinder]
8294 * Reduce signal connection complexity from O(n) to O(1) 
8295   [Sven Neumann]
8296 * Add a .pc file for using gmodule in libraries [Owen]
8297 * Add G_GNUC_MALLOC to mark functions returning newly 
8298   allocated memory  [Matthias]
8299 * Win32 bug fixes [Hans Breuer, Tor Lillqvist, Robert Ögren,
8300   Bruce Hochstetler]
8301 * Bug fixes [Kazuki IWAMOTO, Matthias, Manish Singh, Morten,
8302   Frederic Crozat, Tor]
8303 * Documentation improvements [Matthias, Tor, Owen]
8304 * New and updated translations (cs,da,de,en_CA,en_GB,es,nb,nl,sq,zh_CN)
8305
8306 Overview of Changes from GLib 2.5.5 to GLib 2.5.6
8307 =================================================
8308 * GOption
8309   - Add G_OPTION_FLAG_REVERSE to allow options 
8310     which unset a  boolean variable [Tor Lillqvist]
8311 * GChildWatch
8312   - Use sigaction instead of signal [Jonas Jonnson, 
8313   Archana Shah]
8314   - Make the very first SIGCHLD work [Gustavo Carneiro]
8315 * Bug fixes [Morten Welinder, Tor, David MacLachlan,
8316   Manish Singh, J. Ali Harlow]
8317 * Documentation improvements [Matthias Clasen, Tor]
8318 * Updated translations (da,ja,tr,zh_CN)
8319
8320 Overview of Changes from GLib 2.5.4 to GLib 2.5.5
8321 =================================================
8322 * GKeyFile
8323   - Cleanups, add more error checking [Ray Strode]
8324   - Fall back to the untranslated string when getting 
8325     locale strings [Mark McLoughlin]
8326 * GOption
8327   - Document GOption [Matthias Clasen]
8328   - Better support for rest arguments [Owen Taylor, Matthias]
8329   - Handle conflicts between groups [Matthias]
8330 * Add g_lstat() to the stdio wrappers [Tor Lillqvist]
8331 * Add g_filename_display_name() to convert filenames
8332   in displayable UTF-8 strings  [Alex Larsson, Matthias]
8333 * Win32 bug fixes [Kazuki IWAMOTO, Hans Breuer, Tor]
8334 * Bug fixes [Christophe Fergeau, Morten Welinder, 
8335   Owen, Kjartan Maraas, Mark]
8336 * Documentation improvements [Matthias, Tor]
8337
8338 Overview of Changes from GLib 2.5.3 to GLib 2.5.4
8339 =================================================
8340 Add GKeyFile, a parser/editor for the .ini like files used in various
8341    freedesktop.org specifications. [Ray Strode]
8342 Make the handling of filename encodings consistent across all
8343    GLib functions, introduce wrappers for common POSIX 
8344    functions which accept the same filename encoding. [Tor Lillqvist, 
8345    Owen Taylor]
8346 GOption
8347  - Rename g_context_option_error_quark() to a more language-binding
8348    friendly name [Murray Cumming]
8349  - Accept backslashes in filenames on Win32 [Tor Lillqvist]
8350 * Strip the internal aliasing prefix IA__ from function names in 
8351   assertions [Matthias Clasen]
8352 * Add a function to split uri lists. [Matthias]
8353 * Win32 bug fixes 
8354  - Don't open console windows [Tor]
8355 * Other bug fixes [Philippe Blain, Robert Ögren, Hidetaka Iwai, Matthias,
8356  Morten Welinder, Mats-Ola Persson, Tor, Nickolay V. Shmyrev, Kjartan Maraas,
8357   Anders Carlsson, Tim-Philipp Müller, Lucas Rocha, Andrea Campi, Manish
8358   Singh, Thomas Fitzsimmons, Kazuki IWAMOTO]
8359 * Documentation improvements [Matthias, Linus Walleij, Nickolay, Philippe, 
8360  Adam Hooper, Gustavo Carneiro]
8361 * New and updated translations (cs,en_CA,en_GB,ja,nb,nl,or,sr,sr@Latn,sq)
8362
8363 Overview of Changes from GLib 2.5.2 to GLib 2.5.3
8364 =================================================
8365 * GOption
8366  - set the program name from argv[0] [Masatake YAMATO] 
8367  - make contexts work without a main group [Anders Carlsson]
8368 * Performance 
8369  - Get rid of many PLT entries for internally used exported symbols,
8370    and clean up the ABI at the same time and make make check check the
8371    list of exported symbols.  [Matthias Clasen]
8372 * Add API to get ISO 8601 week numbers [Niklas Lundell]
8373 * Add API to install an alternate default log handler [Darin Adler]
8374 * Add API to obtain a list of applicable locale names [Hidetoshi Tajima]
8375 * Reduce code size bloat by removing literal strings from
8376  the g_return_if_fail() macros [Owen Taylor]
8377 * Add g_strv_length [Tim-Philipp Müller]
8378 * Win32 changes
8379  - Add API to determine the Windows version [Tor Lillqvist]
8380 * Other bug fixes [Stepan Kasal, Anders, Tor, Kazuki Iwamoto,
8381   Manish Singh]
8382 * Documentation improvements [Morten Welinder, Matthias]
8383 * New and updated translations (es,nn,ro)
8384
8385 Overview of Changes from GLib 2.5.1 to GLib 2.5.2
8386 =================================================
8387 * Add G_GNUC_INTERNAL macro [Arjan van de Ven]
8388 * Add GOption, a commandline option parser [Anders Carlsson]
8389 * Add glib_check_version [Michael Natterer]
8390 * Add XDG basedir API [Ray Strode]
8391 * Require ngettext [Danilo Segan]
8392 * Bug fixes [Manish Singh, Ray Strode, Vincent Noel, 
8393   Jon-Kare Hellan, Jody Goldberg]
8394 * Win32 bug fixes [Tor Lillqvist, Hans Breuer, Peter Zelezny]
8395 * Documentation improvements [Matthias Clasen, Vincent Untz, Christian Persch]
8396 * New and updated translations (bs,eu,fi,gu,ne,pa)
8397
8398 Overview of Changes from GLib 2.5.0 to GLib 2.5.1
8399 =================================================
8400
8401 * Bug fixes [Oliver Guntermann, Sven Neumann, James 
8402   Henstridge, Hiroyuki Ikezoe, Matthias Clasen, Robert 
8403   Ögren, Tommi Komulainen]
8404 * Documentation improvements [Soeren Sandmann, 
8405   Christophe Fergeau, Danek Duvall]
8406 * New and updated translations (eu,hi)
8407   
8408 Overview of Changes from GLib 2.4.1 to GLib 2.5.0
8409 =================================================
8410
8411 * New functions g_debug [Sven Herzberg]
8412 * Use higher precision for mathematical constants [Morten 
8413  Welinder]
8414 * Don't convert to/from UTF-8 in g_filename_{to,from}_uri 
8415  [Federico Mena Quintero]
8416 * Win32
8417  - Handle empty digit string in printf() functions 
8418    correctly [Tor Lillqvist]
8419  - Support ll as format modifier for long long [Tor]
8420  - Be more careful about HOME [Tor, Ivan Wong]
8421  - Bug fixes [John Ehresman]
8422 * Miscellaneous bug and portability fixes [Danilo Segan, 
8423  Owen Taylor, Nikolai Weibull, Benoît Carpentier, Morten 
8424  Welinder, Manish Singh, Sven Neumann, Julio M. Merino Vidal,
8425  Kaz Sasayama, Murray Cumming, Federico, Mariano Suarez-Alvarez]
8426 * Documentation updates [Matthias Clasen, Crispin Flowerday,
8427  Tommi Komulainen, Federico Mena Quintero, Ed Griffiths]
8428 * New and updated translations (ja,ne,no,wa)
8429  
8430 Overview of Changes from GLib 2.4.0 to GLib 2.4.1
8431 =================================================
8432
8433 * Win32 bug fixes [Tor Lillqvist, Roger Leigh, John Ehresman]
8434 * Miscellaneous bug and portability fixes [Owen Taylor,
8435   Matthias Clasen, Jonas Jonsson, Christian Krause,
8436   Nickolay V. Shmyrev, Christophe Saout, Philippe Blain,
8437   Piotr Klaban]
8438 * Documentation updates [Matthias]
8439 * New and updated translations (ca,cs,cy,el,en_CA,en_GB,es,eu,fi,
8440   fr,gu,he,id,nl,pt,pl,ru,sr,sr@ije,sr@Latn,sv,uk)
8441
8442 Overview of Changes from GLib 2.3.6 to GLib 2.4.0
8443 =================================================
8444
8445 * Handle invalid-UTF-8 in g_log() properly [Matthias Clasen]
8446 * Win32 bug fixes [Tor Lillqvist, Bruce Hochstetler]
8447 * Miscellaneous bug and portability fixes [Olivier Biot, David L. Cooper II, 
8448   Kjartan Maraas, Frédéric L. W. Meunier, Christof Petig, Manish Singh, 
8449   Sebastian Wilhelmi]
8450 * Documentation updates [Owen]
8451 * Updated translations (hr,ro)
8452
8453 Overview of Changes from GLib 2.3.5 to GLib 2.3.6
8454 =================================================
8455
8456 * GAtomic bug fixes [Sebastian Wilhelmi, Mark McLoughlin]
8457 * GMain threading fixes and improvements [Sebastian]
8458 * Win32 [Tor Lillqvist]
8459  - restore some symbols extraneously exported from gobject to maintain ABI compatibility
8460  - Misc build improvements and fixes [Tor, Cedric Gustin, Hans Breuer]
8461 * Documentation updates [Sebastian, Takeshi AIHANA, Matthias, Sven Herzberg]
8462 * New and updated translations (be,es,fi,ga,pa,sr@ije,zh_CN)
8463
8464 Overview of Changes from GLib 2.3.3 to GLib 2.3.5
8465 =================================================
8466
8467 * Make glib-mkenums parse initializers with macros. [Matthias Clasen, muppet]
8468 * Respect locale era in g_date_set_parse(). [Theppitak Karoonboonyanan] 
8469 * Add atomic operations and use it for the async queue and
8470   gonce implementation. [Sebastian Wilhelmi]
8471 * Documentation improvements [Sebastian, Matthias, Sven Herzberg]
8472 * Add g_main_depth() for finding the recursion depth of the main
8473   loop [Owen Taylor, Tim Janik, Stefan Westerfeld]
8474 * Add g_spawn_close_pid(), needed on win32 [J. Ali]
8475 * Win32 fixes. [Hans Breuer, J. Ali Harlow]
8476 * Misc bugfixes [Sebastian, Matthias, Balazs Scheidler, Owen]
8477 * Updated translations (cy,et,ga,sq)
8478
8479 Overview of Changes from GLib 2.3.2 to GLib 2.3.3
8480 =================================================
8481
8482 * Add a native AIX gmodule implementation. [Laurent Vivier]
8483 * Add g_node_copy_deep().  [James M. Cape, Matthias Clasen]
8484 * Extend GQueue API to match the GList API. [Soeren Sandmann]
8485 * Add g_hash_table_find().  [Tim Janik]
8486 * Add a G_MODULE_BIND_LOCAL flag. [David Schleef]
8487 * Inline g_string_append_c() when possible. [Owen Taylor, Tim]
8488 * Wrap waitpid() as a GSource. [Jonathan R. Blandford]
8489 * Add g_completion_complete_utf8(). [Theppitak Karoonboonyanan, 
8490   Matthias]
8491 * Add g_strsplit_set(). [Soeren]
8492 * Documentation improvements. [Vincent Untz, Sebastian Wilhelmi, 
8493   Soeren, Matthias]
8494 * Win32 build fixes. [Tor Lillqvist]
8495 * Misc bugfixes [Manish Singh, Noah Levitt, Simon Josefsson, 
8496   Morten Welinder, Damien Carbery, Julio M. Merino Vidal, Sebastian, 
8497   Matthias]
8498 * Updated translations (nn,cs,it,ko,sq,ms,az,hr,uk,sr,sr@Latn,sq,ta)
8499
8500 Overview of Changes from GLib 2.3.1 to GLib 2.3.2
8501 =================================================
8502
8503 * Add G_MAXSIZE. [Manish Singh]
8504 * Add g_rand_new_with_seed_array(), g_rand_set_seed_array(),
8505   implementing the init-by-array functionality of the 
8506   original mersenne twister. Add g_rand_copy(). Improve seeding. 
8507   [George Lebl]
8508 * Add a lowercase_name option to glib-mkenums. [Murray Cumming]
8509 * Add g_ptr_array_foreach(). [Matthias Clasen]
8510 * Add g_timer_continue(). [Tim-Philipp Müller]
8511 * Fix a threadsafety issue in mem chunks. [Matthias, Balazs Scheidler]
8512 * Fix g_filename_{to,from}_utf8() on Win32 and improve 
8513   g_file_test() there too [Hans Breuer] 
8514 * Add a boxed type for NULL-terminated string arrays.  [Matthias]
8515 * Add G_DEFINE_TYPE() plus variants to ease the constuction
8516   of GObject boilerplate code.  [Tim Janik]
8517 * Support & in password GECOS field [Matthias, Soeren Boll Overgaard]
8518 * Documentation improvements [Matthias, Manish]
8519 * Win32 build fixes [Hans]
8520 * Misc bug fixes [Damien Carbery, Matthias, Manish, Olivier Poncet, 
8521   Zack Rusin]
8522 * Updated translations (ar,de,fa,ga,mn,nn,no,sq)
8523
8524 Overview of Changes from GLib 2.3.0 to GLib-2.3.1
8525 =================================================
8526
8527 * Add glib/gi18n.h and glib/gi18n-lib.h for common
8528   gettext support, including a Q_() macro for translation
8529   with context [Matthias Clasen]
8530 * Add a more flexible G_FILENAME_ENCODING variable
8531   as a replacement for G_BROKEN_FILENAMES [Matthias]
8532 * Fix the return value g_main_context_iterate() for
8533   newly ready sources [Padraig O'Briain]
8534 * Handle Hangul composition for normalization [Noah Levitt]
8535 * Add G_{MIN,MAX,MAXU}INT{8,16,32}. [Mark Jones, Matthias]
8536 * Add G_GSIZE_FORMAT/G_SSIZE_FORMAT [Manish Singh]
8537 * Add G_STRFUNC as a portable wrapper for __func__ [Tim Janik]
8538 * Documentation improvements [Matthias]
8539 * GObject [Tim Janik]
8540  - Support '-' in g_signal_connect()/disconnect() names
8541    like 'swapped-signal'.
8542  - Add g_type_class_peek_static() and use to optimize
8543    g_object_new() for static types [Tim]
8544  - Allow setting construct-only properties from within
8545    init() implementations
8546  - Enforce readability/writeability in g_object_set/get()
8547 * Fix bug with g_ascii_strtod and multi-byte separator.
8548   [Behdad Esfahbod, Roozbeh Pournader]  
8549 * Misc bug fixes [Matthias, John Ehresman, Andrew Lanoix,
8550   Tor Lillqvist, Mark McLoughlin, Tim-Philipp Müller, Manish, 
8551   Morten Welinder]
8552 * Updated translations (ca,cs,da,es,fr,ja,nn,no,pt,ru)
8553
8554 Overview of Changes from GLib 2.2.x to GLib-2.3.0
8555 =================================================
8556
8557 * Replace Trio printf by gnulib vasnprintf [Matthias Clasen]
8558 * Update Unicode data to Unicode 4.0 [Noah Levitt]
8559 * Support XML-safe formatted output with 
8560   g_markup_[v]printf_escaped [Owen Taylor]
8561 * Add g_file_read_link to read symbolic links [Matthias]
8562 * Add g_unichar_get_mirror_char to obtain the 
8563   mirrored variant of a character [Noah]
8564 * Support for one-time initialization functions. 
8565   [Sebastian Wilhelmi]
8566 * Miscellaneous API additions: g_vasprintf
8567   g_string_chunk_insert_len, g_setenv, g_unsetenv [Matthias]
8568 * Docs improvements [Matthias]
8569 * Add support instance-private data on classed types
8570   [Mark McLoughlin, Tim Janik, Owen]
8571 * Optimize signal emissions [Soeren Sandmann, Tim]
8572 * Support a "default vtable" per interface [Tim]
8573 * Add support for properties on interfaces [Owen, Tim]
8574 * Miscellaneous API additions: g_value_take_string(),
8575   g_value_take_param(), g_value_take_object(), 
8576   g_value_take_boxed(). [Matthias]
8577 * Win32 build fixes [Tor Lillqvist]
8578
8579 Overview of Changes from GLib 2.1.5 to GLib-2.2.0
8580 =================================================
8581
8582 * Fix a problem with g_thread_init() on 64-bit problems
8583   [Alceste Scalas, Sebastian Wilhelmi]
8584 * Add assembly implementations of byteswap macros
8585   for ia64 and x86_64. [Manish Singh]
8586 * IOChannel fixes for Win32 [Tor Lillqvist, Thorsten Maerz]
8587 * Updated translations (bg,ca,es,da,fi,lv,ru,sk)
8588
8589 Overview of Changes from GLib 2.1.4 to GLib-2.1.5
8590 =================================================
8591
8592 * Win32 bug fixes [Tor Lillqvist]
8593 * Various post-rewrite fixes for glib-gettext.m4 [Owen Taylor,
8594   Jody Goldberg, Kjartan Maraas, Johannes Stezenbach]
8595 * Ensure we have a GUINT64_FORMAT by pulling in Trio
8596   if necessary [Manish Singh]
8597 * Further Trio build fixes [Matthias Clasen, Owen]
8598 * Hack around gcc, libtool issues with -pthread [Owen]
8599 * Docs improvements [Matthias]
8600 * Bug and portability fixes 
8601 * Updated and new translations (bg,de,fi,fr,sq,fr)
8602
8603 Other contributors: Kai Poitschke, Morten Welinder
8604
8605 Overview of Changes from GLib 2.1.3 to GLib-2.1.4
8606 =================================================
8607
8608 * autoconf changes to make it possible to cross compile
8609   GLib. [Owen Taylor, Dan Kegel, Amy Lin, Dimi Shahbaz, 
8610   Johannes Stezenbach]
8611 * Use libintl when it has bind_textdomain_codeset() and
8612   GLib doesn't. [Owen]
8613 * Improve generation of pseudo-random integers [Morten Welinder, 
8614   Sebastian Wilhelmi]
8615 * Avoid literal UTF-8 in favor of octal escapes [Owen, Tomas Ogren]
8616 * Cleanup include order [Sven Neumann]
8617 * autoconf cleanups and bug fixes [Daniel, Matthias Clasen, Owen]
8618 * Doc fixes and additions [Matthias]
8619
8620 Other contributors: James M. Cape, Frederic Crozat, Martin Gansser,
8621   Phuc LeHong, Manish Singh, Joshua Weage, Morten Welinder
8622
8623 Overview of Changes from GLib 2.0.x to GLib-2.1.x
8624 =================================================
8625
8626 * Add copy of the Trio library to build and use for printf() when 
8627   system printf isn't good enough. Add g_printf()/etc. [Matthias Clasen]
8628 * Add g_str_has_suffix()/g_str_has_prefix() [Alex Larsson]
8629 * Add g_markup_parse_context_get_element() [Matthias]
8630 * Add g_utf8_strreverse [Matthias]
8631 * Add g_ascii_strtoull() [Tim Janik]
8632 * Support scanning of 64-bit values with GScanner [Tim]
8633 * Add g_set/get_application_name() [Havoc Pennington]
8634 * Add G_LIKELY()/G_UNLIKELY() macros for hinting branch probabilities. 
8635   Use for g_return_if_fail(). [Matthias Clasen]
8636 * Add G_GNUC_DEPRECATED macro [Tom Tromey]
8637 * Improve the seeding algorithm of GRandom to avoid problems
8638   with certain pathological seeds. Support G_RANDOM_VERSION=2.0
8639   environment variable. [Sebastian Wilhelmi]
8640 * Improve thread configure checks, use -pthread where applicable
8641   [Sebastian]
8642 * Improve handlng of thread priorities [Sebastian]
8643 * Fix up parameter names that might shadow functions from
8644   system headers [Soeren Sandmann]
8645 * Clean up usage of deprecated functions [Manish Singh]
8646 * Docs fixes and improvements. In particular, include "Since" information.
8647   [Matthias, Soeren, Martin Schulze, Daryll Strauss, Bill Janssen, 
8648   Owen Taylor, Morten Welinder]. 
8649
8650 Overview of Changes in GLib 2.0.7
8651 =================================
8652
8653 * Fix C++ warnings in gtype.h [Dom Lachowicz]
8654 * Fix g_type_fundamental_next() [Tim Janik]
8655 * Fix various missing includes of config.h [Morten Welinder]
8656 * Handle main loop initialization before g_thread_init [Sebastian Wilhelmi]
8657 * Various 64-bit fixes [Manish Singh]
8658 * Fix GPoll on Win32 [Tor Lillqvist, Herman Bloggs]
8659 * Fix bug with buffering on UTF-8 IOChannels [Daniel Elstner]
8660 * Misc bug and build fixes [Soren Andersen, Gustavo Carneiro, Tor,
8661      Tim, Havoc Pennington,  Matthias Clasen, Sebastian Rittau,
8662      Masahiro Sakai, Arvind Samptur, HideToshi Tajima, Owen Taylor]
8663 * Updated and new translations (be,cs,de,*fa,it,lv,pt_BR,tr)
8664
8665 Overview of Changes in GLib 2.0.6
8666 =================================
8667
8668 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
8669 * Clean up debug spew from GObject [Anders Carlsson]
8670 * Compiler warning fixes [David L. Cooper II]
8671 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
8672 * Fixes for --disable-debug [Sebastian Wilhelmi]
8673 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
8674   Rajkumar Sivasamy, Laurent Vivier]
8675 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
8676   Sebastian Rittau, Linus Welleij]
8677 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
8678 * Updated translations (bg,ko,vi)
8679
8680 Overview of Changes in GLib 2.0.5
8681 =================================
8682
8683 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
8684 * Clean up debug spew from GObject [Anders Carlsson]
8685 * Compiler warning fixes [David L. Cooper II]
8686 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
8687 * Fixes for --disable-debug [Sebastian Wilhelmi]
8688 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
8689   Rajkumar Sivasamy, Laurent Vivier]
8690 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
8691   Sebastian Rittau, Linus Welleij]
8692 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
8693 * Updated translations (bg,ko,vi)
8694
8695 Overview of Changes in GLib 2.0.4
8696 =================================
8697
8698 * Fix some 64-bit problems. (George Lebl, David L. Cooper II)
8699 * Add note about Tru64 iconv to INSTALL. (Manuel Op de Coul)
8700 * Fix problem with timouts > MAXINT. (Tim Janik, Owen Taylor)
8701 * Updated translations (ca,es,fr,ja,gl,ms,nl,pl,pt,ru)
8702
8703 Overview of Changes in GLib 2.0.3
8704 =================================
8705
8706 * Handle sorting 0-length arrays (Ron Arts)
8707 * Threading fixes (Sebastian Wilhelmi)
8708 * Portability fixes (Miroslaw Dobrzanski-Neumann, Jacob Berkman, Gareth Pierce, 
8709   Sebastian, Qingjiang Yuan)
8710 * Various fixes for glib-2.0.m4. (Jim Gettys, others.)
8711 * Locate right glib-genmarshal when cross-compiling. (Mitch Natterer)
8712 * Win32 fixes (Tor Lillqvist)
8713 * Try to fix g_get_charset() related segfaults. (Owen)
8714 * Fixes for gettext detection. (Dan Winship, HideToshi Tajima, Boyd Lynn Gerber,
8715   Andrew P. Lentvorski, Jr.)
8716 * Fix g_scanner_unexp_token() (Tim Janik, Sven Neumann)
8717 * g_markup fixes. (Matthias Clasen.)
8718 * Bug fixes and cleanups (Daniel Elstner, Matthias, Laszlo Peter, Morten Welinder,
8719   Wayne Schuller)
8720
8721 Overview of Changes in GLib 2.0.1
8722 =================================
8723
8724 * Portability fixes for Sun's Forte compiler [Erwann Chenede]
8725 * Performance improvements for GObject parameter lookup, 
8726   g_filename_to/from_utf8() [Alex Larsson]
8727 * Actually check interface prerequisites [Matthias Clasen,
8728   Miroslaw Dobrzanski-Neumann]
8729 * Fix problem with glib-mkenums taking huge amounts of stack. [Owen Taylor]
8730 * Fix g_signal_handlers_disconnect_by_func() for C++ [Damien Sandras]
8731 * Fixes for g_log() and threading.
8732   [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, Tim Janik]
8733 * Make g_print(), g_printerr(), g_warning(), etc, convert from
8734   UTF-8 to the encoding of the locale [Sebastian Wilhelmi, Tim]
8735 * Fixes for GIOChannel on windows. [Tor Lillqvist]
8736 * Fix gsize/gint mismatches in giochannel.c [Miroslaw Dobrzanski-Neumann]
8737 * Fix file descriptor leak in g_file_get_contents() [Matthias]
8738 * Workaround iconv() problems on older Solaris [Lauri Alanko]
8739 * Fix warnings with gcc-3.1 about asm const [Cody Russel]
8740 * Minor bug fixes.
8741
8742 Other contributors: Hans Breuer, LEE Sau Dan, Sven Neumann, Salmaso Raffaele,
8743   Akira Tagoh, Morten Welinder
8744
8745
8746 Overview of Changes in GLib 2.0.0
8747 =================================
8748
8749 * Thread portability fixes [Sebastian Wilhelmi]
8750 * Documentation updates [Owen Taylor]
8751 * Make g_strerror(), g_strsignal() properly return UTF-8,
8752   call bind_text_domain_codeset() so that error strings
8753   are in UTF-8 as well. [Owen, Tor Lillqvist]
8754
8755 Overview of Changes in GLib 2.0.0 rc1:
8756 ======================================
8757
8758 * Win32 fixes [Tor Lillqvist]
8759 * Portability fixes [Finlay Dobbie, Miroslaw Dobrzanski-Neumann]
8760 * Fix up g_date_strftime [Daniel Elstner]
8761 * Add some structure padding [Tim Janik]
8762 * Make g_get_homedir() prefer the users home directory to $HOME
8763
8764 Other contributors: Matthias Clasen, Paolo Maggi, Christian Rose
8765
8766 Overview of Changes in GLib 1.3.15:
8767 ===================================
8768
8769 * Speed up marshalers by using private access to GValue 
8770   [Anders Carlsson, Tim Janik]
8771 * Reduce GValue to 2 elements [Tim]
8772 * Add G_DEBUG environment variable, G_DEBUG=fatal_warnings [Matthias Clasen]
8773 * Fixes for AIX compilation [Miroslaw Dobrzanski-Neumann]
8774 * Add padding to various structures [Owen Taylor, Tim]
8775 * Win32 fixes [Tor Lillqvist]
8776
8777 Other contributors: James Henstridge, Ryan Lovett, Morten Welinder,
8778   Daniel Elstner
8779
8780 Overview of Changes in GLib 1.3.14:
8781 ===================================
8782
8783 * Register value transformations for gint64, guint64 [Andy Wingo]
8784 * Build with large-file support [Sven Neumann, Owen Taylor]
8785 * Fix handling of hostnames in URI's [Darin Adler]
8786 * Main loop bug fixes [Havoc Pennington, Owen]
8787 * Doc fixes and improvements [Manish Singh, Tim Janik]
8788 * Support ' as attribute delimiters in GMarkup [Matthias Clasen]
8789 * Win32 fixes [Hans Breuer, Tor Lillqvist]
8790 * Threading bug and build fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann]
8791 * Miscellaneous bug fixes
8792
8793 Other contributors: Matthias Clasen, James Henstridge, Mitch Natterer, 
8794   Morten Welinder.
8795
8796 Overview of Changes in GLib 1.3.13:
8797 ===================================
8798
8799 * Fix g_filename_to/from_uri for Win32 [Tor Lillqvist, Darin Adler]
8800 * Miscellaneous win32 fixes [Tor, Hans Breuer]
8801 * Fix thread options for gcc on AIX [Jerome Zago, Sebastian Wilhelmi]
8802 * Documentation improvements [Ron Steinke, Matthias, Sebastian]
8803 * Cache iconv converters as used by g_convert() [Jeffrey Stedfast]
8804 * Bug fixes [Sven Neumann, Owen Taylor, Matthias Clasen, Jeffrey,
8805   Laszlo Peter, Havoc Pennington, Tim Janik]
8806
8807 Overview of Changes in GLib 1.3.12:
8808 ===================================
8809
8810 * Implement closure chaining, fixing up API (Tim Janik)
8811 * Closure chaining test case (James Henstridge)
8812 * Make GType long not int where both are equal width (Tim)
8813 * Win32 fixes and improvements (Hans Breuer, Tor Lillqvist)
8814 * Fixes for NetBSD. (Dan Winship)
8815 * Use snprintf() for g_printf_string_upper_bound() where possible. (Matthias Clasen)
8816 * Save space for GBSearchArray (Tim Janik)
8817 * Documentation improvements. (Matthias, Sven Neumann, Havoc Pennington)
8818
8819 Other contributors: Darin Adler, Chris Blizzard, Anders Carlson, Daniel Elstner, Michael Meeks, 
8820   Mark McLoughlin, Dave Neary, Manish Singh, Owen Taylor, HideToshi Tajima, 
8821   Sebastian Wilhelmi.
8822
8823
8824 Overview of Changes in GLib 1.3.11:
8825 ===================================
8826
8827 * Win32 fixes [Hans Breuer, Tor Lillqvist]
8828 * Documentation improvements [Matthias Clasen]
8829 * Portable directory handling API [Hans]
8830 * Threading fixes [Sebastian Wilhelmi, Havoc Pennington]
8831 * Fix excess relocations in Unicode tables [Andrew Taylor]
8832 * Fix gpattern for UTF-8 [Matthias Clasen]
8833 * Support overriding class closures [Tim Janik]
8834 * Support for derivation from G_TYPE_POINTER [Owen Taylor]
8835 * Hide pointers to type information inside GType to reduce locking
8836   [Alex Larsson, Tim]
8837 * Adds check for direct inclusion of gobject/*.h [Owen]
8838 * GObject API cleanups [Tim]
8839
8840 Other contributors: Darin Adler, Jacob Berkman, Daniel Egger, Eric Lemings, 
8841   Michael Meeks, Mark McLoughlin, Arkadiusz Miskiewicz, Dan Winship
8842
8843
8844 Overview of Changes in GLib 1.3.10:
8845 ===================================
8846
8847 * Many Win32 fixes and improvements [Tor Lillqvist]
8848 * Documentation improvements [Matthias Clasen]
8849 * g_string_printfa() renamed to g_string_append_printf()
8850 * Use libcharset from libiconv to implement charset detection
8851   more portably. [Owen Taylor, Hidetoshi Tajima]
8852 * Add 64 bit type support to GObject [Joshua Pritikin, Mathieu Lacage, Owen]
8853 * Make support for 64 bit integers a requirement [Joshua]
8854 * GPattern improvements [Tim Janik, Matthias]
8855 * Locale independent g_ascii_strtod / g_ascii_dtostr [Alex Larsson]
8856 * Many bug fixes and minor tweaks.
8857
8858 Other Contributors: Darin Adler, Jakub Jelinek, James Antill, Andrew Taylor,
8859   Ben Gertzfield, Elliot Lee, Manish Singh, Abel Cheung, Laszlo Peter,
8860   Sven Neumann, George Lebl, Raja Harinath, Sebastian Wilhelmi,
8861   Jacob Berkman
8862
8863
8864 Overview of Changes in GLib 1.3.9:
8865 ==================================
8866
8867 * Fixes for comparison of threads [Sebastian Wilhelmi]
8868 * Use vasprintf() when possible for g_strdup_printf [Matthias Clasen]
8869 * Win32 fixes [Tor Lillqvist, Hans Breuer]
8870 * Add a len argument to g_ascii_strup/strdown
8871 * Bug, portability fixes, cleanups.
8872
8873 Other Contributors: Darin Adler, Katsuhiro Okuno, Joshua N. Pritikin
8874
8875
8876 Overview of Changes in GLib 1.3.8:
8877 ==================================
8878
8879 * Documentation updates [Owen]
8880 * Made GType interfaces overridable in derived types
8881 * Many win32 fixes [Tor Lillqvist]
8882 * Miscellaneous cleanups and fixes
8883
8884 Other contributors:
8885   Darin Adler, Matthias Clasen, Ron Steinke, Hans Breuer, Alex Larsson
8886
8887
8888 Overview of Changes in GLib 1.3.7:
8889 ==================================
8890
8891 * Integrate GClosure support into the main loop [Owen Taylor]
8892 * More GSignal convenience functions (macros) [Sven Neumann, Tim Janik]
8893 * Introduced weak references for GObject [James Henstridge, Sven, Tim] 
8894 * Minor hash table optimizations
8895 * Main loop and threading improvements [Sebastian Wilhelmi]
8896 * Added g_ascii_* functions to be used for locale insensitive UTF-8
8897   compliant code instead of old string functions  [Darin Adler, Alex Larsson]
8898 * Add functions for Unicode case-conversion, normalization, and 
8899   collation [Owen]* GString improvements [Owen]
8900 * Reworked the GIOChannel code [Hidetoshi Tajima, Ron Steinke]
8901 * Removed glib-config-2.0 in favour of pkgconfig [Sebastian]
8902 * Make code 64bit clean [Mark Murnane]
8903 * More G_CONST_RETURN fixes
8904 * Many improvements to the win32 code [Tor Lillqvist, Hans Breuer]
8905 * Miscellaneous bug and API fixes
8906
8907 Other contributors:
8908   Michael Natterer, Christopher James Lahey, Padraig O'Briain,
8909   Matthias Clasen, Josh Pritikin, Steve Baker, Cesar Rincon, Garry R. Osgood,
8910   Michael Meeks, Laszlo Peter,  Martin Baulig, Kjartan Maraas, Andrew Lanoix,
8911   Peter Williams
8912
8913
8914 Overview of Changes in GLib 1.3.6:
8915 ==================================
8916
8917 * Threads have a "return value" from g_thread_join
8918 * Removed ability to adjust thread stack size
8919 * Prefix warnings with progname/PID by default, change toggle for this to 
8920   be an env variable G_MESSAGES_PREFIXED not a compile-time option
8921 * GMarkup speedups
8922 * GDate const, convenience fixups
8923 * Include test cases that headers are compilable by C++ compiler
8924 * Add ability to spawn processes with argv[0] != executable path.
8925 * g_strstr_len, g_strrstr, g_strrstr_len
8926 * Add length argument to g_utf8_strchr and g_utf8_strrchr.
8927 * Misc bug fixes
8928
8929
8930 Overview of Changes in GLib 1.3.5:
8931 ==================================
8932
8933 * Added an installed glib-mkenums Perl program for parsing enumeration
8934   declarations from header files.
8935 * Mark some additional deprecated functions.
8936 * Bug and Portability fixes
8937
8938
8939 Overview of Changes in GLib 1.3.4:
8940 ==================================
8941
8942 * Efficiency improvements for GThreadPool
8943 * A few bug fixes
8944 * Build fixes
8945 * Documentation improvements
8946
8947
8948 Overview of Changes in GLib 1.3.3:
8949 ==================================
8950
8951 GLib:
8952
8953 * More user_data support in various functions.
8954 * Main loop API revamps to support per-thread main loops.
8955 * Unicode handling improvements.
8956 * Implemented debugging traps.
8957 * G_CONST_RETURN specification all over the place.
8958 * Various new small utility functions.
8959 * Random number generator precision improvements.
8960 * New configure option --disable-mem-pools.
8961 * Many Win32 improvements.
8962 * Added g_try_malloc() friends varinats.
8963 * Many documentation improvements.
8964 * Many threading improvements, support for dynamic allocation
8965   of static mutexes.
8966 * GHookLIst API cleanups.
8967 * Improved format support of GDate parser.
8968 * String function speed improvements with new g_stpcpy().
8969 * Hashtable API additions.
8970 * New GPatternSpec for shell-style pattern matching (from GtkPatternSpec).
8971 * Optimizations, cleanups, bug fixes.
8972
8973 GObject:
8974
8975 * Added many convenience functions.
8976 * GClosure and GParamSpec use float/sink ref-counting scheme now.
8977 * Reworked property change notification.
8978 * Binary searchable array cleanups, so it's widely usable now.
8979 * Added static content keeping for some GValue types.
8980 * Support for statically scoped signal parameters.
8981 * Extinguished property trailer args in set/get interface.
8982 * Added support for abstract types.
8983 * G_CONST_RETURN specification all over the place.
8984 * Split parameter exchange functionality into value transforms
8985   and parameter conversions.
8986 * Added signal emission hooks and signal accumulators.
8987 * Added interface prerequisites to support is_a (interface, object)
8988   relations.
8989 * Implemented GValueArray.
8990 * New types, boxed: G_TYPE_VALUE, G_TYPE_CLOSURE, G_TYPE_GSTRING
8991   GParamSpecs: G_TYPE_PARAM_PARAM, G_TYPE_PARAM_POINTER, G_TYPE_PARAM_CLOSURE,
8992   G_TYPE_VALUE_ARRAY, G_TYPE_PARAM_UNICHAR, G_TYPE_PARAM_VALUE_ARRAY.
8993 * Varrags value collection improvements.
8994 * Implemented debugging traps.
8995 * Made things thread-safe.
8996 * Many documentation improvements.
8997 * Many cleanups, optimizations and bug fixes.
8998
8999
9000 Overview of Changes in GLib 1.3.2:
9001 ==================================
9002
9003 GLib:
9004
9005 * Win32 build improvements  [Tor]
9006 * Improvements to error reporting  
9007   (g_critical(), g_return_if_reached()) [Darin]
9008 * Add g_strlcpy/g_strlcat  [David Wheeler]
9009 * New IO channel implementation for Win32  [Tor] 
9010 * Make g_array_free, g_string_free return pointer to memory requested
9011   not to be freed.  [Darin]
9012 * Added GError based error reporting for thread functions.  [Sebastian]
9013 * Moved reference docs into GLib distribution. [Owen]
9014 * Added g_convert() for doing convenient character set conversions based
9015   on iconv. (GLib now requires libiconv or a native iconv.) [Havoc/Owen]
9016 * Various Unicode handling additions (g_ucs4_to_utf8, g_utf8_validate(),
9017   g_{locale,filename}_{to,from}_utf8)  [Robert/Havoc/Owen]
9018 * Portability fixes for threading.  [Sebastian]
9019 * Added convenient functions for launching new processes (g_spawn_*),
9020   and shell quoting/unquoting functions.  [Havoc]
9021 * Split glib.h into many headers.  [Sebastian]
9022 * Added a simple callback-based parser for XML-like files (GMarkup).  [Havoc]
9023 * Fixed confusions between comparison functions that return <0, 0, >0
9024   and equaility functions that return FALSE,TRUE.  [Sebastian]
9025 * Added safe/portable temporary file manipulation functions.  [Tor]
9026 * autoconf improvements.  [Raja]
9027 * Many documentation improvements.
9028 * Bug fixes.
9029
9030 GObject:
9031
9032 * Added boxed and pointer types.  [Tim/Jonathan]
9033 * Added callback abstraction (GClosure)  [Tim]
9034 * Added signal system (GSignal)  [Tim]
9035 * Make GTypePlugin an interface  [Tim]
9036 * Added GTypeModule - a simple GTypePlugin instantiation  [Owen]
9037 * Bug fixes.
9038
9039
9040 What's new in GLib 1.3.1:
9041 =========================
9042
9043 * New GObject library added including object system based on
9044   the GTK+ object system. 
9045 * Functions for getting the properties of Unicode characters, 
9046   computing the canonical decomposition and ordering combining
9047   characters aand manipulating UTF-8 string manipulation based
9048   on libunicode.
9049 * GString now properly handles embedded nuls.
9050 * Multiple fixes from the 1.2.x branch.
9051 * Upgrade to libtool 1.3.3
9052 * Full thread support (thread creation and destruction).
9053 * BeOS port, BeOS dynamic modules.
9054 * Many improvements to the Windows ports.
9055 * Improvements to the OS/2 port, OS/2 module support.
9056 * Double ended queue implementation.
9057 * GLib macros for printf() formatting, e.g. G_GULONG_FORMAT = "lu"
9058 * New configure option --enable-msg-prefix to prefix messages, warnings
9059   et ceteri with the program name and the process id.
9060 * New thread-safe random number generator Mersenne Twister.
9061 * g_strcompress() added, g_strescape() had a slight API change, and
9062   more tightly defined semantics.
9063 * the g_string(x) macro has been removed, #x may be used instead.
9064                                 
9065