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