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