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