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