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