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