Fix up a typo in the g_variant_builder_add() docs
[platform/upstream/glib.git] / NEWS
1 Overview of Changes from GLib 2.25.5 to GLib 2.25.6
2 ===================================================
3
4 * GDBus: introspection improvements
5 * GDBus: build fixes
6
7 * GSettings: GSettingsBackend ABI changed               **** NOTE ****
8 * GSettings: --uninstall option for schema compiler
9 * GSettings: new m4 macro with more power
10 * GSettings: thread support
11
12 * rework of file notification on Solaris
13 * fixes for gold linker
14
15 * Bugs fixed:
16  619038 increase gsettings.m4 power
17  619031 method-calls-in-thread test failing
18  618839 Typo at translation message
19  616864 GSETTINGS_CHECK_RULE doesn't work with multiple files
20  618730 gunixcredentialsmessage.c doesn't compile on GNU/kfreebsd
21  616314 Make GSettings (partially) threadsafe
22
23 * Updated Translations:
24  Indonesian
25  Galician
26  Spanish
27
28 Overview of Changes from GLib 2.25.4 to GLib 2.25.5
29 ===================================================
30
31 * GDBus: Fix serialization of empty arrays
32
33 * GDBus: Plug various memory leaks
34
35 * GSettings: Fix problems with GSETTINGS_CHECK_RULE
36
37 * Bugs fixed:
38  616731 GSETTINGS_CHECK_RULE doesn't work in non-srcdir builds
39  616864 GSETTINGS_CHECK_RULE doesn't work with multiple files
40  618615 mem leaks in parse_value_from_blob
41  618622 Plug some mem leaks in gdbus
42  618650 Plug a mem leak in gdbusauth
43  618663 Plug mem leaks in gdbus tests & examples
44
45 * Updated translations:
46  Spanish
47
48
49 Overview of Changes from GLib 2.25.3 to GLib 2.25.4
50 ===================================================
51
52 * GDBus D-Bus support has been merged. This provides an API
53   to replace dbus-glib
54
55 * GVariant no requires strings to be UTF-8. You can use byte
56   arrays for non-UTF-8 strings.
57
58 * GSettings allows to bind string properties to byte arrays
59
60 * The schema compiler supports range restrictions
61
62 * Bugs fixed:
63  618051 socket-server|client.c fail to compile under AIX...
64  616102 GSettings ignores <choice> and <range>
65  616720 Chunked quark allocation
66  616877 Several issues with g_socket_receive_message
67  616892 gio: Add a boxed type for GFileAttributeMatcher
68  616967 Add g_regex_get_compile_flags() and g_regex_get_match_flags()
69  617767 g_settings_[gs]et_strv() 'length' argument has missing docs...
70  617914 gtester-report: cope with binaries with no test cases
71  617937 output_stream_close vs output_stream_close_async semantics
72  615494 Connction timeouts produce partially invalid error messages
73  617823 glib-compile-schemas problems with an out of source build
74  617947 glib-mkenums: add @valuenum@ support
75
76 * Translation updates:
77  Galicaian
78  Norwegian bokmål
79  Shavian
80  Spanish
81
82
83 Overview of Changes from GLib 2.25.2 to GLib 2.25.3
84 ===================================================
85
86 * New macro: G_GNUC_DEPRECATED_FOR, a variant of G_GNUC_DEPRECATED
87   that lets you add replacement information (requires gcc 4.5)
88
89 * Rename AM_GSETTINGS autoconf macro to GLIB_GSETTINGS
90
91 * Rename gschema-compile utility to glib-compile-schemas
92
93 * Add support for timeouts in GSocket
94
95 * Bugs fixed:
96  589989 Compilation error on Solaris 9
97  616648 Change AM_GSETTINGS macro to GLIB_GSETTINGS
98  587898 I/O timeouts for GSocket
99  614541 Add G_TYPE_ERROR boxed type for GError
100
101
102 Overview of Changes from GLib 2.25.0 to GLib 2.25.2
103 ===================================================
104
105 * Include a 'gsettings' utility, for commandline access to GSettings
106
107 * Install a AM_GSETTINGS autoconf macro similar to AM_GCONF
108
109 * GSettings can bind the writability of a key explicitly
110
111 * There is now a predefined boxed type for GError
112
113 * Bugs fixed:
114  615379 g_new macros crash if sizeof(struct_type) == 0
115  616312 Add m4 rule equivalent to GCONF_SCHEMAS_INSTALL
116  616295 mapping bug for uint64
117  616216 glib compile from remote directory fails
118  615960 Fix size passed to connect() for abstract sockets
119  616432 Crash in gschema-compile
120  616331 gsettings-schema-convert uses imaginary types
121  616309 gsettings-schema-convert should output gettext-domain
122  616384 Add mention of GConfBridge in conversion docs
123  616311 gschema-compile outputs in current directory
124  616276 simplify gschema-compile test setup
125  616156 keys with unnecessary empty options arrays
126  616405 gsettings missing g_return_if_fail's
127  616245 Use G_DEFINE_INTERFACE macro
128  614541 Add G_TYPE_ERROR boxed type for GError
129
130 * Updated translations:
131  Catalan (Valencian)
132  Galician
133  Kannada
134  Spanish
135
136
137 Overview of Changes from GLib 2.24.0 to GLib 2.25.0
138 ===================================================
139
140 * The GSettings framework has been merged. This provides the API to
141   replace GConf. DConf will provide a backend implementation for it.
142   GConf will also provide a backend implementation to ease the
143   transition. We provide utilities to assist with schema conversion
144   and data migration, as well as a porting guide.
145
146 * Translation updates:
147  Bengali
148  Catalan
149  Danish
150  Gujarati
151  Marathi
152  Thai
153  Traditional Chinese
154
155
156 Overview of Changes from GLib 2.23.6 to GLib 2.24.0
157 ===================================================
158
159 * Bug fixes:
160  613601 buglet in dup_close_on_exec_fd
161  584284 g_data_input_stream_read_until_async behaves confusingly
162  613748 Write errors in middle of copy cause hang
163  613923 splice_stream_with_progress: wrong error handling
164  613667 Typo in GObject documentation
165  613618 gvariant format string docs unclear
166
167 * Translation updates:
168  Basque
169  Ukrainian
170  Vietnamese
171
172
173 Overview of Changes from GLib 2.23.5 to GLib 2.23.6
174 ===================================================
175
176 * Class private data:
177   - support for private data associated with a GTypeClass
178
179 * GVariant merge is now complete:
180   - loading functions and parser merged
181
182 * Windows improvements:
183   - socket fixes
184   - various build improvements
185   - removal of GCC/C99isms in favour of portable code
186   - drop unmaintained Visual Studio 8 support
187
188 * Minor API addition:
189   - g_desktop_app_info_get_filename()
190
191 * Bugs fixed:
192  521707 Class private data
193  612502 build fails on glib/tests/gvariant.c
194  612832 [GDesktopAppInfo] New function g_desktop_app_info_get_filename
195  612702 [PATCH] Fix GSocket-related crash on Windows
196  612736 Improve the documentation about single include
197  610858 gvariant test fails sometimes
198  612327 uninitialized variable
199
200 * New translations:
201  Afrikaans
202  LowGerman
203
204 * Updated translations:
205  Czech
206  Finnish
207  Galician
208  Greek
209  Punjabi
210  Romanian
211  Serbian
212
213
214 Overview of Changes from GLib 2.23.4 to GLib 2.23.5
215 ===================================================
216
217 * New API addition: g_malloc_n() and friends used to implement an
218   overflow-safe family of g_new() macros.
219
220 * GVariant:
221  - GVariantBuilder and GVariantIter are now merged.
222  - The variable arguments API is now merged.
223  - The parser will be in a future release.
224
225 * GIO:
226  - Remove GUtf8InputStream (which never appeared in a stable release)
227    for now since it doesn't satisfy the needs of its main intended use
228    case.  We hope to reimplement this feature in a better form in a
229    future release.
230
231 * Bugs fixed:
232  609531 missing licence headers
233  612107 Missing G_FILE_ATTRIBUTE_TRASH_ORIG_PATH
234  611897 g_io_modules_scan_all_in_directory leaks
235  608196 Overflow-safe g_new family
236  611696 gio uses GetAddrInfo which requires special handing on windows 2k
237  605667 Don't use G_PARAM_SPEC_VALUE_TYPE when we know the pspec is valid
238  610860 test_g_file_open_readwrite fails if $HOME is unwritable
239  552912 glib-2.18 /live-g-file/test_copy_move failed when run as root
240  609813 Renaming a file discards file notes
241
242 * Updated translations:
243  Basque
244  Brazilian Portuguese
245  British English
246  Bulgarian
247  Catalan
248  Danish
249  Estonian
250  French
251  German
252  Hungarian
253  Italian
254  Lithuanian
255  Norwegian bokmål
256  Portuguese
257  Russian
258  Slovenian
259  Spanish
260  Swedish
261  Traditional Chinese
262
263
264 Overview of Changes from GLib 2.23.3 to GLib 2.23.4
265 ===================================================
266
267 * GVariant: The core of GVariant has been merged now, with some
268  API still to follow.
269
270 * GIO:
271  - There is a new interface GFileDescriptorBased for file descriptor
272    based IO. GLocalFile{Input,Output}Stream implement it
273  - Use splice(2) to transfer data between file descriptors without
274    extraneous copies
275  - Add a way to request move events from file monitors
276
277 * Bugs fixed:
278  609143 *result_uncertain is never assigned in g_content_type_guess
279  604086 Use splice(2) when doing local file copies
280  547890 No move events for GFileMonitorEvent?
281  568760 nautilus freezes due to a bug in garray.c:322
282  609962 Add info about the use of G_DEFINE_INTERFACE
283  609564 g_base64_encode_close docs should mention outbuf size...
284  610484 g_variant_equal bug
285  610131 libasyncns does not compile on Solaris 8
286  609530 missing single header include guards
287
288 * Updated translations:
289  Czech
290  Estonian
291  Galician
292  German
293  Korean
294  Polish
295  Slovenian
296  Spanish
297  Traditional Chinese
298
299
300 Overview of Changes from GLib 2.23.2 to GLib 2.23.3
301 ===================================================
302
303 * GLib now has a facility for locks that consume only one bit of
304   storage inside an integer: g_bit_lock()
305
306 * GVariant: The serializer has been merged, with more API to follow
307
308 * Bugs fixed
309  548967 1 bit mutex lock
310  604967 2.22.3 libasyncns build fails on HP-UX 11.11
311  608602 G_VALUE_COLLECT_INIT variables shadow those in G_VALUE_COLLECT
312  608743 Crash in g_hostname_to_ascii visiting certain website in epiphany
313  599197 array ref and unref functions crash on NULL array.
314  608159 mem leak in g_io_modules_scan_all_in_directory
315
316 * Translation updates
317  Brazilian Portuguese
318  Czech
319  French
320  Norwegian bokmål
321  Slovenian
322  Spanish
323  Thai
324
325
326 Overview of Changes from GLib 2.23.1 to GLib 2.23.2
327 ===================================================
328
329 * We are now using gcc builtins for atomic operations when available
330
331 * g_assert() grew the ability to store assertions in core dumps
332
333 * GIO supports lazy loading of GIO modules, and there is a new
334   gio-querymodule utility that goes along with this.
335   Packagers will need to adapt to this.
336
337 * Threading changes:
338  - The requirements for g_thread_init() have been relaxed slightly,
339    it can be called multiple times, and does not have to be the first
340    call.
341  - GObject now links to GThread and threads are enabled automatically
342    when g_type_init() is called.
343  - Thread-safety issues with boxed types in GObject have been fixed.
344
345 * GObject:
346  - Another bunch of performance work has landed
347
348 * GVariant:
349  - GVariantType has been merged, with the rest of the GVariant
350    API to follow.
351
352 * Bugs fixed:
353  568760 nautilus freezes due to a bug in garray.c:322
354  602417 Document lifecycles of GSimpleAsyncResult and friends
355  604824 crash in Epiphany: Selecting my Slashdot bo...
356  448888 don't init g_slice for always-malloc
357  531902 Use GCC atomic buildins for g_atomic*
358  554887 boxed type registration is not thread safe
359  586150 unresolved symbols when building glib 2.21.2 on OS X Tiger
360  589176 row gvalue transform array exponentially
361  594872 Support storing assertion messages into core dump
362  602240 Upgrade libasyncns to 0.8
363  603590 Speed up G_VALUE_COLLECT
364  604457 gutf8inputstream.c: increasing unknown size pointer
365  605686 GCharsetConverter doesn't flush
366  605733 g_memory_output_stream_new violates GObject standards
367  605883 g_object_new() processes varargs even when there are none
368  605977 invalid utf-8 conversion in g_local_file_get_parse_name(...
369  606775 Enable threads by default in gobject
370
371 * Translation updates:
372  Asturian
373  Basque
374  Bengali
375  Bulgarian
376  Estonian
377  Norwegian bokmål
378  Spanish
379  Thai
380  Ukrainian
381
382
383 Overview of Changes from GLib 2.23.0 to GLib 2.23.1
384 ===================================================
385
386 * GObject performance work has landed:
387  - Construction of simple objects is much faster
388  - Interface lookup is lock-free and constant-time now
389  - Reduced locking overhead when dealing with types
390
391 * GType now has a G_DEFINE_INTERFACE convenience macro
392
393 * GIO gained GUtf8InputStream, an input stream that
394   performs utf-8 validation
395
396 * GLib now has byte-swap macros for gsize and gssize
397
398 * Bugs fixed:
399 557151 Determining the newly_constructed boolean in gobject.c...
400 557100 Performance improvements for GObjectClasses that don't...
401 501166 Warning message says IA__g_type_init instead of g_type_init
402 585375 Performance and Contention problems with g_type_class_ref...
403 587892 Race in GType when instantiating the same class for the...
404 603270 Input Stream validating utf8
405 603476 gioenums.h:62: error: comma at end of enumerator list
406 603540 g_time_val_from_iso8601 uses uninitialised variable
407 603982 Stack overflow when reading file async with filter
408 604645 G_DEFINE_INTERFACE_* documentation is not generated
409 604875 Use of sa_len conflicts with system header
410 320482 provide G_DEFINE_TYPE like macros for interfaces
411
412 * Updated translations:
413  Estonian
414  Hebrew
415  Norwegian bokmål
416  Vietnamese
417  Welsh
418
419
420 Overview of Changes from GLib 2.22.x to GLib 2.23.0
421 ===================================================
422
423 * GIO:
424  - GConverter: a generic interface for stateful conversions of data,
425    suitable for charset conversion, compression, decompression, regexp
426    replacement. Concrete implementations are GCharsetConverter,
427    GZlibCompressor and GZlibDecompressor. GConverterInputStream,
428    GConverterOutputStream are stream implementations that convert data
429    while loading or saving it.
430  - GMounts can now have a 'default location': a path that reflects
431    the main entry point for the user (e.g. the home directory).
432  - As a consequence of the compression support, GIO depends on zlib now.
433
434 * GObject:
435  - G_IMPLEMENT_INTERFACE_DYNAMIC: a convenience macro for adding
436    interfaces to dynamic types.
437
438 * GModule:
439  - The -pthread flag has been added to all gmodule .pc files, because
440    it is not generally permissible to load modules that are linked
441    against libpthread if the program has not been compiled with threading
442    support.
443
444 * Bugs fixed:
445  601637 GUnixFDMessage should contain a GUnixFDList
446  585566 GSocketListener API issues
447  572252 Bug in g_file_test() function.
448  600550 g_app_info_create_from_commandline doesn't treat arguments properly
449  541236 not detecting exact content type
450  350200 [PATCH] GTypeModule derived class unref does not unload plugin
451  589631 Please enclose literal values with double quotes
452  577711 cross compile check for g++ broken
453  600620 Support X-GNOME-FullName in GAppInfo
454  598899 GWin32DirectoryMonitor is broken
455  593809 Nautilus does not restore the position of the icons on the desktop...
456  563627 g_get_prgname() threadsafety
457  600141 Add -pthread to gmodule pkg-config
458  593856 file and directory monitors don't work when glib is compiled...
459  324930 Nautilus should disallow copying of symlink to FAT drive early
460  587300 Deadlock when calling g_cancellable_disconnect in a...
461  595138 GFile not robust with invalid input
462  591216 Warning building resolver.o
463  590016 Does not compile under MinGW32 + Wine
464  591214 Warnings building gcancellable.o
465  561998 Have specific entry points (paths) for mounts...
466  508157 Add G_IMPLEMENT_INTERFACE_DYNAMIC
467  535159 g_file_has_parent
468
469 * Updated translations:
470  Brazilian Portuguese
471  Catalan
472  Estonian
473  Galician
474  Norwegian bokmål
475  Shavian
476  Slovenian
477  Spanish
478  Swedish
479
480
481 Overview of Changes from GLib 2.22.1 to GLib 2.22.2
482 ===================================================
483
484 * GIO:
485  - Support case-sensitive globs in the shared mime database,
486    including support for the newer cache format that allows these.
487    Case-sensitive globs have been introduced in shared-mime-info
488    version 0.70
489
490 * GObject:
491  - Speed up creation of simple objects
492
493 * Bugs fixed:
494  597194 Typo in _G_TYPE_CVH macro
495
496 * Updated translations:
497  Russian
498
499
500 Overview of Changes from GLib 2.22.0 to GLib 2.22.1
501 ===================================================
502
503 * Bugs fixed:
504  596064 Test file marked for translation
505  595972 possibly invalid search in mime_info_cache_dir_add_...
506  596561 C99 style of declaration of variable in gmessages.c
507  596314 g_utf16_to_utf8 returns an invalid UTF8 string
508  596748 g_async_result_get_source_object returns a new ref
509  593809 Nautilus does not restore the position of the icons...
510  593775 uses inotify_init1 unconditionally
511
512 * Updated translations:
513  Bengali
514  Hebrew
515
516
517 Overview of Changes from GLib 2.21.6 to GLib 2.22.0
518 ===================================================
519
520 * Add gdb python macros to make gobject debugging more pleasant
521
522 * Bugs fixed:
523  579050 Allow making selected critical and warning messages non-fatal
524  594759 g_socket_send_message fails due to invalid sendmsg params
525  593941 GNetworkAddress skipping addresses when enumerating
526  594597 Fix build with srcdir != builddir
527  595619 Include gdb pretty printers
528
529 * Changes that might affect bindings:
530  - The error parameter of g_simple_async_result_set_from_error has been
531    made const.
532
533 * Updated translations:
534  Assamese
535  Bengali India
536  British English
537  Bulgarian
538  Catalan
539  Czech
540  Danish
541  Finnish
542  Galician
543  Greek
544  Gujarati
545  Hindi
546  Japanese
547  Kannada
548  Malayalam
549  Marathi
550  Norwegian bokmål
551  Oriya
552  Polish
553  Punjabi
554  Romanian
555  Serbian
556  Simplified Chinese
557  Slovenian
558  Spanish
559  Tamil
560  Telugu
561  Thai
562  Traditional Chinese
563  Ukrainian
564  Vietnamese
565
566
567 Overview of Changes from GLib 2.21.5 to GLib 2.21.6
568 ===================================================
569
570 * Minor API additions:
571   g_mkstemp_full is a variant of g_mkstemp that allows to specify flags
572   and permissions
573
574 * Bugs fixed:
575  593232 g_rand_new: read no more than requested from /dev/urandom
576  591995 use saved errno
577  589491 g_time_val_from_iso8601 doesn't handle some cases
578  593406 Permissions set to 777 after copying via Nautilus
579  594034 Add g_mkstemp_full()
580
581 * Updated translations:
582  Assamese
583  Basque
584  Brazilian Portuguese
585  Czech
586  Estonian
587  French
588  German
589  Hungarian
590  Italian
591  Kannada
592  Malayalam
593  Marathi
594  Norwegian bokmål
595  Oriya
596  Portuguese
597  Swedish
598  Tamil
599  Turkish
600
601
602 Overview of Changes from GLib 2.21.4 to GLib 2.21.5
603 ===================================================
604
605 * A performance problem with trashing of many files has been fixed
606
607 * GResolver now invalidates the libc resolv.conf cache as needed
608
609 * Minor api additions:
610  - g_cancellable_make_pollfd returns a boolean now. And there is a
611    new function g_cancellable_release_fd that can be used to released
612    the resources used by a GCancellable.
613
614 * Bugs fixed:
615  589988 Compilation error on Solaris 9 (missing stdint.h)
616  588901 gtcpconnection.c won't compile
617  584246 GResolver needs to call res_init() when network state changes
618  591714 Figure out failure handling for g_cancellable_make_pollfd()
619  591532 redundent '/' returned from g_file_resolve_relative_path
620  591378 Use MSG_NOSIGNAL in GSocket if it's available
621  589649 API documentation migration for Base64 Encoding
622  591840 configure fails with autoconf 2.64
623
624 * Updated translations:
625  Basque
626  Brazilian Portuguese
627  Bulgarian
628  Danish
629  Estonian
630  Finnish
631  Galician
632  Gujarati
633  Hndi
634  Irish
635  Japanese
636  Korean
637  Norwegian bokmål
638  Polish
639  Portuguese
640  Punjabi
641  Spanish
642  Swedish
643  Telugu
644  Traditional Chinese
645  Thai
646
647
648 Overview of Changes from GLib 2.21.3 to GLib 2.21.4
649 ===================================================
650
651 * GTree is now refcounted
652
653 * Bugs fixed:
654  587938 Undocumented limitation for g_str_equal
655  587773 refcounts for GTree
656
657 * Updated translations:
658  French
659  Hebrew
660  Norwegian bokmål
661  Spanish
662  Swedish
663  Traditional Chinese
664  Ukrainian
665
666
667 Overview of Changes from GLib 2.21.2 to GLib 2.21.3
668 ===================================================
669
670 * GMappedFile is refcounted now
671
672 * Mainloop: It is now possible to set per-thread default contexts,
673   with g_main_context_push_thread_default.
674
675 * glib-mkenums supports a @basename@ substitution, in addition
676   to @filename@.
677
678 * GIO:
679  - Vfs implementations can support storing of per-file metadata.
680  - GCancellable can now be subclassed.
681  - Unmount and eject methods now optionally allow interaction, via
682    variants that take a GMountOperation object.
683
684 * Bugs fixed:
685  556706 Inconsistent help arguments -h, -?
686  579449 FileChoosers no longer work if an idle handler is active
687  579933 mainloop FD_CLOEXEC has a race condition
688  579984 alternate GMainContext support
689  585937 gio/gsocket.c (glib 2.21.2) does not compile (Windows/mingw)
690  586675 Runtime library location
691  586797 Add GCancellables to GSocket ops
692  586868 g_filename_complete_get_completions doesn't always return...
693  587415 g_resolver_lookup_by_name_finish returns a freed list
694  587434 regression tests fail, at least on x86_64
695  586928 Avoid g++ warning in g_error()
696
697 * Updated translations:
698  Estonian
699  Hebrew
700
701
702 Overview of Changes from GLib 2.21.1 to GLib 2.21.2
703 ===================================================
704
705 * GIO:
706   - g_socket_speaks_ipv4 is a new function to check if a socket can
707     speak IPv4.
708   - g_socket_listener_add_address gained a new effective_address out
709     parameter.
710   - GIO now returns special icons for XDG user directories, by the
711     name folder-music, folder-documents, etc.
712   - GIO gained support for starting/stopping of drives, which can be used
713     in connection with external hard disk enclosures, disk arrays, iSCSI
714     devices, etc. See g_file_start/stop_mountable.
715
716 * GLib:
717  - g_reload_user_special_dirs_cache is a new function to force GLib to
718    reload the XDG user directory mapping from disk.
719
720 * Bug fixes:
721  584574 glib compile failure on Mac OS X with gunixresolver.c and...
722  585566 GSocketListener API issues
723  584255 Incorrect freeing of thread pool in GThreadedSocketService
724  585088 g_string_chunk_insert_len stops at nul bytes
725  585360 Monitor fontconfig configuration files using gio causes m...
726  580103 Terminal starts on Display :0.0 when started on :0.1 in D...
727  580301 network: a few issues on old darwin
728  583398 SRV weight sorting is incorrect
729  584176 build fixes on FreeBSD
730  585189 g_cancellable_reset() must be called in same thread as g_...
731  585280 compilation dies on gio/gsocket.c, needs sys/uio.h to con...
732  585281 gio/gunixfdmessage.c needs sys/types.h for platforms that...
733  585478 don't leak the inotify fd
734  585575 g_socket_listener_add_inet_port() doesn't do the right thing
735  585599 g_socket_listener_add_socket() consumes the socket
736  585676 GEmblem doesn't reference its 'icon' if that is set as a ...
737  585717 "bytes" nautilus translation to french is not shown in th...
738  541276 XDG directories should have their own icons
739  585726 Grammatical error in GList documentation
740  585520 Wrong warning option in documentation
741  585673 GNOME Goal: Remove deprecated glib symbols
742  585591 Starting/stopping drives
743
744 * Updated translations:
745  Bengali India
746  Norwegian bokmål
747
748
749 Overview of Changes from GLib 2.21.0 to GLib 2.21.1
750 ===================================================
751
752 * GIO:
753  - Support for network IO has been added, including a low-level
754    socket API and a high-level API for network connections and
755    services.
756  - Support for read-write access with GIOStream and its subclasses.
757  - GMount gained a pre-unmount signal.
758
759 * Bug fixes:
760  576104Implement GMount::pre-unmount
761  578769 implement GWinHttpFileInputStream::close_fn
762  582856 gsocket.c doesn't compile on Solaris
763  569375 g[u]intptr undocumented
764  573246 [FIX] g_desktop_app_info_dup() can access NULL pointer
765  575013 g_cancellable_push_current() does not allow NULL
766  577884 live-g-file.c:461: error: format ‘%d’ expects type ...
767  578499 g_output_stream_splice and stream closing with gnio strea...
768  579558 Application employing gvfs crashes with only libgvfscommo...
769  583001 SIGPIPE (grr!)
770  583061 Please add convenience function to connect to machines by...
771  583198 typo in error message
772  583206 use g_set_error_literal where appropriate
773  583229 void function g_async_initable_init_async returns value
774  583324 locking problem in g_main_context_iterate()
775  583408 void function g_socket_control_message_serialize returns ...
776  578786 wrong and confusing error message
777  583205 g_inet_address_to_bytes has no length outparam
778  583196 mem leak in keyfile test
779  583663 GSocketType enum ends with a comma
780  569024 Make g_error_new_valist public
781  569376 missing G_G[U]INTPTR_FORMAT
782  580347 off-by-1 bug in GWinHttpFile
783
784 * Updated translations:
785  Oriya
786  Spanish
787  Valencian-Catalan
788
789
790 Overview of Changes from GLib 2.20.x to GLib 2.21.0
791 ===================================================
792
793 * GIO:
794  - New helper functions g_cancellable_connect/disconnect to avoid
795    race conditions when connecting to the "cancelled" signal on
796    GCancellable.
797  - New types and methods for dealing with IPv4 and IPv6 addresses (and
798    UNIX domain socket addresses under UNIX). This does not include code
799    for actual socket I/O.
800  - GResolver provides asynchronous and cancellable APIs for resolving
801    hostnames, reverse lookup of IP addresses and resolving SRV records.
802
803 * Glib now provides hash and comparison functions for int64 and double
804   types, suitable for use with GHashTable.
805
806 * GArray, GPtrArray and GByteArray can be ref counted now, and have
807   boxed types.
808
809 * Bugs fixed:
810  572844 Helper for GCancellable::cancelled connect/disconnect
811  578363 goption docs should be improved
812  548466 async/cancellable DNS resolver
813  579830 param spec strings should use P_()
814  579862 requesting xattr::foo ends up calling getxattr(..., user...
815  580453 Hash and equal functions for gint64 and gdouble
816  580450 Reference counting and boxed types for arrays
817  580194 gresolver doesn't build on Solaris
818  580301 network: a few issues on old darwin
819  580299 network: include sys/types.h before sys/socket.h to insur...
820  572508 gmarkup speedup
821  580546 g_strtoull() referenced in documentation...
822  580656 g_key_file_set_string_list erroneously asserts list != NULL
823  579272 leaks in g_simple_async_result_set_op_res_gpointer
824
825
826 * Updated translations:
827  Catalan (ca)
828  Pashto (ps)
829  Spanish (es)
830
831
832 Overview of Changes from GLib 2.20.0 to GLib 2.20.1
833 ===================================================
834
835 * Bug fixes:
836  575555 Use fsync() when replacing files to avoid data loss on
837  575708 runaway inotify madness
838  575270 GVolumeMonitor::mount-pre-unmount not being emitted
839  577128 glib make check Failed to execute child process...
840  573673 Always show "backup" directories
841  578369 g_time_val_from_iso8601() parses timezones incorrectly
842  578002 Fix a small typo in GFile docs
843  578017 G_DEFINE_TYPE_EXTENDED docs
844
845 * Updated translations:
846  Arabic
847  Assamese
848  Basque
849  Bularian
850  Brazilian Portuguese
851  British English
852  Catalan
853  Danish
854  French
855  Galician
856  German
857  Greek
858  Hungarian
859  Italian
860  Japanese
861  Kannada
862  Lithuanian
863  Malayalam
864  Norwegian bokmål
865  Oriya
866  Polish
867  Punjabi
868  Russian
869  Simplified Chinese
870  Slovenian
871  Spanish
872  Swedish
873  Tamil
874
875
876 Overview of Changes from GLib 2.19.9 to GLib 2.20.0
877 ===================================================
878
879 * Base64 support: Avoid integer overflows. CVE-2008-4316
880
881 * Bugs fixed:
882  574019 GChecksum: document and guarantee hex characters in lower case
883  573454 Unable copy/move files to directories symlinked to gvfs share
884  561172 gnome-open fails on local URIs with anchors
885  573970 crash in gunixvolumemonitor:update_mounts when unmounting
886  573843 g_get_current_dir returns non-absolute path
887
888 * Updated translations:
889  Assamese (as)
890  Bengali (bn_IN)
891  Czech (cs)
892  Hindi (hi)
893  Italian (it)
894  Japanese (ja)
895  Lithuanian (lt)
896  Malayalam (ml)
897  Marathi (mr)
898  Oriya (or)
899  Polish (pl)
900  Romanian (ro)
901  Telugu (te)
902
903
904 Overview of Changes from GLib 2.19.8 to GLib 2.19.9
905 ===================================================
906
907 * GMarkup:
908  - Considerable speedup
909
910 * GIO
911  - Add G_FILE_CREATE_REPLACE_DESTINATION flag to allow replacing
912    the destination of a copying operation as if it did not exit before.
913  - Be more careful when classifying files as desktop files
914  - Support desktop file key X-GIO-NoFuse which disables the use
915    of fuse pathnames for %u and %U arguments
916
917 * Bugs fixed:
918  572672 glib/gthread.c: argument is different type
919  572464 Doc for g_file_get_contents
920  572151 “it's” and “its” confused in docs and comments
921  570501 g_win32_get_system_data_dirs uses invalid conversion...
922  167569 g_string_append_printf crashes on win32 when used...
923  572508 gmarkup speedup
924  560564 Replacing a symlink with its linked file truncates... 
925  549298 impossible to copy files with p (pipe) flag
926  543183 Clarify docs for g_file_has_prefix
927  540461 g_memory_output_stream_get_data_size() doesn't behave...
928  573462 GEmblemedIcon leak
929  573421 Clarify message format in GMountOperation
930  573658 Deadlock in giomodule.c
931  556706 Inconsistent help arguments -h, -?
932  573527 Wrong shell to run config.status in Makefile.in.in
933  573128 A couple of typos in GObject documentation
934
935 * Updated translations:
936  Catalan (ca)
937  British English (en_GB)
938  Spanish (es)
939  Basque (eu)
940  Finnish (fi)
941  French (fr)
942  Gujarati (gu)
943  Hebrew (he)
944  Hungarian (hu)
945  Korean (ko)
946  Maithili (mai)
947  Norwegian bokmål (nb)
948  Dutch (nl)
949  Portugese (pt)
950  Swedish (sv)
951  Thai (th)
952  Traditional Chinese (zh_HK)
953  Traditional Chinese (zh_TW)
954
955
956 Overview of Changes from GLib 2.19.7 to GLib 2.19.8
957 ===================================================
958
959 * GIO: Fix missing exports of new API
960
961 * Fix strict aliasing warnings and violations to make Glib work
962   with gcc 4.4
963
964
965 Overview of Changes from GLib 2.19.6 to GLib 2.19.7
966 ===================================================
967
968 * GIO
969  - GFile gained an attribute for the actual file size in bytes
970  - GMountOperation gained an "aborted' signal that allows to abort
971    a mount operation from the backend side
972
973 * Bugs fixed:
974  523742 Use noinst for non-installable libraries
975  566747 URIs opened with firefox %u load as local files
976  541225 Can't compile gio on AIX duplicate case value in gioerror.c
977  571598 GAsyncResult with NULL gobject
978  505042 add file attribute for actually used file size in bytes
979
980 * Updates translations:
981  Basque (eu)
982  Gujarati (gu)
983  Italian (it)
984  Japanese (ja)
985  Norwegian bokmål (nb)
986  Dutch (nl)
987  Portugese (pt)
988  Thai (th)
989  Vietnamese (vi)
990
991
992 Overview of Changes from GLib 2.19.5 to GLib 2.19.6
993 ===================================================
994
995 * New format macro to print goffset data: G_OFFSET_FORMAT
996
997 * GIO: 
998  - Add a GFilter{Input,Output}Stream::close-base-stream properties which
999    determine whether the base stream will be closed when the filter stream
1000    is finalized.
1001  - g_data_input_stream_read_line and ..._read_until have asynchronous
1002    variants now.
1003
1004 * Bugs fixed:
1005  568294 A wrong reference in the description of g_bookmark_file_...
1006  563141 RFE: define G_OFFSET_FORMAT
1007  569105 g_time_val_to_iso8601() assumes time_t==long
1008  568394 dropping the last reference to a stream filter closes...
1009  568741 g_buffered_input_stream_fill_async doesn't work
1010  568723 g_buffered_input_stream_fill_async doesn't take count == -1
1011  568575 _async functions for GDataInputStream
1012
1013 * Updated translations:
1014  Bulgarian (bg)
1015  Finnish (fi)
1016  Hungarian (hu)
1017  Oriya (or)
1018  Swedish (sv)
1019  Traditional Chinese (zh_HK)
1020  Traditional Chinese (zy_TW)
1021
1022
1023 Overview of Changes from GLib 2.19.4 to GLib 2.19.5
1024 ===================================================
1025
1026 * Update included PCRE to 7.8
1027
1028 * g_base64_decode_inplace: New function to do base64 decoding in place
1029
1030 * Bugs fixed:
1031  567138 get_package_directory_from_module() does not free ...
1032  566569 gregex docs clarification
1033  566573 g_match_info_fetch_pos docs
1034  564728 Add function to decode base64 encoded data in place
1035  567838 G_STRUCT_OFFSETOF fails to compile under icc 9.1
1036  567977 textdomain() macro should not return NULL ...
1037  512779 --disable-regex breaks compilation
1038  566770 error code 0 for Too many open files is useless
1039  565484 g_content_type_guess passes non-UTF8 text to XDG ...
1040
1041 * Updated translations:
1042  Catalan (ca)
1043  Spanish (es)
1044  Italian (it)
1045  Swedish (sv)
1046
1047  
1048 Overview of Changes from GLib 2.19.3 to GLib 2.19.4
1049 ===================================================
1050
1051 * GIO:
1052   - Use O_NOATIME when sniffing mimetypes
1053   - Add a convenience method to check if a GSimpleAsyncResult
1054     is valid
1055
1056 * Bugs fixed:
1057  560676 function access for g_threads_supported
1058  565905 There is no g_context_group_set_translation_domain
1059  564210 SUN Studio 12 has supported visibility attribute
1060  565136 GObject's "notify" signal parameters are wrong in gtk-doc
1061  565831 error in interface creation sample
1062  566348 g_file_open_tmp uses the wrong g_mkstemp on win32
1063  566064 Add NOATIME flag to query_info_flags
1064  566170 g_async_result_verify_source_object
1065
1066 * Updated translations:
1067  Spanish (es)
1068  Norwegian bokmål (nb)
1069  Brazilian Portugese (pt_BR)
1070  Simplified Chinese (zh_CN)
1071
1072
1073 Overview of Changes from GLib 2.19.1 to GLib 2.19.3
1074 ===================================================
1075
1076 * Bugs fixed:
1077  508021 Add support for the CRIS and CRISv32 architectures
1078  526320 should not list mounts that the user doesn't have permission to use
1079  558458 Cannot build gio tests on Solaris using SUN cc
1080  555465 GUnix{Input,Output}Stream lacks fd/close_fd_at_close property
1081  558298 Hide ecryptfs mounts
1082  515777 incorrect date&time on copy
1083  562452 Ensure we return G_IO_ERROR_CANCELLED if cancelling
1084         g_simple_async_result_run_in_thread
1085  473150 g_type_module_use inconsistently increases the use
1086         counter in case of error
1087  563150 G_GU?INT*_MODIFIER/FORMAT docs
1088  563156 Document printing and scanning gunichar values
1089
1090 * Updated translations:
1091  Hebrew (he)
1092  Italian (it)
1093  
1094
1095 Overview of Changes from GLib 2.19.0 to GLib 2.19.1
1096 ===================================================
1097
1098 * GIO: 
1099   - g_icon_to_string, g_icon_new_for_string: GIcon serialization support
1100   - G_FILE_ATTRIBUTE_PREVIEW_ICON: new file attribute for preview images
1101   - g_app_info_get_commandline: new function to get the full commandline
1102   - g_mount_shadow, g_mount_unshadow, g_mount_is_shadowed: New functions 
1103     to 'shadow' mounts (i.e. hide them from the UI when they already
1104     have a different representation, like a bookmark) 
1105
1106 * Bugs fixed:
1107  556186 gpoll.h breaks gmain.h inclusion
1108  557087 mem leak in g_content_types_get_registered
1109  556921 gpoll.h breaks hal compilation
1110  557210 g_compute_checksum_for_* asserts with less than 2 bytes
1111  558381 Add support for compile time assertions
1112  558185 'parent' variable in g_local_file_get_child_for_display_name()
1113         hits g_object_unref(NULL) assertion
1114  558513 g_warn_if_fail FIXME in gtestutils
1115  558672 NULL key lookup using g_hash_table_lookup_extended() 
1116  555740 gicon serialization
1117  557182 preview functionality
1118  528320 Incorrect icons displayed for files with custom mimetype icons
1119  556910 Memory leak: sub
1120  557592 Missing include in gwinhttpfile.c
1121  556415 Crash on Windows 2000 in g_winhttp_vfs_init()
1122  555935 Clarify the mechanism of overwriting properties
1123  552776 ac_cv_func_posix_getgrgid_r not mentioned
1124  559448 GObject Reference Manual (typo)
1125  561212 GFileReadMoreCallback API doc refers to non-existant function
1126  560569 gkeyfile doesn't use the set list_separator in some cases
1127  560568 gkeyfile docs buglet
1128  559413 g_option_group_set_error_hook docs buglet
1129  562378 callback return value not respected for callback option
1130         with no arg
1131  559110 Do not include libintl.h after glibintl.h
1132  557603 carbon check output misplaced
1133  562544 g_key_file_get_string and g_key_file_get_value
1134         documentation does not explain the difference
1135  547264 Missing "no flags" flag
1136  562638 GDebugKey key member should be const
1137  562639 g_parse_debug_flags() parsing "help"
1138  562549 g_byte_array_free should tell how free data
1139  559452 GObject Reference Manual (typo)
1140  559462 GObject Reference Manual (typo)
1141  559517 GObject Reference Manual (typo)
1142  562538 GObject interface tutorial shouldn't finalise with
1143         "Please forget everything"
1144  561352 Leak of icon description
1145  561375 Leaks mountpoint description
1146  561807 inotify_sub.c: dup_dirname() fails to remove trailing '/'
1147  562393 g_buffered_input_stream_read_byte broken if data available
1148  541715 win32 : patch for warnings and signature problems in recent code
1149  547481 g_data_input_stream_read_line behaves not as stated in the docs
1150  548163 Nautilus displays wrong error message for too long file names
1151  559633 gtk_image_new_from_gicon does not always work for .desktop files
1152  555486 – No way to recover command line from GAppInfo
1153
1154 * Translation updates:
1155  Spanish (es)
1156  Ukrainian (uk)
1157
1158
1159 Overview of Changes from GLib 2.18.1 to GLib 2.19.0
1160 ===================================================
1161
1162 * Rewrite GHashTable to use open addressing with quadratic probing instead 
1163   of chaining. This has the potential to reduce memory fragmentation 
1164   significantly, while being slightly faster due to better locality and 
1165   no need to call alloc/free functions for nodes. Benchmarks suggest it 
1166   also uses less memory overall.
1167
1168 * Make g_poll available as public api
1169
1170 * New macros g_assert_error and g_assert_no_error to assert 
1171   that a GError is set or unset
1172
1173 * g_cancellable_make_pollfd: New method to make a GPollFD for a cancellable
1174
1175 * g_app_info_can_delete, g_app_info_delete, g_app_info_reset_type_associations:
1176   New functions to clean up app infos and content types
1177
1178 * When launching applications, always pass fuse file:// uris when possible,
1179   and let gio convert such uris back to gio uris.
1180
1181 * Bugs fixed:
1182  505361 gunixinputstream.c assumes poll() available
1183  509446 portable blocking gio cancellation
1184  553820 gpoll.c: undeclared identifier
1185  553724 python interpretter path not patched in correctly
1186  553857 gbacktrace.h requires signal.h
1187  553447 g_assert_no_error()
1188  554092 glib doesn't return G_FILE_ERROR_NOENT et al on OS X
1189  528670 Always pass file:/// uri's in GAppLaunchContext
1190  555224 Improve g_format_size_for_display doc
1191  555309 giochannel breaks on error
1192  554790 g_convert() misbehaves with winiconv versions
1193  555314 mem leak in gmarkup
1194  555313 GFileAttribute boxed type get_type function should...
1195  552861 glib-2.0.m4 calls system(3) without storing its result
1196  554557 Patch to fix gcc warnings about missing format specifiers
1197  552107 Small libtool fixes
1198  551355 Make glib build with libtool 2.2
1199  555311 format not a string literal and no format arguments
1200  556101 static mutex yields warnings with g++
1201  556186 gpoll.h breaks gmain.h inclusion
1202  526456 Open addressing in GHashTable
1203  553426 cancellable clarifications
1204  545350 GAppInfo deletion
1205  545351 Reset associations for content type
1206  552168 volume's mount not mounted after g_volume_mount_finish
1207  554970 segfault when update-desktop-database is not available...
1208  554745 GFileAttributeInfoList should be boxed
1209  555121 Improved build-time handling of gio module-dir
1210  555711 Wrong fallback order of mimetype icons
1211  555331 Deprecate adoption of mounts
1212  556335 make check fails in abicheck.sh
1213  556334 Warning when building without selinux support
1214  556422 g_file_enumerator_next_file: unclear...
1215
1216 * Updated translations:
1217  Arabic (ar)
1218  Danish (da)
1219  Polish (pl)
1220  Brazilian Portugese (pt_BR)
1221  Romanian (ro)
1222  Russian (ru)
1223
1224
1225 Overview of Changes from GLib 2.18.0 to GLib 2.18.1
1226 ===================================================
1227
1228 * Bugs fixed:
1229  550433 g_test_init doesn't recognize --help
1230  523463 Core dump in gmain.c:2482:IA__g_main_context_check
1231  551228 G_STRFUNC on recent Sun compiler should be expanded...
1232  551410 gtestutils.c: using printf without prototype
1233  551731 g_date_set_time[_t] docs should mention what timezone
1234  548321 <string.h> is not included in gi18n-lib.h
1235  551149 xdgmime mem leak
1236  550647 synchronous pipe I/O when reading mount reply
1237  551887 Docs for g_desktop_app_info_new_from_filename aren't...
1238  551681 g_content_type_guess() too naive with filenames
1239  552352 g_app_info_launch doesn't work if "Path" key...
1240  551408 gmodule.def generated to builddir...
1241  552359 g_file_info_get_icon should return GThemedIcon, and...
1242
1243 * Updated translations:
1244  Arabic (ar)
1245  Bengali India (bn_IN)
1246  British English (en_GB)
1247  Hindi (hi)
1248  Croatian (hr)
1249  Korean (ko)
1250  Oriya (or)
1251  Turkish (tr)
1252  Telugu (te)
1253
1254
1255 Overview of Changes from GLib 2.17.7 to GLib 2.18.0
1256 ===================================================
1257
1258 * Win32:
1259   - rework the g_poll() implementation to match poll() semantics more closely
1260
1261 * Bugs fixed:
1262  324234 Using g_io_add_watch_full() to wait for connect() to return...
1263  548278 Async GETs connections are always terminated unexpectedly...
1264  500246 Bug fixes for giowin32
1265  523939 Example program for GValue
1266  550096 GBookmarkFile parser is not forward compatible
1267  550040 Move GString, rand and printf tests to the unit test framework
1268  550104 trivial documentation fix for g_get_home_dir
1269  548988 g_file_replace fails on Windows when the target file exists
1270  550059 Wrong docs for g_emblemed_icon_add_emblem
1271  548800 Missing a g_object_get_type function
1272  550056 Missing documentation for g_emblemed_icon_get_emblems
1273
1274 * Updated translations:
1275  Bulgarian (bg)
1276  Czech (cs)
1277  German (de)
1278  Estonian (et)
1279  Basque (eu)
1280  French (fr)
1281  Hebrew (he)
1282  Hungarian (hu)
1283  Italian (it)
1284  Japanese (ja)
1285  Lithuanian (lt)
1286  Maithili (mai)
1287  Dutch (nl)
1288  Swedish (sv)
1289  Thai (th)
1290  Ukrainian (uk)
1291  Vietnamese (vi)
1292
1293
1294 Overview of Changes from GLib 2.17.6 to GLib 2.17.7
1295 ===================================================
1296
1297 * More fixes for 64-bit Windows
1298
1299 * GIO
1300  - Add a vfs implementation for HTTP and HTTPS URIs on Windows
1301
1302 * Bugs fixed:
1303  546329 API docs for g_utf8_normalize() are incorrect
1304  546876 Modify GMarkup parser to accept &#x1; .. &#x1f;
1305  547200 g_utf8_find_next_char() issues
1306  547637 unconditional #include of sys/statfs.h in configure
1307  547337 G_DISABLE_DEPRECATED breaks tests build
1308  547832 gtk+-2.12.11 fails to build - AC_PROG_MMAP too strict
1309  502498 Test framework assertion failures should follow gcc
1310  546371 Improve docs re g_file_monitor
1311  546483 GThemedIcon:use-default-fallbacks is not readable without...
1312  546132 GFileIcon is bindings-unfriendly
1313  542156 zfs mount in home directory shown on nautilus desktop 
1314  535124 umask 002 not being applied for new directories...
1315  547080 g_file_copy leaks expected errors
1316  546582 Callbacks from GFileMonitor present a GFile...
1317  547262 Missing link in the docs
1318
1319 * Updated translations:
1320  Arabic (ar)
1321  Catalan (ca)
1322  Spanish (es)
1323  Basque (eu)
1324  Finnish (fi)
1325  Galician (gl)
1326  Hebrew (he)
1327  Marathi (mr)
1328  Norwegian bokmål (nb)
1329  Portugese (pt)
1330  Brazilian Portugese (pt_BR)
1331  Swedish (sv)
1332  Thai (th)
1333
1334
1335 Overview of Changes from GLib 2.17.4 to GLib 2.17.6
1336 ===================================================
1337
1338 * Fix problems on 64-bit Windows
1339
1340 * g_markup_context_get_user_data: New function to access
1341   the user_data outside of callbacks
1342
1343 * GIO
1344  - g_mount_guess_content_type_sync: synchronous version of
1345    g_mount_guess_content_type
1346  - GEmblem: A GIcon implementation that adds emblem-related
1347    metadata to icons
1348  - GEmblemedIcon: A GIcon implementation that can add emblems
1349    to icons
1350
1351 * Bugs fixed:
1352  544088 option_test_LDADD is left in tests/Makefile.am
1353  544465 gmarkup makes it hard to use pre-rolled parsers
1354  545485 Implicit declaration of utime()
1355  545798 "Since: 2.18" mark is missing in g_set_error_literal...
1356  544140 fam-helper 64-bit issue
1357  529694 SELinux context setting support
1358  545157 wrong/no list of "open with" applications for .cc...
1359  545203 gfile.c: argument is different type
1360  545457 gdmsetup crashed with SIGSEGV in g_unix_mount_guess...
1361  544177 Fix trivial cut and paste error in documentation
1362  545395 Language tweak for g_value_set_string* docs
1363  541036 Gnumeric crashes when trying to open Desktop...
1364  546079 leak in xdgmime
1365  545395 Language tweak for g_value_set_string* docs
1366  546017 Don't copy attributes when copying a symlink
1367
1368 * Updated translations:
1369  Arabic (ar)
1370  Estonian (et)
1371  Galician (gl)
1372  Italian (it)
1373  Japanese (ja)
1374  Korean (ko)
1375  Norwegian bokmål (nb)
1376  Pashto (ps)
1377  Portugese (pt)
1378
1379
1380 Overview of Changes from GLib 2.17.3 to GLib 2.17.4
1381 ===================================================
1382
1383 * GIO:
1384  - New API to handle content types: g_mount_guess_content_type,
1385    g_content_type_guess_for_tree.
1386  - Export the eject-button signal on the volume monitor class
1387  - New API to enable out-of-process volume monitors: 
1388    g_volume_get_activation_root
1389
1390 * GObject:
1391  - New API to handle signals without slots in the class structure:
1392    g_signal_new_class_handler, g_signal_override_class_handler   
1393
1394 * Internationalization:
1395  - Add an NC_ macro that is a no-op equivalent of C_
1396
1397 * GMarkup:
1398  - Add two new functions g_markup_parse_context_push,
1399    g_markup_parse_context_pop to support "subparsers"
1400
1401 * Bugs fixed:
1402  541208 Functions to easily install and use signals without...
1403  541507 Ambiguous description of assigned characters in the...
1404  543040 async reading on dummy file will crash on GIO_USE_VFS=local
1405  543560 enable gio-FEN back-end warnings on Solaris will crash...
1406  528317 GRegex does not allow recursion limit
1407  337518 GMarkup: Subparser support
1408  541794 drive-eject-button signal
1409  541793 activation root for volumes
1410  467707 test_iconv_state() in tests/convert-test.c fails on AIX 5.3
1411  428048 2 of 51 tests fail on Solaris
1412  542332 small fix for error message in GMarkup
1413  482413 get_contents_stdio -- overflow and memory corruption
1414  406120 g_ascii_strtod
1415  334234 "printf" format error
1416  536996 Missing noop i18n macro equivalent to C_
1417  540616 mem leak in filechooser button
1418  539229 gobject-query calls itself query
1419  521589 [RFC] gobject documentation should mention Vala
1420  543168 Description of G_SLICE=debug-blocks discourages its use
1421  543220 Case collision on gio-extension-points.html
1422  530759 update the gobject tutorial to the XXI century
1423  535223 gbookmark file inefficiency ...
1424  543504 crash in Epiphany Web Browser: Opening local file
1425
1426 * Updated translation:
1427  German (de)
1428  Estonian (et)
1429  Pashto (ps)
1430  Albanian (sq)
1431  Thai (th)
1432  Traditional Chinese (zh_HK)
1433  Traditional Chinese (zh_TW)
1434
1435
1436 Overview of Changes from GLib 2.17.1 to GLib 2.17.3
1437 ===================================================
1438
1439 * PCRE
1440  - fix for CVE-2008-2371 
1441
1442 * Bugs fixed:
1443  538119 glib's mainloop leaks a pipe to sub-processes
1444  537635 Corrections and improvements to g_time_val_{to,from}_iso8601
1445  539067 The document g_io_channel_win32_new_fd() says...
1446  535949 annotate g_strip_context and g_dpgettext with G_GNUC_FORMAT
1447  539123 annotate g_d[n]gettext with G_GNUC_FORMAT
1448  539074 Cannot get exit status with g_spawn_command_line_sync
1449  316221 G_LOCK warns about breaking strict-aliasing rules
1450  539770 migrate gstrfunc unit tests to gtest
1451  539626 Update docstrings for g_object_freeze_notify and g_object_thaw_notify
1452  538044 unconditional use of LC_MESSAGES
1453  540545 Monotonic time and timer offset
1454  535947 want g_set_error_literal
1455  539999 glibconfig.h: add GLIB_USING_SYSTEM_PRINTF 
1456  536252 GFileEnumerator should allow access to the containing GFile
1457  538362 Get Win32 icons back in the file chooser
1458  540802 g_list_prepend doesn't concat lists
1459  540423 unrecoverable error after g_seekable_truncate
1460  538836 make check failure on PPC and ALPHA: pltcheck.sh on g_atomic_pointer_get
1461  539090 g_content_type_from_mime_type() should unalias
1462  540331 g_file_append_to () documentation: can return NULL
1463  534639 add g_desktop_app_info_new_from_keyfile
1464  536733 gio build failure on Irix
1465  536160 Add g_file_monitor()
1466  538127 FileChooser broken on win32
1467  531476 /live-g-file/test_traverse_structure test fails on Mac HFS+
1468  538564 gio should have gio-types.h
1469  540047 glib-genmarshal.c: '#include <io.h>' is too before
1470
1471 Updated translations:
1472  Korean (ko)
1473  Occitan (oc)
1474
1475
1476 Overview of Changes from GLib 2.17.0 to GLib 2.17.1
1477 ===================================================
1478
1479 * New function: g_utime(), a gstdio wrapper for utime()
1480
1481 * New functions: g_dgettext() and g_dngettext(), wrappers
1482   for corresponding gettext functions with added functionaliy
1483
1484 * Support the latest version of the shared-mime spec, including
1485   icons for mime types 
1486
1487 * New function: g_themed_icon_prepend_name()
1488
1489 * Bugs fixed: 
1490  535418 Please document which glib version defines goffset
1491  528715 Misprint in the description of the interface g_type_class_add_private
1492  528714 Misprint in the description of the interface g_param_spec_flags
1493  537260 Doc bug in G_TYPE_INSTANCE_GET_CLASS()
1494  530527 Misprint in the description of the interface 
1495         g_cclosure_marshal_VOID__FLAGS
1496  530526 Misprint in the description of the fields 'class_init' and 
1497         'class_finalize' of the structure GTypeInfo
1498  528719 Improvement to the documentation of the "g_object_connect" interface
1499  528172 gtk_signal_handlers_unblock_* functions return value
1500         amount of matched signals, not amount of actually unblocked
1501  528717 Misprint in the description of the parameter 'type_id' for 
1502         the interface g_type_register_fundamental
1503  528716 Misprint in the description of the parameter 'iface_data' for 
1504         the callback types GInterfaceInitFunc and GInterfaceFinalizeFunc 
1505  537555 GObject instantiation not thread safe
1506  537546 'desktop' shortcut in file chooser looks like a generic folder
1507  537392 Additional colon in xattr name
1508  536641 Filesystem querying in gio does not list AFS and autofs file systems
1509  528600 g_dummy_file_get_parent("scheme://example.com/")
1510  503071 Application direction changes to right to left even if theres no 
1511         translation
1512  502511 g_assert_cmphex prints invalid message
1513  338162 Use po/LINGUAS
1514  314453 Nautilus crashes in Solaris when browsing the attached file
1515  529321 make check fails in glib/pcre
1516  455215 g_get_user_special_dir: no reference about G_USER_DIRECTORY_DOWNLOAD 
1517         fallback to $HOME/Desktop if xdg-user-dirs is not in use
1518  498732 g_key_file_to_data cannot fail
1519  511367 add g_file_make_directory_with_parents
1520  531900 Use __builtin_offsetof for G_STRUCT_OFFSET if building with 
1521         gcc 4.0 or newer
1522  536158 also bump GHashTable version when a node is removed via
1523         g_hash_table_iter_remove()/g_hash_table_iter_steal()
1524  531403 g_utf8_collate broken on Mac
1525  535628 test/patterntest.c still includes gpattern.h directly
1526  535625 alias.h:2648: error: 'utime' undeclared here (not in a function)
1527
1528 * Translation updates:
1529  Arabic (ar)
1530  German (de)
1531  Italian (it)
1532  Norwegian bokmål (nb)
1533  Thai (th)
1534
1535
1536 Overview of Changes from GLib 2.16.x to GLib 2.17.0
1537 ===================================================
1538
1539 * Update to Unicode 5.1
1540
1541 * Update included libcharset to the one shipped with libiconv 0.12
1542
1543 * Update included PCRE to 7.7
1544
1545 * Enforce that only toplevel headers are directly included.
1546   This is turned on by default for GObject and GIO. To turn
1547   it on for GLib, define G_DISABLE_SINGLE_INCLUDES.
1548
1549 * Fix library version of GIO.  GLib 2.16 shipped with libgio-2.0.so.0.0.0
1550
1551 * On Solaris, use FEN for file monitoring in GIO
1552
1553 * Use the GIO_EXTRA_MODULES environment variable to find
1554   additional GIO modules 
1555
1556 * G_GNUC_ALLOC_SIZE: New macro that wraps the gcc alloc_size
1557   function attribute
1558
1559 * g_checksum_reset: New function to reset the state of a GChecksum 
1560
1561 * g_unix_mount_monitor_set_rate_limit: New function to limit the 
1562   rate at which events are reported
1563
1564 * g_file_query_file_type: New utility function to query the type of
1565   a file
1566
1567 * g_memory_output_stream_get_data_size: New function to obtain the
1568   size of the written data.
1569
1570 * Bugs fixed:
1571  522292 Gives warnings in glib/gutils.h with GCC in C99 mode
1572  523298 win_iconv can't convert from UTF-8 to GB18030 (or vice versa)
1573  518160 replace two g_strdup_printf calls in GBookmarkFile
1574  523877 gbookmarkfile: avoid using g_string_append_printf() and
1575         other optimizations 
1576  525192 100% CPU if run main loop with no IO sources
1577  315437 extern inline -> static inline
1578  524314 g_convert() on Win32 implicitly converts full width
1579         alphanumerics into half width
1580  525732 Error in documentation for g_list_first
1581  525674 A typo in gmarkup.c
1582  448943 g_timeout_add_seconds() problems
1583  525972 UCS-4 not in the new win_iconv implementation
1584  526619 make test-report crash
1585  491554 Update to Unicode 5.1.0
1586  519137 g_slice_dup macro needs cast for 64-bit platform
1587  528752 Win32 build and SSL not working
1588  530457 G_USER_DIRECTORY_DOWNLOAD folder improperly mapped
1589  528667 Typos in testing module documentation
1590  459905 Bug in wcwidth data
1591  534085 g_unichar_iswide_cjk() has a totally wrong table
1592  501651 Update glib/libcharset
1593  519026 G_STMT_START/G_STMT_END test a non-existent preprocessor symbol
1594  534319 GLib's .pc files could use Libs.private
1595  534137 Typo in g_spawn_async_with_pipes doc
1596  517419 gio win32 directory monitor
1597  526796 Wrong order of arguments in g_file_copy's fallback
1598  530196 _g_local_file_has_trash_dir() doesn't handle st_dev == 0
1599  532965 Should not return filesystem::free for certain file systems
1600  525553 fix typo and nitpicking in GArray documentation
1601  526572 Missing * in declaration of parent_class in Object
1602         Destruction section of GObject Reference Manual
1603  528648 Extra >s in Object Construction section
1604  535021 g_param_spec_internal documentation should
1605         describe purpose of nick and blurb
1606  521513 Firefox crash when using file picker
1607  528433 gdesktopappinfo snafu ...
1608  533369 API g_file_info_get_attribute_string () unables to get "...
1609  521045 glib f_fstypename miscellany
1610  521672 compile error
1611  521946 control rate limit on GUnixMountMonitor
1612  522335 Fails to build: glib/gtester.c:276: error: 'ARG_MAX' unde...
1613  523015 Implement sliding window based upload operation
1614  523019 Use new GCC 4 feature
1615  523338 list nfs4 as a nfs mount type
1616  524350 Make glib build without NLS again
1617  524579 g_file_copy reports wrong total on progress callback for ...
1618  524742 A typo in gtestutils.c.
1619  524950 Minor documentation typos.
1620  525866 the user directory should not be considered as a mount to...
1621  526320 should not list mounts that the user doesn't have permiss...
1622  527132 nautilus crash when making ftp connection
1623  532852 CRITICAL **: totem_pl_parser_parse_with_base: assertion `...
1624  534759 Build failure in gio
1625  534764 Typo in error produced by g_file_make_directory
1626  521851 Redudant tests in gunixmounts.c
1627  524344 glib/gthread.h still use G_GNUC_PRETTY_FUNCTION
1628  525060 glib fails to build with -DG_DISABLE_ASSERT in CPPFLAGS o...
1629  534177 Invalid description of the interface g_cclosure_marshal_S...
1630  520715 Add GFile method g_file_query_file_type
1631  523039 nautilus can't access to trash/computer/network if gvfs i...
1632  
1633 * Updated translations:
1634  Arabic (ar)
1635  Bulgarian (bg)
1636  Catalan (ca) 
1637  Czech (cs)
1638  Greek (el)
1639  Candian English (en_CA)
1640  British English (en_GB)
1641  Spanish (es)
1642  Estonian (et)
1643  Basque (eu)
1644  Galician (gl)
1645  Hebrew (he)
1646  Hungarian (hu)
1647  Japanese (ja)
1648  Lithuanian (lt)
1649  Norwegian bokmål (nb)
1650  Dutch (nl)
1651  Occitan (oc)
1652  Portugese (pt)
1653  Russian (ru)
1654  Slovak (sk)
1655  Albanian (sq)
1656  Swedish (sv)
1657  Turkish (tr)
1658  Vietnamese (vi)
1659
1660
1661 Overview of Changes from GLib 2.16.0 to GLib 2.16.1
1662 ===================================================
1663
1664 * Fix a crash in g_themed_icon_new
1665
1666 * Update the included PCRE to 7.6
1667
1668
1669 Overview of Changes from GLib 2.15.6 to GLib 2.16.0
1670 ===================================================
1671
1672 * Fix the definition of G_INLINE_FUNC to work with gcc 4.3.0
1673
1674 * GIO:
1675  - Add missing GMountMountFlags argument to g_unix_volume_mount
1676  - Fix the adopt_orphan_mount vfunc to take a volume monitor 
1677    reference
1678  - Add properties to GThemedIcon for bindings sake
1679
1680 * Bugs fixed:
1681  520484 gvfsd-trash crashed with SIGSEGV in g_path_is_absolute()
1682  510855 g_checksum_update(): Take -1 for length.
1683  517676 g_themed_icon_new*() do more than call g_object_new().
1684  518816 should handle rmdir returning EEXIST correctly
1685  519352 g_[s]list_delete_link() docs
1686  519489 Fixes for sparse warnings in gio
1687  520169 add monitor argument to vfunc for GVolumeMonitor
1688  520700 Add type check in g_file_query_exists
1689  521145 FILE_READ_ONLY_VOLUME not present on Mingw32
1690  518720 No MIME type for empty files
1691  521013 in documentation, goffset doesn't say "Since 2.x"
1692  521028 Missleading error messages from g_io_channel_set_encoding()
1693  517484 GMainLoop could set the thread "Alertable" for APCs to be... 
1694
1695 * Updated translations:
1696  Assamese (as)
1697  Bengali India (bn_IN)
1698  Czech (cs)
1699  German (de)
1700  Spanish (es)
1701  Estonian (et)
1702  Finnish (fi)
1703  French (fr)
1704  Gujarati (gu)
1705  Italian (it)
1706  Lithuanian (lt)
1707  Malayalam (ml)
1708  Marathi (mr)
1709  Norwegian bokmål (nb)
1710  Romanian (ro)
1711  Russian (ru)
1712  Slovak (sk)
1713  Ukrainian (uk)
1714
1715  
1716 Overview of Changes from GLib 2.15.5 to GLib 2.15.6
1717 ===================================================
1718
1719 * GIO:
1720  - New file attributes: trash::item-count, filesystem::use-preview
1721  - Rename g_file_contains_file to g_file_has_prefix
1722  - g_file_query_filesystem_info grew async variants
1723  - g_themed_icon_append_name: new convenience function
1724  - g_content_type_get_icon is implemented now
1725  - Only show mounts in /media and ~
1726  - g_file_contains_file has been renamed to g_file_has_prefix
1727
1728 * Win32:
1729  - g_win32_get_package_installation_directory_of_module: new function
1730    which supersedes g_win32_get_package_installation_directory
1731  - Use alertable wait functions so that I/O completion routines or 
1732    user-mode Asynchronous Procedure Calls can be run
1733  - Fix race conditions in g_spawn implementation on win32
1734
1735 * Other:
1736  - g_uri_get_scheme has been renamed go g_uri_parse_scheme
1737
1738 * Updated translations:
1739  Arabic (ar)
1740  Belarusian Latin (be@latin)
1741  Catalan (ca) 
1742  British English (en_GB)
1743  Finnish (fi)
1744  Galician (gl)
1745  Hebrew (he)
1746  Italian (it)
1747  Kannada (kn)
1748  Norwegian bokmål (nb)
1749  Dutch (nl)
1750  Brazilian Portugese (pt_BR)
1751  Vietnamese (vi)
1752
1753
1754 Overview of Changes from GLib 2.15.4 to GLib 2.15.5
1755 ===================================================
1756
1757 * Update the included PCRE to 7.6
1758
1759 * GIO:
1760  - g_volume_should_automount: new function to determine if a volume
1761    should be mounted automatically
1762  - g_file_query_default_handler: new convenience function to get
1763    the default handler for a file
1764  - g_app_info_launch_default_for_uri new convenience function to
1765    launch the default handler for a URI
1766  - Use mimeapps.list and defaults.list as discussed on xdg list
1767    recently
1768  - g_app_info_get_default_for_uri_scheme has a real implementation
1769    now (gvfs provides a GConf-based implementation)
1770  - There is the beginning of a test suite
1771  - standard::description:  new file attribute
1772  - GMountMountFlags flags argument added to mount calls
1773
1774 * GObject:
1775  - class initialization is now threadsafe
1776
1777 * Updated translations:
1778   Arabic (ar)
1779   Catalan (ca)
1780   Spanish (es)
1781   Basque (eu)
1782   Italian (it)
1783   Japanese (ja)
1784   Kannada (kn)
1785   Korean (ko)
1786   Macedonian (mk)
1787   Occitan (oc)
1788   Portugese (pt)
1789   Brazilian Portugese (pt_BR)
1790   Swedish (sv)
1791   Thai (th)
1792
1793
1794 Overview of Changes from GLib 2.15.3 to GLib 2.15.4
1795 ===================================================
1796
1797 * G_GNUC_PRETTY_FUNCTION has been deprecated
1798
1799 * GIO:
1800  - g_file_copy has an async variant now
1801  - Drives and volumes now have API to get identifiers
1802    like Hal UDIs or UUIDs.
1803  - There is now a registration API to let modules register
1804    extensions they provide, such as volume monitor implementations
1805
1806 * Bugs fixed:
1807   511807 g_time_val_to_iso8601() uses MT-unsafe gmtime() function
1808   316260 [patch] Doc patches for gnode (2.8.1)
1809   385132 solaris gettext support fix
1810   484261 ./configure check for system PCRE unicode support fails w...
1811   510292 GOption main help not shown
1812   511580 Implement g_file_copy_async
1813   511654 Compile errors due to C99 constructs
1814   487909 g_utf8_strreverse and combining marks
1815   512381 unused variable 'is_main_group' 
1816
1817 * Updated translations:
1818   Arabic (ar)
1819   Belarusian (be)
1820   Czech (cz)
1821   Spanish (es)
1822   French (fr)
1823   Galician (gl)
1824   Portugese (pt)
1825   Russian (ru)
1826   Swedish (sv)
1827   Thai (th)
1828
1829
1830 Overview of Changes from GLib 2.15.2 to GLib 2.15.3
1831 ===================================================
1832
1833 * GChecksum:
1834  - g_checksum_update can accept nul-terminated strings
1835  - The MD5 implementation works correctly on buffers 
1836    that are longer than 64 bytes
1837
1838 * GIO:
1839  - Don't include a copy of the inotify headers, rely on system headers
1840  - g_file_find_enclosing_mount has an async variant now
1841  - Reduntant seek API on file streams has been removed
1842
1843 * Bugs fixed:
1844   508602 gmemory{in|out}putstream.c: unknown pointer size
1845   508771 There is no g_file_test/exists() for GFile
1846   508773 g_uri_escape_string() documentation unclear.
1847   509465 AM_PATH_GLIB_2_0 doesn't support gio
1848   509626 async functions: Document allowed NULL callback?
1849   509990 GSeekable documentation unclear
1850   510448 No inotify support on ARM or SH5
1851   510855 g_checksum_update(): Take -1 for length. 
1852
1853 * Updated translations:
1854   Basque (eu)
1855   Marathi (mr)
1856   Swedish (sv)
1857   Ukrainian (uk)
1858
1859
1860 Overview of Changes from GLib 2.15.1 to GLib 2.15.2
1861 ===================================================
1862
1863 * GIO:
1864  - Mount operation API change: unhandled methods get reported via 
1865    the reply, rather than by the signal emission return value
1866  - File monitor API change: Add a GError argument to g_file_monitor_file
1867  - g_unix_mount_guess_should_display(): new function
1868
1869 * Bugs fixed:
1870   508224 [PATCH] FAM backend crashes due to double free
1871   508074 GAsyncResult documentation suggests g_freeing it.
1872   508108 GFile documentation slightly unclear.
1873   508309 rpc_pipefs mount points should be hidden
1874   508378 GFileInfo documentation implies that it changes attribute...
1875   508719 g_file_get_relative_path fails if parent is root
1876   508773 g_uri_escape_string() documentation unclear.
1877
1878 * Updated translations:
1879   Arabic (ar)
1880   Spanish (es)
1881   Hebrew (he)
1882   Italian (it)
1883   Korean (ko)
1884   Turkish (tr)
1885
1886
1887 Overview of Changes from GLib 2.15.0 to GLib 2.15.1
1888 ===================================================
1889
1890  * Portability fixes:
1891  - Assertion functions are marked as noreturn again
1892  - Handling of inline functions has been fixed to work with gcc 4.3
1893  - C99 comments have been removed from headers
1894  - The nonportable sed -i option is no longer used
1895
1896  * GIO:
1897   - Clarified the semantics of g_app_info_get_all()
1898   - API for memory input and output streams has been changed a bit
1899   - GDirectoryMonitor has been removed; GFileMonitor can monitor
1900     files and directories now
1901
1902  * Bugs fixed:
1903    504829 Invalid environment passed to g_spawn_async in g_desktop_...
1904    505258 crash in Users and Groups: Adding a user
1905    505815 g_content_types_get_registered should not g_free keys
1906    491218 g_timer_new() doesn't initialize timer->end
1907    315437 extern inline -> static inline
1908    476856 Inconsistency between standard and implementation of the ...
1909    480122 g_module_open fails to open modules with ".la" extension
1910    495589 gspawn.c failing to set FD_CLOEXEC
1911    500273 doesn't build with --disable-visibility
1912    504142 Do not show empty groups in --help output
1913    504879 giofam incorrectly linked
1914    505042 add file attribute for actually used file size in bytes
1915    505058 xattr namespace docs
1916    505674 Misprint in the definition of the macro G_CCLOSURE_SWAP_DATA
1917    505730 Fails to build on OSX 10.4: _NSGetEnviron not declared
1918    505887 older darwin lacks lchown
1919    506374 gmemoryinputstream api
1920    506461 Conversion of g_assert_not_reached() and friends into fun...
1921    503051 Small bug in glib interface
1922    506395 Updates to GIO documentation
1923    507628 Missing .pc entry for gio linking against glib
1924    505195 [patch] typo in g_try_new0 docs 
1925    507822 g{file,directory}monitor changes signal problem
1926    506377 gmemoryoutputstream write implementation
1927    507835 bug in gunixinputstream 
1928
1929  * Updated translations:
1930    Arabic (ar)
1931    Belarusian Latin (be@latin)
1932    Spanish (es)
1933    Basque (eu)
1934    Irish (ga)
1935    Hebrew (he)
1936    Occitan (oc)
1937    Vietnamese (vi)
1938
1939
1940 Overview of Changes from GLib 2.14.x to GLib 2.15.0
1941 ===================================================
1942
1943 Major new features:
1944
1945  * GIO: a VFS API, designed to replace GnomeVFS. The GIO implementation 
1946    in GLib has support for local filesystems. The new, separate gvfs 
1947    module contains various backend implementations (cifs, ftp, sftp,
1948    http, ...)
1949
1950  * GChecksum: provides various hash algorithms, such as MD5, SHA-1
1951    and SHA-256
1952  
1953  * GTest: a test framework 
1954  
1955 Smaller additions:
1956
1957  * GHash:
1958  - GHash has iterators, as an alternative to g_hash_table_foreach
1959
1960  * GMarkup: 
1961  - g_markup_parse_context_get_element_stack: New function to
1962    get the stack of open elements
1963  - G_MARKUP_PREFIX_ERROR_POSITION: New flag to improve error
1964    reporting
1965  - g_markup_collect_attributes: Convenience function for handling
1966    attributes
1967
1968 * GKeyFile: 
1969  - Functions that take a GError now return a boolean to indicate 
1970    success, instead of void
1971  - Various performance improvements
1972
1973 * GAsyncQueue:
1974  - g_async_queue_new_full: new function that allows to specify
1975    a free function for leftover elements
1976  
1977 * GError:
1978  - g_prefix_error and g_propagate_prefixed_error: New functions
1979    to ease error propagation
1980
1981 * Internationalization:
1982  - C_: A new 2-argument variant of the Q_() macro 
1983  - Use native character set conversion API on Windows
1984
1985 * GLib builds with automake 1.10
1986
1987 * Bugs fixed:
1988  455725 specific combination of g_utf8_strlen and g_pattern_match...
1989  467537 g_convert_with_iconv() not resetting iconv() state correc...
1990  497033 Commandline option parser should warn about missing optio...
1991  504527 gchecksum: Conditional jump or move depends on uninitiali...
1992  445362 Non-numeric local labels in gatomic.c are causing linker ...
1993  482313 gregex: no way to tell why compilation failed
1994  317775 main loops continues to run after g_main_loop_quit() has ...
1995  418778 Insufficient pkg-config version requirement
1996  436293 g_option_context_new() doc should mention that the string...
1997  466557 glib-mkenums shifts ARGV[0] to undefined
1998  468882 GKeyFile doesn't accept "True" as a true boolean value
1999  469551 application --help messages are garbaged on none UTF-8 lo...
2000  479724 Memory leak upon calling "g_main_loop_run" in the seconda...
2001  490061 outptrs uninitialized after g_parse_long_long
2002  490637 gobject documentation patch
2003  495294 glib-genmarshal prints warnings but returns 0
2004  496046 option to prefix location of errors for GMarkup
2005  498113 tests/regex-test fails on 64bit environment
2006  500506 Fails to build on OSX 10.4
2007  500638 gkeyfile speedup ...
2008  500875 Make check fails as there is no "test" target for "build"...
2009  502511 g_assert_cmphex prints invalid message
2010  502927 g_array_index triggers cast aligment warning
2011  503029 g_time_val_from_iso8601 parse non-ISO8601 dates
2012  503222 Need context to translate
2013  503420 gkeyfile leaks a hash table
2014  503470 Fix build when builddir != srcdir
2015  504227 Inverse variant for g_test_trap_assert_stdout, g_test_tra...
2016  71704  file include order
2017  491957 Misprint in the specification of the interface "g_main_co...
2018  491959 Misprint in description of the structure "GThreadPool"
2019  491965 Mistype in the specification of the function "g_hook_list...
2020  491966 Misprint in the specification of the interface "g_main_co...
2021  491968 The documentation does not mention the restriction for th...
2022  491970 The documentation for the interface "g_date_clamp" is inc...
2023  491974 The documentation of the interface "g_main_context_iterat...
2024  491975 The documentation for the interfaces "g_io_channel_read_u...
2025  491979 Misprint in the description of the interfaces g_key_file_...
2026  491982 Misprint in the description of the interface "g_key_file_...
2027  501107 EXTRA_DIST automake warnings
2028  501997 g_utf8_normalize() returns NULL on invalid string
2029  502590 C_/g_dpgettext efficiency
2030  464259 g_set_application_name() docs should say "Since 2.2"
2031  496518 gbase64.c API doc clarification
2032  498728 g_key_file_get_*_list should set length to 0 when returni...
2033  500361 Improve docs for g_array_free() and g_ptr_array_free()
2034  501853 g_checksum_get_digest docs
2035  503862 Allow NULL strings in g_parse_debug_string()
2036  142676 Q_
2037  367550 Add g_async_queue_new_full() with GDestroyNotify function
2038  375651 Minor enhancements to GKeyFile API
2039  443648 MD5 digest support
2040  449937 Upgrade auto* sources to be clean under automake1.9
2041  452887 gmarkup context "get element" function is useless when ca...
2042  491549 [PATCH] Eliminate libiconv dependency on Windows
2043  500507 GHashTableIter API 
2044
2045 * Translation updates
2046  Belarusian Latin (be@latin)
2047  Czech (cs)
2048  German (de)
2049  Spanish (es)
2050  Esperanto (et)
2051  French (fr)
2052  Korean (ko)
2053  Marathi (mr)
2054  Norwegian bokmål (nb)
2055  Brazilian Portugese (pt_BR)
2056  Slovenian (sl)
2057  Swedish (sv)
2058
2059
2060 Overview of Changes from GLib 2.14.2 to GLib 2.14.3
2061 ===================================================
2062
2063 * Update PCRE to 7.4
2064
2065 * Bugs fixed:
2066  487491 Fix some warnings from sparse
2067  488068 Small (one-time) memory leak in glib_gettext initialization
2068  493688 TYPE macro "_get_type ()" is documented wrong
2069
2070 * Updated translations:
2071  Arabic (ar)
2072  Belarusian Latin (be@latin)
2073  Estonian (et)
2074  Irish (ga)
2075  Slovenian (sl)
2076
2077  
2078 Overview of Changes from GLib 2.14.1 to GLib 2.14.2
2079 ===================================================
2080
2081 * Bugs fixed:
2082  476849 Invocation of the interface "g_hook_free" fails in certai...
2083  359165 marshallers can throw warnings with -Wunused
2084  477957 more discussion on g_value_set_object vs. g_value_take_ob...
2085  478459 G_DEFINE_DYNAMIC_TYPE_EXTENDED doesn't work with G_IMPLEM...
2086  483337 inline is disabled for MSVC when compiling C code
2087  478349 Broken link to gettext website
2088  469231 g_spawn optimization for setting all open fds to CLOEXEC 
2089
2090 * Updated translations:
2091 Arabic (ar)
2092 Galician (gl)
2093 Hebrew (he)
2094 Korean (ko)
2095
2096
2097 Overview of Changes from GLib 2.14.0 to GLib 2.14.1
2098 ===================================================
2099
2100 * Bugs fixed:
2101  476840 Invocation of the interface "g_utf8_strreverse" crashes f...
2102  444765 Fix FIXME in gregex.c when new pcre is out
2103  464145 g_markup_escape_text Produces Invalid XML
2104  465625 g_type_default_interface_ref() does not ensure working g_...
2105  466768 Clearify that comments can be put anywhere in a Key-file.
2106  474229 The GError documentation should give convention for the G...
2107  474899 G_BREAKPOINT() docs inaccurate
2108  475854 Overuse of -lpcre when using system pcre
2109  473879 Incorrect includes in gregex.c
2110  468694 Typoes in documentation
2111  469051 g_snprintf () talks about characters where it probably me...
2112  457601 Missing arch specific atomic implementation
2113  475923 Missing pcre flags when static-linking against glib
2114  475619 glibthread-2.0.la does not list -lpthread
2115
2116 * Updated translations:
2117  Bulgarian (bg)
2118  Catalan (ca)
2119  Danish (da)
2120  German (de)
2121  Canadian English (en_CA)
2122  British English (en_GB)
2123  Spanish (es)
2124  Estonian (et)
2125  Finnish (fi)
2126  French (fr)
2127  Gujarati (gu)
2128  Hungarian (hu)
2129  Italian (it)
2130  Georgian (ka)
2131  Kannada (kn)
2132  Lithuanian (lt)
2133  Makedonian (mk)
2134  Norwegian (nb)
2135  Dutch (nl)
2136  Polish (pl)
2137  Portugese (pt)
2138  Brazilian Portugese (pt_BR)
2139  Romanian (ro)
2140  Russian (ru)
2141  Albanian (sq)
2142  Serbian (sr, sr@Latn)
2143  Swedish (sv)
2144  Tamil (ta)
2145  Thai (th)
2146  Ukrainian (uk)
2147  Vietnamese (vi)
2148
2149
2150 Overview of Changes from GLib 2.13.7 to GLib 2.14.0
2151 ===================================================
2152
2153 * Last-minute API additions:
2154  - Make g_unichar_combining_class public
2155  - Add goffset type, add G_MAXSSIZE and G_MINSSIZE
2156
2157 * Update PCRE to 7.2
2158
2159 * Bugs fixed:
2160  453998 Make _g_unichar_combining_class() public
2161  462549 gregex.c: variable is declared at middle of block
2162  417068 g_file_test doc inconsistency
2163
2164 * Updated translations:
2165  Assamese (as)
2166  Basque (eu)
2167  Kannada (kn)
2168  Malayalam (ml)
2169  Dutch (nl)
2170  Polish (pl)
2171  Brazilian Portugese (pt_BR)
2172  Turkish (tr)
2173
2174
2175 Overview of Changes from GLib 2.13.6 to GLib 2.13.7
2176 ===================================================
2177
2178 * The memory corruption warning from the slice allocator that
2179   occurred when threads were initialized after the slice allocator
2180   has been removed, as the slice allocator now works fine
2181   in this scenario.
2182
2183 * New functions g_once_init_enter() and g_once_init_leave() make
2184   it easier to write threadsafe one-time initialization functions 
2185  
2186 * Bugs fixed:
2187  454473 Simple XML Subset Parser terminates on invalid XML
2188  445813 g_module_open error, add file name
2189  453796 errno gets clobbered by g_filename_display_name
2190  341988 don't use "-c" with msgfmt in Makefile.in.in
2191  447048 Please produce slightly more output during long tests
2192  454785 GModule documentation lists same block of code twice.
2193  454786 GModule documentation lists same paragraph twice.
2194  383155 small docs quirks in gobject/closure API documentation
2195  65041  _get_type() functions aren't thread safe
2196
2197 * Updated translations
2198  Assamese (as)
2199  Spanish (es)
2200  Gujarati (gu)
2201  Japanese (ja)
2202  Korean (ko)
2203  Macedonian (mk)
2204
2205
2206 Overview of Changes from GLib 2.13.5 to GLib 2.13.6
2207 ===================================================
2208
2209 * Reintroduce a GType typedef whose removal in 2.13.5
2210   caused trouble for C++ bindings
2211
2212 * Bugs fixed:
2213  450216 docs not explicit enough about g_free()
2214  451459 g_type_register_static_simple calls g_type_register_static
2215
2216 * Updated translations
2217  Norwegian bokmål (nb)
2218  Sinhala (si)
2219
2220
2221 Overview of Changes from GLib 2.13.4 to GLib 2.13.5
2222 ===================================================
2223
2224 * xdg-user-dirs support: 
2225  - the Desktop directory is guaranteed to be defined
2226  - user-dirs.dirs is no longer reloaded on changes
2227
2228 * Slice allocator: 
2229  - new api to duplicate slices
2230
2231 * Regular expression support:
2232  - GRegex is a boxed type now
2233
2234 * Bugs fixed:
2235  44793 make check failing in trunk
2236  354522 Small problem with PLT hiding 6 symbols
2237  363986 glib 2.12.4 does not compile with SGI IDO cc
2238  443869 g_type_class_add_private doesn't warn when adding 0-sized...
2239  446859 Legitimately return 0 for g_quark_from_string(NULL)
2240  447534 Small typo in g_timeout_add_seconds() doc
2241  447583 GStaticRWLock
2242  447935 g_get_current_dir SIGSEGV on long path
2243  448260 CLAMP has surprising result if low > high
2244  57693  g_string_vprintf()
2245  442029 add g_slice_dup()
2246  445065 Add GRegex boxed type
2247  448819 Add full version of g_timeout_add_seconds()
2248
2249 * Updated translations: 
2250  Swedish (sv)
2251  Oriya (or)
2252  Hebrew (he)
2253  Spanish (es)
2254  Estonian (et)
2255
2256  
2257 Overview of Changes from GLib 2.13.3 to GLib 2.13.4
2258 ===================================================
2259
2260 * Bugs fixed:
2261  444121 g_get_user_special_dir deadlocks
2262  444161 invalid UTF8 in key name shows up as valgrind error in g_...
2263  444130 g_option_context_get_help() is broken when there's a desc...
2264
2265
2266 Overview of Changes from GLib 2.13.2 to GLib 2.13.3
2267 ===================================================
2268
2269 * GKeyFile:
2270  - Added defines for easier handling of desktop files
2271
2272 * Unicode support:
2273  - Update g_unichar_iswide_cjk for Unicode 5.0
2274
2275 * Regular expression support:
2276  - GRegex structs can now be ref-counted
2277  - Some new functions for dealing with incremental 
2278    replacement have been added
2279  - The GRegexEvalCallback signature has been changed
2280
2281 * g_get_user_special_dir() has been added to support
2282   xdg-user-dirs
2283
2284 * Bugs fixed:
2285  419376 Functions using named subpatterns behave inconsistently w...
2286  434358 g_regex_fetch_named() and g_regex_fetch_named_pos() are b...
2287  423708 typo in the README.win32 file see patch below
2288  339225 Add new defines for easier handling of .desktop files 
2289  442265 API additions/changes for GRegex
2290  432651 Add a glib-ish xdg_user_dir_lookup
2291
2292 * Updated translations:
2293  Estonian (et)
2294  Norwegian bokmål (nb)
2295
2296
2297 Overview of Changes from GLib 2.13.1 to GLib 2.13.2
2298 ===================================================
2299
2300 * Unicode support:
2301  - Add g_unichar_ismark()
2302
2303 * GOption:
2304  - Allow to use callbacks for remaining args
2305
2306 * Updated translations:
2307   Belarusian Latin (be@latin)
2308   British English (en_GB)
2309   Galician (gl)
2310   Norwegian bokmål (nb)
2311   Oriya (or)
2312   Spanish (es)
2313   Thai (th)
2314
2315
2316 Overview of Changes from GLib 2.13.0 to GLib 2.13.1
2317 ===================================================
2318
2319 * GRegex:
2320  - Portability fixes
2321  - Split into immutable GRegex and GMatchInfo
2322  - Add g_regex_get_max_backref() and g_regex_get_capture_count()
2323    to obtain information about the compiled regex
2324
2325 * GKeyFile:
2326  - Fix roundtrip problems
2327  - Add g_key_file_load_from_dirs()
2328
2329 * Unicode support:
2330  - Fix corner cases in case conversion routines
2331
2332 * GOption:
2333   - Add a function to get the formatted help string
2334
2335 * GHash:
2336  - Add new functions g_hash_table_get_keys() and
2337    g_hash_table_get_values() to retrieve the keys and
2338    values in list form
2339
2340 * Updated transations:
2341   Simplified Chinese (zh_CN)
2342   Arabic (ar)
2343
2344
2345 Overview of Changes from GLib 2.12 to GLib 2.13.0
2346 =================================================
2347
2348 * Add GSequence, a list that is implemented using
2349   a balanced binary tree.
2350
2351 * Add GRegex, an implementation of Perl regular expressions,
2352   based on PCRE.
2353  
2354 * Use Posix monotonic clocks instead of gettimeofday()
2355   for GTimer when available.
2356
2357 * Support static initialization of GQeues with G_QUEUE_INIT,
2358   g_queue_init() and g_queue_clear().
2359
2360 * Add g_string_chunk_clear() for clearing a 
2361   GStringChunk.
2362
2363 * Add g_unichar_get_script() to obtain Unicode
2364   script information.
2365
2366 * Add g_unichar_iszerowidth() to obtain information
2367   about zero-width characters.
2368
2369 * Add G_GNUC_MAY_ALIAS which wraps the gcc may_alias 
2370   type attribute.
2371
2372 * G_GNUC_INTERNAL has a working definition for the
2373   Sun Studio compiler. This requires the macro to
2374   be positioned before the function declaration.
2375
2376 * The slice allocator can produce detailed debugging
2377   information with G_SLICE=debug-blocks.
2378
2379 * Modules support G_DEBUG flags resident-modules and
2380   bind-now-modules.
2381
2382 * Add G_DEFINE_DYNAMIC_TYPE() to make it easier
2383   to define types in modules.
2384
2385 * Bug fixes: too many to list them in detail here.
2386
2387 * New and updated translations (be,bg,bn,ca,cs,de,
2388   en_CA,en_GB,et,fa,fr,he,hu,it,ja,ku,lt,mg,mk,ml,
2389   nb,ne,nn,pt,pt_BR,ro,sr,sr@Latn,sv,ta,uk,vi,zh_CN,
2390   zh_HK,zh_TW)
2391
2392
2393 Overview of Changes from GLib 2.12.1 to GLib 2.12.2
2394 ===================================================
2395
2396 * Unicode updates:
2397  - Normalization is following Unicode TR #29
2398  - g_unichar_isxdigit() only accept characters
2399    for which g_unichar_xdigit_value() returns a value
2400  - g_unichar_toupper and g_unichar_tolower leave
2401    unconvertable characters in place instead of
2402    replacing them by NUL
2403
2404 * Bugs fixed
2405  348491 g_utf8_strup() and g_utf8_strdown() returns 
2406         string with NUL bytes
2407  349825 GKeyFile always inserts a newline before a group
2408  347842 g_unichar_isxdigit() is too general about what 
2409         it considers a digit
2410  348694 g_utf8_normalize() hasn't been updated to PR #29
2411  348785 Hint about G_DEBUG in Message Logging docs
2412  349792 Wrong english string (UI)
2413  349952 gparamspecs.c uses gcc feature
2414
2415 * Translation updates (ca,cs,de,dz,es,eu,fi,gu,ko,
2416   nl,pl,tr,uk,zh_HK,zh_TW)
2417
2418
2419 Overview of Changes from GLib 2.12.0 to GLib 2.12.1
2420 ===================================================
2421
2422 * Update to final Unicode Character Database 5.0.0
2423
2424 * Bugs fixed:
2425  346660 issues with base64 api documentation / g_base64_decode_cl...
2426  348136 Coverity reports allocation of wrong size CID #2839
2427  336281 Update to UCD 5.0
2428  346197 g_date_strftime %F option doesnt work for win32
2429  348011 Small optimization to real_toupper()
2430  246494 prototype mismatch in glib/gconvert.c
2431
2432 * New and updated translations (bg,bn_IN,ca,dz,eu,fi,
2433   fr,he,it,ja,mk,or,pt)
2434
2435
2436 Overview of Changes from GLib 2.11.4 to GLib 2.12
2437 =================================================
2438
2439 * Bugs fixed:
2440  344905 leap-year bug in g_time_val_from_iso8601 w/o HAVE_TIMEGM
2441
2442 * Updated translations (cy,nb,nl)
2443
2444
2445 Overview of Changes from GLib 2.11.3 to GLib 2.11.4
2446 ===================================================
2447
2448 * GBookmarkFile:
2449  - g_bookmark_file_remove_item returns a boolean
2450  
2451 * g_mkstemp accepts the XXXXXX in the middle of
2452   the template
2453  
2454 * Bugs fixed:
2455  344868 g_key_file_to_data should separate groups 
2456
2457 * Updated translations (de,es,fr,gu,hi,ko,th)
2458
2459
2460 Overview of Changes from GLib 2.11.2 to GLib 2.11.3
2461 ===================================================
2462
2463 * GBookmarkFile:
2464   - g_bookmark_file_move_item: Return TRUE in case of
2465     an empty target
2466
2467 * Bugs fixed: 
2468  343919 gunicollate.c: strxfrm bug on VC8
2469
2470 * Updated translations (fi)
2471
2472 Overview of Changes from GLib 2.11.1 to GLib 2.11.2
2473 ===================================================
2474
2475 * Add g_ascii_stroll to parse signed 64bit integers
2476
2477 * GMarkup: add a flag to treat CDATA as text
2478
2479 * GHashTable: add functions to remove all entries
2480
2481 * GMainLoop: add functions to find the currently
2482   running source, and determine if it is destroyed
2483
2484 * Bug fixes:
2485  342563  g_atomic_thread_init() needs to be called before 
2486          other _g_*_thread_init() functions
2487  343548  Potential use after free in callers of g_string_free() 
2488  168538  Wish: Clearing contents of GHashTables
2489  321886  GTK+ cannot be reliably used in multi-threaded 
2490          applications
2491  341826  goption.c: 'strtoll' is C99's function
2492  343899  g_ascii_formatd dosn't work as expected for all 
2493          format strings
2494  317793  Make GEnumValue strings const
2495  337129  Compile warnings in G_IMPLEMENT_INTERFACE
2496  303622  What is G_TYPE_CHAR?
2497
2498 * Updated translations (bg,dz,eu,gl,ja,ko,nl,th,vi)
2499  
2500
2501 Overview of Changes from GLib 2.11.0 to GLib 2.11.1
2502 ===================================================
2503
2504 * GOption  
2505   - Support 64-bit integers 
2506   - Allow optional text before and after the options
2507     in help output
2508
2509 * Bug fixes:
2510  340538 gbase64-test writes OOB 
2511  340816 GKeyFile set_string_list invalid memory reads 
2512  339105 g_key_file_parse_value_as_double
2513  340434 convert-test.c fails (function test_one_half)
2514  311043 Memory leaks (and potential infinite loops) 
2515         when using G_ERRORCHECK_MUTEXES
2516  335198 Error checking mutexes are fubar  
2517  341237 Add a G_OPTION_ARG_INT64
2518  341192 g_io_channel_set_flags not implemented on win32
2519  336120 Allow adding description before/after GOption 
2520         --help output body
2521  341191 misplaced check in g_relation_delete
2522  340530 mismatched calloc / g_free in win32 threads
2523
2524 * Updated translation (es)
2525
2526 Overview of Changes from GLib 2.10.x to GLib 2.11.0
2527 ===================================================
2528
2529 * GBookmarkFile: a parser for files containing bookmarks
2530   stored using the Desktop Bookmark specification.
2531
2532 * Base64 encoding support
2533         
2534 * Unicode 5.0 support
2535
2536 * GOption supports floating point numbers 
2537
2538 * GKeyFile supports floating point numbers
2539
2540 * Bug fixes:
2541  155884 gatomic.c should be based on new SDK
2542  157877 update-desktop-database doesn't handle duplicate entries
2543  164719 keyfile parser doesn't support floats
2544  327662 Import BookmarkFile from libegg
2545  329548 Add G_OPTION_ARG_DOUBLE
2546  329789 option-test.c type confusion
2547  332841 Segmentation Fault when %llu is passed to vasnprintf and 
2548         HAVE_SNPRINTF is not defined
2549  333879 gthread/gthread-win32.c: IsDebuggerPresent needs '#define 
2550         _WIN32_WINDOWS 0x0401'
2551  333916 g_timer_elapsed docs should mention that microseconds 
2552         may be NULL
2553  334440 dlerror() portability issue causes crash on (old) a.out 
2554         NetBSD platform
2555  334646 goption + error out params
2556  334799 g_remove() must check return value of remove()
2557  334943 make check FAIL: threadpool-test
2558  335215 Some breakages with GThreadPool
2559  336085 g_option_context_new parameter lacks better explanation
2560  336677 Documentation for g_object_ref_sink() is incorrect
2561  337027 gbookmarkfile.c: sys/time.h include error
2562  337553 Wrong escaping of URIs
2563  338572 Dereferencing NULL value in g_key_file_get_group_comment
2564  338845 g_completion_complete_utf8 crashes when NULL is passed to it
2565  339337 g_bookmark_file_set_description
2566  339338 gbookmarkfile.c, function expand_exec_line
2567  339340 gbookmarkfile.c, function bookmark_app_info_dump
2568
2569 * Translation updates (bg,en_GB,et,gl,gu,he,hi,ka,nb,nl,nn,
2570                        or,pt_BR,ro,tr,vi,zh_CN)
2571
2572
2573 Overview of Changes from GLib 2.10.0 to GLib 2.10.1
2574 ===================================================
2575
2576 * Bugs fixed:
2577  314794 Broken pthread detection on Darwin [Gregor Riepl]
2578  322476 Missing check for .dylib [Vladimir Panov]
2579  333651 Inconsistent _g_charset_get_aliases prototype [Julio 
2580         M. Merino Vidal]
2581  333761 GInitiallyUnowned breaks application code [Sven Herzberg]
2582
2583 * Win32 changes:
2584  - Fix g_listenv() implementation.
2585  - Allow up to 100 GPrivate structs
2586
2587 * Translation updates (fr,hu,lt,pl,sv)
2588
2589
2590 Overview of Changes from GLib 2.9.6 to GLib 2.10.0
2591 ==================================================
2592
2593 * Bugs fixed:
2594  328997 64bit pointer trunction in glib slab-allocator
2595         [Pascal Hofstee]
2596  331110 g_cond_broadcast(inform_cond) without holding 
2597         inform_mutex [Chris Wilson, Sebastian Wilhelmi]
2598  332093 Fix some leaks in the tests [Kjartan Maraas]
2599  332435 g_utf8_strlen returns wrong value if a maximum 
2600         number of bytes to check is specified 
2601         [Matthias Clasen]
2602  331367 gslice requires more POSIX-like semantics for 
2603         GPrivate destructors [Tor Lillqvist]
2604
2605 * Documentation improvements [Matthias, Kang Jeong-Hee,
2606   Tor Lillqvist, Stefan Kost]
2607
2608 * Translation updates (el,eu,ka,uk)
2609
2610 Overview of Changes from GLib 2.9.5 to GLib 2.9.6
2611 =================================================
2612
2613 * Bugs fixed: 
2614  329124 distclean removes README [Kjartan Maraas, Tim Janik]
2615  317679 GRelation field type not documented [Behdad Esfahbod]
2616  329123 Typo in GTime docs [Kjartan Maraas]
2617
2618 * Documentation improvements [Sven Herzberg, David
2619   Schleef, Kjartan Maraas, Behdad Esfahbod]
2620
2621 * Translation updates (cs,cy,it,ko,pt,sq,sr,sr@Latn,ru
2622
2623 Overview of Changes from GLib 2.9.4 to GLib 2.9.5
2624 =================================================
2625
2626 * Memory management: 
2627   Runtime debugging support: The slice allocator
2628   can be turned off by setting G_SLICE=always-malloc
2629   in the environment. Zeroing of freed memory can
2630   now be turned on at runtime by setting
2631   G_DEBUG=gc-friendly in the environment. [Tim Janik]
2632
2633 * Bugs fixed:
2634  328253 HP-UX/IA-64 uses ".so" as default shared library 
2635         extension [Albert Chin]
2636  143380 unicode-encoding test fails converting to UTF-16 
2637         with libiconv [Marc Moorcroft]
2638  328254 Build breakage (GSlice) [Jens Ganseuer]
2639  328705 C99ism in glib/gmem.c [Kazuki Iwamoto]
2640
2641 * Translation updates (da,et,zh_CN)
2642
2643 Overview of Changes from GLib 2.9.3 to GLib 2.9.4
2644 =================================================
2645
2646 * Type system:
2647   Fix a problem with g_object_compat_control() which 
2648   can lead to segfaults in GTK+ applications on 64bit 
2649   platforms. 
2650
2651 * Thread suppport: 
2652   Unused threads now fall back to the global pool after 
2653   500 milliseconds, where they wait for another 
2654   max-idle-time milliseconds. [Sebastian Wilhelmi]
2655
2656 * Fix a memory allocation problem in GKeyFile. [Morten 
2657   Welinder]
2658
2659
2660 Overview of Changes from GLib 2.9.2 to GLib 2.9.3
2661 =================================================
2662
2663 * GTree:
2664  - Replace the simple recursive implementation by
2665    a nonrecursive, threaded one  [Maurizio Monge]
2666
2667 * Change g_filename_display_name and
2668   g_filename_display_basename to use the Unicode
2669   replacement character U+FFFD instead of a question
2670   mark, and don't append "(invalid encoding)"  [Matthias]
2671
2672 * Documentation improvements [Sven Herzberg, Federico
2673   Mena Quintero, Stefan Kost]
2674
2675 * Bugs fixed:
2676  323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X 
2677         [Bogdan Nicula]
2678  326558 Some test failures on IRIX 6.5 [Daichi Kawahata]
2679  169285 "threaded" tree implementation for GTree 
2680         [Maurizio Monge]
2681  326747 g_filename_display_basename adds (invalid encoding) 
2682         [Alberto Ruiz]
2683
2684 Other contributors: Christian Kellner, Murray Cumming
2685
2686 New and updated translations (bg,ca,de,es,et,gu,ja,nl,th,vi)
2687
2688
2689 Overview of Changes from GLib 2.9.1 to GLib 2.9.2
2690 =================================================
2691
2692 * Memory management:
2693  - Add tests for cache colorization [Tim Janik]
2694  - Minimize space consumption if small amounts of differently
2695    sized slices are allocated, at a small performance cost.  [Tim]
2696
2697 * Thread support:
2698  - Add g_atomic_pointer_set() and g_atomic_int_set() [Tim Janik,
2699    Sebastian Wilhelmi]
2700  - Add g_thread_pool_set_sort_function() to allow sorting the 
2701    tasks of a threadpool.  [Martyn Russell]
2702  - Add g_thread_pool_set_idle_time() to allow unused threads
2703    to exit after a certain time.  [Martyn]
2704
2705 * Type system:
2706  - introduce a new type GInitiallyUnowned, which has an initial
2707    floating reference. [Tim]
2708  - Add support for GType parameters. [Matthias]
2709
2710 * Main loop:
2711  - Add g_main_context_is_owner() to determine if the current
2712    thread is the owner of the context.  [Michael Meeks]
2713
2714 * Provide g_access(), g_chdir(), g_unlink(), g_rmdir() as 
2715   wrapper functions instead of macros.  [Manish Singh]
2716
2717 * Documentation improvements [Tim, Matthias, Federico Mena Quintero,
2718   Stefan Kasal, Dan Williams]
2719
2720 * New and updated translations (en_CA,fi,fr,gl,ml,nb,no,zh_HK,zh_TW)
2721
2722 * Bugs fixed:
2723  324179 g_allocator_new() returns pointer to const dummy which Gtk+ 2.8 
2724         tries to modify [J. Ali Harlow]
2725  324332 g_option_context_parse() returns false without setting error 
2726         [Tim-Philipp Müller]
2727  324950 GLIB 2.9.1 testcase errors [Dan Yefimov]
2728  325015 gslice.c: process.h is needed on Windows [Kazuki Iwamoto]
2729  321978 G_DATALIST_GET_FLAGS() macro is not casting datalist to 
2730         gpointer [Andrew Paprocki]
2731  316221 G_LOCK warns about breaking strict-aliasing [Michal Benes, 
2732         Stanislav Brabec]
2733  325273 Error in documentation for glib_check_version () [Declan Naughton]
2734  325310 g_spawn_sync hangs when catching both stdout and 
2735         stderr [Tor Lillqvist]
2736  325249 gcc warning when using g_rmdir from <glib/gstdio.h> [Jani Monoses]
2737  325864 glib/gthreadpool.c:"#define debug(...)" is C99 [Kazuki Iwamoto]
2738  325874 Should say somewhere that source IDs are > 0 [Dan Williams]
2739  325438 a typo (compatability) [Stefan Kasal]
2740  323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X [Bogdan Nicula]
2741
2742
2743 Overview of Changes from GLib 2.9.0 to GLib 2.9.1
2744 =================================================
2745
2746 * Memory management
2747  - The slice allocator is implemented [Tim Janik]
2748  - g_slice_free_chain() has been renamed to 
2749    g_slice_free_chain_with_offset()  [Tim, Behdad Esfahbod]
2750  - Mem chunks are deprecated [Matthias Clasen]
2751
2752 * Data structures
2753  - Hash tables are refcounted, and have a boxed type [Tim]
2754
2755 * Thread support
2756  - Support for Solaris threads has been removed 
2757    [Sebastian Wilhelmi, Andrew Paprocki]
2758  - g_async_queue_sort(), g_async_queue_push_sorted() have 
2759    been added to allow GAsyncQueue to be used as a priority 
2760    queue, together with the corresponding _unlocked 
2761    variants  [Martyn Russell]
2762
2763 * GObject:
2764  - The concept of a floating initial reference has been
2765    moved from GtkObject to GObject [Tim]
2766
2767 * Win32 changes:
2768  - Make g_rename() replace existing files [Tor Lillqvist]
2769
2770 * Misc new API:
2771  - G_GUINT64_CONSTANT macro to define guint64 
2772    constants [Andrew Paprocki]
2773  - G_GNUC_WARN_UNUSED_RESULT macro to instruct the 
2774    compiler to emit a warning if the value returned
2775    by a function is ignored. [Arjan van de Ven, Alex Larsson]
2776  - GList and GSList now have sort functions which take an
2777    extra user data argument [Martyn Russell]
2778  - g_param_spec_ref_sink() has been added for consistency [Tim]
2779
2780 * $LOGNAME is respected when determining user data. [Laszlo Peter]
2781
2782 * Other changes and bug fixes [Tim, Matthias, Behdad, 
2783   Christian Persch, Benedikt Meurer, Andrew Paprocki, 
2784   Kazuki Iwamoto, Alexis S. L. Carvalho, Stanislav Brabec,
2785   Andreas Schwab, Kalle Vahlman]
2786
2787 * Documentation
2788  - Deprecation warnings carry version information [Matthias]
2789  - The slice allocator has been documented [Matthias, Tim]
2790  - Other improvements [Morten Welinder]
2791
2792 Overview of Changes from GLib 2.8.x to GLib 2.9.0
2793 =================================================
2794 * Unicode support:
2795  - The Unicode tables have been updated to Unicode 4.1, 
2796    adding several new values to the GUnicodeBreakType 
2797    enumeration. This breaks Pango <= 1.10 
2798    [Behdad Esfahbod]
2799  - The various Unicode character predicate functions 
2800    (g_unichar_isalpha, g_unichar_isdigit,...) have
2801    been optimized
2802    [Behdad]
2803  - g_utf8_pointer_to_offset, g_utf8_offset_to_pointer:
2804    These functions handle negative offsets now, and
2805    going backwards in g_utf8_offset_to_pointer uses
2806    "stutter stepping".
2807    [Larry Ewing, Matthias Clasen]
2808
2809 * Memory management:
2810  - Mem chunks are no longer used internally in GLib and
2811    GObject. GMemChunk will be deprecated in GLib 2.10
2812  - All APIs based on GAllocator (g_list_push/pop_allocator,
2813    and similar push/pop_allocator functions for other
2814    data structures) have been deprecated, since they
2815    never worked as intended.
2816  - The g_slice_* functions have been added as a 
2817    new API for fast allocation of small memory blocks. 
2818    The implementation in GLib 2.9.0 is just a simple 
2819    wrapper around malloc. GLib 2.10 will have an
2820    efficient and scalable implementation. 
2821    [Tim Janik, Matthias]
2822
2823 * Pattern matching:
2824  - g_pattern_match has been optimized to avoid
2825    unnecessary recursion.
2826    [Tim, Matthias]
2827
2828 * g_intern_string, g_intern_static_string: 
2829  - New functions to intern strings. These are now used 
2830    by GObject to avoid duplicating static strings 
2831    [Matthias]
2832
2833 * g_thread_foreach: 
2834  - New function to iterate over all GThreads 
2835    [Tim, Matthias]
2836
2837 * g_date_set_time_t, g_date_set_time_val:
2838  - New functions to set a GDate from a time_t or
2839    GTimeVal value. g_date_set_time has been deprecated 
2840    in favor of these.
2841    [Roger Leigh]
2842
2843 * g_snprintf and g_vsnprintf:
2844  - These functions are no longer declared in gprintf.h, 
2845    since they are in glib.h
2846    [Matthias]
2847
2848 Overview of Changes from GLib 2.8.0 to GLib 2.8.1
2849 =================================================
2850 * Optimize single-character insertions in GString [Ross Burton]
2851 * Fix build problems on OS X
2852 * Fix build problems on Win32 [Tor Lillqvist, Hans Breuer]
2853 * Other bug fixes [Matthew F. Barnes, Stepan Kasal] 
2854 * Documentation improvements [Tristan van Berkom, Behnam
2855   Esfahbod, Gustavo Carneiro, Stepan Kasal, Matthias]
2856 * New and updated translations (ca,cy,ko,ro,uk)
2857
2858 Overview of Changes from GLib 2.7.7 to GLib 2.8.0
2859 =================================================
2860 * Make g_value_transform() handle enum values
2861   correctly on ppc64.  [Michael Lorenz]
2862   (Third-party code accessing enumeration values 
2863   in GValues should also be changed to access 
2864   v_long, not v_int, in order to work on bigendian 
2865   64bit machines.)
2866 * Make g_flags_get_first_value() handle a value
2867   of 0 meaningfully. [Tim-Philipp Müller] 
2868
2869 Overview of Changes from GLib 2.7.6 to GLib 2.7.7
2870 =================================================
2871 * Make atomic operations on s390 work [Matthias]
2872 * Fix C++ guards in gstdio.h [Tor Lillqvist]
2873
2874 Overview of Changes from GLib 2.7.5 to GLib 2.7.6
2875 =================================================
2876 * Add native implementations of atomic operations 
2877   on s390 [Matthias]
2878 * Make atomic reference counting of closures
2879   work on s390 [Matthias]
2880 * Avoid an infinite loop in g_convert_with_iconv().
2881   [Sebastian Bacher]
2882 * Documentation improvements [Ross Burton]
2883
2884 Overview of Changes from GLib 2.7.4 to GLib 2.7.5
2885 =================================================
2886 * Thread-related changes
2887  - Fix build issues on HP-UX [Paul Cornett]
2888  - Threadsafe access to flags stored in datasets [Tim Janik]
2889  - Fix several issues with atomic refcounting for 
2890    closures, objects and paramspecs [Tim]
2891  - Improve tests for atomic refcounting changes [Tim]
2892 * Fix handling of stateful encodings in g_convert_* [Matthias]
2893 * Fix translation of GOption help output [Dan Winship]
2894 * Catch format errors in translations. This may cause 
2895   "make check" to fail when using older versions
2896   of gettext [Matthias]
2897 * Win32 bug fixes [Tor Lillqvist]
2898 * Documentation improvements [Ross Burton, Jochen Baier, 
2899   Matthias, Tim]
2900 * New and updated translations (de,fi,gu,pl,pt,tr,zh_TW)
2901
2902 Overview of Changes from GLib 2.7.3 to GLib 2.7.4
2903 =================================================
2904 * Fix g_atomic_pointer_compare_and_exchange 
2905   on Sparc64 [Gert Doering]
2906 * Fix a hang in g_thread_pool_free. [Hong Jen Yee]
2907 * Win32 bug fixes [Tor Lillquist]
2908 * Other bug fixes [Benoit Dejean, Manish Singh]
2909 * Documentation improvements [Bryan Silverthorn,
2910   Callum McKenzie] 
2911 * New and updated translations (de,lt,sq,zh_CN)
2912
2913 Overview of Changes from GLib 2.7.2 to GLib 2.7.3
2914 =================================================
2915 * GOption
2916  - Allow callbacks with optional arguments [Pawel Sliwowski]
2917  - Allow to turn off the automatic long option name
2918    disambiguation  [Adam McLaurin]
2919  - Only allow printable ASCII as short option names [Matthias]
2920 * Win32
2921  - Build fixes [Tor Lillqvist]
2922  - Rewrite iochannel socket implementation [Tor]
2923 * GObject
2924  - Threadsafety improvements; in particular, refcounting
2925    of objects is done atomically now. [Wim Taymans, Tim Janik]
2926 * Bug fixes [Morten Welinder, Matthias, Wim Taymans]
2927 * Documentation improvements [Richard Laager, Matthias]
2928 * New and improved translations (bf,cs,hu,nb,nl,no)
2929
2930 Overview of Changes from GLib 2.7.1 to GLib 2.7.2
2931 =================================================
2932 * Win32 build fixes [Hans Breuer]
2933 * Bug fixes [Mikael Magnusson]
2934 * Documentation improvements [Matthias Clasen]
2935 * New and updated translations (en_CA,es,et,ja,sr,sr@Latn,zh_TW)
2936
2937 Overview of Changes from GLib 2.7.0 to GLib 2.7.1
2938 =================================================
2939 * GOption 
2940  - Allow callback arguments without parameters [Dan Winship]
2941 * GMappedFile: an mmap wrapper [David Schleef, Behdad Esfahbod]
2942 * Misc new functions:
2943  - g_get_host_name [Tor Lillqvist]
2944  - g_mkdir_with_parents [Tor]
2945  - g_build_pathv, g_build_filenamev [Todd A. Fisher, 
2946    Matthias Clasen]
2947 * Bug fixes [Roger Leigh, Masatake YAMATO, Kjartan Maraas,
2948   Manish Singh, Tor, Murray Cumming, Kian Duffy, Morten Welinder]
2949 * Documentation improvements [Hong Gang XU, Dan Winship, Matthias]
2950 * New and updated translations (bg,cs,da,en_CA,es,et,nb,nl,no,
2951   sk,th,zh_TW)
2952
2953 Overview of Changes from GLib 2.6.x to GLib 2.7.0
2954 =================================================
2955 * GKeyFile
2956  - Add unit tests [Matthias Clasen, Suren A. Chilingaryan]
2957  - Accept \r\n as line end [Bastian Nocera]
2958  - Don't interpret leading zeros as octal numbers. [Matthias]
2959  - Make key and group removal work [David Hoover, Matthias Hasselmann]
2960 * GOption
2961  - Improve formatting of --help output [Matthias, Noah Levitt]
2962  - Accept -? [Matthias]
2963  - Warn about duplicate main groups [Jeff Franks]
2964  - Treat '-' as non-option argument [Tim Musson, Thomas Leonard]
2965  - Report missing arguments as errors [Björn Lindqvist]
2966  - Add a boxed type for GDate [Tim-Philipp Müller]
2967 * GTree
2968  - g_tree_remove() and g_tree_steal() return status information [Matthew F. Barnes]
2969 * Stdio wrappers
2970  - Work regardless of large file support [Manish Singh]
2971  - Add g_access(), g_chmod(), g_creat(), g_chdir [Tor Lillqvist]
2972 * GObject
2973  - Implement "toggle references" to help language bindings [Owen Taylor]
2974  - Allow to mark names, nicks and blurbs of pspecs as static [Ben Maurer, Matthias]
2975  - Make pspec lookup a bit faster [Morten Welinder]
2976 * Add g_listenv() to list all set environment variables [Hans Petter Jansson]
2977 * Add g_file_set_contents() to atomically write a file.  [Søren Sandmann,
2978   Sven Neumann, Manish, Alexis S. L. Carvalho]
2979 * Add g_try_malloc(), g_try_new(), g_try_new0() and g_try_renew() [Stefan Kost]
2980 * Add g_utf8_collate_key_for_filename() to sort filenames taking
2981   extensions and numeric suffixes into account.  [Ole Laursen, Alex Larsson]
2982 * Add G_GNUC_NULL_TERMINATED to mark varargs function with 
2983   NULL-terminated argument lists. [Marc Meissner]
2984 * Win32 changes
2985  - Improved debugability [Ulf Lamping, Hans Breuer]
2986  - Make filename handling more robust [Tor, Billy Skaggs]
2987  - Improve g_get_system_data_dirs() [Tor]
2988  - Use more precise timers [Tor]
2989  - Build fixes [Kazuki Iwamoto, Hans, Tor, Robert Ögren]
2990 * Other bug fixes [Roger Leigh, Owen, Matthias, Morten, Kjartan Maraas, 
2991   Pawel Sakowski, Tor, Simon Budig, Ed Avis, Manish, Nicolas Laurent, 
2992   Bastien, Fabrício Barros Cabral, Michael Banck, Daniel Atallah, 
2993   J. Ali Harlow, Tim Janik, Hazael Maldonado Torres, Sven, Jon-Kare Hellan,
2994   Dave Benson, Tommi Komulainen, Benjamin Otte, Brian Cameron, Changwoo Ryu, 
2995   Christian Biere, Noah, Benoît Carpentier]
2996 * Documentation improvements [Vincent Untz, Matthias, Tim-Philipp Müller,
2997   Morten, Matthew, Federico Mena Quintero, Sebastian Bacher, Oliver Sessink, 
2998   Stefan, Jared Lash, Tor, Owen, Daniel Vaillard, Mathieu Lacage]
2999 * New and updated translations (ca,cs,da,el,en_CA,en_GB,es,et,eu,fa,fr,gl,
3000   hu,id,it,lt,mn,ne,nl,pl,pt,pt_BR,ro,rw,sk,sq,sr,sr@Latn,tl,uk,xh,zh_CN)
3001
3002 Overview of Changes from GLib 2.6.0 to GLib 2.6.1
3003 =================================================
3004 * GOption
3005  - Make gtk_init(NULL, NULL) work again [Marcin Krzyzanowski]
3006  - Improve handling of -- [Matthias Clasen]
3007  - Don't show G_OPTION_REMAINING in --help output [Matthew F. Barnes]
3008 * g_find_program_in_path() doesn't return directories [Tommi Komulainen]
3009 * Add gmodule-export-2.0.pc [Matthias]
3010 * Win32 changes
3011  - Improve hangling of UNC paths [Tor Lillqvist]
3012  - g_getenv(), g_setenv(), g_unsetenv(), g_find_program_in_path()
3013    take and return UTF-8 now [Tor] 
3014  - Make g_file_test() work more reliably, and use PATHEXT
3015    when check for executables [Tor]
3016  - Build and cross-compilation fixes [J. Ali Harlow]
3017 * Other bug fixes [Jens Hatlak, Morten Welinder, 
3018   Tor, Kalpesh Shah, Adrian Bunk]
3019 * Documentation improvements [Marcin Krzyzanowski, Tor, Crispin
3020   Flowerday, Mariano Suárez-Alvarez, Christian Biere, Danny Milo,
3021   Vincent Untz, Bastien Nocera]
3022 * New and updated translations (cy,de,nl,ru,sq,sv)
3023
3024 Overview of Changes from GLib 2.4.x to GLib 2.6.0
3025 =================================================
3026
3027 * Major new APIs
3028   - GOption, a commandline option parser
3029   - GKeyFile, a parser/editor for the .ini like files 
3030   - Functions to support the XDG basedir specification
3031   - Wrappers for common POSIX pathname functions to handle filename
3032     encodings consistently. On Windows, these use UTF-8.
3033
3034 * Miscellaneous new functions
3035   - g_filename_display_name() converts filenames in displayable UTF-8 strings
3036   - g_uri_list_extract_uris() splits uri lists
3037   - g_date_get_iso8601_week_of_year() gets ISO 8601 week numbers
3038   - g_log_set_default_handler() installs an alternate default log handler
3039   - g_get_language_names() obtains a list of applicable locale names
3040   - g_strv_length() calculates the length of NULL-terminated string arrays
3041   - g_win32_get_windows_version() determines the Windows version 
3042   - G_GNUC_INTERNAL marks functions as non-exported
3043   - glib_check_version() checks the GLib version at runtime
3044   - g_debug() completes the family of logging functions
3045
3046 * Performance improvements
3047   - Optimize g_utf8_validate()
3048   - Optimize g_markup_parse_context_parse()
3049   - Reduce signal connection complexity from O(n) to O(1) 
3050   - Get rid of many PLT entries for internally used exported symbols
3051   - Reduce code size by removing literal strings from g_return_if_fail()
3052
3053 * Other changes
3054   - On Windows, GLib functions that take file name arguments now require
3055     those to be in UTF-8. Functions that return file names return UTF-8.
3056   - Use higher precision for mathematical constants
3057   - Don't convert to/from UTF-8 in g_filename_to_uri/g_filename_from_uri
3058   - Support ll as printf format modifier for long long on all platforms
3059   - Clean up the ABI and enforce the list of exported symbols
3060   - Add a .pc file for using gmodule in libraries
3061   - Require ngettext
3062
3063 Overview of Changes from GLib 2.5.7 to GLib 2.6.0
3064 =================================================
3065 * GOption: Don't list help options if group-specific
3066   options have been requested [Glynn Foster]
3067 * Make g_get_language_names() track locale changes [Christian Persch]
3068 * Win32 bug fixes [Tor Lillqvist]
3069 * Bug fixes [Philippe Blain, Owen Taylor, Sebastian Wilhelmi]
3070 * New and updated translations (da,es,ja,lt,zh_CN)
3071 Bugs fixed: 159530,100697,160271,160645,157255
3072
3073 Overview of Changes from GLib 2.5.6 to GLib 2.5.7
3074 =================================================
3075 * Optimize g_utf8_validate() [Owen Taylor, Matthias Clasen]
3076 * Optimize g_markup_parse_context_parse() [Havoc Pennington, 
3077   Morten Welinder]
3078 * Reduce signal connection complexity from O(n) to O(1) 
3079   [Sven Neumann]
3080 * Add a .pc file for using gmodule in libraries [Owen]
3081 * Add G_GNUC_MALLOC to mark functions returning newly 
3082   allocated memory  [Matthias]
3083 * Win32 bug fixes [Hans Breuer, Tor Lillqvist, Robert Ögren,
3084   Bruce Hochstetler]
3085 * Bug fixes [Kazuki IWAMOTO, Matthias, Manish Singh, Morten,
3086   Frederic Crozat, Tor]
3087 * Documentation improvements [Matthias, Tor, Owen]
3088 * New and updated translations (cs,da,de,en_CA,en_GB,es,nb,nl,sq,zh_CN)
3089
3090 Overview of Changes from GLib 2.5.5 to GLib 2.5.6
3091 =================================================
3092 * GOption
3093   - Add G_OPTION_FLAG_REVERSE to allow options 
3094     which unset a  boolean variable [Tor Lillqvist]
3095 * GChildWatch
3096   - Use sigaction instead of signal [Jonas Jonnson, 
3097   Archana Shah]
3098   - Make the very first SIGCHLD work [Gustavo Carneiro]
3099 * Bug fixes [Morten Welinder, Tor, David MacLachlan,
3100   Manish Singh, J. Ali Harlow]
3101 * Documentation improvements [Matthias Clasen, Tor]
3102 * Updated translations (da,ja,tr,zh_CN)
3103
3104 Overview of Changes from GLib 2.5.4 to GLib 2.5.5
3105 =================================================
3106 * GKeyFile
3107   - Cleanups, add more error checking [Ray Strode]
3108   - Fall back to the untranslated string when getting 
3109     locale strings [Mark McLoughlin]
3110 * GOption
3111   - Document GOption [Matthias Clasen]
3112   - Better support for rest arguments [Owen Taylor, Matthias]
3113   - Handle conflicts between groups [Matthias]
3114 * Add g_lstat() to the stdio wrappers [Tor Lillqvist]
3115 * Add g_filename_display_name() to convert filenames
3116   in displayable UTF-8 strings  [Alex Larsson, Matthias]
3117 * Win32 bug fixes [Kazuki IWAMOTO, Hans Breuer, Tor]
3118 * Bug fixes [Christophe Fergeau, Morten Welinder, 
3119   Owen, Kjartan Maraas, Mark]
3120 * Documentation improvements [Matthias, Tor]
3121
3122 Overview of Changes from GLib 2.5.3 to GLib 2.5.4
3123 =================================================
3124 Add GKeyFile, a parser/editor for the .ini like files used in various
3125    freedesktop.org specifications. [Ray Strode]
3126 Make the handling of filename encodings consistent across all
3127    GLib functions, introduce wrappers for common POSIX 
3128    functions which accept the same filename encoding. [Tor Lillqvist, 
3129    Owen Taylor]
3130 GOption
3131  - Rename g_context_option_error_quark() to a more language-binding
3132    friendly name [Murray Cumming]
3133  - Accept backslashes in filenames on Win32 [Tor Lillqvist]
3134 * Strip the internal aliasing prefix IA__ from function names in 
3135   assertions [Matthias Clasen]
3136 * Add a function to split uri lists. [Matthias]
3137 * Win32 bug fixes 
3138  - Don't open console windows [Tor]
3139 * Other bug fixes [Philippe Blain, Robert Ögren, Hidetaka Iwai, Matthias,
3140  Morten Welinder, Mats-Ola Persson, Tor, Nickolay V. Shmyrev, Kjartan Maraas,
3141   Anders Carlsson, Tim-Philipp Müller, Lucas Rocha, Andrea Campi, Manish
3142   Singh, Thomas Fitzsimmons, Kazuki IWAMOTO]
3143 * Documentation improvements [Matthias, Linus Walleij, Nickolay, Philippe, 
3144  Adam Hooper, Gustavo Carneiro]
3145 * New and updated translations (cs,en_CA,en_GB,ja,nb,nl,or,sr,sr@Latn,sq)
3146
3147 Overview of Changes from GLib 2.5.2 to GLib 2.5.3
3148 =================================================
3149 * GOption
3150  - set the program name from argv[0] [Masatake YAMATO] 
3151  - make contexts work without a main group [Anders Carlsson]
3152 * Performance 
3153  - Get rid of many PLT entries for internally used exported symbols,
3154    and clean up the ABI at the same time and make make check check the
3155    list of exported symbols.  [Matthias Clasen]
3156 * Add API to get ISO 8601 week numbers [Niklas Lundell]
3157 * Add API to install an alternate default log handler [Darin Adler]
3158 * Add API to obtain a list of applicable locale names [Hidetoshi Tajima]
3159 * Reduce code size bloat by removing literal strings from
3160  the g_return_if_fail() macros [Owen Taylor]
3161 * Add g_strv_length [Tim-Philipp Müller]
3162 * Win32 changes
3163  - Add API to determine the Windows version [Tor Lillqvist]
3164 * Other bug fixes [Stepan Kasal, Anders, Tor, Kazuki Iwamoto,
3165   Manish Singh]
3166 * Documentation improvements [Morten Welinder, Matthias]
3167 * New and updated translations (es,nn,ro)
3168
3169 Overview of Changes from GLib 2.5.1 to GLib 2.5.2
3170 =================================================
3171 * Add G_GNUC_INTERNAL macro [Arjan van de Ven]
3172 * Add GOption, a commandline option parser [Anders Carlsson]
3173 * Add glib_check_version [Michael Natterer]
3174 * Add XDG basedir API [Ray Strode]
3175 * Require ngettext [Danilo Segan]
3176 * Bug fixes [Manish Singh, Ray Strode, Vincent Noel, 
3177   Jon-Kare Hellan, Jody Goldberg]
3178 * Win32 bug fixes [Tor Lillqvist, Hans Breuer, Peter Zelezny]
3179 * Documentation improvements [Matthias Clasen, Vincent Untz, Christian Persch]
3180 * New and updated translations (bs,eu,fi,gu,ne,pa)
3181
3182 Overview of Changes from GLib 2.5.0 to GLib 2.5.1
3183 =================================================
3184
3185 * Bug fixes [Oliver Guntermann, Sven Neumann, James 
3186   Henstridge, Hiroyuki Ikezoe, Matthias Clasen, Robert 
3187   Ögren, Tommi Komulainen]
3188 * Documentation improvements [Soeren Sandmann, 
3189   Christophe Fergeau, Danek Duvall]
3190 * New and updated translations (eu,hi)
3191   
3192 Overview of Changes from GLib 2.4.1 to GLib 2.5.0
3193 =================================================
3194
3195 * New functions g_debug [Sven Herzberg]
3196 * Use higher precision for mathematical constants [Morten 
3197  Welinder]
3198 * Don't convert to/from UTF-8 in g_filename_{to,from}_uri 
3199  [Federico Mena Quintero]
3200 * Win32
3201  - Handle empty digit string in printf() functions 
3202    correctly [Tor Lillqvist]
3203  - Support ll as format modifier for long long [Tor]
3204  - Be more careful about HOME [Tor, Ivan Wong]
3205  - Bug fixes [John Ehresman]
3206 * Miscellaneous bug and portability fixes [Danilo Segan, 
3207  Owen Taylor, Nikolai Weibull, Benoît Carpentier, Morten 
3208  Welinder, Manish Singh, Sven Neumann, Julio M. Merino Vidal,
3209  Kaz Sasayama, Murray Cumming, Federico, Mariano Suarez-Alvarez]
3210 * Documentation updates [Matthias Clasen, Crispin Flowerday,
3211  Tommi Komulainen, Federico Mena Quintero, Ed Griffiths]
3212 * New and updated translations (ja,ne,no,wa)
3213  
3214 Overview of Changes from GLib 2.4.0 to GLib 2.4.1
3215 =================================================
3216
3217 * Win32 bug fixes [Tor Lillqvist, Roger Leigh, John Ehresman]
3218 * Miscellaneous bug and portability fixes [Owen Taylor,
3219   Matthias Clasen, Jonas Jonsson, Christian Krause,
3220   Nickolay V. Shmyrev, Christophe Saout, Philippe Blain,
3221   Piotr Klaban]
3222 * Documentation updates [Matthias]
3223 * New and updated translations (ca,cs,cy,el,en_CA,en_GB,es,eu,fi,
3224   fr,gu,he,id,nl,pt,pl,ru,sr,sr@ije,sr@Latn,sv,uk)
3225
3226 Overview of Changes from GLib 2.3.6 to GLib 2.4.0
3227 =================================================
3228
3229 * Handle invalid-UTF-8 in g_log() properly [Matthias Clasen]
3230 * Win32 bug fixes [Tor Lillqvist, Bruce Hochstetler]
3231 * Miscellaneous bug and portability fixes [Olivier Biot, David L. Cooper II, 
3232   Kjartan Maraas, Frédéric L. W. Meunier, Christof Petig, Manish Singh, 
3233   Sebastian Wilhelmi]
3234 * Documentation updates [Owen]
3235 * Updated translations (hr,ro)
3236
3237 Overview of Changes from GLib 2.3.5 to GLib 2.3.6
3238 =================================================
3239
3240 * GAtomic bug fixes [Sebastian Wilhelmi, Mark McLoughlin]
3241 * GMain threading fixes and improvements [Sebastian]
3242 * Win32 [Tor Lillqvist]
3243  - restore some symbols extraneously exported from gobject to maintain ABI compatibility
3244  - Misc build improvements and fixes [Tor, Cedric Gustin, Hans Breuer]
3245 * Documentation updates [Sebastian, Takeshi AIHANA, Matthias, Sven Herzberg]
3246 * New and updated translations (be,es,fi,ga,pa,sr@ije,zh_CN)
3247
3248 Overview of Changes from GLib 2.3.3 to GLib 2.3.5
3249 =================================================
3250
3251 * Make glib-mkenums parse initializers with macros. [Matthias Clasen, muppet]
3252 * Respect locale era in g_date_set_parse(). [Theppitak Karoonboonyanan] 
3253 * Add atomic operations and use it for the async queue and
3254   gonce implementation. [Sebastian Wilhelmi]
3255 * Documentation improvements [Sebastian, Matthias, Sven Herzberg]
3256 * Add g_main_depth() for finding the recursion depth of the main
3257   loop [Owen Taylor, Tim Janik, Stefan Westerfeld]
3258 * Add g_spawn_close_pid(), needed on win32 [J. Ali]
3259 * Win32 fixes. [Hans Breuer, J. Ali Harlow]
3260 * Misc bugfixes [Sebastian, Matthias, Balazs Scheidler, Owen]
3261 * Updated translations (cy,et,ga,sq)
3262
3263 Overview of Changes from GLib 2.3.2 to GLib 2.3.3
3264 =================================================
3265
3266 * Add a native AIX gmodule implementation. [Laurent Vivier]
3267 * Add g_node_copy_deep().  [James M. Cape, Matthias Clasen]
3268 * Extend GQueue API to match the GList API. [Soeren Sandmann]
3269 * Add g_hash_table_find().  [Tim Janik]
3270 * Add a G_MODULE_BIND_LOCAL flag. [David Schleef]
3271 * Inline g_string_append_c() when possible. [Owen Taylor, Tim]
3272 * Wrap waitpid() as a GSource. [Jonathan R. Blandford]
3273 * Add g_completion_complete_utf8(). [Theppitak Karoonboonyanan, 
3274   Matthias]
3275 * Add g_strsplit_set(). [Soeren]
3276 * Documentation improvements. [Vincent Untz, Sebastian Wilhelmi, 
3277   Soeren, Matthias]
3278 * Win32 build fixes. [Tor Lillqvist]
3279 * Misc bugfixes [Manish Singh, Noah Levitt, Simon Josefsson, 
3280   Morten Welinder, Damien Carbery, Julio M. Merino Vidal, Sebastian, 
3281   Matthias]
3282 * Updated translations (nn,cs,it,ko,sq,ms,az,hr,uk,sr,sr@Latn,sq,ta)
3283
3284 Overview of Changes from GLib 2.3.1 to GLib 2.3.2
3285 =================================================
3286
3287 * Add G_MAXSIZE. [Manish Singh]
3288 * Add g_rand_new_with_seed_array(), g_rand_set_seed_array(),
3289   implementing the init-by-array functionality of the 
3290   original mersenne twister. Add g_rand_copy(). Improve seeding. 
3291   [George Lebl]
3292 * Add a lowercase_name option to glib-mkenums. [Murray Cumming]
3293 * Add g_ptr_array_foreach(). [Matthias Clasen]
3294 * Add g_timer_continue(). [Tim-Philipp Müller]
3295 * Fix a threadsafety issue in mem chunks. [Matthias, Balazs Scheidler]
3296 * Fix g_filename_{to,from}_utf8() on Win32 and improve 
3297   g_file_test() there too [Hans Breuer] 
3298 * Add a boxed type for NULL-terminated string arrays.  [Matthias]
3299 * Add G_DEFINE_TYPE() plus variants to ease the constuction
3300   of GObject boilerplate code.  [Tim Janik]
3301 * Support & in password GECOS field [Matthias, Soeren Boll Overgaard]
3302 * Documentation improvements [Matthias, Manish]
3303 * Win32 build fixes [Hans]
3304 * Misc bug fixes [Damien Carbery, Matthias, Manish, Olivier Poncet, 
3305   Zack Rusin]
3306 * Updated translations (ar,de,fa,ga,mn,nn,no,sq)
3307
3308 Overview of Changes from GLib 2.3.0 to GLib-2.3.1
3309 =================================================
3310
3311 * Add glib/gi18n.h and glib/gi18n-lib.h for common
3312   gettext support, including a Q_() macro for translation
3313   with context [Matthias Clasen]
3314 * Add a more flexible G_FILENAME_ENCODING variable
3315   as a replacement for G_BROKEN_FILENAMES [Matthias]
3316 * Fix the return value g_main_context_iterate() for
3317   newly ready sources [Padraig O'Briain]
3318 * Handle Hangul composition for normalization [Noah Levitt]
3319 * Add G_{MIN,MAX,MAXU}INT{8,16,32}. [Mark Jones, Matthias]
3320 * Add G_GSIZE_FORMAT/G_SSIZE_FORMAT [Manish Singh]
3321 * Add G_STRFUNC as a portable wrapper for __func__ [Tim Janik]
3322 * Documentation improvements [Matthias]
3323 * GObject [Tim Janik]
3324  - Support '-' in g_signal_connect()/disconnect() names
3325    like 'swapped-signal'.
3326  - Add g_type_class_peek_static() and use to optimize
3327    g_object_new() for static types [Tim]
3328  - Allow setting construct-only properties from within
3329    init() implementations
3330  - Enforce readability/writeability in g_object_set/get()
3331 * Fix bug with g_ascii_strtod and multi-byte separator.
3332   [Behdad Esfahbod, Roozbeh Pournader]  
3333 * Misc bug fixes [Matthias, John Ehresman, Andrew Lanoix,
3334   Tor Lillqvist, Mark McLoughlin, Tim-Philipp Müller, Manish, 
3335   Morten Welinder]
3336 * Updated translations (ca,cs,da,es,fr,ja,nn,no,pt,ru)
3337
3338 Overview of Changes from GLib 2.2.x to GLib-2.3.0
3339 =================================================
3340
3341 * Replace Trio printf by gnulib vasnprintf [Matthias Clasen]
3342 * Update Unicode data to Unicode 4.0 [Noah Levitt]
3343 * Support XML-safe formatted output with 
3344   g_markup_[v]printf_escaped [Owen Taylor]
3345 * Add g_file_read_link to read symbolic links [Matthias]
3346 * Add g_unichar_get_mirror_char to obtain the 
3347   mirrored variant of a character [Noah]
3348 * Support for one-time initialization functions. 
3349   [Sebastian Wilhelmi]
3350 * Miscellaneous API additions: g_vasprintf
3351   g_string_chunk_insert_len, g_setenv, g_unsetenv [Matthias]
3352 * Docs improvements [Matthias]
3353 * Add support instance-private data on classed types
3354   [Mark McLoughlin, Tim Janik, Owen]
3355 * Optimize signal emissions [Soeren Sandmann, Tim]
3356 * Support a "default vtable" per interface [Tim]
3357 * Add support for properties on interfaces [Owen, Tim]
3358 * Miscellaneous API additions: g_value_take_string(),
3359   g_value_take_param(), g_value_take_object(), 
3360   g_value_take_boxed(). [Matthias]
3361 * Win32 build fixes [Tor Lillqvist]
3362
3363 Overview of Changes from GLib 2.1.5 to GLib-2.2.0
3364 =================================================
3365
3366 * Fix a problem with g_thread_init() on 64-bit problems
3367   [Alceste Scalas, Sebastian Wilhelmi]
3368 * Add assembly implementations of byteswap macros
3369   for ia64 and x86_64. [Manish Singh]
3370 * IOChannel fixes for Win32 [Tor Lillqvist, Thorsten Maerz]
3371 * Updated translations (bg,ca,es,da,fi,lv,ru,sk)
3372
3373 Overview of Changes from GLib 2.1.4 to GLib-2.1.5
3374 =================================================
3375
3376 * Win32 bug fixes [Tor Lillqvist]
3377 * Various post-rewrite fixes for glib-gettext.m4 [Owen Taylor,
3378   Jody Goldberg, Kjartan Maraas, Johannes Stezenbach]
3379 * Ensure we have a GUINT64_FORMAT by pulling in Trio
3380   if necessary [Manish Singh]
3381 * Further Trio build fixes [Matthias Clasen, Owen]
3382 * Hack around gcc, libtool issues with -pthread [Owen]
3383 * Docs improvements [Matthias]
3384 * Bug and portability fixes 
3385 * Updated and new translations (bg,de,fi,fr,sq,fr)
3386
3387 Other contributors: Kai Poitschke, Morten Welinder
3388
3389 Overview of Changes from GLib 2.1.3 to GLib-2.1.4
3390 =================================================
3391
3392 * autoconf changes to make it possible to cross compile
3393   GLib. [Owen Taylor, Dan Kegel, Amy Lin, Dimi Shahbaz, 
3394   Johannes Stezenbach]
3395 * Use libintl when it has bind_textdomain_codeset() and
3396   GLib doesn't. [Owen]
3397 * Improve generation of pseudo-random integers [Morten Welinder, 
3398   Sebastian Wilhelmi]
3399 * Avoid literal UTF-8 in favor of octal escapes [Owen, Tomas Ogren]
3400 * Cleanup include order [Sven Neumann]
3401 * autoconf cleanups and bug fixes [Daniel, Matthias Clasen, Owen]
3402 * Doc fixes and additions [Matthias]
3403
3404 Other contributors: James M. Cape, Frederic Crozat, Martin Gansser,
3405   Phuc LeHong, Manish Singh, Joshua Weage, Morten Welinder
3406
3407 Overview of Changes from GLib 2.0.x to GLib-2.1.x
3408 =================================================
3409
3410 * Add copy of the Trio library to build and use for printf() when 
3411   system printf isn't good enough. Add g_printf()/etc. [Matthias Clasen]
3412 * Add g_str_has_suffix()/g_str_has_prefix() [Alex Larsson]
3413 * Add g_markup_parse_context_get_element() [Matthias]
3414 * Add g_utf8_strreverse [Matthias]
3415 * Add g_ascii_strtoull() [Tim Janik]
3416 * Support scanning of 64-bit values with GScanner [Tim]
3417 * Add g_set/get_application_name() [Havoc Pennington]
3418 * Add G_LIKELY()/G_UNLIKELY() macros for hinting branch probabilities. 
3419   Use for g_return_if_fail(). [Matthias Clasen]
3420 * Add G_GNUC_DEPRECATED macro [Tom Tromey]
3421 * Improve the seeding algorithm of GRandom to avoid problems
3422   with certain pathological seeds. Support G_RANDOM_VERSION=2.0
3423   environment variable. [Sebastian Wilhelmi]
3424 * Improve thread configure checks, use -pthread where applicable
3425   [Sebastian]
3426 * Improve handlng of thread priorities [Sebastian]
3427 * Fix up parameter names that might shadow functions from
3428   system headers [Soeren Sandmann]
3429 * Clean up usage of deprecated functions [Manish Singh]
3430 * Docs fixes and improvements. In particular, include "Since" information.
3431   [Matthias, Soeren, Martin Schulze, Daryll Strauss, Bill Janssen, 
3432   Owen Taylor, Morten Welinder]. 
3433
3434 Overview of Changes in GLib 2.0.7
3435 =================================
3436
3437 * Fix C++ warnings in gtype.h [Dom Lachowicz]
3438 * Fix g_type_fundamental_next() [Tim Janik]
3439 * Fix various missing includes of config.h [Morten Welinder]
3440 * Handle main loop initialization before g_thread_init [Sebastian Wilhelmi]
3441 * Various 64-bit fixes [Manish Singh]
3442 * Fix GPoll on Win32 [Tor Lillqvist, Herman Bloggs]
3443 * Fix bug with buffering on UTF-8 IOChannels [Daniel Elstner]
3444 * Misc bug and build fixes [Soren Andersen, Gustavo Carneiro, Tor,
3445      Tim, Havoc Pennington,  Matthias Clasen, Sebastian Rittau,
3446      Masahiro Sakai, Arvind Samptur, HideToshi Tajima, Owen Taylor]
3447 * Updated and new translations (be,cs,de,*fa,it,lv,pt_BR,tr)
3448
3449 Overview of Changes in GLib 2.0.6
3450 =================================
3451
3452 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
3453 * Clean up debug spew from GObject [Anders Carlsson]
3454 * Compiler warning fixes [David L. Cooper II]
3455 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
3456 * Fixes for --disable-debug [Sebastian Wilhelmi]
3457 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
3458   Rajkumar Sivasamy, Laurent Vivier]
3459 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
3460   Sebastian Rittau, Linus Welleij]
3461 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
3462 * Updated translations (bg,ko,vi)
3463
3464 Overview of Changes in GLib 2.0.5
3465 =================================
3466
3467 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
3468 * Clean up debug spew from GObject [Anders Carlsson]
3469 * Compiler warning fixes [David L. Cooper II]
3470 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
3471 * Fixes for --disable-debug [Sebastian Wilhelmi]
3472 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
3473   Rajkumar Sivasamy, Laurent Vivier]
3474 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
3475   Sebastian Rittau, Linus Welleij]
3476 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
3477 * Updated translations (bg,ko,vi)
3478
3479 Overview of Changes in GLib 2.0.4
3480 =================================
3481
3482 * Fix some 64-bit problems. (George Lebl, David L. Cooper II)
3483 * Add note about Tru64 iconv to INSTALL. (Manuel Op de Coul)
3484 * Fix problem with timouts > MAXINT. (Tim Janik, Owen Taylor)
3485 * Updated translations (ca,es,fr,ja,gl,ms,nl,pl,pt,ru)
3486
3487 Overview of Changes in GLib 2.0.3
3488 =================================
3489
3490 * Handle sorting 0-length arrays (Ron Arts)
3491 * Threading fixes (Sebastian Wilhelmi)
3492 * Portability fixes (Miroslaw Dobrzanski-Neumann, Jacob Berkman, Gareth Pierce, 
3493   Sebastian, Qingjiang Yuan)
3494 * Various fixes for glib-2.0.m4. (Jim Gettys, others.)
3495 * Locate right glib-genmarshal when cross-compiling. (Mitch Natterer)
3496 * Win32 fixes (Tor Lillqvist)
3497 * Try to fix g_get_charset() related segfaults. (Owen)
3498 * Fixes for gettext detection. (Dan Winship, HideToshi Tajima, Boyd Lynn Gerber,
3499   Andrew P. Lentvorski, Jr.)
3500 * Fix g_scanner_unexp_token() (Tim Janik, Sven Neumann)
3501 * g_markup fixes. (Matthias Clasen.)
3502 * Bug fixes and cleanups (Daniel Elstner, Matthias, Laszlo Peter, Morten Welinder,
3503   Wayne Schuller)
3504
3505 Overview of Changes in GLib 2.0.1
3506 =================================
3507
3508 * Portability fixes for Sun's Forte compiler [Erwann Chenede]
3509 * Performance improvements for GObject parameter lookup, 
3510   g_filename_to/from_utf8() [Alex Larsson]
3511 * Actually check interface prerequisites [Matthias Clasen,
3512   Miroslaw Dobrzanski-Neumann]
3513 * Fix problem with glib-mkenums taking huge amounts of stack. [Owen Taylor]
3514 * Fix g_signal_handlers_disconnect_by_func() for C++ [Damien Sandras]
3515 * Fixes for g_log() and threading.
3516   [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, Tim Janik]
3517 * Make g_print(), g_printerr(), g_warning(), etc, convert from
3518   UTF-8 to the encoding of the locale [Sebastian Wilhelmi, Tim]
3519 * Fixes for GIOChannel on windows. [Tor Lillqvist]
3520 * Fix gsize/gint mismatches in giochannel.c [Miroslaw Dobrzanski-Neumann]
3521 * Fix file descriptor leak in g_file_get_contents() [Matthias]
3522 * Workaround iconv() problems on older Solaris [Lauri Alanko]
3523 * Fix warnings with gcc-3.1 about asm const [Cody Russel]
3524 * Minor bug fixes.
3525
3526 Other contributors: Hans Breuer, LEE Sau Dan, Sven Neumann, Salmaso Raffaele,
3527   Akira Tagoh, Morten Welinder
3528
3529
3530 Overview of Changes in GLib 2.0.0
3531 =================================
3532
3533 * Thread portability fixes [Sebastian Wilhelmi]
3534 * Documentation updates [Owen Taylor]
3535 * Make g_strerror(), g_strsignal() properly return UTF-8,
3536   call bind_text_domain_codeset() so that error strings
3537   are in UTF-8 as well. [Owen, Tor Lillqvist]
3538
3539 Overview of Changes in GLib 2.0.0 rc1:
3540 ======================================
3541
3542 * Win32 fixes [Tor Lillqvist]
3543 * Portability fixes [Finlay Dobbie, Miroslaw Dobrzanski-Neumann]
3544 * Fix up g_date_strftime [Daniel Elstner]
3545 * Add some structure padding [Tim Janik]
3546 * Make g_get_homedir() prefer the users home directory to $HOME
3547
3548 Other contributors: Matthias Clasen, Paolo Maggi, Christian Rose
3549
3550 Overview of Changes in GLib 1.3.15:
3551 ===================================
3552
3553 * Speed up marshalers by using private access to GValue 
3554   [Anders Carlsson, Tim Janik]
3555 * Reduce GValue to 2 elements [Tim]
3556 * Add G_DEBUG environment variable, G_DEBUG=fatal_warnings [Matthias Clasen]
3557 * Fixes for AIX compilation [Miroslaw Dobrzanski-Neumann]
3558 * Add padding to various structures [Owen Taylor, Tim]
3559 * Win32 fixes [Tor Lillqvist]
3560
3561 Other contributors: James Henstridge, Ryan Lovett, Morten Welinder,
3562   Daniel Elstner
3563
3564 Overview of Changes in GLib 1.3.14:
3565 ===================================
3566
3567 * Register value transformations for gint64, guint64 [Andy Wingo]
3568 * Build with large-file support [Sven Neumann, Owen Taylor]
3569 * Fix handling of hostnames in URI's [Darin Adler]
3570 * Main loop bug fixes [Havoc Pennington, Owen]
3571 * Doc fixes and improvements [Manish Singh, Tim Janik]
3572 * Support ' as attribute delimiters in GMarkup [Matthias Clasen]
3573 * Win32 fixes [Hans Breuer, Tor Lillqvist]
3574 * Threading bug and build fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann]
3575 * Miscellaneous bug fixes
3576
3577 Other contributors: Matthias Clasen, James Henstridge, Mitch Natterer, 
3578   Morten Welinder.
3579
3580 Overview of Changes in GLib 1.3.13:
3581 ===================================
3582
3583 * Fix g_filename_to/from_uri for Win32 [Tor Lillqvist, Darin Adler]
3584 * Miscellaneous win32 fixes [Tor, Hans Breuer]
3585 * Fix thread options for gcc on AIX [Jerome Zago, Sebastian Wilhelmi]
3586 * Documentation improvements [Ron Steinke, Matthias, Sebastian]
3587 * Cache iconv converters as used by g_convert() [Jeffrey Stedfast]
3588 * Bug fixes [Sven Neumann, Owen Taylor, Matthias Clasen, Jeffrey,
3589   Laszlo Peter, Havoc Pennington, Tim Janik]
3590
3591 Overview of Changes in GLib 1.3.12:
3592 ===================================
3593
3594 * Implement closure chaining, fixing up API (Tim Janik)
3595 * Closure chaining test case (James Henstridge)
3596 * Make GType long not int where both are equal width (Tim)
3597 * Win32 fixes and improvements (Hans Breuer, Tor Lillqvist)
3598 * Fixes for NetBSD. (Dan Winship)
3599 * Use snprintf() for g_printf_string_upper_bound() where possible. (Matthias Clasen)
3600 * Save space for GBSearchArray (Tim Janik)
3601 * Documentation improvements. (Matthias, Sven Neumann, Havoc Pennington)
3602
3603 Other contributors: Darin Adler, Chris Blizzard, Anders Carlson, Daniel Elstner, Michael Meeks, 
3604   Mark McLoughlin, Dave Neary, Manish Singh, Owen Taylor, HideToshi Tajima, 
3605   Sebastian Wilhelmi.
3606
3607
3608 Overview of Changes in GLib 1.3.11:
3609 ===================================
3610
3611 * Win32 fixes [Hans Breuer, Tor Lillqvist]
3612 * Documentation improvements [Matthias Clasen]
3613 * Portable directory handling API [Hans]
3614 * Threading fixes [Sebastian Wilhelmi, Havoc Pennington]
3615 * Fix excess relocations in Unicode tables [Andrew Taylor]
3616 * Fix gpattern for UTF-8 [Matthias Clasen]
3617 * Support overriding class closures [Tim Janik]
3618 * Support for derivation from G_TYPE_POINTER [Owen Taylor]
3619 * Hide pointers to type information inside GType to reduce locking
3620   [Alex Larsson, Tim]
3621 * Adds check for direct inclusion of gobject/*.h [Owen]
3622 * GObject API cleanups [Tim]
3623
3624 Other contributors: Darin Adler, Jacob Berkman, Daniel Egger, Eric Lemings, 
3625   Michael Meeks, Mark McLoughlin, Arkadiusz Miskiewicz, Dan Winship
3626
3627
3628 Overview of Changes in GLib 1.3.10:
3629 ===================================
3630
3631 * Many Win32 fixes and improvements [Tor Lillqvist]
3632 * Documentation improvements [Matthias Clasen]
3633 * g_string_printfa() renamed to g_string_append_printf()
3634 * Use libcharset from libiconv to implement charset detection
3635   more portably. [Owen Taylor, Hidetoshi Tajima]
3636 * Add 64 bit type support to GObject [Joshua Pritikin, Mathieu Lacage, Owen]
3637 * Make support for 64 bit integers a requirement [Joshua]
3638 * GPattern improvements [Tim Janik, Matthias]
3639 * Locale independent g_ascii_strtod / g_ascii_dtostr [Alex Larsson]
3640 * Many bug fixes and minor tweaks.
3641
3642 Other Contributors: Darin Adler, Jakub Jelinek, James Antill, Andrew Taylor,
3643   Ben Gertzfield, Elliot Lee, Manish Singh, Abel Cheung, Laszlo Peter,
3644   Sven Neumann, George Lebl, Raja Harinath, Sebastian Wilhelmi,
3645   Jacob Berkman
3646
3647
3648 Overview of Changes in GLib 1.3.9:
3649 ==================================
3650
3651 * Fixes for comparison of threads [Sebastian Wilhelmi]
3652 * Use vasprintf() when possible for g_strdup_printf [Matthias Clasen]
3653 * Win32 fixes [Tor Lillqvist, Hans Breuer]
3654 * Add a len argument to g_ascii_strup/strdown
3655 * Bug, portability fixes, cleanups.
3656
3657 Other Contributors: Darin Adler, Katsuhiro Okuno, Joshua N. Pritikin
3658
3659
3660 Overview of Changes in GLib 1.3.8:
3661 ==================================
3662
3663 * Documentation updates [Owen]
3664 * Made GType interfaces overridable in derived types
3665 * Many win32 fixes [Tor Lillqvist]
3666 * Miscellaneous cleanups and fixes
3667
3668 Other contributors:
3669   Darin Adler, Matthias Clasen, Ron Steinke, Hans Breuer, Alex Larsson
3670
3671
3672 Overview of Changes in GLib 1.3.7:
3673 ==================================
3674
3675 * Integrate GClosure support into the main loop [Owen Taylor]
3676 * More GSignal convenience functions (macros) [Sven Neumann, Tim Janik]
3677 * Introduced weak references for GObject [James Henstridge, Sven, Tim] 
3678 * Minor hash table optimizations
3679 * Main loop and threading improvements [Sebastian Wilhelmi]
3680 * Added g_ascii_* functions to be used for locale insensitive UTF-8
3681   compliant code instead of old string functions  [Darin Adler, Alex Larsson]
3682 * Add functions for Unicode case-conversion, normalization, and 
3683   collation [Owen]* GString improvements [Owen]
3684 * Reworked the GIOChannel code [Hidetoshi Tajima, Ron Steinke]
3685 * Removed glib-config-2.0 in favour of pkgconfig [Sebastian]
3686 * Make code 64bit clean [Mark Murnane]
3687 * More G_CONST_RETURN fixes
3688 * Many improvements to the win32 code [Tor Lillqvist, Hans Breuer]
3689 * Miscellaneous bug and API fixes
3690
3691 Other contributors:
3692   Michael Natterer, Christopher James Lahey, Padraig O'Briain,
3693   Matthias Clasen, Josh Pritikin, Steve Baker, Cesar Rincon, Garry R. Osgood,
3694   Michael Meeks, Laszlo Peter,  Martin Baulig, Kjartan Maraas, Andrew Lanoix,
3695   Peter Williams
3696
3697
3698 Overview of Changes in GLib 1.3.6:
3699 ==================================
3700
3701 * Threads have a "return value" from g_thread_join
3702 * Removed ability to adjust thread stack size
3703 * Prefix warnings with progname/PID by default, change toggle for this to 
3704   be an env variable G_MESSAGES_PREFIXED not a compile-time option
3705 * GMarkup speedups
3706 * GDate const, convenience fixups
3707 * Include test cases that headers are compilable by C++ compiler
3708 * Add ability to spawn processes with argv[0] != executable path.
3709 * g_strstr_len, g_strrstr, g_strrstr_len
3710 * Add length argument to g_utf8_strchr and g_utf8_strrchr.
3711 * Misc bug fixes
3712
3713
3714 Overview of Changes in GLib 1.3.5:
3715 ==================================
3716
3717 * Added an installed glib-mkenums Perl program for parsing enumeration
3718   declarations from header files.
3719 * Mark some additional deprecated functions.
3720 * Bug and Portability fixes
3721
3722
3723 Overview of Changes in GLib 1.3.4:
3724 ==================================
3725
3726 * Efficiency improvements for GThreadPool
3727 * A few bug fixes
3728 * Build fixes
3729 * Documentation improvements
3730
3731
3732 Overview of Changes in GLib 1.3.3:
3733 ==================================
3734
3735 GLib:
3736
3737 * More user_data support in various functions.
3738 * Main loop API revamps to support per-thread main loops.
3739 * Unicode handling improvements.
3740 * Implemented debugging traps.
3741 * G_CONST_RETURN specification all over the place.
3742 * Various new small utility functions.
3743 * Random number generator precision improvements.
3744 * New configure option --disable-mem-pools.
3745 * Many Win32 improvements.
3746 * Added g_try_malloc() friends varinats.
3747 * Many documentation improvements.
3748 * Many threading improvements, support for dynamic allocation
3749   of static mutexes.
3750 * GHookLIst API cleanups.
3751 * Improved format support of GDate parser.
3752 * String function speed improvements with new g_stpcpy().
3753 * Hashtable API additions.
3754 * New GPatternSpec for shell-style pattern matching (from GtkPatternSpec).
3755 * Optimizations, cleanups, bug fixes.
3756
3757 GObject:
3758
3759 * Added many convenience functions.
3760 * GClosure and GParamSpec use float/sink ref-counting scheme now.
3761 * Reworked property change notification.
3762 * Binary searchable array cleanups, so it's widely usable now.
3763 * Added static content keeping for some GValue types.
3764 * Support for statically scoped signal parameters.
3765 * Extinguished property trailer args in set/get interface.
3766 * Added support for abstract types.
3767 * G_CONST_RETURN specification all over the place.
3768 * Split parameter exchange functionality into value transforms
3769   and parameter conversions.
3770 * Added signal emission hooks and signal accumulators.
3771 * Added interface prerequisites to support is_a (interface, object)
3772   relations.
3773 * Implemented GValueArray.
3774 * New types, boxed: G_TYPE_VALUE, G_TYPE_CLOSURE, G_TYPE_GSTRING
3775   GParamSpecs: G_TYPE_PARAM_PARAM, G_TYPE_PARAM_POINTER, G_TYPE_PARAM_CLOSURE,
3776   G_TYPE_VALUE_ARRAY, G_TYPE_PARAM_UNICHAR, G_TYPE_PARAM_VALUE_ARRAY.
3777 * Varrags value collection improvements.
3778 * Implemented debugging traps.
3779 * Made things thread-safe.
3780 * Many documentation improvements.
3781 * Many cleanups, optimizations and bug fixes.
3782
3783
3784 Overview of Changes in GLib 1.3.2:
3785 ==================================
3786
3787 GLib:
3788
3789 * Win32 build improvements  [Tor]
3790 * Improvements to error reporting  
3791   (g_critical(), g_return_if_reached()) [Darin]
3792 * Add g_strlcpy/g_strlcat  [David Wheeler]
3793 * New IO channel implementation for Win32  [Tor] 
3794 * Make g_array_free, g_string_free return pointer to memory requested
3795   not to be freed.  [Darin]
3796 * Added GError based error reporting for thread functions.  [Sebastian]
3797 * Moved reference docs into GLib distribution. [Owen]
3798 * Added g_convert() for doing convenient character set conversions based
3799   on iconv. (GLib now requires libiconv or a native iconv.) [Havoc/Owen]
3800 * Various Unicode handling additions (g_ucs4_to_utf8, g_utf8_validate(),
3801   g_{locale,filename}_{to,from}_utf8)  [Robert/Havoc/Owen]
3802 * Portability fixes for threading.  [Sebastian]
3803 * Added convenient functions for launching new processes (g_spawn_*),
3804   and shell quoting/unquoting functions.  [Havoc]
3805 * Split glib.h into many headers.  [Sebastian]
3806 * Added a simple callback-based parser for XML-like files (GMarkup).  [Havoc]
3807 * Fixed confusions between comparison functions that return <0, 0, >0
3808   and equaility functions that return FALSE,TRUE.  [Sebastian]
3809 * Added safe/portable temporary file manipulation functions.  [Tor]
3810 * autoconf improvements.  [Raja]
3811 * Many documentation improvements.
3812 * Bug fixes.
3813
3814 GObject:
3815
3816 * Added boxed and pointer types.  [Tim/Jonathan]
3817 * Added callback abstraction (GClosure)  [Tim]
3818 * Added signal system (GSignal)  [Tim]
3819 * Make GTypePlugin an interface  [Tim]
3820 * Added GTypeModule - a simple GTypePlugin instantiation  [Owen]
3821 * Bug fixes.
3822
3823
3824 What's new in GLib 1.3.1:
3825 =========================
3826
3827 * New GObject library added including object system based on
3828   the GTK+ object system. 
3829 * Functions for getting the properties of Unicode characters, 
3830   computing the canonical decomposition and ordering combining
3831   characters aand manipulating UTF-8 string manipulation based
3832   on libunicode.
3833 * GString now properly handles embedded nuls.
3834 * Multiple fixes from the 1.2.x branch.
3835 * Upgrade to libtool 1.3.3
3836 * Full thread support (thread creation and destruction).
3837 * BeOS port, BeOS dynamic modules.
3838 * Many improvements to the Windows ports.
3839 * Improvements to the OS/2 port, OS/2 module support.
3840 * Double ended queue implementation.
3841 * GLib macros for printf() formatting, e.g. G_GULONG_FORMAT = "lu"
3842 * New configure option --enable-msg-prefix to prefix messages, warnings
3843   et ceteri with the program name and the process id.
3844 * New thread-safe random number generator Mersenne Twister.
3845 * g_strcompress() added, g_strescape() had a slight API change, and
3846   more tightly defined semantics.
3847 * the g_string(x) macro has been removed, #x may be used instead.
3848                                 
3849 * bugs fixed: