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