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