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