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