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