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