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