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