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