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