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