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