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