1 Overview of Changes from GLib 2.22.1 to GLib 2.22.2
2 ===================================================
5 - Support case insensitive globs in the shared mime database,
6 including support for the newer cache format that allows these
9 - Speed up creation of simple objects
12 597194 Typo in _G_TYPE_CVH macro
14 * Updated translations:
18 Overview of Changes from GLib 2.22.0 to GLib 2.22.1
19 ===================================================
22 596064 Test file marked for translation
23 595972 possibly invalid search in mime_info_cache_dir_add_...
24 596561 C99 style of declaration of variable in gmessages.c
25 596314 g_utf16_to_utf8 returns an invalid UTF8 string
26 596748 g_async_result_get_source_object returns a new ref
27 593809 Nautilus does not restore the position of the icons...
28 593775 uses inotify_init1 unconditionally
30 * Updated translations:
35 Overview of Changes from GLib 2.21.6 to GLib 2.22.0
36 ===================================================
38 * Add gdb python macros to make gobject debugging more pleasant
41 579050 Allow making selected critical and warning messages non-fatal
42 594759 g_socket_send_message fails due to invalid sendmsg params
43 593941 GNetworkAddress skipping addresses when enumerating
44 594597 Fix build with srcdir != builddir
45 595619 Include gdb pretty printers
47 * Changes that might affect bindings:
48 - The error parameter of g_simple_async_result_set_from_error has been
51 * Updated translations:
85 Overview of Changes from GLib 2.21.5 to GLib 2.21.6
86 ===================================================
88 * Minor API additions:
89 g_mkstemp_full is a variant of g_mkstemp that allows to specify flags
93 593232 g_rand_new: read no more than requested from /dev/urandom
94 591995 use saved errno
95 589491 g_time_val_from_iso8601 doesn't handle some cases
96 593406 Permissions set to 777 after copying via Nautilus
97 594034 Add g_mkstemp_full()
99 * Updated translations:
120 Overview of Changes from GLib 2.21.4 to GLib 2.21.5
121 ===================================================
123 * A performance problem with trashing of many files has been fixed
125 * GResolver now invalidates the libc resolv.conf cache as needed
127 * Minor api additions:
128 - g_cancellable_make_pollfd returns a boolean now. And there is a
129 new function g_cancellable_release_fd that can be used to released
130 the resources used by a GCancellable.
133 589988 Compilation error on Solaris 9 (missing stdint.h)
134 588901 gtcpconnection.c won't compile
135 584246 GResolver needs to call res_init() when network state changes
136 591714 Figure out failure handling for g_cancellable_make_pollfd()
137 591532 redundent '/' returned from g_file_resolve_relative_path
138 591378 Use MSG_NOSIGNAL in GSocket if it's available
139 589649 API documentation migration for Base64 Encoding
140 591840 configure fails with autoconf 2.64
142 * Updated translations:
166 Overview of Changes from GLib 2.21.3 to GLib 2.21.4
167 ===================================================
169 * GTree is now refcounted
172 587938 Undocumented limitation for g_str_equal
173 587773 refcounts for GTree
175 * Updated translations:
185 Overview of Changes from GLib 2.21.2 to GLib 2.21.3
186 ===================================================
188 * GMappedFile is refcounted now
190 * Mainloop: It is now possible to set per-thread default contexts,
191 with g_main_context_push_thread_default.
193 * glib-mkenums supports a @basename@ substitution, in addition
197 - Vfs implementations can support storing of per-file metadata.
198 - GCancellable can now be subclassed.
199 - Unmount and eject methods now optionally allow interaction, via
200 variants that take a GMountOperation object.
203 556706 Inconsistent help arguments -h, -?
204 579449 FileChoosers no longer work if an idle handler is active
205 579933 mainloop FD_CLOEXEC has a race condition
206 579984 alternate GMainContext support
207 585937 gio/gsocket.c (glib 2.21.2) does not compile (Windows/mingw)
208 586675 Runtime library location
209 586797 Add GCancellables to GSocket ops
210 586868 g_filename_complete_get_completions doesn't always return...
211 587415 g_resolver_lookup_by_name_finish returns a freed list
212 587434 regression tests fail, at least on x86_64
213 586928 Avoid g++ warning in g_error()
215 * Updated translations:
220 Overview of Changes from GLib 2.21.1 to GLib 2.21.2
221 ===================================================
224 - g_socket_speaks_ipv4 is a new function to check if a socket can
226 - g_socket_listener_add_address gained a new effective_address out
228 - GIO now returns special icons for XDG user directories, by the
229 name folder-music, folder-documents, etc.
230 - GIO gained support for starting/stopping of drives, which can be used
231 in connection with external hard disk enclosures, disk arrays, iSCSI
232 devices, etc. See g_file_start/stop_mountable.
235 - g_reload_user_special_dirs_cache is a new function to force GLib to
236 reload the XDG user directory mapping from disk.
239 584574 glib compile failure on Mac OS X with gunixresolver.c and...
240 585566 GSocketListener API issues
241 584255 Incorrect freeing of thread pool in GThreadedSocketService
242 585088 g_string_chunk_insert_len stops at nul bytes
243 585360 Monitor fontconfig configuration files using gio causes m...
244 580103 Terminal starts on Display :0.0 when started on :0.1 in D...
245 580301 network: a few issues on old darwin
246 583398 SRV weight sorting is incorrect
247 584176 build fixes on FreeBSD
248 585189 g_cancellable_reset() must be called in same thread as g_...
249 585280 compilation dies on gio/gsocket.c, needs sys/uio.h to con...
250 585281 gio/gunixfdmessage.c needs sys/types.h for platforms that...
251 585478 don't leak the inotify fd
252 585575 g_socket_listener_add_inet_port() doesn't do the right thing
253 585599 g_socket_listener_add_socket() consumes the socket
254 585676 GEmblem doesn't reference its 'icon' if that is set as a ...
255 585717 "bytes" nautilus translation to french is not shown in th...
256 541276 XDG directories should have their own icons
257 585726 Grammatical error in GList documentation
258 585520 Wrong warning option in documentation
259 585673 GNOME Goal: Remove deprecated glib symbols
260 585591 Starting/stopping drives
262 * Updated translations:
267 Overview of Changes from GLib 2.21.0 to GLib 2.21.1
268 ===================================================
271 - Support for network IO has been added, including a low-level
272 socket API and a high-level API for network connections and
274 - Support for read-write access with GIOStream and its subclasses.
275 - GMount gained a pre-unmount signal.
278 576104Implement GMount::pre-unmount
279 578769 implement GWinHttpFileInputStream::close_fn
280 582856 gsocket.c doesn't compile on Solaris
281 569375 g[u]intptr undocumented
282 573246 [FIX] g_desktop_app_info_dup() can access NULL pointer
283 575013 g_cancellable_push_current() does not allow NULL
284 577884 live-g-file.c:461: error: format ‘%d’ expects type ...
285 578499 g_output_stream_splice and stream closing with gnio strea...
286 579558 Application employing gvfs crashes with only libgvfscommo...
287 583001 SIGPIPE (grr!)
288 583061 Please add convenience function to connect to machines by...
289 583198 typo in error message
290 583206 use g_set_error_literal where appropriate
291 583229 void function g_async_initable_init_async returns value
292 583324 locking problem in g_main_context_iterate()
293 583408 void function g_socket_control_message_serialize returns ...
294 578786 wrong and confusing error message
295 583205 g_inet_address_to_bytes has no length outparam
296 583196 mem leak in keyfile test
297 583663 GSocketType enum ends with a comma
298 569024 Make g_error_new_valist public
299 569376 missing G_G[U]INTPTR_FORMAT
300 580347 off-by-1 bug in GWinHttpFile
302 * Updated translations:
308 Overview of Changes from GLib 2.20.x to GLib 2.21.0
309 ===================================================
312 - New helper functions g_cancellable_connect/disconnect to avoid
313 race conditions when connecting to the "cancelled" signal on
315 - New types and methods for dealing with IPv4 and IPv6 addresses (and
316 UNIX domain socket addresses under UNIX). This does not include code
317 for actual socket I/O.
318 - GResolver provides asynchronous and cancellable APIs for resolving
319 hostnames, reverse lookup of IP addresses and resolving SRV records.
321 * Glib now provides hash and comparison functions for int64 and double
322 types, suitable for use with GHashTable.
324 * GArray, GPtrArray and GByteArray can be ref counted now, and have
328 572844 Helper for GCancellable::cancelled connect/disconnect
329 578363 goption docs should be improved
330 548466 async/cancellable DNS resolver
331 579830 param spec strings should use P_()
332 579862 requesting xattr::foo ends up calling getxattr(..., user...
333 580453 Hash and equal functions for gint64 and gdouble
334 580450 Reference counting and boxed types for arrays
335 580194 gresolver doesn't build on Solaris
336 580301 network: a few issues on old darwin
337 580299 network: include sys/types.h before sys/socket.h to insur...
338 572508 gmarkup speedup
339 580546 g_strtoull() referenced in documentation...
340 580656 g_key_file_set_string_list erroneously asserts list != NULL
341 579272 leaks in g_simple_async_result_set_op_res_gpointer
344 * Updated translations:
350 Overview of Changes from GLib 2.20.0 to GLib 2.20.1
351 ===================================================
354 575555 Use fsync() when replacing files to avoid data loss on
355 575708 runaway inotify madness
356 575270 GVolumeMonitor::mount-pre-unmount not being emitted
357 577128 glib make check Failed to execute child process...
358 573673 Always show "backup" directories
359 578369 g_time_val_from_iso8601() parses timezones incorrectly
360 578002 Fix a small typo in GFile docs
361 578017 G_DEFINE_TYPE_EXTENDED docs
363 * Updated translations:
394 Overview of Changes from GLib 2.19.9 to GLib 2.20.0
395 ===================================================
397 * Base64 support: Avoid integer overflows. CVE-2008-4316
400 574019 GChecksum: document and guarantee hex characters in lower case
401 573454 Unable copy/move files to directories symlinked to gvfs share
402 561172 gnome-open fails on local URIs with anchors
403 573970 crash in gunixvolumemonitor:update_mounts when unmounting
404 573843 g_get_current_dir returns non-absolute path
406 * Updated translations:
422 Overview of Changes from GLib 2.19.8 to GLib 2.19.9
423 ===================================================
426 - Considerable speedup
429 - Add G_FILE_CREATE_REPLACE_DESTINATION flag to allow replacing
430 the destination of a copying operation as if it did not exit before.
431 - Be more careful when classifying files as desktop files
432 - Support desktop file key X-GIO-NoFuse which disables the use
433 of fuse pathnames for %u and %U arguments
436 572672 glib/gthread.c: argument is different type
437 572464 Doc for g_file_get_contents
438 572151 “it's” and “its” confused in docs and comments
439 570501 g_win32_get_system_data_dirs uses invalid conversion...
440 167569 g_string_append_printf crashes on win32 when used...
441 572508 gmarkup speedup
442 560564 Replacing a symlink with its linked file truncates...
443 549298 impossible to copy files with p (pipe) flag
444 543183 Clarify docs for g_file_has_prefix
445 540461 g_memory_output_stream_get_data_size() doesn't behave...
446 573462 GEmblemedIcon leak
447 573421 Clarify message format in GMountOperation
448 573658 Deadlock in giomodule.c
449 556706 Inconsistent help arguments -h, -?
450 573527 Wrong shell to run config.status in Makefile.in.in
451 573128 A couple of typos in GObject documentation
453 * Updated translations:
455 British English (en_GB)
465 Norwegian bokmål (nb)
470 Traditional Chinese (zh_HK)
471 Traditional Chinese (zh_TW)
474 Overview of Changes from GLib 2.19.7 to GLib 2.19.8
475 ===================================================
477 * GIO: Fix missing exports of new API
479 * Fix strict aliasing warnings and violations to make Glib work
483 Overview of Changes from GLib 2.19.6 to GLib 2.19.7
484 ===================================================
487 - GFile gained an attribute for the actual file size in bytes
488 - GMountOperation gained an "aborted' signal that allows to abort
489 a mount operation from the backend side
492 523742 Use noinst for non-installable libraries
493 566747 URIs opened with firefox %u load as local files
494 541225 Can't compile gio on AIX duplicate case value in gioerror.c
495 571598 GAsyncResult with NULL gobject
496 505042 add file attribute for actually used file size in bytes
498 * Updates translations:
503 Norwegian bokmål (nb)
510 Overview of Changes from GLib 2.19.5 to GLib 2.19.6
511 ===================================================
513 * New format macro to print goffset data: G_OFFSET_FORMAT
516 - Add a GFilter{Input,Output}Stream::close-base-stream properties which
517 determine whether the base stream will be closed when the filter stream
519 - g_data_input_stream_read_line and ..._read_until have asynchronous
523 568294 A wrong reference in the description of g_bookmark_file_...
524 563141 RFE: define G_OFFSET_FORMAT
525 569105 g_time_val_to_iso8601() assumes time_t==long
526 568394 dropping the last reference to a stream filter closes...
527 568741 g_buffered_input_stream_fill_async doesn't work
528 568723 g_buffered_input_stream_fill_async doesn't take count == -1
529 568575 _async functions for GDataInputStream
531 * Updated translations:
537 Traditional Chinese (zh_HK)
538 Traditional Chinese (zy_TW)
541 Overview of Changes from GLib 2.19.4 to GLib 2.19.5
542 ===================================================
544 * Update included PCRE to 7.8
546 * g_base64_decode_inplace: New function to do base64 decoding in place
549 567138 get_package_directory_from_module() does not free ...
550 566569 gregex docs clarification
551 566573 g_match_info_fetch_pos docs
552 564728 Add function to decode base64 encoded data in place
553 567838 G_STRUCT_OFFSETOF fails to compile under icc 9.1
554 567977 textdomain() macro should not return NULL ...
555 512779 --disable-regex breaks compilation
556 566770 error code 0 for Too many open files is useless
557 565484 g_content_type_guess passes non-UTF8 text to XDG ...
559 * Updated translations:
566 Overview of Changes from GLib 2.19.3 to GLib 2.19.4
567 ===================================================
570 - Use O_NOATIME when sniffing mimetypes
571 - Add a convenience method to check if a GSimpleAsyncResult
575 560676 function access for g_threads_supported
576 565905 There is no g_context_group_set_translation_domain
577 564210 SUN Studio 12 has supported visibility attribute
578 565136 GObject's "notify" signal parameters are wrong in gtk-doc
579 565831 error in interface creation sample
580 566348 g_file_open_tmp uses the wrong g_mkstemp on win32
581 566064 Add NOATIME flag to query_info_flags
582 566170 g_async_result_verify_source_object
584 * Updated translations:
586 Norwegian bokmål (nb)
587 Brazilian Portugese (pt_BR)
588 Simplified Chinese (zh_CN)
591 Overview of Changes from GLib 2.19.1 to GLib 2.19.3
592 ===================================================
595 508021 Add support for the CRIS and CRISv32 architectures
596 526320 should not list mounts that the user doesn't have permission to use
597 558458 Cannot build gio tests on Solaris using SUN cc
598 555465 GUnix{Input,Output}Stream lacks fd/close_fd_at_close property
599 558298 Hide ecryptfs mounts
600 515777 incorrect date&time on copy
601 562452 Ensure we return G_IO_ERROR_CANCELLED if cancelling
602 g_simple_async_result_run_in_thread
603 473150 g_type_module_use inconsistently increases the use
604 counter in case of error
605 563150 G_GU?INT*_MODIFIER/FORMAT docs
606 563156 Document printing and scanning gunichar values
608 * Updated translations:
613 Overview of Changes from GLib 2.19.0 to GLib 2.19.1
614 ===================================================
617 - g_icon_to_string, g_icon_new_for_string: GIcon serialization support
618 - G_FILE_ATTRIBUTE_PREVIEW_ICON: new file attribute for preview images
619 - g_app_info_get_commandline: new function to get the full commandline
620 - g_mount_shadow, g_mount_unshadow, g_mount_is_shadowed: New functions
621 to 'shadow' mounts (i.e. hide them from the UI when they already
622 have a different representation, like a bookmark)
625 556186 gpoll.h breaks gmain.h inclusion
626 557087 mem leak in g_content_types_get_registered
627 556921 gpoll.h breaks hal compilation
628 557210 g_compute_checksum_for_* asserts with less than 2 bytes
629 558381 Add support for compile time assertions
630 558185 'parent' variable in g_local_file_get_child_for_display_name()
631 hits g_object_unref(NULL) assertion
632 558513 g_warn_if_fail FIXME in gtestutils
633 558672 NULL key lookup using g_hash_table_lookup_extended()
634 555740 gicon serialization
635 557182 preview functionality
636 528320 Incorrect icons displayed for files with custom mimetype icons
637 556910 Memory leak: sub
638 557592 Missing include in gwinhttpfile.c
639 556415 Crash on Windows 2000 in g_winhttp_vfs_init()
640 555935 Clarify the mechanism of overwriting properties
641 552776 ac_cv_func_posix_getgrgid_r not mentioned
642 559448 GObject Reference Manual (typo)
643 561212 GFileReadMoreCallback API doc refers to non-existant function
644 560569 gkeyfile doesn't use the set list_separator in some cases
645 560568 gkeyfile docs buglet
646 559413 g_option_group_set_error_hook docs buglet
647 562378 callback return value not respected for callback option
649 559110 Do not include libintl.h after glibintl.h
650 557603 carbon check output misplaced
651 562544 g_key_file_get_string and g_key_file_get_value
652 documentation does not explain the difference
653 547264 Missing "no flags" flag
654 562638 GDebugKey key member should be const
655 562639 g_parse_debug_flags() parsing "help"
656 562549 g_byte_array_free should tell how free data
657 559452 GObject Reference Manual (typo)
658 559462 GObject Reference Manual (typo)
659 559517 GObject Reference Manual (typo)
660 562538 GObject interface tutorial shouldn't finalise with
661 "Please forget everything"
662 561352 Leak of icon description
663 561375 Leaks mountpoint description
664 561807 inotify_sub.c: dup_dirname() fails to remove trailing '/'
665 562393 g_buffered_input_stream_read_byte broken if data available
666 541715 win32 : patch for warnings and signature problems in recent code
667 547481 g_data_input_stream_read_line behaves not as stated in the docs
668 548163 Nautilus displays wrong error message for too long file names
669 559633 gtk_image_new_from_gicon does not always work for .desktop files
670 555486 – No way to recover command line from GAppInfo
672 * Translation updates:
677 Overview of Changes from GLib 2.18.1 to GLib 2.19.0
678 ===================================================
680 * Rewrite GHashTable to use open addressing with quadratic probing instead
681 of chaining. This has the potential to reduce memory fragmentation
682 significantly, while being slightly faster due to better locality and
683 no need to call alloc/free functions for nodes. Benchmarks suggest it
684 also uses less memory overall.
686 * Make g_poll available as public api
688 * New macros g_assert_error and g_assert_no_error to assert
689 that a GError is set or unset
691 * g_cancellable_make_pollfd: New method to make a GPollFD for a cancellable
693 * g_app_info_can_delete, g_app_info_delete, g_app_info_reset_type_associations:
694 New functions to clean up app infos and content types
696 * When launching applications, always pass fuse file:// uris when possible,
697 and let gio convert such uris back to gio uris.
700 505361 gunixinputstream.c assumes poll() available
701 509446 portable blocking gio cancellation
702 553820 gpoll.c: undeclared identifier
703 553724 python interpretter path not patched in correctly
704 553857 gbacktrace.h requires signal.h
705 553447 g_assert_no_error()
706 554092 glib doesn't return G_FILE_ERROR_NOENT et al on OS X
707 528670 Always pass file:/// uri's in GAppLaunchContext
708 555224 Improve g_format_size_for_display doc
709 555309 giochannel breaks on error
710 554790 g_convert() misbehaves with winiconv versions
711 555314 mem leak in gmarkup
712 555313 GFileAttribute boxed type get_type function should...
713 552861 glib-2.0.m4 calls system(3) without storing its result
714 554557 Patch to fix gcc warnings about missing format specifiers
715 552107 Small libtool fixes
716 551355 Make glib build with libtool 2.2
717 555311 format not a string literal and no format arguments
718 556101 static mutex yields warnings with g++
719 556186 gpoll.h breaks gmain.h inclusion
720 526456 Open addressing in GHashTable
721 553426 cancellable clarifications
722 545350 GAppInfo deletion
723 545351 Reset associations for content type
724 552168 volume's mount not mounted after g_volume_mount_finish
725 554970 segfault when update-desktop-database is not available...
726 554745 GFileAttributeInfoList should be boxed
727 555121 Improved build-time handling of gio module-dir
728 555711 Wrong fallback order of mimetype icons
729 555331 Deprecate adoption of mounts
730 556335 make check fails in abicheck.sh
731 556334 Warning when building without selinux support
732 556422 g_file_enumerator_next_file: unclear...
734 * Updated translations:
738 Brazilian Portugese (pt_BR)
743 Overview of Changes from GLib 2.18.0 to GLib 2.18.1
744 ===================================================
747 550433 g_test_init doesn't recognize --help
748 523463 Core dump in gmain.c:2482:IA__g_main_context_check
749 551228 G_STRFUNC on recent Sun compiler should be expanded...
750 551410 gtestutils.c: using printf without prototype
751 551731 g_date_set_time[_t] docs should mention what timezone
752 548321 <string.h> is not included in gi18n-lib.h
753 551149 xdgmime mem leak
754 550647 synchronous pipe I/O when reading mount reply
755 551887 Docs for g_desktop_app_info_new_from_filename aren't...
756 551681 g_content_type_guess() too naive with filenames
757 552352 g_app_info_launch doesn't work if "Path" key...
758 551408 gmodule.def generated to builddir...
759 552359 g_file_info_get_icon should return GThemedIcon, and...
761 * Updated translations:
763 Bengali India (bn_IN)
764 British English (en_GB)
773 Overview of Changes from GLib 2.17.7 to GLib 2.18.0
774 ===================================================
777 - rework the g_poll() implementation to match poll() semantics more closely
780 324234 Using g_io_add_watch_full() to wait for connect() to return...
781 548278 Async GETs connections are always terminated unexpectedly...
782 500246 Bug fixes for giowin32
783 523939 Example program for GValue
784 550096 GBookmarkFile parser is not forward compatible
785 550040 Move GString, rand and printf tests to the unit test framework
786 550104 trivial documentation fix for g_get_home_dir
787 548988 g_file_replace fails on Windows when the target file exists
788 550059 Wrong docs for g_emblemed_icon_add_emblem
789 548800 Missing a g_object_get_type function
790 550056 Missing documentation for g_emblemed_icon_get_emblems
792 * Updated translations:
812 Overview of Changes from GLib 2.17.6 to GLib 2.17.7
813 ===================================================
815 * More fixes for 64-bit Windows
818 - Add a vfs implementation for HTTP and HTTPS URIs on Windows
821 546329 API docs for g_utf8_normalize() are incorrect
822 546876 Modify GMarkup parser to accept  .. 
823 547200 g_utf8_find_next_char() issues
824 547637 unconditional #include of sys/statfs.h in configure
825 547337 G_DISABLE_DEPRECATED breaks tests build
826 547832 gtk+-2.12.11 fails to build - AC_PROG_MMAP too strict
827 502498 Test framework assertion failures should follow gcc
828 546371 Improve docs re g_file_monitor
829 546483 GThemedIcon:use-default-fallbacks is not readable without...
830 546132 GFileIcon is bindings-unfriendly
831 542156 zfs mount in home directory shown on nautilus desktop
832 535124 umask 002 not being applied for new directories...
833 547080 g_file_copy leaks expected errors
834 546582 Callbacks from GFileMonitor present a GFile...
835 547262 Missing link in the docs
837 * Updated translations:
846 Norwegian bokmål (nb)
848 Brazilian Portugese (pt_BR)
853 Overview of Changes from GLib 2.17.4 to GLib 2.17.6
854 ===================================================
856 * Fix problems on 64-bit Windows
858 * g_markup_context_get_user_data: New function to access
859 the user_data outside of callbacks
862 - g_mount_guess_content_type_sync: synchronous version of
863 g_mount_guess_content_type
864 - GEmblem: A GIcon implementation that adds emblem-related
866 - GEmblemedIcon: A GIcon implementation that can add emblems
870 544088 option_test_LDADD is left in tests/Makefile.am
871 544465 gmarkup makes it hard to use pre-rolled parsers
872 545485 Implicit declaration of utime()
873 545798 "Since: 2.18" mark is missing in g_set_error_literal...
874 544140 fam-helper 64-bit issue
875 529694 SELinux context setting support
876 545157 wrong/no list of "open with" applications for .cc...
877 545203 gfile.c: argument is different type
878 545457 gdmsetup crashed with SIGSEGV in g_unix_mount_guess...
879 544177 Fix trivial cut and paste error in documentation
880 545395 Language tweak for g_value_set_string* docs
881 541036 Gnumeric crashes when trying to open Desktop...
882 546079 leak in xdgmime
883 545395 Language tweak for g_value_set_string* docs
884 546017 Don't copy attributes when copying a symlink
886 * Updated translations:
893 Norwegian bokmål (nb)
898 Overview of Changes from GLib 2.17.3 to GLib 2.17.4
899 ===================================================
902 - New API to handle content types: g_mount_guess_content_type,
903 g_content_type_guess_for_tree.
904 - Export the eject-button signal on the volume monitor class
905 - New API to enable out-of-process volume monitors:
906 g_volume_get_activation_root
909 - New API to handle signals without slots in the class structure:
910 g_signal_new_class_handler, g_signal_override_class_handler
912 * Internationalization:
913 - Add an NC_ macro that is a no-op equivalent of C_
916 - Add two new functions g_markup_parse_context_push,
917 g_markup_parse_context_pop to support "subparsers"
920 541208 Functions to easily install and use signals without...
921 541507 Ambiguous description of assigned characters in the...
922 543040 async reading on dummy file will crash on GIO_USE_VFS=local
923 543560 enable gio-FEN back-end warnings on Solaris will crash...
924 528317 GRegex does not allow recursion limit
925 337518 GMarkup: Subparser support
926 541794 drive-eject-button signal
927 541793 activation root for volumes
928 467707 test_iconv_state() in tests/convert-test.c fails on AIX 5.3
929 428048 2 of 51 tests fail on Solaris
930 542332 small fix for error message in GMarkup
931 482413 get_contents_stdio -- overflow and memory corruption
932 406120 g_ascii_strtod
933 334234 "printf" format error
934 536996 Missing noop i18n macro equivalent to C_
935 540616 mem leak in filechooser button
936 539229 gobject-query calls itself query
937 521589 [RFC] gobject documentation should mention Vala
938 543168 Description of G_SLICE=debug-blocks discourages its use
939 543220 Case collision on gio-extension-points.html
940 530759 update the gobject tutorial to the XXI century
941 535223 gbookmark file inefficiency ...
942 543504 crash in Epiphany Web Browser: Opening local file
944 * Updated translation:
950 Traditional Chinese (zh_HK)
951 Traditional Chinese (zh_TW)
954 Overview of Changes from GLib 2.17.1 to GLib 2.17.3
955 ===================================================
958 - fix for CVE-2008-2371
961 538119 glib's mainloop leaks a pipe to sub-processes
962 537635 Corrections and improvements to g_time_val_{to,from}_iso8601
963 539067 The document g_io_channel_win32_new_fd() says...
964 535949 annotate g_strip_context and g_dpgettext with G_GNUC_FORMAT
965 539123 annotate g_d[n]gettext with G_GNUC_FORMAT
966 539074 Cannot get exit status with g_spawn_command_line_sync
967 316221 G_LOCK warns about breaking strict-aliasing rules
968 539770 migrate gstrfunc unit tests to gtest
969 539626 Update docstrings for g_object_freeze_notify and g_object_thaw_notify
970 538044 unconditional use of LC_MESSAGES
971 540545 Monotonic time and timer offset
972 535947 want g_set_error_literal
973 539999 glibconfig.h: add GLIB_USING_SYSTEM_PRINTF
974 536252 GFileEnumerator should allow access to the containing GFile
975 538362 Get Win32 icons back in the file chooser
976 540802 g_list_prepend doesn't concat lists
977 540423 unrecoverable error after g_seekable_truncate
978 538836 make check failure on PPC and ALPHA: pltcheck.sh on g_atomic_pointer_get
979 539090 g_content_type_from_mime_type() should unalias
980 540331 g_file_append_to () documentation: can return NULL
981 534639 add g_desktop_app_info_new_from_keyfile
982 536733 gio build failure on Irix
983 536160 Add g_file_monitor()
984 538127 FileChooser broken on win32
985 531476 /live-g-file/test_traverse_structure test fails on Mac HFS+
986 538564 gio should have gio-types.h
987 540047 glib-genmarshal.c: '#include <io.h>' is too before
989 Updated translations:
994 Overview of Changes from GLib 2.17.0 to GLib 2.17.1
995 ===================================================
997 * New function: g_utime(), a gstdio wrapper for utime()
999 * New functions: g_dgettext() and g_dngettext(), wrappers
1000 for corresponding gettext functions with added functionaliy
1002 * Support the latest version of the shared-mime spec, including
1003 icons for mime types
1005 * New function: g_themed_icon_prepend_name()
1008 535418 Please document which glib version defines goffset
1009 528715 Misprint in the description of the interface g_type_class_add_private
1010 528714 Misprint in the description of the interface g_param_spec_flags
1011 537260 Doc bug in G_TYPE_INSTANCE_GET_CLASS()
1012 530527 Misprint in the description of the interface
1013 g_cclosure_marshal_VOID__FLAGS
1014 530526 Misprint in the description of the fields 'class_init' and
1015 'class_finalize' of the structure GTypeInfo
1016 528719 Improvement to the documentation of the "g_object_connect" interface
1017 528172 gtk_signal_handlers_unblock_* functions return value
1018 amount of matched signals, not amount of actually unblocked
1019 528717 Misprint in the description of the parameter 'type_id' for
1020 the interface g_type_register_fundamental
1021 528716 Misprint in the description of the parameter 'iface_data' for
1022 the callback types GInterfaceInitFunc and GInterfaceFinalizeFunc
1023 537555 GObject instantiation not thread safe
1024 537546 'desktop' shortcut in file chooser looks like a generic folder
1025 537392 Additional colon in xattr name
1026 536641 Filesystem querying in gio does not list AFS and autofs file systems
1027 528600 g_dummy_file_get_parent("scheme://example.com/")
1028 503071 Application direction changes to right to left even if theres no
1030 502511 g_assert_cmphex prints invalid message
1031 338162 Use po/LINGUAS
1032 314453 Nautilus crashes in Solaris when browsing the attached file
1033 529321 make check fails in glib/pcre
1034 455215 g_get_user_special_dir: no reference about G_USER_DIRECTORY_DOWNLOAD
1035 fallback to $HOME/Desktop if xdg-user-dirs is not in use
1036 498732 g_key_file_to_data cannot fail
1037 511367 add g_file_make_directory_with_parents
1038 531900 Use __builtin_offsetof for G_STRUCT_OFFSET if building with
1040 536158 also bump GHashTable version when a node is removed via
1041 g_hash_table_iter_remove()/g_hash_table_iter_steal()
1042 531403 g_utf8_collate broken on Mac
1043 535628 test/patterntest.c still includes gpattern.h directly
1044 535625 alias.h:2648: error: 'utime' undeclared here (not in a function)
1046 * Translation updates:
1050 Norwegian bokmål (nb)
1054 Overview of Changes from GLib 2.16.x to GLib 2.17.0
1055 ===================================================
1057 * Update to Unicode 5.1
1059 * Update included libcharset to the one shipped with libiconv 0.12
1061 * Update included PCRE to 7.7
1063 * Enforce that only toplevel headers are directly included.
1064 This is turned on by default for GObject and GIO. To turn
1065 it on for GLib, define G_DISABLE_SINGLE_INCLUDES.
1067 * Fix library version of GIO. GLib 2.16 shipped with libgio-2.0.so.0.0.0
1069 * On Solaris, use FEN for file monitoring in GIO
1071 * Use the GIO_EXTRA_MODULES environment variable to find
1072 additional GIO modules
1074 * G_GNUC_ALLOC_SIZE: New macro that wraps the gcc alloc_size
1077 * g_checksum_reset: New function to reset the state of a GChecksum
1079 * g_unix_mount_monitor_set_rate_limit: New function to limit the
1080 rate at which events are reported
1082 * g_file_query_file_type: New utility function to query the type of
1085 * g_memory_output_stream_get_data_size: New function to obtain the
1086 size of the written data.
1089 522292 Gives warnings in glib/gutils.h with GCC in C99 mode
1090 523298 win_iconv can't convert from UTF-8 to GB18030 (or vice versa)
1091 518160 replace two g_strdup_printf calls in GBookmarkFile
1092 523877 gbookmarkfile: avoid using g_string_append_printf() and
1094 525192 100% CPU if run main loop with no IO sources
1095 315437 extern inline -> static inline
1096 524314 g_convert() on Win32 implicitly converts full width
1097 alphanumerics into half width
1098 525732 Error in documentation for g_list_first
1099 525674 A typo in gmarkup.c
1100 448943 g_timeout_add_seconds() problems
1101 525972 UCS-4 not in the new win_iconv implementation
1102 526619 make test-report crash
1103 491554 Update to Unicode 5.1.0
1104 519137 g_slice_dup macro needs cast for 64-bit platform
1105 528752 Win32 build and SSL not working
1106 530457 G_USER_DIRECTORY_DOWNLOAD folder improperly mapped
1107 528667 Typos in testing module documentation
1108 459905 Bug in wcwidth data
1109 534085 g_unichar_iswide_cjk() has a totally wrong table
1110 501651 Update glib/libcharset
1111 519026 G_STMT_START/G_STMT_END test a non-existent preprocessor symbol
1112 534319 GLib's .pc files could use Libs.private
1113 534137 Typo in g_spawn_async_with_pipes doc
1114 517419 gio win32 directory monitor
1115 526796 Wrong order of arguments in g_file_copy's fallback
1116 530196 _g_local_file_has_trash_dir() doesn't handle st_dev == 0
1117 532965 Should not return filesystem::free for certain file systems
1118 525553 fix typo and nitpicking in GArray documentation
1119 526572 Missing * in declaration of parent_class in Object
1120 Destruction section of GObject Reference Manual
1121 528648 Extra >s in Object Construction section
1122 535021 g_param_spec_internal documentation should
1123 describe purpose of nick and blurb
1124 521513 Firefox crash when using file picker
1125 528433 gdesktopappinfo snafu ...
1126 533369 API g_file_info_get_attribute_string () unables to get "...
1127 521045 glib f_fstypename miscellany
1128 521672 compile error
1129 521946 control rate limit on GUnixMountMonitor
1130 522335 Fails to build: glib/gtester.c:276: error: 'ARG_MAX' unde...
1131 523015 Implement sliding window based upload operation
1132 523019 Use new GCC 4 feature
1133 523338 list nfs4 as a nfs mount type
1134 524350 Make glib build without NLS again
1135 524579 g_file_copy reports wrong total on progress callback for ...
1136 524742 A typo in gtestutils.c.
1137 524950 Minor documentation typos.
1138 525866 the user directory should not be considered as a mount to...
1139 526320 should not list mounts that the user doesn't have permiss...
1140 527132 nautilus crash when making ftp connection
1141 532852 CRITICAL **: totem_pl_parser_parse_with_base: assertion `...
1142 534759 Build failure in gio
1143 534764 Typo in error produced by g_file_make_directory
1144 521851 Redudant tests in gunixmounts.c
1145 524344 glib/gthread.h still use G_GNUC_PRETTY_FUNCTION
1146 525060 glib fails to build with -DG_DISABLE_ASSERT in CPPFLAGS o...
1147 534177 Invalid description of the interface g_cclosure_marshal_S...
1148 520715 Add GFile method g_file_query_file_type
1149 523039 nautilus can't access to trash/computer/network if gvfs i...
1151 * Updated translations:
1157 Candian English (en_CA)
1158 British English (en_GB)
1167 Norwegian bokmål (nb)
1179 Overview of Changes from GLib 2.16.0 to GLib 2.16.1
1180 ===================================================
1182 * Fix a crash in g_themed_icon_new
1184 * Update the included PCRE to 7.6
1187 Overview of Changes from GLib 2.15.6 to GLib 2.16.0
1188 ===================================================
1190 * Fix the definition of G_INLINE_FUNC to work with gcc 4.3.0
1193 - Add missing GMountMountFlags argument to g_unix_volume_mount
1194 - Fix the adopt_orphan_mount vfunc to take a volume monitor
1196 - Add properties to GThemedIcon for bindings sake
1199 520484 gvfsd-trash crashed with SIGSEGV in g_path_is_absolute()
1200 510855 g_checksum_update(): Take -1 for length.
1201 517676 g_themed_icon_new*() do more than call g_object_new().
1202 518816 should handle rmdir returning EEXIST correctly
1203 519352 g_[s]list_delete_link() docs
1204 519489 Fixes for sparse warnings in gio
1205 520169 add monitor argument to vfunc for GVolumeMonitor
1206 520700 Add type check in g_file_query_exists
1207 521145 FILE_READ_ONLY_VOLUME not present on Mingw32
1208 518720 No MIME type for empty files
1209 521013 in documentation, goffset doesn't say "Since 2.x"
1210 521028 Missleading error messages from g_io_channel_set_encoding()
1211 517484 GMainLoop could set the thread "Alertable" for APCs to be...
1213 * Updated translations:
1215 Bengali India (bn_IN)
1227 Norwegian bokmål (nb)
1234 Overview of Changes from GLib 2.15.5 to GLib 2.15.6
1235 ===================================================
1238 - New file attributes: trash::item-count, filesystem::use-preview
1239 - Rename g_file_contains_file to g_file_has_prefix
1240 - g_file_query_filesystem_info grew async variants
1241 - g_themed_icon_append_name: new convenience function
1242 - g_content_type_get_icon is implemented now
1243 - Only show mounts in /media and ~
1244 - g_file_contains_file has been renamed to g_file_has_prefix
1247 - g_win32_get_package_installation_directory_of_module: new function
1248 which supersedes g_win32_get_package_installation_directory
1249 - Use alertable wait functions so that I/O completion routines or
1250 user-mode Asynchronous Procedure Calls can be run
1251 - Fix race conditions in g_spawn implementation on win32
1254 - g_uri_get_scheme has been renamed go g_uri_parse_scheme
1256 * Updated translations:
1258 Belarusian Latin (be@latin)
1260 British English (en_GB)
1266 Norwegian bokmål (nb)
1268 Brazilian Portugese (pt_BR)
1272 Overview of Changes from GLib 2.15.4 to GLib 2.15.5
1273 ===================================================
1275 * Update the included PCRE to 7.6
1278 - g_volume_should_automount: new function to determine if a volume
1279 should be mounted automatically
1280 - g_file_query_default_handler: new convenience function to get
1281 the default handler for a file
1282 - g_app_info_launch_default_for_uri new convenience function to
1283 launch the default handler for a URI
1284 - Use mimeapps.list and defaults.list as discussed on xdg list
1286 - g_app_info_get_default_for_uri_scheme has a real implementation
1287 now (gvfs provides a GConf-based implementation)
1288 - There is the beginning of a test suite
1289 - standard::description: new file attribute
1290 - GMountMountFlags flags argument added to mount calls
1293 - class initialization is now threadsafe
1295 * Updated translations:
1307 Brazilian Portugese (pt_BR)
1312 Overview of Changes from GLib 2.15.3 to GLib 2.15.4
1313 ===================================================
1315 * G_GNUC_PRETTY_FUNCTION has been deprecated
1318 - g_file_copy has an async variant now
1319 - Drives and volumes now have API to get identifiers
1320 like Hal UDIs or UUIDs.
1321 - There is now a registration API to let modules register
1322 extensions they provide, such as volume monitor implementations
1325 511807 g_time_val_to_iso8601() uses MT-unsafe gmtime() function
1326 316260 [patch] Doc patches for gnode (2.8.1)
1327 385132 solaris gettext support fix
1328 484261 ./configure check for system PCRE unicode support fails w...
1329 510292 GOption main help not shown
1330 511580 Implement g_file_copy_async
1331 511654 Compile errors due to C99 constructs
1332 487909 g_utf8_strreverse and combining marks
1333 512381 unused variable 'is_main_group'
1335 * Updated translations:
1348 Overview of Changes from GLib 2.15.2 to GLib 2.15.3
1349 ===================================================
1352 - g_checksum_update can accept nul-terminated strings
1353 - The MD5 implementation works correctly on buffers
1354 that are longer than 64 bytes
1357 - Don't include a copy of the inotify headers, rely on system headers
1358 - g_file_find_enclosing_mount has an async variant now
1359 - Reduntant seek API on file streams has been removed
1362 508602 gmemory{in|out}putstream.c: unknown pointer size
1363 508771 There is no g_file_test/exists() for GFile
1364 508773 g_uri_escape_string() documentation unclear.
1365 509465 AM_PATH_GLIB_2_0 doesn't support gio
1366 509626 async functions: Document allowed NULL callback?
1367 509990 GSeekable documentation unclear
1368 510448 No inotify support on ARM or SH5
1369 510855 g_checksum_update(): Take -1 for length.
1371 * Updated translations:
1378 Overview of Changes from GLib 2.15.1 to GLib 2.15.2
1379 ===================================================
1382 - Mount operation API change: unhandled methods get reported via
1383 the reply, rather than by the signal emission return value
1384 - File monitor API change: Add a GError argument to g_file_monitor_file
1385 - g_unix_mount_guess_should_display(): new function
1388 508224 [PATCH] FAM backend crashes due to double free
1389 508074 GAsyncResult documentation suggests g_freeing it.
1390 508108 GFile documentation slightly unclear.
1391 508309 rpc_pipefs mount points should be hidden
1392 508378 GFileInfo documentation implies that it changes attribute...
1393 508719 g_file_get_relative_path fails if parent is root
1394 508773 g_uri_escape_string() documentation unclear.
1396 * Updated translations:
1405 Overview of Changes from GLib 2.15.0 to GLib 2.15.1
1406 ===================================================
1408 * Portability fixes:
1409 - Assertion functions are marked as noreturn again
1410 - Handling of inline functions has been fixed to work with gcc 4.3
1411 - C99 comments have been removed from headers
1412 - The nonportable sed -i option is no longer used
1415 - Clarified the semantics of g_app_info_get_all()
1416 - API for memory input and output streams has been changed a bit
1417 - GDirectoryMonitor has been removed; GFileMonitor can monitor
1418 files and directories now
1421 504829 Invalid environment passed to g_spawn_async in g_desktop_...
1422 505258 crash in Users and Groups: Adding a user
1423 505815 g_content_types_get_registered should not g_free keys
1424 491218 g_timer_new() doesn't initialize timer->end
1425 315437 extern inline -> static inline
1426 476856 Inconsistency between standard and implementation of the ...
1427 480122 g_module_open fails to open modules with ".la" extension
1428 495589 gspawn.c failing to set FD_CLOEXEC
1429 500273 doesn't build with --disable-visibility
1430 504142 Do not show empty groups in --help output
1431 504879 giofam incorrectly linked
1432 505042 add file attribute for actually used file size in bytes
1433 505058 xattr namespace docs
1434 505674 Misprint in the definition of the macro G_CCLOSURE_SWAP_DATA
1435 505730 Fails to build on OSX 10.4: _NSGetEnviron not declared
1436 505887 older darwin lacks lchown
1437 506374 gmemoryinputstream api
1438 506461 Conversion of g_assert_not_reached() and friends into fun...
1439 503051 Small bug in glib interface
1440 506395 Updates to GIO documentation
1441 507628 Missing .pc entry for gio linking against glib
1442 505195 [patch] typo in g_try_new0 docs
1443 507822 g{file,directory}monitor changes signal problem
1444 506377 gmemoryoutputstream write implementation
1445 507835 bug in gunixinputstream
1447 * Updated translations:
1449 Belarusian Latin (be@latin)
1458 Overview of Changes from GLib 2.14.x to GLib 2.15.0
1459 ===================================================
1463 * GIO: a VFS API, designed to replace GnomeVFS. The GIO implementation
1464 in GLib has support for local filesystems. The new, separate gvfs
1465 module contains various backend implementations (cifs, ftp, sftp,
1468 * GChecksum: provides various hash algorithms, such as MD5, SHA-1
1471 * GTest: a test framework
1476 - GHash has iterators, as an alternative to g_hash_table_foreach
1479 - g_markup_parse_context_get_element_stack: New function to
1480 get the stack of open elements
1481 - G_MARKUP_PREFIX_ERROR_POSITION: New flag to improve error
1483 - g_markup_collect_attributes: Convenience function for handling
1487 - Functions that take a GError now return a boolean to indicate
1488 success, instead of void
1489 - Various performance improvements
1492 - g_async_queue_new_full: new function that allows to specify
1493 a free function for leftover elements
1496 - g_prefix_error and g_propagate_prefixed_error: New functions
1497 to ease error propagation
1499 * Internationalization:
1500 - C_: A new 2-argument variant of the Q_() macro
1501 - Use native character set conversion API on Windows
1503 * GLib builds with automake 1.10
1506 455725 specific combination of g_utf8_strlen and g_pattern_match...
1507 467537 g_convert_with_iconv() not resetting iconv() state correc...
1508 497033 Commandline option parser should warn about missing optio...
1509 504527 gchecksum: Conditional jump or move depends on uninitiali...
1510 445362 Non-numeric local labels in gatomic.c are causing linker ...
1511 482313 gregex: no way to tell why compilation failed
1512 317775 main loops continues to run after g_main_loop_quit() has ...
1513 418778 Insufficient pkg-config version requirement
1514 436293 g_option_context_new() doc should mention that the string...
1515 466557 glib-mkenums shifts ARGV[0] to undefined
1516 468882 GKeyFile doesn't accept "True" as a true boolean value
1517 469551 application --help messages are garbaged on none UTF-8 lo...
1518 479724 Memory leak upon calling "g_main_loop_run" in the seconda...
1519 490061 outptrs uninitialized after g_parse_long_long
1520 490637 gobject documentation patch
1521 495294 glib-genmarshal prints warnings but returns 0
1522 496046 option to prefix location of errors for GMarkup
1523 498113 tests/regex-test fails on 64bit environment
1524 500506 Fails to build on OSX 10.4
1525 500638 gkeyfile speedup ...
1526 500875 Make check fails as there is no "test" target for "build"...
1527 502511 g_assert_cmphex prints invalid message
1528 502927 g_array_index triggers cast aligment warning
1529 503029 g_time_val_from_iso8601 parse non-ISO8601 dates
1530 503222 Need context to translate
1531 503420 gkeyfile leaks a hash table
1532 503470 Fix build when builddir != srcdir
1533 504227 Inverse variant for g_test_trap_assert_stdout, g_test_tra...
1534 71704 file include order
1535 491957 Misprint in the specification of the interface "g_main_co...
1536 491959 Misprint in description of the structure "GThreadPool"
1537 491965 Mistype in the specification of the function "g_hook_list...
1538 491966 Misprint in the specification of the interface "g_main_co...
1539 491968 The documentation does not mention the restriction for th...
1540 491970 The documentation for the interface "g_date_clamp" is inc...
1541 491974 The documentation of the interface "g_main_context_iterat...
1542 491975 The documentation for the interfaces "g_io_channel_read_u...
1543 491979 Misprint in the description of the interfaces g_key_file_...
1544 491982 Misprint in the description of the interface "g_key_file_...
1545 501107 EXTRA_DIST automake warnings
1546 501997 g_utf8_normalize() returns NULL on invalid string
1547 502590 C_/g_dpgettext efficiency
1548 464259 g_set_application_name() docs should say "Since 2.2"
1549 496518 gbase64.c API doc clarification
1550 498728 g_key_file_get_*_list should set length to 0 when returni...
1551 500361 Improve docs for g_array_free() and g_ptr_array_free()
1552 501853 g_checksum_get_digest docs
1553 503862 Allow NULL strings in g_parse_debug_string()
1555 367550 Add g_async_queue_new_full() with GDestroyNotify function
1556 375651 Minor enhancements to GKeyFile API
1557 443648 MD5 digest support
1558 449937 Upgrade auto* sources to be clean under automake1.9
1559 452887 gmarkup context "get element" function is useless when ca...
1560 491549 [PATCH] Eliminate libiconv dependency on Windows
1561 500507 GHashTableIter API
1563 * Translation updates
1564 Belarusian Latin (be@latin)
1572 Norwegian bokmål (nb)
1573 Brazilian Portugese (pt_BR)
1578 Overview of Changes from GLib 2.14.2 to GLib 2.14.3
1579 ===================================================
1581 * Update PCRE to 7.4
1584 487491 Fix some warnings from sparse
1585 488068 Small (one-time) memory leak in glib_gettext initialization
1586 493688 TYPE macro "_get_type ()" is documented wrong
1588 * Updated translations:
1590 Belarusian Latin (be@latin)
1596 Overview of Changes from GLib 2.14.1 to GLib 2.14.2
1597 ===================================================
1600 476849 Invocation of the interface "g_hook_free" fails in certai...
1601 359165 marshallers can throw warnings with -Wunused
1602 477957 more discussion on g_value_set_object vs. g_value_take_ob...
1603 478459 G_DEFINE_DYNAMIC_TYPE_EXTENDED doesn't work with G_IMPLEM...
1604 483337 inline is disabled for MSVC when compiling C code
1605 478349 Broken link to gettext website
1606 469231 g_spawn optimization for setting all open fds to CLOEXEC
1608 * Updated translations:
1615 Overview of Changes from GLib 2.14.0 to GLib 2.14.1
1616 ===================================================
1619 476840 Invocation of the interface "g_utf8_strreverse" crashes f...
1620 444765 Fix FIXME in gregex.c when new pcre is out
1621 464145 g_markup_escape_text Produces Invalid XML
1622 465625 g_type_default_interface_ref() does not ensure working g_...
1623 466768 Clearify that comments can be put anywhere in a Key-file.
1624 474229 The GError documentation should give convention for the G...
1625 474899 G_BREAKPOINT() docs inaccurate
1626 475854 Overuse of -lpcre when using system pcre
1627 473879 Incorrect includes in gregex.c
1628 468694 Typoes in documentation
1629 469051 g_snprintf () talks about characters where it probably me...
1630 457601 Missing arch specific atomic implementation
1631 475923 Missing pcre flags when static-linking against glib
1632 475619 glibthread-2.0.la does not list -lpthread
1634 * Updated translations:
1639 Canadian English (en_CA)
1640 British English (en_GB)
1656 Brazilian Portugese (pt_BR)
1660 Serbian (sr, sr@Latn)
1668 Overview of Changes from GLib 2.13.7 to GLib 2.14.0
1669 ===================================================
1671 * Last-minute API additions:
1672 - Make g_unichar_combining_class public
1673 - Add goffset type, add G_MAXSSIZE and G_MINSSIZE
1675 * Update PCRE to 7.2
1678 453998 Make _g_unichar_combining_class() public
1679 462549 gregex.c: variable is declared at middle of block
1680 417068 g_file_test doc inconsistency
1682 * Updated translations:
1689 Brazilian Portugese (pt_BR)
1693 Overview of Changes from GLib 2.13.6 to GLib 2.13.7
1694 ===================================================
1696 * The memory corruption warning from the slice allocator that
1697 occurred when threads were initialized after the slice allocator
1698 has been removed, as the slice allocator now works fine
1701 * New functions g_once_init_enter() and g_once_init_leave() make
1702 it easier to write threadsafe one-time initialization functions
1705 454473 Simple XML Subset Parser terminates on invalid XML
1706 445813 g_module_open error, add file name
1707 453796 errno gets clobbered by g_filename_display_name
1708 341988 don't use "-c" with msgfmt in Makefile.in.in
1709 447048 Please produce slightly more output during long tests
1710 454785 GModule documentation lists same block of code twice.
1711 454786 GModule documentation lists same paragraph twice.
1712 383155 small docs quirks in gobject/closure API documentation
1713 65041 _get_type() functions aren't thread safe
1715 * Updated translations
1724 Overview of Changes from GLib 2.13.5 to GLib 2.13.6
1725 ===================================================
1727 * Reintroduce a GType typedef whose removal in 2.13.5
1728 caused trouble for C++ bindings
1731 450216 docs not explicit enough about g_free()
1732 451459 g_type_register_static_simple calls g_type_register_static
1734 * Updated translations
1735 Norwegian bokmål (nb)
1739 Overview of Changes from GLib 2.13.4 to GLib 2.13.5
1740 ===================================================
1742 * xdg-user-dirs support:
1743 - the Desktop directory is guaranteed to be defined
1744 - user-dirs.dirs is no longer reloaded on changes
1747 - new api to duplicate slices
1749 * Regular expression support:
1750 - GRegex is a boxed type now
1753 44793 make check failing in trunk
1754 354522 Small problem with PLT hiding 6 symbols
1755 363986 glib 2.12.4 does not compile with SGI IDO cc
1756 443869 g_type_class_add_private doesn't warn when adding 0-sized...
1757 446859 Legitimately return 0 for g_quark_from_string(NULL)
1758 447534 Small typo in g_timeout_add_seconds() doc
1759 447583 GStaticRWLock
1760 447935 g_get_current_dir SIGSEGV on long path
1761 448260 CLAMP has surprising result if low > high
1762 57693 g_string_vprintf()
1763 442029 add g_slice_dup()
1764 445065 Add GRegex boxed type
1765 448819 Add full version of g_timeout_add_seconds()
1767 * Updated translations:
1775 Overview of Changes from GLib 2.13.3 to GLib 2.13.4
1776 ===================================================
1779 444121 g_get_user_special_dir deadlocks
1780 444161 invalid UTF8 in key name shows up as valgrind error in g_...
1781 444130 g_option_context_get_help() is broken when there's a desc...
1784 Overview of Changes from GLib 2.13.2 to GLib 2.13.3
1785 ===================================================
1788 - Added defines for easier handling of desktop files
1791 - Update g_unichar_iswide_cjk for Unicode 5.0
1793 * Regular expression support:
1794 - GRegex structs can now be ref-counted
1795 - Some new functions for dealing with incremental
1796 replacement have been added
1797 - The GRegexEvalCallback signature has been changed
1799 * g_get_user_special_dir() has been added to support
1803 419376 Functions using named subpatterns behave inconsistently w...
1804 434358 g_regex_fetch_named() and g_regex_fetch_named_pos() are b...
1805 423708 typo in the README.win32 file see patch below
1806 339225 Add new defines for easier handling of .desktop files
1807 442265 API additions/changes for GRegex
1808 432651 Add a glib-ish xdg_user_dir_lookup
1810 * Updated translations:
1812 Norwegian bokmål (nb)
1815 Overview of Changes from GLib 2.13.1 to GLib 2.13.2
1816 ===================================================
1819 - Add g_unichar_ismark()
1822 - Allow to use callbacks for remaining args
1824 * Updated translations:
1825 Belarusian Latin (be@latin)
1826 British English (en_GB)
1828 Norwegian bokmål (nb)
1834 Overview of Changes from GLib 2.13.0 to GLib 2.13.1
1835 ===================================================
1839 - Split into immutable GRegex and GMatchInfo
1840 - Add g_regex_get_max_backref() and g_regex_get_capture_count()
1841 to obtain information about the compiled regex
1844 - Fix roundtrip problems
1845 - Add g_key_file_load_from_dirs()
1848 - Fix corner cases in case conversion routines
1851 - Add a function to get the formatted help string
1854 - Add new functions g_hash_table_get_keys() and
1855 g_hash_table_get_values() to retrieve the keys and
1858 * Updated transations:
1859 Simplified Chinese (zh_CN)
1863 Overview of Changes from GLib 2.12 to GLib 2.13.0
1864 =================================================
1866 * Add GSequence, a list that is implemented using
1867 a balanced binary tree.
1869 * Add GRegex, an implementation of Perl regular expressions,
1872 * Use Posix monotonic clocks instead of gettimeofday()
1873 for GTimer when available.
1875 * Support static initialization of GQeues with G_QUEUE_INIT,
1876 g_queue_init() and g_queue_clear().
1878 * Add g_string_chunk_clear() for clearing a
1881 * Add g_unichar_get_script() to obtain Unicode
1884 * Add g_unichar_iszerowidth() to obtain information
1885 about zero-width characters.
1887 * Add G_GNUC_MAY_ALIAS which wraps the gcc may_alias
1890 * G_GNUC_INTERNAL has a working definition for the
1891 Sun Studio compiler. This requires the macro to
1892 be positioned before the function declaration.
1894 * The slice allocator can produce detailed debugging
1895 information with G_SLICE=debug-blocks.
1897 * Modules support G_DEBUG flags resident-modules and
1900 * Add G_DEFINE_DYNAMIC_TYPE() to make it easier
1901 to define types in modules.
1903 * Bug fixes: too many to list them in detail here.
1905 * New and updated translations (be,bg,bn,ca,cs,de,
1906 en_CA,en_GB,et,fa,fr,he,hu,it,ja,ku,lt,mg,mk,ml,
1907 nb,ne,nn,pt,pt_BR,ro,sr,sr@Latn,sv,ta,uk,vi,zh_CN,
1911 Overview of Changes from GLib 2.12.1 to GLib 2.12.2
1912 ===================================================
1915 - Normalization is following Unicode TR #29
1916 - g_unichar_isxdigit() only accept characters
1917 for which g_unichar_xdigit_value() returns a value
1918 - g_unichar_toupper and g_unichar_tolower leave
1919 unconvertable characters in place instead of
1920 replacing them by NUL
1923 348491 g_utf8_strup() and g_utf8_strdown() returns
1924 string with NUL bytes
1925 349825 GKeyFile always inserts a newline before a group
1926 347842 g_unichar_isxdigit() is too general about what
1927 it considers a digit
1928 348694 g_utf8_normalize() hasn't been updated to PR #29
1929 348785 Hint about G_DEBUG in Message Logging docs
1930 349792 Wrong english string (UI)
1931 349952 gparamspecs.c uses gcc feature
1933 * Translation updates (ca,cs,de,dz,es,eu,fi,gu,ko,
1934 nl,pl,tr,uk,zh_HK,zh_TW)
1937 Overview of Changes from GLib 2.12.0 to GLib 2.12.1
1938 ===================================================
1940 * Update to final Unicode Character Database 5.0.0
1943 346660 issues with base64 api documentation / g_base64_decode_cl...
1944 348136 Coverity reports allocation of wrong size CID #2839
1945 336281 Update to UCD 5.0
1946 346197 g_date_strftime %F option doesnt work for win32
1947 348011 Small optimization to real_toupper()
1948 246494 prototype mismatch in glib/gconvert.c
1950 * New and updated translations (bg,bn_IN,ca,dz,eu,fi,
1951 fr,he,it,ja,mk,or,pt)
1954 Overview of Changes from GLib 2.11.4 to GLib 2.12
1955 =================================================
1958 344905 leap-year bug in g_time_val_from_iso8601 w/o HAVE_TIMEGM
1960 * Updated translations (cy,nb,nl)
1963 Overview of Changes from GLib 2.11.3 to GLib 2.11.4
1964 ===================================================
1967 - g_bookmark_file_remove_item returns a boolean
1969 * g_mkstemp accepts the XXXXXX in the middle of
1973 344868 g_key_file_to_data should separate groups
1975 * Updated translations (de,es,fr,gu,hi,ko,th)
1978 Overview of Changes from GLib 2.11.2 to GLib 2.11.3
1979 ===================================================
1982 - g_bookmark_file_move_item: Return TRUE in case of
1986 343919 gunicollate.c: strxfrm bug on VC8
1988 * Updated translations (fi)
1990 Overview of Changes from GLib 2.11.1 to GLib 2.11.2
1991 ===================================================
1993 * Add g_ascii_stroll to parse signed 64bit integers
1995 * GMarkup: add a flag to treat CDATA as text
1997 * GHashTable: add functions to remove all entries
1999 * GMainLoop: add functions to find the currently
2000 running source, and determine if it is destroyed
2003 342563 g_atomic_thread_init() needs to be called before
2004 other _g_*_thread_init() functions
2005 343548 Potential use after free in callers of g_string_free()
2006 168538 Wish: Clearing contents of GHashTables
2007 321886 GTK+ cannot be reliably used in multi-threaded
2009 341826 goption.c: 'strtoll' is C99's function
2010 343899 g_ascii_formatd dosn't work as expected for all
2012 317793 Make GEnumValue strings const
2013 337129 Compile warnings in G_IMPLEMENT_INTERFACE
2014 303622 What is G_TYPE_CHAR?
2016 * Updated translations (bg,dz,eu,gl,ja,ko,nl,th,vi)
2019 Overview of Changes from GLib 2.11.0 to GLib 2.11.1
2020 ===================================================
2023 - Support 64-bit integers
2024 - Allow optional text before and after the options
2028 340538 gbase64-test writes OOB
2029 340816 GKeyFile set_string_list invalid memory reads
2030 339105 g_key_file_parse_value_as_double
2031 340434 convert-test.c fails (function test_one_half)
2032 311043 Memory leaks (and potential infinite loops)
2033 when using G_ERRORCHECK_MUTEXES
2034 335198 Error checking mutexes are fubar
2035 341237 Add a G_OPTION_ARG_INT64
2036 341192 g_io_channel_set_flags not implemented on win32
2037 336120 Allow adding description before/after GOption
2039 341191 misplaced check in g_relation_delete
2040 340530 mismatched calloc / g_free in win32 threads
2042 * Updated translation (es)
2044 Overview of Changes from GLib 2.10.x to GLib 2.11.0
2045 ===================================================
2047 * GBookmarkFile: a parser for files containing bookmarks
2048 stored using the Desktop Bookmark specification.
2050 * Base64 encoding support
2052 * Unicode 5.0 support
2054 * GOption supports floating point numbers
2056 * GKeyFile supports floating point numbers
2059 155884 gatomic.c should be based on new SDK
2060 157877 update-desktop-database doesn't handle duplicate entries
2061 164719 keyfile parser doesn't support floats
2062 327662 Import BookmarkFile from libegg
2063 329548 Add G_OPTION_ARG_DOUBLE
2064 329789 option-test.c type confusion
2065 332841 Segmentation Fault when %llu is passed to vasnprintf and
2066 HAVE_SNPRINTF is not defined
2067 333879 gthread/gthread-win32.c: IsDebuggerPresent needs '#define
2068 _WIN32_WINDOWS 0x0401'
2069 333916 g_timer_elapsed docs should mention that microseconds
2071 334440 dlerror() portability issue causes crash on (old) a.out
2073 334646 goption + error out params
2074 334799 g_remove() must check return value of remove()
2075 334943 make check FAIL: threadpool-test
2076 335215 Some breakages with GThreadPool
2077 336085 g_option_context_new parameter lacks better explanation
2078 336677 Documentation for g_object_ref_sink() is incorrect
2079 337027 gbookmarkfile.c: sys/time.h include error
2080 337553 Wrong escaping of URIs
2081 338572 Dereferencing NULL value in g_key_file_get_group_comment
2082 338845 g_completion_complete_utf8 crashes when NULL is passed to it
2083 339337 g_bookmark_file_set_description
2084 339338 gbookmarkfile.c, function expand_exec_line
2085 339340 gbookmarkfile.c, function bookmark_app_info_dump
2087 * Translation updates (bg,en_GB,et,gl,gu,he,hi,ka,nb,nl,nn,
2088 or,pt_BR,ro,tr,vi,zh_CN)
2091 Overview of Changes from GLib 2.10.0 to GLib 2.10.1
2092 ===================================================
2095 314794 Broken pthread detection on Darwin [Gregor Riepl]
2096 322476 Missing check for .dylib [Vladimir Panov]
2097 333651 Inconsistent _g_charset_get_aliases prototype [Julio
2099 333761 GInitiallyUnowned breaks application code [Sven Herzberg]
2102 - Fix g_listenv() implementation.
2103 - Allow up to 100 GPrivate structs
2105 * Translation updates (fr,hu,lt,pl,sv)
2108 Overview of Changes from GLib 2.9.6 to GLib 2.10.0
2109 ==================================================
2112 328997 64bit pointer trunction in glib slab-allocator
2114 331110 g_cond_broadcast(inform_cond) without holding
2115 inform_mutex [Chris Wilson, Sebastian Wilhelmi]
2116 332093 Fix some leaks in the tests [Kjartan Maraas]
2117 332435 g_utf8_strlen returns wrong value if a maximum
2118 number of bytes to check is specified
2120 331367 gslice requires more POSIX-like semantics for
2121 GPrivate destructors [Tor Lillqvist]
2123 * Documentation improvements [Matthias, Kang Jeong-Hee,
2124 Tor Lillqvist, Stefan Kost]
2126 * Translation updates (el,eu,ka,uk)
2128 Overview of Changes from GLib 2.9.5 to GLib 2.9.6
2129 =================================================
2132 329124 distclean removes README [Kjartan Maraas, Tim Janik]
2133 317679 GRelation field type not documented [Behdad Esfahbod]
2134 329123 Typo in GTime docs [Kjartan Maraas]
2136 * Documentation improvements [Sven Herzberg, David
2137 Schleef, Kjartan Maraas, Behdad Esfahbod]
2139 * Translation updates (cs,cy,it,ko,pt,sq,sr,sr@Latn,ru
2141 Overview of Changes from GLib 2.9.4 to GLib 2.9.5
2142 =================================================
2144 * Memory management:
2145 Runtime debugging support: The slice allocator
2146 can be turned off by setting G_SLICE=always-malloc
2147 in the environment. Zeroing of freed memory can
2148 now be turned on at runtime by setting
2149 G_DEBUG=gc-friendly in the environment. [Tim Janik]
2152 328253 HP-UX/IA-64 uses ".so" as default shared library
2153 extension [Albert Chin]
2154 143380 unicode-encoding test fails converting to UTF-16
2155 with libiconv [Marc Moorcroft]
2156 328254 Build breakage (GSlice) [Jens Ganseuer]
2157 328705 C99ism in glib/gmem.c [Kazuki Iwamoto]
2159 * Translation updates (da,et,zh_CN)
2161 Overview of Changes from GLib 2.9.3 to GLib 2.9.4
2162 =================================================
2165 Fix a problem with g_object_compat_control() which
2166 can lead to segfaults in GTK+ applications on 64bit
2170 Unused threads now fall back to the global pool after
2171 500 milliseconds, where they wait for another
2172 max-idle-time milliseconds. [Sebastian Wilhelmi]
2174 * Fix a memory allocation problem in GKeyFile. [Morten
2178 Overview of Changes from GLib 2.9.2 to GLib 2.9.3
2179 =================================================
2182 - Replace the simple recursive implementation by
2183 a nonrecursive, threaded one [Maurizio Monge]
2185 * Change g_filename_display_name and
2186 g_filename_display_basename to use the Unicode
2187 replacement character U+FFFD instead of a question
2188 mark, and don't append "(invalid encoding)" [Matthias]
2190 * Documentation improvements [Sven Herzberg, Federico
2191 Mena Quintero, Stefan Kost]
2194 323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X
2196 326558 Some test failures on IRIX 6.5 [Daichi Kawahata]
2197 169285 "threaded" tree implementation for GTree
2199 326747 g_filename_display_basename adds (invalid encoding)
2202 Other contributors: Christian Kellner, Murray Cumming
2204 New and updated translations (bg,ca,de,es,et,gu,ja,nl,th,vi)
2207 Overview of Changes from GLib 2.9.1 to GLib 2.9.2
2208 =================================================
2210 * Memory management:
2211 - Add tests for cache colorization [Tim Janik]
2212 - Minimize space consumption if small amounts of differently
2213 sized slices are allocated, at a small performance cost. [Tim]
2216 - Add g_atomic_pointer_set() and g_atomic_int_set() [Tim Janik,
2218 - Add g_thread_pool_set_sort_function() to allow sorting the
2219 tasks of a threadpool. [Martyn Russell]
2220 - Add g_thread_pool_set_idle_time() to allow unused threads
2221 to exit after a certain time. [Martyn]
2224 - introduce a new type GInitiallyUnowned, which has an initial
2225 floating reference. [Tim]
2226 - Add support for GType parameters. [Matthias]
2229 - Add g_main_context_is_owner() to determine if the current
2230 thread is the owner of the context. [Michael Meeks]
2232 * Provide g_access(), g_chdir(), g_unlink(), g_rmdir() as
2233 wrapper functions instead of macros. [Manish Singh]
2235 * Documentation improvements [Tim, Matthias, Federico Mena Quintero,
2236 Stefan Kasal, Dan Williams]
2238 * New and updated translations (en_CA,fi,fr,gl,ml,nb,no,zh_HK,zh_TW)
2241 324179 g_allocator_new() returns pointer to const dummy which Gtk+ 2.8
2242 tries to modify [J. Ali Harlow]
2243 324332 g_option_context_parse() returns false without setting error
2244 [Tim-Philipp Müller]
2245 324950 GLIB 2.9.1 testcase errors [Dan Yefimov]
2246 325015 gslice.c: process.h is needed on Windows [Kazuki Iwamoto]
2247 321978 G_DATALIST_GET_FLAGS() macro is not casting datalist to
2248 gpointer [Andrew Paprocki]
2249 316221 G_LOCK warns about breaking strict-aliasing [Michal Benes,
2251 325273 Error in documentation for glib_check_version () [Declan Naughton]
2252 325310 g_spawn_sync hangs when catching both stdout and
2253 stderr [Tor Lillqvist]
2254 325249 gcc warning when using g_rmdir from <glib/gstdio.h> [Jani Monoses]
2255 325864 glib/gthreadpool.c:"#define debug(...)" is C99 [Kazuki Iwamoto]
2256 325874 Should say somewhere that source IDs are > 0 [Dan Williams]
2257 325438 a typo (compatability) [Stefan Kasal]
2258 323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X [Bogdan Nicula]
2261 Overview of Changes from GLib 2.9.0 to GLib 2.9.1
2262 =================================================
2265 - The slice allocator is implemented [Tim Janik]
2266 - g_slice_free_chain() has been renamed to
2267 g_slice_free_chain_with_offset() [Tim, Behdad Esfahbod]
2268 - Mem chunks are deprecated [Matthias Clasen]
2271 - Hash tables are refcounted, and have a boxed type [Tim]
2274 - Support for Solaris threads has been removed
2275 [Sebastian Wilhelmi, Andrew Paprocki]
2276 - g_async_queue_sort(), g_async_queue_push_sorted() have
2277 been added to allow GAsyncQueue to be used as a priority
2278 queue, together with the corresponding _unlocked
2279 variants [Martyn Russell]
2282 - The concept of a floating initial reference has been
2283 moved from GtkObject to GObject [Tim]
2286 - Make g_rename() replace existing files [Tor Lillqvist]
2289 - G_GUINT64_CONSTANT macro to define guint64
2290 constants [Andrew Paprocki]
2291 - G_GNUC_WARN_UNUSED_RESULT macro to instruct the
2292 compiler to emit a warning if the value returned
2293 by a function is ignored. [Arjan van de Ven, Alex Larsson]
2294 - GList and GSList now have sort functions which take an
2295 extra user data argument [Martyn Russell]
2296 - g_param_spec_ref_sink() has been added for consistency [Tim]
2298 * $LOGNAME is respected when determining user data. [Laszlo Peter]
2300 * Other changes and bug fixes [Tim, Matthias, Behdad,
2301 Christian Persch, Benedikt Meurer, Andrew Paprocki,
2302 Kazuki Iwamoto, Alexis S. L. Carvalho, Stanislav Brabec,
2303 Andreas Schwab, Kalle Vahlman]
2306 - Deprecation warnings carry version information [Matthias]
2307 - The slice allocator has been documented [Matthias, Tim]
2308 - Other improvements [Morten Welinder]
2310 Overview of Changes from GLib 2.8.x to GLib 2.9.0
2311 =================================================
2313 - The Unicode tables have been updated to Unicode 4.1,
2314 adding several new values to the GUnicodeBreakType
2315 enumeration. This breaks Pango <= 1.10
2317 - The various Unicode character predicate functions
2318 (g_unichar_isalpha, g_unichar_isdigit,...) have
2321 - g_utf8_pointer_to_offset, g_utf8_offset_to_pointer:
2322 These functions handle negative offsets now, and
2323 going backwards in g_utf8_offset_to_pointer uses
2325 [Larry Ewing, Matthias Clasen]
2327 * Memory management:
2328 - Mem chunks are no longer used internally in GLib and
2329 GObject. GMemChunk will be deprecated in GLib 2.10
2330 - All APIs based on GAllocator (g_list_push/pop_allocator,
2331 and similar push/pop_allocator functions for other
2332 data structures) have been deprecated, since they
2333 never worked as intended.
2334 - The g_slice_* functions have been added as a
2335 new API for fast allocation of small memory blocks.
2336 The implementation in GLib 2.9.0 is just a simple
2337 wrapper around malloc. GLib 2.10 will have an
2338 efficient and scalable implementation.
2339 [Tim Janik, Matthias]
2342 - g_pattern_match has been optimized to avoid
2343 unnecessary recursion.
2346 * g_intern_string, g_intern_static_string:
2347 - New functions to intern strings. These are now used
2348 by GObject to avoid duplicating static strings
2352 - New function to iterate over all GThreads
2355 * g_date_set_time_t, g_date_set_time_val:
2356 - New functions to set a GDate from a time_t or
2357 GTimeVal value. g_date_set_time has been deprecated
2361 * g_snprintf and g_vsnprintf:
2362 - These functions are no longer declared in gprintf.h,
2363 since they are in glib.h
2366 Overview of Changes from GLib 2.8.0 to GLib 2.8.1
2367 =================================================
2368 * Optimize single-character insertions in GString [Ross Burton]
2369 * Fix build problems on OS X
2370 * Fix build problems on Win32 [Tor Lillqvist, Hans Breuer]
2371 * Other bug fixes [Matthew F. Barnes, Stepan Kasal]
2372 * Documentation improvements [Tristan van Berkom, Behnam
2373 Esfahbod, Gustavo Carneiro, Stepan Kasal, Matthias]
2374 * New and updated translations (ca,cy,ko,ro,uk)
2376 Overview of Changes from GLib 2.7.7 to GLib 2.8.0
2377 =================================================
2378 * Make g_value_transform() handle enum values
2379 correctly on ppc64. [Michael Lorenz]
2380 (Third-party code accessing enumeration values
2381 in GValues should also be changed to access
2382 v_long, not v_int, in order to work on bigendian
2384 * Make g_flags_get_first_value() handle a value
2385 of 0 meaningfully. [Tim-Philipp Müller]
2387 Overview of Changes from GLib 2.7.6 to GLib 2.7.7
2388 =================================================
2389 * Make atomic operations on s390 work [Matthias]
2390 * Fix C++ guards in gstdio.h [Tor Lillqvist]
2392 Overview of Changes from GLib 2.7.5 to GLib 2.7.6
2393 =================================================
2394 * Add native implementations of atomic operations
2396 * Make atomic reference counting of closures
2397 work on s390 [Matthias]
2398 * Avoid an infinite loop in g_convert_with_iconv().
2400 * Documentation improvements [Ross Burton]
2402 Overview of Changes from GLib 2.7.4 to GLib 2.7.5
2403 =================================================
2404 * Thread-related changes
2405 - Fix build issues on HP-UX [Paul Cornett]
2406 - Threadsafe access to flags stored in datasets [Tim Janik]
2407 - Fix several issues with atomic refcounting for
2408 closures, objects and paramspecs [Tim]
2409 - Improve tests for atomic refcounting changes [Tim]
2410 * Fix handling of stateful encodings in g_convert_* [Matthias]
2411 * Fix translation of GOption help output [Dan Winship]
2412 * Catch format errors in translations. This may cause
2413 "make check" to fail when using older versions
2414 of gettext [Matthias]
2415 * Win32 bug fixes [Tor Lillqvist]
2416 * Documentation improvements [Ross Burton, Jochen Baier,
2418 * New and updated translations (de,fi,gu,pl,pt,tr,zh_TW)
2420 Overview of Changes from GLib 2.7.3 to GLib 2.7.4
2421 =================================================
2422 * Fix g_atomic_pointer_compare_and_exchange
2423 on Sparc64 [Gert Doering]
2424 * Fix a hang in g_thread_pool_free. [Hong Jen Yee]
2425 * Win32 bug fixes [Tor Lillquist]
2426 * Other bug fixes [Benoit Dejean, Manish Singh]
2427 * Documentation improvements [Bryan Silverthorn,
2429 * New and updated translations (de,lt,sq,zh_CN)
2431 Overview of Changes from GLib 2.7.2 to GLib 2.7.3
2432 =================================================
2434 - Allow callbacks with optional arguments [Pawel Sliwowski]
2435 - Allow to turn off the automatic long option name
2436 disambiguation [Adam McLaurin]
2437 - Only allow printable ASCII as short option names [Matthias]
2439 - Build fixes [Tor Lillqvist]
2440 - Rewrite iochannel socket implementation [Tor]
2442 - Threadsafety improvements; in particular, refcounting
2443 of objects is done atomically now. [Wim Taymans, Tim Janik]
2444 * Bug fixes [Morten Welinder, Matthias, Wim Taymans]
2445 * Documentation improvements [Richard Laager, Matthias]
2446 * New and improved translations (bf,cs,hu,nb,nl,no)
2448 Overview of Changes from GLib 2.7.1 to GLib 2.7.2
2449 =================================================
2450 * Win32 build fixes [Hans Breuer]
2451 * Bug fixes [Mikael Magnusson]
2452 * Documentation improvements [Matthias Clasen]
2453 * New and updated translations (en_CA,es,et,ja,sr,sr@Latn,zh_TW)
2455 Overview of Changes from GLib 2.7.0 to GLib 2.7.1
2456 =================================================
2458 - Allow callback arguments without parameters [Dan Winship]
2459 * GMappedFile: an mmap wrapper [David Schleef, Behdad Esfahbod]
2460 * Misc new functions:
2461 - g_get_host_name [Tor Lillqvist]
2462 - g_mkdir_with_parents [Tor]
2463 - g_build_pathv, g_build_filenamev [Todd A. Fisher,
2465 * Bug fixes [Roger Leigh, Masatake YAMATO, Kjartan Maraas,
2466 Manish Singh, Tor, Murray Cumming, Kian Duffy, Morten Welinder]
2467 * Documentation improvements [Hong Gang XU, Dan Winship, Matthias]
2468 * New and updated translations (bg,cs,da,en_CA,es,et,nb,nl,no,
2471 Overview of Changes from GLib 2.6.x to GLib 2.7.0
2472 =================================================
2474 - Add unit tests [Matthias Clasen, Suren A. Chilingaryan]
2475 - Accept \r\n as line end [Bastian Nocera]
2476 - Don't interpret leading zeros as octal numbers. [Matthias]
2477 - Make key and group removal work [David Hoover, Matthias Hasselmann]
2479 - Improve formatting of --help output [Matthias, Noah Levitt]
2480 - Accept -? [Matthias]
2481 - Warn about duplicate main groups [Jeff Franks]
2482 - Treat '-' as non-option argument [Tim Musson, Thomas Leonard]
2483 - Report missing arguments as errors [Björn Lindqvist]
2484 - Add a boxed type for GDate [Tim-Philipp Müller]
2486 - g_tree_remove() and g_tree_steal() return status information [Matthew F. Barnes]
2488 - Work regardless of large file support [Manish Singh]
2489 - Add g_access(), g_chmod(), g_creat(), g_chdir [Tor Lillqvist]
2491 - Implement "toggle references" to help language bindings [Owen Taylor]
2492 - Allow to mark names, nicks and blurbs of pspecs as static [Ben Maurer, Matthias]
2493 - Make pspec lookup a bit faster [Morten Welinder]
2494 * Add g_listenv() to list all set environment variables [Hans Petter Jansson]
2495 * Add g_file_set_contents() to atomically write a file. [Søren Sandmann,
2496 Sven Neumann, Manish, Alexis S. L. Carvalho]
2497 * Add g_try_malloc(), g_try_new(), g_try_new0() and g_try_renew() [Stefan Kost]
2498 * Add g_utf8_collate_key_for_filename() to sort filenames taking
2499 extensions and numeric suffixes into account. [Ole Laursen, Alex Larsson]
2500 * Add G_GNUC_NULL_TERMINATED to mark varargs function with
2501 NULL-terminated argument lists. [Marc Meissner]
2503 - Improved debugability [Ulf Lamping, Hans Breuer]
2504 - Make filename handling more robust [Tor, Billy Skaggs]
2505 - Improve g_get_system_data_dirs() [Tor]
2506 - Use more precise timers [Tor]
2507 - Build fixes [Kazuki Iwamoto, Hans, Tor, Robert Ögren]
2508 * Other bug fixes [Roger Leigh, Owen, Matthias, Morten, Kjartan Maraas,
2509 Pawel Sakowski, Tor, Simon Budig, Ed Avis, Manish, Nicolas Laurent,
2510 Bastien, Fabrício Barros Cabral, Michael Banck, Daniel Atallah,
2511 J. Ali Harlow, Tim Janik, Hazael Maldonado Torres, Sven, Jon-Kare Hellan,
2512 Dave Benson, Tommi Komulainen, Benjamin Otte, Brian Cameron, Changwoo Ryu,
2513 Christian Biere, Noah, Benoît Carpentier]
2514 * Documentation improvements [Vincent Untz, Matthias, Tim-Philipp Müller,
2515 Morten, Matthew, Federico Mena Quintero, Sebastian Bacher, Oliver Sessink,
2516 Stefan, Jared Lash, Tor, Owen, Daniel Vaillard, Mathieu Lacage]
2517 * New and updated translations (ca,cs,da,el,en_CA,en_GB,es,et,eu,fa,fr,gl,
2518 hu,id,it,lt,mn,ne,nl,pl,pt,pt_BR,ro,rw,sk,sq,sr,sr@Latn,tl,uk,xh,zh_CN)
2520 Overview of Changes from GLib 2.6.0 to GLib 2.6.1
2521 =================================================
2523 - Make gtk_init(NULL, NULL) work again [Marcin Krzyzanowski]
2524 - Improve handling of -- [Matthias Clasen]
2525 - Don't show G_OPTION_REMAINING in --help output [Matthew F. Barnes]
2526 * g_find_program_in_path() doesn't return directories [Tommi Komulainen]
2527 * Add gmodule-export-2.0.pc [Matthias]
2529 - Improve hangling of UNC paths [Tor Lillqvist]
2530 - g_getenv(), g_setenv(), g_unsetenv(), g_find_program_in_path()
2531 take and return UTF-8 now [Tor]
2532 - Make g_file_test() work more reliably, and use PATHEXT
2533 when check for executables [Tor]
2534 - Build and cross-compilation fixes [J. Ali Harlow]
2535 * Other bug fixes [Jens Hatlak, Morten Welinder,
2536 Tor, Kalpesh Shah, Adrian Bunk]
2537 * Documentation improvements [Marcin Krzyzanowski, Tor, Crispin
2538 Flowerday, Mariano Suárez-Alvarez, Christian Biere, Danny Milo,
2539 Vincent Untz, Bastien Nocera]
2540 * New and updated translations (cy,de,nl,ru,sq,sv)
2542 Overview of Changes from GLib 2.4.x to GLib 2.6.0
2543 =================================================
2546 - GOption, a commandline option parser
2547 - GKeyFile, a parser/editor for the .ini like files
2548 - Functions to support the XDG basedir specification
2549 - Wrappers for common POSIX pathname functions to handle filename
2550 encodings consistently. On Windows, these use UTF-8.
2552 * Miscellaneous new functions
2553 - g_filename_display_name() converts filenames in displayable UTF-8 strings
2554 - g_uri_list_extract_uris() splits uri lists
2555 - g_date_get_iso8601_week_of_year() gets ISO 8601 week numbers
2556 - g_log_set_default_handler() installs an alternate default log handler
2557 - g_get_language_names() obtains a list of applicable locale names
2558 - g_strv_length() calculates the length of NULL-terminated string arrays
2559 - g_win32_get_windows_version() determines the Windows version
2560 - G_GNUC_INTERNAL marks functions as non-exported
2561 - glib_check_version() checks the GLib version at runtime
2562 - g_debug() completes the family of logging functions
2564 * Performance improvements
2565 - Optimize g_utf8_validate()
2566 - Optimize g_markup_parse_context_parse()
2567 - Reduce signal connection complexity from O(n) to O(1)
2568 - Get rid of many PLT entries for internally used exported symbols
2569 - Reduce code size by removing literal strings from g_return_if_fail()
2572 - On Windows, GLib functions that take file name arguments now require
2573 those to be in UTF-8. Functions that return file names return UTF-8.
2574 - Use higher precision for mathematical constants
2575 - Don't convert to/from UTF-8 in g_filename_to_uri/g_filename_from_uri
2576 - Support ll as printf format modifier for long long on all platforms
2577 - Clean up the ABI and enforce the list of exported symbols
2578 - Add a .pc file for using gmodule in libraries
2581 Overview of Changes from GLib 2.5.7 to GLib 2.6.0
2582 =================================================
2583 * GOption: Don't list help options if group-specific
2584 options have been requested [Glynn Foster]
2585 * Make g_get_language_names() track locale changes [Christian Persch]
2586 * Win32 bug fixes [Tor Lillqvist]
2587 * Bug fixes [Philippe Blain, Owen Taylor, Sebastian Wilhelmi]
2588 * New and updated translations (da,es,ja,lt,zh_CN)
2589 Bugs fixed: 159530,100697,160271,160645,157255
2591 Overview of Changes from GLib 2.5.6 to GLib 2.5.7
2592 =================================================
2593 * Optimize g_utf8_validate() [Owen Taylor, Matthias Clasen]
2594 * Optimize g_markup_parse_context_parse() [Havoc Pennington,
2596 * Reduce signal connection complexity from O(n) to O(1)
2598 * Add a .pc file for using gmodule in libraries [Owen]
2599 * Add G_GNUC_MALLOC to mark functions returning newly
2600 allocated memory [Matthias]
2601 * Win32 bug fixes [Hans Breuer, Tor Lillqvist, Robert Ögren,
2603 * Bug fixes [Kazuki IWAMOTO, Matthias, Manish Singh, Morten,
2604 Frederic Crozat, Tor]
2605 * Documentation improvements [Matthias, Tor, Owen]
2606 * New and updated translations (cs,da,de,en_CA,en_GB,es,nb,nl,sq,zh_CN)
2608 Overview of Changes from GLib 2.5.5 to GLib 2.5.6
2609 =================================================
2611 - Add G_OPTION_FLAG_REVERSE to allow options
2612 which unset a boolean variable [Tor Lillqvist]
2614 - Use sigaction instead of signal [Jonas Jonnson,
2616 - Make the very first SIGCHLD work [Gustavo Carneiro]
2617 * Bug fixes [Morten Welinder, Tor, David MacLachlan,
2618 Manish Singh, J. Ali Harlow]
2619 * Documentation improvements [Matthias Clasen, Tor]
2620 * Updated translations (da,ja,tr,zh_CN)
2622 Overview of Changes from GLib 2.5.4 to GLib 2.5.5
2623 =================================================
2625 - Cleanups, add more error checking [Ray Strode]
2626 - Fall back to the untranslated string when getting
2627 locale strings [Mark McLoughlin]
2629 - Document GOption [Matthias Clasen]
2630 - Better support for rest arguments [Owen Taylor, Matthias]
2631 - Handle conflicts between groups [Matthias]
2632 * Add g_lstat() to the stdio wrappers [Tor Lillqvist]
2633 * Add g_filename_display_name() to convert filenames
2634 in displayable UTF-8 strings [Alex Larsson, Matthias]
2635 * Win32 bug fixes [Kazuki IWAMOTO, Hans Breuer, Tor]
2636 * Bug fixes [Christophe Fergeau, Morten Welinder,
2637 Owen, Kjartan Maraas, Mark]
2638 * Documentation improvements [Matthias, Tor]
2640 Overview of Changes from GLib 2.5.3 to GLib 2.5.4
2641 =================================================
2642 Add GKeyFile, a parser/editor for the .ini like files used in various
2643 freedesktop.org specifications. [Ray Strode]
2644 Make the handling of filename encodings consistent across all
2645 GLib functions, introduce wrappers for common POSIX
2646 functions which accept the same filename encoding. [Tor Lillqvist,
2649 - Rename g_context_option_error_quark() to a more language-binding
2650 friendly name [Murray Cumming]
2651 - Accept backslashes in filenames on Win32 [Tor Lillqvist]
2652 * Strip the internal aliasing prefix IA__ from function names in
2653 assertions [Matthias Clasen]
2654 * Add a function to split uri lists. [Matthias]
2656 - Don't open console windows [Tor]
2657 * Other bug fixes [Philippe Blain, Robert Ögren, Hidetaka Iwai, Matthias,
2658 Morten Welinder, Mats-Ola Persson, Tor, Nickolay V. Shmyrev, Kjartan Maraas,
2659 Anders Carlsson, Tim-Philipp Müller, Lucas Rocha, Andrea Campi, Manish
2660 Singh, Thomas Fitzsimmons, Kazuki IWAMOTO]
2661 * Documentation improvements [Matthias, Linus Walleij, Nickolay, Philippe,
2662 Adam Hooper, Gustavo Carneiro]
2663 * New and updated translations (cs,en_CA,en_GB,ja,nb,nl,or,sr,sr@Latn,sq)
2665 Overview of Changes from GLib 2.5.2 to GLib 2.5.3
2666 =================================================
2668 - set the program name from argv[0] [Masatake YAMATO]
2669 - make contexts work without a main group [Anders Carlsson]
2671 - Get rid of many PLT entries for internally used exported symbols,
2672 and clean up the ABI at the same time and make make check check the
2673 list of exported symbols. [Matthias Clasen]
2674 * Add API to get ISO 8601 week numbers [Niklas Lundell]
2675 * Add API to install an alternate default log handler [Darin Adler]
2676 * Add API to obtain a list of applicable locale names [Hidetoshi Tajima]
2677 * Reduce code size bloat by removing literal strings from
2678 the g_return_if_fail() macros [Owen Taylor]
2679 * Add g_strv_length [Tim-Philipp Müller]
2681 - Add API to determine the Windows version [Tor Lillqvist]
2682 * Other bug fixes [Stepan Kasal, Anders, Tor, Kazuki Iwamoto,
2684 * Documentation improvements [Morten Welinder, Matthias]
2685 * New and updated translations (es,nn,ro)
2687 Overview of Changes from GLib 2.5.1 to GLib 2.5.2
2688 =================================================
2689 * Add G_GNUC_INTERNAL macro [Arjan van de Ven]
2690 * Add GOption, a commandline option parser [Anders Carlsson]
2691 * Add glib_check_version [Michael Natterer]
2692 * Add XDG basedir API [Ray Strode]
2693 * Require ngettext [Danilo Segan]
2694 * Bug fixes [Manish Singh, Ray Strode, Vincent Noel,
2695 Jon-Kare Hellan, Jody Goldberg]
2696 * Win32 bug fixes [Tor Lillqvist, Hans Breuer, Peter Zelezny]
2697 * Documentation improvements [Matthias Clasen, Vincent Untz, Christian Persch]
2698 * New and updated translations (bs,eu,fi,gu,ne,pa)
2700 Overview of Changes from GLib 2.5.0 to GLib 2.5.1
2701 =================================================
2703 * Bug fixes [Oliver Guntermann, Sven Neumann, James
2704 Henstridge, Hiroyuki Ikezoe, Matthias Clasen, Robert
2705 Ögren, Tommi Komulainen]
2706 * Documentation improvements [Soeren Sandmann,
2707 Christophe Fergeau, Danek Duvall]
2708 * New and updated translations (eu,hi)
2710 Overview of Changes from GLib 2.4.1 to GLib 2.5.0
2711 =================================================
2713 * New functions g_debug [Sven Herzberg]
2714 * Use higher precision for mathematical constants [Morten
2716 * Don't convert to/from UTF-8 in g_filename_{to,from}_uri
2717 [Federico Mena Quintero]
2719 - Handle empty digit string in printf() functions
2720 correctly [Tor Lillqvist]
2721 - Support ll as format modifier for long long [Tor]
2722 - Be more careful about HOME [Tor, Ivan Wong]
2723 - Bug fixes [John Ehresman]
2724 * Miscellaneous bug and portability fixes [Danilo Segan,
2725 Owen Taylor, Nikolai Weibull, Benoît Carpentier, Morten
2726 Welinder, Manish Singh, Sven Neumann, Julio M. Merino Vidal,
2727 Kaz Sasayama, Murray Cumming, Federico, Mariano Suarez-Alvarez]
2728 * Documentation updates [Matthias Clasen, Crispin Flowerday,
2729 Tommi Komulainen, Federico Mena Quintero, Ed Griffiths]
2730 * New and updated translations (ja,ne,no,wa)
2732 Overview of Changes from GLib 2.4.0 to GLib 2.4.1
2733 =================================================
2735 * Win32 bug fixes [Tor Lillqvist, Roger Leigh, John Ehresman]
2736 * Miscellaneous bug and portability fixes [Owen Taylor,
2737 Matthias Clasen, Jonas Jonsson, Christian Krause,
2738 Nickolay V. Shmyrev, Christophe Saout, Philippe Blain,
2740 * Documentation updates [Matthias]
2741 * New and updated translations (ca,cs,cy,el,en_CA,en_GB,es,eu,fi,
2742 fr,gu,he,id,nl,pt,pl,ru,sr,sr@ije,sr@Latn,sv,uk)
2744 Overview of Changes from GLib 2.3.6 to GLib 2.4.0
2745 =================================================
2747 * Handle invalid-UTF-8 in g_log() properly [Matthias Clasen]
2748 * Win32 bug fixes [Tor Lillqvist, Bruce Hochstetler]
2749 * Miscellaneous bug and portability fixes [Olivier Biot, David L. Cooper II,
2750 Kjartan Maraas, Frédéric L. W. Meunier, Christof Petig, Manish Singh,
2752 * Documentation updates [Owen]
2753 * Updated translations (hr,ro)
2755 Overview of Changes from GLib 2.3.5 to GLib 2.3.6
2756 =================================================
2758 * GAtomic bug fixes [Sebastian Wilhelmi, Mark McLoughlin]
2759 * GMain threading fixes and improvements [Sebastian]
2760 * Win32 [Tor Lillqvist]
2761 - restore some symbols extraneously exported from gobject to maintain ABI compatibility
2762 - Misc build improvements and fixes [Tor, Cedric Gustin, Hans Breuer]
2763 * Documentation updates [Sebastian, Takeshi AIHANA, Matthias, Sven Herzberg]
2764 * New and updated translations (be,es,fi,ga,pa,sr@ije,zh_CN)
2766 Overview of Changes from GLib 2.3.3 to GLib 2.3.5
2767 =================================================
2769 * Make glib-mkenums parse initializers with macros. [Matthias Clasen, muppet]
2770 * Respect locale era in g_date_set_parse(). [Theppitak Karoonboonyanan]
2771 * Add atomic operations and use it for the async queue and
2772 gonce implementation. [Sebastian Wilhelmi]
2773 * Documentation improvements [Sebastian, Matthias, Sven Herzberg]
2774 * Add g_main_depth() for finding the recursion depth of the main
2775 loop [Owen Taylor, Tim Janik, Stefan Westerfeld]
2776 * Add g_spawn_close_pid(), needed on win32 [J. Ali]
2777 * Win32 fixes. [Hans Breuer, J. Ali Harlow]
2778 * Misc bugfixes [Sebastian, Matthias, Balazs Scheidler, Owen]
2779 * Updated translations (cy,et,ga,sq)
2781 Overview of Changes from GLib 2.3.2 to GLib 2.3.3
2782 =================================================
2784 * Add a native AIX gmodule implementation. [Laurent Vivier]
2785 * Add g_node_copy_deep(). [James M. Cape, Matthias Clasen]
2786 * Extend GQueue API to match the GList API. [Soeren Sandmann]
2787 * Add g_hash_table_find(). [Tim Janik]
2788 * Add a G_MODULE_BIND_LOCAL flag. [David Schleef]
2789 * Inline g_string_append_c() when possible. [Owen Taylor, Tim]
2790 * Wrap waitpid() as a GSource. [Jonathan R. Blandford]
2791 * Add g_completion_complete_utf8(). [Theppitak Karoonboonyanan,
2793 * Add g_strsplit_set(). [Soeren]
2794 * Documentation improvements. [Vincent Untz, Sebastian Wilhelmi,
2796 * Win32 build fixes. [Tor Lillqvist]
2797 * Misc bugfixes [Manish Singh, Noah Levitt, Simon Josefsson,
2798 Morten Welinder, Damien Carbery, Julio M. Merino Vidal, Sebastian,
2800 * Updated translations (nn,cs,it,ko,sq,ms,az,hr,uk,sr,sr@Latn,sq,ta)
2802 Overview of Changes from GLib 2.3.1 to GLib 2.3.2
2803 =================================================
2805 * Add G_MAXSIZE. [Manish Singh]
2806 * Add g_rand_new_with_seed_array(), g_rand_set_seed_array(),
2807 implementing the init-by-array functionality of the
2808 original mersenne twister. Add g_rand_copy(). Improve seeding.
2810 * Add a lowercase_name option to glib-mkenums. [Murray Cumming]
2811 * Add g_ptr_array_foreach(). [Matthias Clasen]
2812 * Add g_timer_continue(). [Tim-Philipp Müller]
2813 * Fix a threadsafety issue in mem chunks. [Matthias, Balazs Scheidler]
2814 * Fix g_filename_{to,from}_utf8() on Win32 and improve
2815 g_file_test() there too [Hans Breuer]
2816 * Add a boxed type for NULL-terminated string arrays. [Matthias]
2817 * Add G_DEFINE_TYPE() plus variants to ease the constuction
2818 of GObject boilerplate code. [Tim Janik]
2819 * Support & in password GECOS field [Matthias, Soeren Boll Overgaard]
2820 * Documentation improvements [Matthias, Manish]
2821 * Win32 build fixes [Hans]
2822 * Misc bug fixes [Damien Carbery, Matthias, Manish, Olivier Poncet,
2824 * Updated translations (ar,de,fa,ga,mn,nn,no,sq)
2826 Overview of Changes from GLib 2.3.0 to GLib-2.3.1
2827 =================================================
2829 * Add glib/gi18n.h and glib/gi18n-lib.h for common
2830 gettext support, including a Q_() macro for translation
2831 with context [Matthias Clasen]
2832 * Add a more flexible G_FILENAME_ENCODING variable
2833 as a replacement for G_BROKEN_FILENAMES [Matthias]
2834 * Fix the return value g_main_context_iterate() for
2835 newly ready sources [Padraig O'Briain]
2836 * Handle Hangul composition for normalization [Noah Levitt]
2837 * Add G_{MIN,MAX,MAXU}INT{8,16,32}. [Mark Jones, Matthias]
2838 * Add G_GSIZE_FORMAT/G_SSIZE_FORMAT [Manish Singh]
2839 * Add G_STRFUNC as a portable wrapper for __func__ [Tim Janik]
2840 * Documentation improvements [Matthias]
2841 * GObject [Tim Janik]
2842 - Support '-' in g_signal_connect()/disconnect() names
2843 like 'swapped-signal'.
2844 - Add g_type_class_peek_static() and use to optimize
2845 g_object_new() for static types [Tim]
2846 - Allow setting construct-only properties from within
2847 init() implementations
2848 - Enforce readability/writeability in g_object_set/get()
2849 * Fix bug with g_ascii_strtod and multi-byte separator.
2850 [Behdad Esfahbod, Roozbeh Pournader]
2851 * Misc bug fixes [Matthias, John Ehresman, Andrew Lanoix,
2852 Tor Lillqvist, Mark McLoughlin, Tim-Philipp Müller, Manish,
2854 * Updated translations (ca,cs,da,es,fr,ja,nn,no,pt,ru)
2856 Overview of Changes from GLib 2.2.x to GLib-2.3.0
2857 =================================================
2859 * Replace Trio printf by gnulib vasnprintf [Matthias Clasen]
2860 * Update Unicode data to Unicode 4.0 [Noah Levitt]
2861 * Support XML-safe formatted output with
2862 g_markup_[v]printf_escaped [Owen Taylor]
2863 * Add g_file_read_link to read symbolic links [Matthias]
2864 * Add g_unichar_get_mirror_char to obtain the
2865 mirrored variant of a character [Noah]
2866 * Support for one-time initialization functions.
2867 [Sebastian Wilhelmi]
2868 * Miscellaneous API additions: g_vasprintf
2869 g_string_chunk_insert_len, g_setenv, g_unsetenv [Matthias]
2870 * Docs improvements [Matthias]
2871 * Add support instance-private data on classed types
2872 [Mark McLoughlin, Tim Janik, Owen]
2873 * Optimize signal emissions [Soeren Sandmann, Tim]
2874 * Support a "default vtable" per interface [Tim]
2875 * Add support for properties on interfaces [Owen, Tim]
2876 * Miscellaneous API additions: g_value_take_string(),
2877 g_value_take_param(), g_value_take_object(),
2878 g_value_take_boxed(). [Matthias]
2879 * Win32 build fixes [Tor Lillqvist]
2881 Overview of Changes from GLib 2.1.5 to GLib-2.2.0
2882 =================================================
2884 * Fix a problem with g_thread_init() on 64-bit problems
2885 [Alceste Scalas, Sebastian Wilhelmi]
2886 * Add assembly implementations of byteswap macros
2887 for ia64 and x86_64. [Manish Singh]
2888 * IOChannel fixes for Win32 [Tor Lillqvist, Thorsten Maerz]
2889 * Updated translations (bg,ca,es,da,fi,lv,ru,sk)
2891 Overview of Changes from GLib 2.1.4 to GLib-2.1.5
2892 =================================================
2894 * Win32 bug fixes [Tor Lillqvist]
2895 * Various post-rewrite fixes for glib-gettext.m4 [Owen Taylor,
2896 Jody Goldberg, Kjartan Maraas, Johannes Stezenbach]
2897 * Ensure we have a GUINT64_FORMAT by pulling in Trio
2898 if necessary [Manish Singh]
2899 * Further Trio build fixes [Matthias Clasen, Owen]
2900 * Hack around gcc, libtool issues with -pthread [Owen]
2901 * Docs improvements [Matthias]
2902 * Bug and portability fixes
2903 * Updated and new translations (bg,de,fi,fr,sq,fr)
2905 Other contributors: Kai Poitschke, Morten Welinder
2907 Overview of Changes from GLib 2.1.3 to GLib-2.1.4
2908 =================================================
2910 * autoconf changes to make it possible to cross compile
2911 GLib. [Owen Taylor, Dan Kegel, Amy Lin, Dimi Shahbaz,
2912 Johannes Stezenbach]
2913 * Use libintl when it has bind_textdomain_codeset() and
2914 GLib doesn't. [Owen]
2915 * Improve generation of pseudo-random integers [Morten Welinder,
2917 * Avoid literal UTF-8 in favor of octal escapes [Owen, Tomas Ogren]
2918 * Cleanup include order [Sven Neumann]
2919 * autoconf cleanups and bug fixes [Daniel, Matthias Clasen, Owen]
2920 * Doc fixes and additions [Matthias]
2922 Other contributors: James M. Cape, Frederic Crozat, Martin Gansser,
2923 Phuc LeHong, Manish Singh, Joshua Weage, Morten Welinder
2925 Overview of Changes from GLib 2.0.x to GLib-2.1.x
2926 =================================================
2928 * Add copy of the Trio library to build and use for printf() when
2929 system printf isn't good enough. Add g_printf()/etc. [Matthias Clasen]
2930 * Add g_str_has_suffix()/g_str_has_prefix() [Alex Larsson]
2931 * Add g_markup_parse_context_get_element() [Matthias]
2932 * Add g_utf8_strreverse [Matthias]
2933 * Add g_ascii_strtoull() [Tim Janik]
2934 * Support scanning of 64-bit values with GScanner [Tim]
2935 * Add g_set/get_application_name() [Havoc Pennington]
2936 * Add G_LIKELY()/G_UNLIKELY() macros for hinting branch probabilities.
2937 Use for g_return_if_fail(). [Matthias Clasen]
2938 * Add G_GNUC_DEPRECATED macro [Tom Tromey]
2939 * Improve the seeding algorithm of GRandom to avoid problems
2940 with certain pathological seeds. Support G_RANDOM_VERSION=2.0
2941 environment variable. [Sebastian Wilhelmi]
2942 * Improve thread configure checks, use -pthread where applicable
2944 * Improve handlng of thread priorities [Sebastian]
2945 * Fix up parameter names that might shadow functions from
2946 system headers [Soeren Sandmann]
2947 * Clean up usage of deprecated functions [Manish Singh]
2948 * Docs fixes and improvements. In particular, include "Since" information.
2949 [Matthias, Soeren, Martin Schulze, Daryll Strauss, Bill Janssen,
2950 Owen Taylor, Morten Welinder].
2952 Overview of Changes in GLib 2.0.7
2953 =================================
2955 * Fix C++ warnings in gtype.h [Dom Lachowicz]
2956 * Fix g_type_fundamental_next() [Tim Janik]
2957 * Fix various missing includes of config.h [Morten Welinder]
2958 * Handle main loop initialization before g_thread_init [Sebastian Wilhelmi]
2959 * Various 64-bit fixes [Manish Singh]
2960 * Fix GPoll on Win32 [Tor Lillqvist, Herman Bloggs]
2961 * Fix bug with buffering on UTF-8 IOChannels [Daniel Elstner]
2962 * Misc bug and build fixes [Soren Andersen, Gustavo Carneiro, Tor,
2963 Tim, Havoc Pennington, Matthias Clasen, Sebastian Rittau,
2964 Masahiro Sakai, Arvind Samptur, HideToshi Tajima, Owen Taylor]
2965 * Updated and new translations (be,cs,de,*fa,it,lv,pt_BR,tr)
2967 Overview of Changes in GLib 2.0.6
2968 =================================
2970 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
2971 * Clean up debug spew from GObject [Anders Carlsson]
2972 * Compiler warning fixes [David L. Cooper II]
2973 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
2974 * Fixes for --disable-debug [Sebastian Wilhelmi]
2975 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann,
2976 Rajkumar Sivasamy, Laurent Vivier]
2977 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat,
2978 Sebastian Rittau, Linus Welleij]
2979 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
2980 * Updated translations (bg,ko,vi)
2982 Overview of Changes in GLib 2.0.5
2983 =================================
2985 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
2986 * Clean up debug spew from GObject [Anders Carlsson]
2987 * Compiler warning fixes [David L. Cooper II]
2988 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
2989 * Fixes for --disable-debug [Sebastian Wilhelmi]
2990 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann,
2991 Rajkumar Sivasamy, Laurent Vivier]
2992 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat,
2993 Sebastian Rittau, Linus Welleij]
2994 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
2995 * Updated translations (bg,ko,vi)
2997 Overview of Changes in GLib 2.0.4
2998 =================================
3000 * Fix some 64-bit problems. (George Lebl, David L. Cooper II)
3001 * Add note about Tru64 iconv to INSTALL. (Manuel Op de Coul)
3002 * Fix problem with timouts > MAXINT. (Tim Janik, Owen Taylor)
3003 * Updated translations (ca,es,fr,ja,gl,ms,nl,pl,pt,ru)
3005 Overview of Changes in GLib 2.0.3
3006 =================================
3008 * Handle sorting 0-length arrays (Ron Arts)
3009 * Threading fixes (Sebastian Wilhelmi)
3010 * Portability fixes (Miroslaw Dobrzanski-Neumann, Jacob Berkman, Gareth Pierce,
3011 Sebastian, Qingjiang Yuan)
3012 * Various fixes for glib-2.0.m4. (Jim Gettys, others.)
3013 * Locate right glib-genmarshal when cross-compiling. (Mitch Natterer)
3014 * Win32 fixes (Tor Lillqvist)
3015 * Try to fix g_get_charset() related segfaults. (Owen)
3016 * Fixes for gettext detection. (Dan Winship, HideToshi Tajima, Boyd Lynn Gerber,
3017 Andrew P. Lentvorski, Jr.)
3018 * Fix g_scanner_unexp_token() (Tim Janik, Sven Neumann)
3019 * g_markup fixes. (Matthias Clasen.)
3020 * Bug fixes and cleanups (Daniel Elstner, Matthias, Laszlo Peter, Morten Welinder,
3023 Overview of Changes in GLib 2.0.1
3024 =================================
3026 * Portability fixes for Sun's Forte compiler [Erwann Chenede]
3027 * Performance improvements for GObject parameter lookup,
3028 g_filename_to/from_utf8() [Alex Larsson]
3029 * Actually check interface prerequisites [Matthias Clasen,
3030 Miroslaw Dobrzanski-Neumann]
3031 * Fix problem with glib-mkenums taking huge amounts of stack. [Owen Taylor]
3032 * Fix g_signal_handlers_disconnect_by_func() for C++ [Damien Sandras]
3033 * Fixes for g_log() and threading.
3034 [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, Tim Janik]
3035 * Make g_print(), g_printerr(), g_warning(), etc, convert from
3036 UTF-8 to the encoding of the locale [Sebastian Wilhelmi, Tim]
3037 * Fixes for GIOChannel on windows. [Tor Lillqvist]
3038 * Fix gsize/gint mismatches in giochannel.c [Miroslaw Dobrzanski-Neumann]
3039 * Fix file descriptor leak in g_file_get_contents() [Matthias]
3040 * Workaround iconv() problems on older Solaris [Lauri Alanko]
3041 * Fix warnings with gcc-3.1 about asm const [Cody Russel]
3044 Other contributors: Hans Breuer, LEE Sau Dan, Sven Neumann, Salmaso Raffaele,
3045 Akira Tagoh, Morten Welinder
3048 Overview of Changes in GLib 2.0.0
3049 =================================
3051 * Thread portability fixes [Sebastian Wilhelmi]
3052 * Documentation updates [Owen Taylor]
3053 * Make g_strerror(), g_strsignal() properly return UTF-8,
3054 call bind_text_domain_codeset() so that error strings
3055 are in UTF-8 as well. [Owen, Tor Lillqvist]
3057 Overview of Changes in GLib 2.0.0 rc1:
3058 ======================================
3060 * Win32 fixes [Tor Lillqvist]
3061 * Portability fixes [Finlay Dobbie, Miroslaw Dobrzanski-Neumann]
3062 * Fix up g_date_strftime [Daniel Elstner]
3063 * Add some structure padding [Tim Janik]
3064 * Make g_get_homedir() prefer the users home directory to $HOME
3066 Other contributors: Matthias Clasen, Paolo Maggi, Christian Rose
3068 Overview of Changes in GLib 1.3.15:
3069 ===================================
3071 * Speed up marshalers by using private access to GValue
3072 [Anders Carlsson, Tim Janik]
3073 * Reduce GValue to 2 elements [Tim]
3074 * Add G_DEBUG environment variable, G_DEBUG=fatal_warnings [Matthias Clasen]
3075 * Fixes for AIX compilation [Miroslaw Dobrzanski-Neumann]
3076 * Add padding to various structures [Owen Taylor, Tim]
3077 * Win32 fixes [Tor Lillqvist]
3079 Other contributors: James Henstridge, Ryan Lovett, Morten Welinder,
3082 Overview of Changes in GLib 1.3.14:
3083 ===================================
3085 * Register value transformations for gint64, guint64 [Andy Wingo]
3086 * Build with large-file support [Sven Neumann, Owen Taylor]
3087 * Fix handling of hostnames in URI's [Darin Adler]
3088 * Main loop bug fixes [Havoc Pennington, Owen]
3089 * Doc fixes and improvements [Manish Singh, Tim Janik]
3090 * Support ' as attribute delimiters in GMarkup [Matthias Clasen]
3091 * Win32 fixes [Hans Breuer, Tor Lillqvist]
3092 * Threading bug and build fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann]
3093 * Miscellaneous bug fixes
3095 Other contributors: Matthias Clasen, James Henstridge, Mitch Natterer,
3098 Overview of Changes in GLib 1.3.13:
3099 ===================================
3101 * Fix g_filename_to/from_uri for Win32 [Tor Lillqvist, Darin Adler]
3102 * Miscellaneous win32 fixes [Tor, Hans Breuer]
3103 * Fix thread options for gcc on AIX [Jerome Zago, Sebastian Wilhelmi]
3104 * Documentation improvements [Ron Steinke, Matthias, Sebastian]
3105 * Cache iconv converters as used by g_convert() [Jeffrey Stedfast]
3106 * Bug fixes [Sven Neumann, Owen Taylor, Matthias Clasen, Jeffrey,
3107 Laszlo Peter, Havoc Pennington, Tim Janik]
3109 Overview of Changes in GLib 1.3.12:
3110 ===================================
3112 * Implement closure chaining, fixing up API (Tim Janik)
3113 * Closure chaining test case (James Henstridge)
3114 * Make GType long not int where both are equal width (Tim)
3115 * Win32 fixes and improvements (Hans Breuer, Tor Lillqvist)
3116 * Fixes for NetBSD. (Dan Winship)
3117 * Use snprintf() for g_printf_string_upper_bound() where possible. (Matthias Clasen)
3118 * Save space for GBSearchArray (Tim Janik)
3119 * Documentation improvements. (Matthias, Sven Neumann, Havoc Pennington)
3121 Other contributors: Darin Adler, Chris Blizzard, Anders Carlson, Daniel Elstner, Michael Meeks,
3122 Mark McLoughlin, Dave Neary, Manish Singh, Owen Taylor, HideToshi Tajima,
3126 Overview of Changes in GLib 1.3.11:
3127 ===================================
3129 * Win32 fixes [Hans Breuer, Tor Lillqvist]
3130 * Documentation improvements [Matthias Clasen]
3131 * Portable directory handling API [Hans]
3132 * Threading fixes [Sebastian Wilhelmi, Havoc Pennington]
3133 * Fix excess relocations in Unicode tables [Andrew Taylor]
3134 * Fix gpattern for UTF-8 [Matthias Clasen]
3135 * Support overriding class closures [Tim Janik]
3136 * Support for derivation from G_TYPE_POINTER [Owen Taylor]
3137 * Hide pointers to type information inside GType to reduce locking
3139 * Adds check for direct inclusion of gobject/*.h [Owen]
3140 * GObject API cleanups [Tim]
3142 Other contributors: Darin Adler, Jacob Berkman, Daniel Egger, Eric Lemings,
3143 Michael Meeks, Mark McLoughlin, Arkadiusz Miskiewicz, Dan Winship
3146 Overview of Changes in GLib 1.3.10:
3147 ===================================
3149 * Many Win32 fixes and improvements [Tor Lillqvist]
3150 * Documentation improvements [Matthias Clasen]
3151 * g_string_printfa() renamed to g_string_append_printf()
3152 * Use libcharset from libiconv to implement charset detection
3153 more portably. [Owen Taylor, Hidetoshi Tajima]
3154 * Add 64 bit type support to GObject [Joshua Pritikin, Mathieu Lacage, Owen]
3155 * Make support for 64 bit integers a requirement [Joshua]
3156 * GPattern improvements [Tim Janik, Matthias]
3157 * Locale independent g_ascii_strtod / g_ascii_dtostr [Alex Larsson]
3158 * Many bug fixes and minor tweaks.
3160 Other Contributors: Darin Adler, Jakub Jelinek, James Antill, Andrew Taylor,
3161 Ben Gertzfield, Elliot Lee, Manish Singh, Abel Cheung, Laszlo Peter,
3162 Sven Neumann, George Lebl, Raja Harinath, Sebastian Wilhelmi,
3166 Overview of Changes in GLib 1.3.9:
3167 ==================================
3169 * Fixes for comparison of threads [Sebastian Wilhelmi]
3170 * Use vasprintf() when possible for g_strdup_printf [Matthias Clasen]
3171 * Win32 fixes [Tor Lillqvist, Hans Breuer]
3172 * Add a len argument to g_ascii_strup/strdown
3173 * Bug, portability fixes, cleanups.
3175 Other Contributors: Darin Adler, Katsuhiro Okuno, Joshua N. Pritikin
3178 Overview of Changes in GLib 1.3.8:
3179 ==================================
3181 * Documentation updates [Owen]
3182 * Made GType interfaces overridable in derived types
3183 * Many win32 fixes [Tor Lillqvist]
3184 * Miscellaneous cleanups and fixes
3187 Darin Adler, Matthias Clasen, Ron Steinke, Hans Breuer, Alex Larsson
3190 Overview of Changes in GLib 1.3.7:
3191 ==================================
3193 * Integrate GClosure support into the main loop [Owen Taylor]
3194 * More GSignal convenience functions (macros) [Sven Neumann, Tim Janik]
3195 * Introduced weak references for GObject [James Henstridge, Sven, Tim]
3196 * Minor hash table optimizations
3197 * Main loop and threading improvements [Sebastian Wilhelmi]
3198 * Added g_ascii_* functions to be used for locale insensitive UTF-8
3199 compliant code instead of old string functions [Darin Adler, Alex Larsson]
3200 * Add functions for Unicode case-conversion, normalization, and
3201 collation [Owen]* GString improvements [Owen]
3202 * Reworked the GIOChannel code [Hidetoshi Tajima, Ron Steinke]
3203 * Removed glib-config-2.0 in favour of pkgconfig [Sebastian]
3204 * Make code 64bit clean [Mark Murnane]
3205 * More G_CONST_RETURN fixes
3206 * Many improvements to the win32 code [Tor Lillqvist, Hans Breuer]
3207 * Miscellaneous bug and API fixes
3210 Michael Natterer, Christopher James Lahey, Padraig O'Briain,
3211 Matthias Clasen, Josh Pritikin, Steve Baker, Cesar Rincon, Garry R. Osgood,
3212 Michael Meeks, Laszlo Peter, Martin Baulig, Kjartan Maraas, Andrew Lanoix,
3216 Overview of Changes in GLib 1.3.6:
3217 ==================================
3219 * Threads have a "return value" from g_thread_join
3220 * Removed ability to adjust thread stack size
3221 * Prefix warnings with progname/PID by default, change toggle for this to
3222 be an env variable G_MESSAGES_PREFIXED not a compile-time option
3224 * GDate const, convenience fixups
3225 * Include test cases that headers are compilable by C++ compiler
3226 * Add ability to spawn processes with argv[0] != executable path.
3227 * g_strstr_len, g_strrstr, g_strrstr_len
3228 * Add length argument to g_utf8_strchr and g_utf8_strrchr.
3232 Overview of Changes in GLib 1.3.5:
3233 ==================================
3235 * Added an installed glib-mkenums Perl program for parsing enumeration
3236 declarations from header files.
3237 * Mark some additional deprecated functions.
3238 * Bug and Portability fixes
3241 Overview of Changes in GLib 1.3.4:
3242 ==================================
3244 * Efficiency improvements for GThreadPool
3247 * Documentation improvements
3250 Overview of Changes in GLib 1.3.3:
3251 ==================================
3255 * More user_data support in various functions.
3256 * Main loop API revamps to support per-thread main loops.
3257 * Unicode handling improvements.
3258 * Implemented debugging traps.
3259 * G_CONST_RETURN specification all over the place.
3260 * Various new small utility functions.
3261 * Random number generator precision improvements.
3262 * New configure option --disable-mem-pools.
3263 * Many Win32 improvements.
3264 * Added g_try_malloc() friends varinats.
3265 * Many documentation improvements.
3266 * Many threading improvements, support for dynamic allocation
3268 * GHookLIst API cleanups.
3269 * Improved format support of GDate parser.
3270 * String function speed improvements with new g_stpcpy().
3271 * Hashtable API additions.
3272 * New GPatternSpec for shell-style pattern matching (from GtkPatternSpec).
3273 * Optimizations, cleanups, bug fixes.
3277 * Added many convenience functions.
3278 * GClosure and GParamSpec use float/sink ref-counting scheme now.
3279 * Reworked property change notification.
3280 * Binary searchable array cleanups, so it's widely usable now.
3281 * Added static content keeping for some GValue types.
3282 * Support for statically scoped signal parameters.
3283 * Extinguished property trailer args in set/get interface.
3284 * Added support for abstract types.
3285 * G_CONST_RETURN specification all over the place.
3286 * Split parameter exchange functionality into value transforms
3287 and parameter conversions.
3288 * Added signal emission hooks and signal accumulators.
3289 * Added interface prerequisites to support is_a (interface, object)
3291 * Implemented GValueArray.
3292 * New types, boxed: G_TYPE_VALUE, G_TYPE_CLOSURE, G_TYPE_GSTRING
3293 GParamSpecs: G_TYPE_PARAM_PARAM, G_TYPE_PARAM_POINTER, G_TYPE_PARAM_CLOSURE,
3294 G_TYPE_VALUE_ARRAY, G_TYPE_PARAM_UNICHAR, G_TYPE_PARAM_VALUE_ARRAY.
3295 * Varrags value collection improvements.
3296 * Implemented debugging traps.
3297 * Made things thread-safe.
3298 * Many documentation improvements.
3299 * Many cleanups, optimizations and bug fixes.
3302 Overview of Changes in GLib 1.3.2:
3303 ==================================
3307 * Win32 build improvements [Tor]
3308 * Improvements to error reporting
3309 (g_critical(), g_return_if_reached()) [Darin]
3310 * Add g_strlcpy/g_strlcat [David Wheeler]
3311 * New IO channel implementation for Win32 [Tor]
3312 * Make g_array_free, g_string_free return pointer to memory requested
3313 not to be freed. [Darin]
3314 * Added GError based error reporting for thread functions. [Sebastian]
3315 * Moved reference docs into GLib distribution. [Owen]
3316 * Added g_convert() for doing convenient character set conversions based
3317 on iconv. (GLib now requires libiconv or a native iconv.) [Havoc/Owen]
3318 * Various Unicode handling additions (g_ucs4_to_utf8, g_utf8_validate(),
3319 g_{locale,filename}_{to,from}_utf8) [Robert/Havoc/Owen]
3320 * Portability fixes for threading. [Sebastian]
3321 * Added convenient functions for launching new processes (g_spawn_*),
3322 and shell quoting/unquoting functions. [Havoc]
3323 * Split glib.h into many headers. [Sebastian]
3324 * Added a simple callback-based parser for XML-like files (GMarkup). [Havoc]
3325 * Fixed confusions between comparison functions that return <0, 0, >0
3326 and equaility functions that return FALSE,TRUE. [Sebastian]
3327 * Added safe/portable temporary file manipulation functions. [Tor]
3328 * autoconf improvements. [Raja]
3329 * Many documentation improvements.
3334 * Added boxed and pointer types. [Tim/Jonathan]
3335 * Added callback abstraction (GClosure) [Tim]
3336 * Added signal system (GSignal) [Tim]
3337 * Make GTypePlugin an interface [Tim]
3338 * Added GTypeModule - a simple GTypePlugin instantiation [Owen]
3342 What's new in GLib 1.3.1:
3343 =========================
3345 * New GObject library added including object system based on
3346 the GTK+ object system.
3347 * Functions for getting the properties of Unicode characters,
3348 computing the canonical decomposition and ordering combining
3349 characters aand manipulating UTF-8 string manipulation based
3351 * GString now properly handles embedded nuls.
3352 * Multiple fixes from the 1.2.x branch.
3353 * Upgrade to libtool 1.3.3
3354 * Full thread support (thread creation and destruction).
3355 * BeOS port, BeOS dynamic modules.
3356 * Many improvements to the Windows ports.
3357 * Improvements to the OS/2 port, OS/2 module support.
3358 * Double ended queue implementation.
3359 * GLib macros for printf() formatting, e.g. G_GULONG_FORMAT = "lu"
3360 * New configure option --enable-msg-prefix to prefix messages, warnings
3361 et ceteri with the program name and the process id.
3362 * New thread-safe random number generator Mersenne Twister.
3363 * g_strcompress() added, g_strescape() had a slight API change, and
3364 more tightly defined semantics.
3365 * the g_string(x) macro has been removed, #x may be used instead.