1 Overview of Changes from GLib 2.25.8 to GLib 2.25.9
2 ===================================================
4 Warning: there have been some API changes in GDBus, GSettings
5 and GApplication. Users of these APIs will need to be adapted.
8 - Use Gio's default async implementation
9 - Fix proxy construction for objects with no properties
10 - Fix error handling in synchronous initialization
11 - Do not dispatch calls to unregistered objects
12 - Add _with_closures alternative functions
13 - Allow constructing GDBusProxy with well-known names
14 - Remove GType parameters from GDBusProxy constructors
15 - Nuke g_bus_watch_proxy API
16 - Add --xml to gdbus-tool to print raw introspected XML
19 - schema file format change: store (default, options) in gvdb
20 - Add g_settings_sync()
21 - Add g_variant_default_value()
22 - Add support for enums and ranges
25 - Switch to using variants for timestamps
29 - Introduce g_object_notify_by_pspec
31 - The GVariant gtype G_TYPE_VARIANT was changed from boxed
32 to fundamental. We believe there were no existing users
33 of the boxed type, so this should not cause any applications
37 - Add package and version to the test report XML
38 - Use optparse to parse gtester-report commandline
39 - Add subunit support to gtester-report
40 - Prevent division by zero if no tests
43 621782 Crash using gbinding
44 619945 GConverterOutputStream triggers assertion and corrupts data
45 621319 more leaked GVariants in GSettings
46 621168 GKeyFile memory leak on Windows platform
47 621002 Switch to using variants for timestamps, split out signals
48 620953 tiny docs addition
49 618904 Lies in gunixmounts documentation
50 621702 Correctly initialize GError
51 611778 minor cleanup of gtester-report
52 621213 GDBusProxy and well-known names
53 621034 Rewrite apps test to ensure children are killed
54 620954 gapplication gvariant simplifications
55 611869 add subunit out feature to gtester-report
56 621119 GDBusProxy and objects with no properties
57 620990 Use Gio's default async implementation again
58 620952 g_application_register_with_data is an ugly API
59 621252 GSettings leaks context
60 618715 fork() in GSettings test cases is problematic 618715
62 * Translation updates:
66 Overview of Changes from GLib 2.25.7 to GLib 2.25.8
67 ===================================================
69 * Initial support for dtrace and systemtap profiling:
70 - mainloop sources can be named
71 - probes for memory allocation with g_malloc and gslice
72 - gquark name tracking
74 - object life-cyle (creation, finalization, ref, unref)
75 - signal creation and emission
78 - has been fixed to work with the FreeBSD malloc
79 - added introspection annotations
80 - new function: g_variant_builder_add_parsed
83 - g_settings_set/get_strv functions have lost their length parameter
84 - g_settings_set_strv accepts NULL
85 - added introspection annotiations
87 * GPermission: an abstract interface for representing permissions,
88 with a minimal implementation named GSimplePermission
90 * GApplication: a basic application support class, with a D-Bus based
94 619585 glib-compile-schemas asserts on FreeBSD
95 620384 Annotate GVariant and GSettings _strv() functions
96 606044 Add support for dtrace/systemtap static markers
97 620350 add g_variant_builder_add_parsed() API
98 620349 utf8ify GVariant printer
99 620767 Typo in GSettings documentation: "INTLTOOL_NOMERGE_RULE"
100 620312 Fix g_settings_[gs]et_strv() API
102 620582 GPermission needs a simple implementation
103 620496 GSettings schema compiler should reject invalid paths
104 620173 missing single header inclusion guards
105 620265 g_assertion_message_error should take const GError *
107 * Translation updates:
117 Overview of Changes from GLib 2.25.6 to GLib 2.25.7
118 ===================================================
120 * NOTE: API/ABI breaks since 2.25.6 release:
121 - g_dbus_connection_sync{,_sync} takes a new 'reply_type' argument
122 - GSettingsBackendClass 'list' virtual function changed
124 GSettings backends and things using GDBus may need to be rebuilt.
126 * GDBus: many build-related fixes
128 * GDBus (service): return a DBus error when receiving a method call for
129 an unknown interface.
131 * GSettings: fix 'make install' bug in gsettings.m4 for generated schema
134 * GSettings: avoid non-portable use of LC_MESSAGES
136 * better approach to handling man pages
140 619527 please improve docs on g_file_make_symlink
141 619391 send-with-reply should have expected result signature
142 618616 Use stack-allocated GVariantBuilders
143 617004 Build with "--disable-nls" fails under MinGW/Win32
144 619142 Build fixes (GDBus)
146 * Updated translations:
151 Overview of Changes from GLib 2.25.5 to GLib 2.25.6
152 ===================================================
154 * GDBus: introspection improvements
157 * GSettings: GSettingsBackend ABI changed **** NOTE ****
158 * GSettings: --uninstall option for schema compiler
159 * GSettings: new m4 macro with more power
160 * GSettings: thread support
162 * rework of file notification on Solaris
163 * fixes for gold linker
166 619038 increase gsettings.m4 power
167 619031 method-calls-in-thread test failing
168 618839 Typo at translation message
169 616864 GSETTINGS_CHECK_RULE doesn't work with multiple files
170 618730 gunixcredentialsmessage.c doesn't compile on GNU/kfreebsd
171 616314 Make GSettings (partially) threadsafe
173 * Updated Translations:
178 Overview of Changes from GLib 2.25.4 to GLib 2.25.5
179 ===================================================
181 * GDBus: Fix serialization of empty arrays
183 * GDBus: Plug various memory leaks
185 * GSettings: Fix problems with GSETTINGS_CHECK_RULE
188 616731 GSETTINGS_CHECK_RULE doesn't work in non-srcdir builds
189 616864 GSETTINGS_CHECK_RULE doesn't work with multiple files
190 618615 mem leaks in parse_value_from_blob
191 618622 Plug some mem leaks in gdbus
192 618650 Plug a mem leak in gdbusauth
193 618663 Plug mem leaks in gdbus tests & examples
195 * Updated translations:
199 Overview of Changes from GLib 2.25.3 to GLib 2.25.4
200 ===================================================
202 * GDBus D-Bus support has been merged. This provides an API
205 * GVariant no requires strings to be UTF-8. You can use byte
206 arrays for non-UTF-8 strings.
208 * GSettings allows to bind string properties to byte arrays
210 * The schema compiler supports range restrictions
213 618051 socket-server|client.c fail to compile under AIX...
214 616102 GSettings ignores <choice> and <range>
215 616720 Chunked quark allocation
216 616877 Several issues with g_socket_receive_message
217 616892 gio: Add a boxed type for GFileAttributeMatcher
218 616967 Add g_regex_get_compile_flags() and g_regex_get_match_flags()
219 617767 g_settings_[gs]et_strv() 'length' argument has missing docs...
220 617914 gtester-report: cope with binaries with no test cases
221 617937 output_stream_close vs output_stream_close_async semantics
222 615494 Connction timeouts produce partially invalid error messages
223 617823 glib-compile-schemas problems with an out of source build
224 617947 glib-mkenums: add @valuenum@ support
226 * Translation updates:
233 Overview of Changes from GLib 2.25.2 to GLib 2.25.3
234 ===================================================
236 * New macro: G_GNUC_DEPRECATED_FOR, a variant of G_GNUC_DEPRECATED
237 that lets you add replacement information (requires gcc 4.5)
239 * Rename AM_GSETTINGS autoconf macro to GLIB_GSETTINGS
241 * Rename gschema-compile utility to glib-compile-schemas
243 * Add support for timeouts in GSocket
246 589989 Compilation error on Solaris 9
247 616648 Change AM_GSETTINGS macro to GLIB_GSETTINGS
248 587898 I/O timeouts for GSocket
249 614541 Add G_TYPE_ERROR boxed type for GError
252 Overview of Changes from GLib 2.25.0 to GLib 2.25.2
253 ===================================================
255 * Include a 'gsettings' utility, for commandline access to GSettings
257 * Install a AM_GSETTINGS autoconf macro similar to AM_GCONF
259 * GSettings can bind the writability of a key explicitly
261 * There is now a predefined boxed type for GError
264 615379 g_new macros crash if sizeof(struct_type) == 0
265 616312 Add m4 rule equivalent to GCONF_SCHEMAS_INSTALL
266 616295 mapping bug for uint64
267 616216 glib compile from remote directory fails
268 615960 Fix size passed to connect() for abstract sockets
269 616432 Crash in gschema-compile
270 616331 gsettings-schema-convert uses imaginary types
271 616309 gsettings-schema-convert should output gettext-domain
272 616384 Add mention of GConfBridge in conversion docs
273 616311 gschema-compile outputs in current directory
274 616276 simplify gschema-compile test setup
275 616156 keys with unnecessary empty options arrays
276 616405 gsettings missing g_return_if_fail's
277 616245 Use G_DEFINE_INTERFACE macro
278 614541 Add G_TYPE_ERROR boxed type for GError
280 * Updated translations:
287 Overview of Changes from GLib 2.24.0 to GLib 2.25.0
288 ===================================================
290 * The GSettings framework has been merged. This provides the API to
291 replace GConf. DConf will provide a backend implementation for it.
292 GConf will also provide a backend implementation to ease the
293 transition. We provide utilities to assist with schema conversion
294 and data migration, as well as a porting guide.
296 * Translation updates:
306 Overview of Changes from GLib 2.23.6 to GLib 2.24.0
307 ===================================================
310 613601 buglet in dup_close_on_exec_fd
311 584284 g_data_input_stream_read_until_async behaves confusingly
312 613748 Write errors in middle of copy cause hang
313 613923 splice_stream_with_progress: wrong error handling
314 613667 Typo in GObject documentation
315 613618 gvariant format string docs unclear
317 * Translation updates:
323 Overview of Changes from GLib 2.23.5 to GLib 2.23.6
324 ===================================================
326 * Class private data:
327 - support for private data associated with a GTypeClass
329 * GVariant merge is now complete:
330 - loading functions and parser merged
332 * Windows improvements:
334 - various build improvements
335 - removal of GCC/C99isms in favour of portable code
336 - drop unmaintained Visual Studio 8 support
338 * Minor API addition:
339 - g_desktop_app_info_get_filename()
342 521707 Class private data
343 612502 build fails on glib/tests/gvariant.c
344 612832 [GDesktopAppInfo] New function g_desktop_app_info_get_filename
345 612702 [PATCH] Fix GSocket-related crash on Windows
346 612736 Improve the documentation about single include
347 610858 gvariant test fails sometimes
348 612327 uninitialized variable
354 * Updated translations:
364 Overview of Changes from GLib 2.23.4 to GLib 2.23.5
365 ===================================================
367 * New API addition: g_malloc_n() and friends used to implement an
368 overflow-safe family of g_new() macros.
371 - GVariantBuilder and GVariantIter are now merged.
372 - The variable arguments API is now merged.
373 - The parser will be in a future release.
376 - Remove GUtf8InputStream (which never appeared in a stable release)
377 for now since it doesn't satisfy the needs of its main intended use
378 case. We hope to reimplement this feature in a better form in a
382 609531 missing licence headers
383 612107 Missing G_FILE_ATTRIBUTE_TRASH_ORIG_PATH
384 611897 g_io_modules_scan_all_in_directory leaks
385 608196 Overflow-safe g_new family
386 611696 gio uses GetAddrInfo which requires special handing on windows 2k
387 605667 Don't use G_PARAM_SPEC_VALUE_TYPE when we know the pspec is valid
388 610860 test_g_file_open_readwrite fails if $HOME is unwritable
389 552912 glib-2.18 /live-g-file/test_copy_move failed when run as root
390 609813 Renaming a file discards file notes
392 * Updated translations:
414 Overview of Changes from GLib 2.23.3 to GLib 2.23.4
415 ===================================================
417 * GVariant: The core of GVariant has been merged now, with some
421 - There is a new interface GFileDescriptorBased for file descriptor
422 based IO. GLocalFile{Input,Output}Stream implement it
423 - Use splice(2) to transfer data between file descriptors without
425 - Add a way to request move events from file monitors
428 609143 *result_uncertain is never assigned in g_content_type_guess
429 604086 Use splice(2) when doing local file copies
430 547890 No move events for GFileMonitorEvent?
431 568760 nautilus freezes due to a bug in garray.c:322
432 609962 Add info about the use of G_DEFINE_INTERFACE
433 609564 g_base64_encode_close docs should mention outbuf size...
434 610484 g_variant_equal bug
435 610131 libasyncns does not compile on Solaris 8
436 609530 missing single header include guards
438 * Updated translations:
450 Overview of Changes from GLib 2.23.2 to GLib 2.23.3
451 ===================================================
453 * GLib now has a facility for locks that consume only one bit of
454 storage inside an integer: g_bit_lock()
456 * GVariant: The serializer has been merged, with more API to follow
459 548967 1 bit mutex lock
460 604967 2.22.3 libasyncns build fails on HP-UX 11.11
461 608602 G_VALUE_COLLECT_INIT variables shadow those in G_VALUE_COLLECT
462 608743 Crash in g_hostname_to_ascii visiting certain website in epiphany
463 599197 array ref and unref functions crash on NULL array.
464 608159 mem leak in g_io_modules_scan_all_in_directory
466 * Translation updates
476 Overview of Changes from GLib 2.23.1 to GLib 2.23.2
477 ===================================================
479 * We are now using gcc builtins for atomic operations when available
481 * g_assert() grew the ability to store assertions in core dumps
483 * GIO supports lazy loading of GIO modules, and there is a new
484 gio-querymodule utility that goes along with this.
485 Packagers will need to adapt to this.
488 - The requirements for g_thread_init() have been relaxed slightly,
489 it can be called multiple times, and does not have to be the first
491 - GObject now links to GThread and threads are enabled automatically
492 when g_type_init() is called.
493 - Thread-safety issues with boxed types in GObject have been fixed.
496 - Another bunch of performance work has landed
499 - GVariantType has been merged, with the rest of the GVariant
503 568760 nautilus freezes due to a bug in garray.c:322
504 602417 Document lifecycles of GSimpleAsyncResult and friends
505 604824 crash in Epiphany: Selecting my Slashdot bo...
506 448888 don't init g_slice for always-malloc
507 531902 Use GCC atomic buildins for g_atomic*
508 554887 boxed type registration is not thread safe
509 586150 unresolved symbols when building glib 2.21.2 on OS X Tiger
510 589176 row gvalue transform array exponentially
511 594872 Support storing assertion messages into core dump
512 602240 Upgrade libasyncns to 0.8
513 603590 Speed up G_VALUE_COLLECT
514 604457 gutf8inputstream.c: increasing unknown size pointer
515 605686 GCharsetConverter doesn't flush
516 605733 g_memory_output_stream_new violates GObject standards
517 605883 g_object_new() processes varargs even when there are none
518 605977 invalid utf-8 conversion in g_local_file_get_parse_name(...
519 606775 Enable threads by default in gobject
521 * Translation updates:
533 Overview of Changes from GLib 2.23.0 to GLib 2.23.1
534 ===================================================
536 * GObject performance work has landed:
537 - Construction of simple objects is much faster
538 - Interface lookup is lock-free and constant-time now
539 - Reduced locking overhead when dealing with types
541 * GType now has a G_DEFINE_INTERFACE convenience macro
543 * GIO gained GUtf8InputStream, an input stream that
544 performs utf-8 validation
546 * GLib now has byte-swap macros for gsize and gssize
549 557151 Determining the newly_constructed boolean in gobject.c...
550 557100 Performance improvements for GObjectClasses that don't...
551 501166 Warning message says IA__g_type_init instead of g_type_init
552 585375 Performance and Contention problems with g_type_class_ref...
553 587892 Race in GType when instantiating the same class for the...
554 603270 Input Stream validating utf8
555 603476 gioenums.h:62: error: comma at end of enumerator list
556 603540 g_time_val_from_iso8601 uses uninitialised variable
557 603982 Stack overflow when reading file async with filter
558 604645 G_DEFINE_INTERFACE_* documentation is not generated
559 604875 Use of sa_len conflicts with system header
560 320482 provide G_DEFINE_TYPE like macros for interfaces
562 * Updated translations:
570 Overview of Changes from GLib 2.22.x to GLib 2.23.0
571 ===================================================
574 - GConverter: a generic interface for stateful conversions of data,
575 suitable for charset conversion, compression, decompression, regexp
576 replacement. Concrete implementations are GCharsetConverter,
577 GZlibCompressor and GZlibDecompressor. GConverterInputStream,
578 GConverterOutputStream are stream implementations that convert data
579 while loading or saving it.
580 - GMounts can now have a 'default location': a path that reflects
581 the main entry point for the user (e.g. the home directory).
582 - As a consequence of the compression support, GIO depends on zlib now.
585 - G_IMPLEMENT_INTERFACE_DYNAMIC: a convenience macro for adding
586 interfaces to dynamic types.
589 - The -pthread flag has been added to all gmodule .pc files, because
590 it is not generally permissible to load modules that are linked
591 against libpthread if the program has not been compiled with threading
595 601637 GUnixFDMessage should contain a GUnixFDList
596 585566 GSocketListener API issues
597 572252 Bug in g_file_test() function.
598 600550 g_app_info_create_from_commandline doesn't treat arguments properly
599 541236 not detecting exact content type
600 350200 [PATCH] GTypeModule derived class unref does not unload plugin
601 589631 Please enclose literal values with double quotes
602 577711 cross compile check for g++ broken
603 600620 Support X-GNOME-FullName in GAppInfo
604 598899 GWin32DirectoryMonitor is broken
605 593809 Nautilus does not restore the position of the icons on the desktop...
606 563627 g_get_prgname() threadsafety
607 600141 Add -pthread to gmodule pkg-config
608 593856 file and directory monitors don't work when glib is compiled...
609 324930 Nautilus should disallow copying of symlink to FAT drive early
610 587300 Deadlock when calling g_cancellable_disconnect in a...
611 595138 GFile not robust with invalid input
612 591216 Warning building resolver.o
613 590016 Does not compile under MinGW32 + Wine
614 591214 Warnings building gcancellable.o
615 561998 Have specific entry points (paths) for mounts...
616 508157 Add G_IMPLEMENT_INTERFACE_DYNAMIC
617 535159 g_file_has_parent
619 * Updated translations:
631 Overview of Changes from GLib 2.22.1 to GLib 2.22.2
632 ===================================================
635 - Support case-sensitive globs in the shared mime database,
636 including support for the newer cache format that allows these.
637 Case-sensitive globs have been introduced in shared-mime-info
641 - Speed up creation of simple objects
644 597194 Typo in _G_TYPE_CVH macro
646 * Updated translations:
650 Overview of Changes from GLib 2.22.0 to GLib 2.22.1
651 ===================================================
654 596064 Test file marked for translation
655 595972 possibly invalid search in mime_info_cache_dir_add_...
656 596561 C99 style of declaration of variable in gmessages.c
657 596314 g_utf16_to_utf8 returns an invalid UTF8 string
658 596748 g_async_result_get_source_object returns a new ref
659 593809 Nautilus does not restore the position of the icons...
660 593775 uses inotify_init1 unconditionally
662 * Updated translations:
667 Overview of Changes from GLib 2.21.6 to GLib 2.22.0
668 ===================================================
670 * Add gdb python macros to make gobject debugging more pleasant
673 579050 Allow making selected critical and warning messages non-fatal
674 594759 g_socket_send_message fails due to invalid sendmsg params
675 593941 GNetworkAddress skipping addresses when enumerating
676 594597 Fix build with srcdir != builddir
677 595619 Include gdb pretty printers
679 * Changes that might affect bindings:
680 - The error parameter of g_simple_async_result_set_from_error has been
683 * Updated translations:
717 Overview of Changes from GLib 2.21.5 to GLib 2.21.6
718 ===================================================
720 * Minor API additions:
721 g_mkstemp_full is a variant of g_mkstemp that allows to specify flags
725 593232 g_rand_new: read no more than requested from /dev/urandom
726 591995 use saved errno
727 589491 g_time_val_from_iso8601 doesn't handle some cases
728 593406 Permissions set to 777 after copying via Nautilus
729 594034 Add g_mkstemp_full()
731 * Updated translations:
752 Overview of Changes from GLib 2.21.4 to GLib 2.21.5
753 ===================================================
755 * A performance problem with trashing of many files has been fixed
757 * GResolver now invalidates the libc resolv.conf cache as needed
759 * Minor api additions:
760 - g_cancellable_make_pollfd returns a boolean now. And there is a
761 new function g_cancellable_release_fd that can be used to released
762 the resources used by a GCancellable.
765 589988 Compilation error on Solaris 9 (missing stdint.h)
766 588901 gtcpconnection.c won't compile
767 584246 GResolver needs to call res_init() when network state changes
768 591714 Figure out failure handling for g_cancellable_make_pollfd()
769 591532 redundent '/' returned from g_file_resolve_relative_path
770 591378 Use MSG_NOSIGNAL in GSocket if it's available
771 589649 API documentation migration for Base64 Encoding
772 591840 configure fails with autoconf 2.64
774 * Updated translations:
798 Overview of Changes from GLib 2.21.3 to GLib 2.21.4
799 ===================================================
801 * GTree is now refcounted
804 587938 Undocumented limitation for g_str_equal
805 587773 refcounts for GTree
807 * Updated translations:
817 Overview of Changes from GLib 2.21.2 to GLib 2.21.3
818 ===================================================
820 * GMappedFile is refcounted now
822 * Mainloop: It is now possible to set per-thread default contexts,
823 with g_main_context_push_thread_default.
825 * glib-mkenums supports a @basename@ substitution, in addition
829 - Vfs implementations can support storing of per-file metadata.
830 - GCancellable can now be subclassed.
831 - Unmount and eject methods now optionally allow interaction, via
832 variants that take a GMountOperation object.
835 556706 Inconsistent help arguments -h, -?
836 579449 FileChoosers no longer work if an idle handler is active
837 579933 mainloop FD_CLOEXEC has a race condition
838 579984 alternate GMainContext support
839 585937 gio/gsocket.c (glib 2.21.2) does not compile (Windows/mingw)
840 586675 Runtime library location
841 586797 Add GCancellables to GSocket ops
842 586868 g_filename_complete_get_completions doesn't always return...
843 587415 g_resolver_lookup_by_name_finish returns a freed list
844 587434 regression tests fail, at least on x86_64
845 586928 Avoid g++ warning in g_error()
847 * Updated translations:
852 Overview of Changes from GLib 2.21.1 to GLib 2.21.2
853 ===================================================
856 - g_socket_speaks_ipv4 is a new function to check if a socket can
858 - g_socket_listener_add_address gained a new effective_address out
860 - GIO now returns special icons for XDG user directories, by the
861 name folder-music, folder-documents, etc.
862 - GIO gained support for starting/stopping of drives, which can be used
863 in connection with external hard disk enclosures, disk arrays, iSCSI
864 devices, etc. See g_file_start/stop_mountable.
867 - g_reload_user_special_dirs_cache is a new function to force GLib to
868 reload the XDG user directory mapping from disk.
871 584574 glib compile failure on Mac OS X with gunixresolver.c and...
872 585566 GSocketListener API issues
873 584255 Incorrect freeing of thread pool in GThreadedSocketService
874 585088 g_string_chunk_insert_len stops at nul bytes
875 585360 Monitor fontconfig configuration files using gio causes m...
876 580103 Terminal starts on Display :0.0 when started on :0.1 in D...
877 580301 network: a few issues on old darwin
878 583398 SRV weight sorting is incorrect
879 584176 build fixes on FreeBSD
880 585189 g_cancellable_reset() must be called in same thread as g_...
881 585280 compilation dies on gio/gsocket.c, needs sys/uio.h to con...
882 585281 gio/gunixfdmessage.c needs sys/types.h for platforms that...
883 585478 don't leak the inotify fd
884 585575 g_socket_listener_add_inet_port() doesn't do the right thing
885 585599 g_socket_listener_add_socket() consumes the socket
886 585676 GEmblem doesn't reference its 'icon' if that is set as a ...
887 585717 "bytes" nautilus translation to french is not shown in th...
888 541276 XDG directories should have their own icons
889 585726 Grammatical error in GList documentation
890 585520 Wrong warning option in documentation
891 585673 GNOME Goal: Remove deprecated glib symbols
892 585591 Starting/stopping drives
894 * Updated translations:
899 Overview of Changes from GLib 2.21.0 to GLib 2.21.1
900 ===================================================
903 - Support for network IO has been added, including a low-level
904 socket API and a high-level API for network connections and
906 - Support for read-write access with GIOStream and its subclasses.
907 - GMount gained a pre-unmount signal.
910 576104Implement GMount::pre-unmount
911 578769 implement GWinHttpFileInputStream::close_fn
912 582856 gsocket.c doesn't compile on Solaris
913 569375 g[u]intptr undocumented
914 573246 [FIX] g_desktop_app_info_dup() can access NULL pointer
915 575013 g_cancellable_push_current() does not allow NULL
916 577884 live-g-file.c:461: error: format ‘%d’ expects type ...
917 578499 g_output_stream_splice and stream closing with gnio strea...
918 579558 Application employing gvfs crashes with only libgvfscommo...
919 583001 SIGPIPE (grr!)
920 583061 Please add convenience function to connect to machines by...
921 583198 typo in error message
922 583206 use g_set_error_literal where appropriate
923 583229 void function g_async_initable_init_async returns value
924 583324 locking problem in g_main_context_iterate()
925 583408 void function g_socket_control_message_serialize returns ...
926 578786 wrong and confusing error message
927 583205 g_inet_address_to_bytes has no length outparam
928 583196 mem leak in keyfile test
929 583663 GSocketType enum ends with a comma
930 569024 Make g_error_new_valist public
931 569376 missing G_G[U]INTPTR_FORMAT
932 580347 off-by-1 bug in GWinHttpFile
934 * Updated translations:
940 Overview of Changes from GLib 2.20.x to GLib 2.21.0
941 ===================================================
944 - New helper functions g_cancellable_connect/disconnect to avoid
945 race conditions when connecting to the "cancelled" signal on
947 - New types and methods for dealing with IPv4 and IPv6 addresses (and
948 UNIX domain socket addresses under UNIX). This does not include code
949 for actual socket I/O.
950 - GResolver provides asynchronous and cancellable APIs for resolving
951 hostnames, reverse lookup of IP addresses and resolving SRV records.
953 * Glib now provides hash and comparison functions for int64 and double
954 types, suitable for use with GHashTable.
956 * GArray, GPtrArray and GByteArray can be ref counted now, and have
960 572844 Helper for GCancellable::cancelled connect/disconnect
961 578363 goption docs should be improved
962 548466 async/cancellable DNS resolver
963 579830 param spec strings should use P_()
964 579862 requesting xattr::foo ends up calling getxattr(..., user...
965 580453 Hash and equal functions for gint64 and gdouble
966 580450 Reference counting and boxed types for arrays
967 580194 gresolver doesn't build on Solaris
968 580301 network: a few issues on old darwin
969 580299 network: include sys/types.h before sys/socket.h to insur...
970 572508 gmarkup speedup
971 580546 g_strtoull() referenced in documentation...
972 580656 g_key_file_set_string_list erroneously asserts list != NULL
973 579272 leaks in g_simple_async_result_set_op_res_gpointer
976 * Updated translations:
982 Overview of Changes from GLib 2.20.0 to GLib 2.20.1
983 ===================================================
986 575555 Use fsync() when replacing files to avoid data loss on
987 575708 runaway inotify madness
988 575270 GVolumeMonitor::mount-pre-unmount not being emitted
989 577128 glib make check Failed to execute child process...
990 573673 Always show "backup" directories
991 578369 g_time_val_from_iso8601() parses timezones incorrectly
992 578002 Fix a small typo in GFile docs
993 578017 G_DEFINE_TYPE_EXTENDED docs
995 * Updated translations:
1000 Brazilian Portuguese
1026 Overview of Changes from GLib 2.19.9 to GLib 2.20.0
1027 ===================================================
1029 * Base64 support: Avoid integer overflows. CVE-2008-4316
1032 574019 GChecksum: document and guarantee hex characters in lower case
1033 573454 Unable copy/move files to directories symlinked to gvfs share
1034 561172 gnome-open fails on local URIs with anchors
1035 573970 crash in gunixvolumemonitor:update_mounts when unmounting
1036 573843 g_get_current_dir returns non-absolute path
1038 * Updated translations:
1054 Overview of Changes from GLib 2.19.8 to GLib 2.19.9
1055 ===================================================
1058 - Considerable speedup
1061 - Add G_FILE_CREATE_REPLACE_DESTINATION flag to allow replacing
1062 the destination of a copying operation as if it did not exit before.
1063 - Be more careful when classifying files as desktop files
1064 - Support desktop file key X-GIO-NoFuse which disables the use
1065 of fuse pathnames for %u and %U arguments
1068 572672 glib/gthread.c: argument is different type
1069 572464 Doc for g_file_get_contents
1070 572151 “it's” and “its” confused in docs and comments
1071 570501 g_win32_get_system_data_dirs uses invalid conversion...
1072 167569 g_string_append_printf crashes on win32 when used...
1073 572508 gmarkup speedup
1074 560564 Replacing a symlink with its linked file truncates...
1075 549298 impossible to copy files with p (pipe) flag
1076 543183 Clarify docs for g_file_has_prefix
1077 540461 g_memory_output_stream_get_data_size() doesn't behave...
1078 573462 GEmblemedIcon leak
1079 573421 Clarify message format in GMountOperation
1080 573658 Deadlock in giomodule.c
1081 556706 Inconsistent help arguments -h, -?
1082 573527 Wrong shell to run config.status in Makefile.in.in
1083 573128 A couple of typos in GObject documentation
1085 * Updated translations:
1087 British English (en_GB)
1097 Norwegian bokmål (nb)
1102 Traditional Chinese (zh_HK)
1103 Traditional Chinese (zh_TW)
1106 Overview of Changes from GLib 2.19.7 to GLib 2.19.8
1107 ===================================================
1109 * GIO: Fix missing exports of new API
1111 * Fix strict aliasing warnings and violations to make Glib work
1115 Overview of Changes from GLib 2.19.6 to GLib 2.19.7
1116 ===================================================
1119 - GFile gained an attribute for the actual file size in bytes
1120 - GMountOperation gained an "aborted' signal that allows to abort
1121 a mount operation from the backend side
1124 523742 Use noinst for non-installable libraries
1125 566747 URIs opened with firefox %u load as local files
1126 541225 Can't compile gio on AIX duplicate case value in gioerror.c
1127 571598 GAsyncResult with NULL gobject
1128 505042 add file attribute for actually used file size in bytes
1130 * Updates translations:
1135 Norwegian bokmål (nb)
1142 Overview of Changes from GLib 2.19.5 to GLib 2.19.6
1143 ===================================================
1145 * New format macro to print goffset data: G_OFFSET_FORMAT
1148 - Add a GFilter{Input,Output}Stream::close-base-stream properties which
1149 determine whether the base stream will be closed when the filter stream
1151 - g_data_input_stream_read_line and ..._read_until have asynchronous
1155 568294 A wrong reference in the description of g_bookmark_file_...
1156 563141 RFE: define G_OFFSET_FORMAT
1157 569105 g_time_val_to_iso8601() assumes time_t==long
1158 568394 dropping the last reference to a stream filter closes...
1159 568741 g_buffered_input_stream_fill_async doesn't work
1160 568723 g_buffered_input_stream_fill_async doesn't take count == -1
1161 568575 _async functions for GDataInputStream
1163 * Updated translations:
1169 Traditional Chinese (zh_HK)
1170 Traditional Chinese (zy_TW)
1173 Overview of Changes from GLib 2.19.4 to GLib 2.19.5
1174 ===================================================
1176 * Update included PCRE to 7.8
1178 * g_base64_decode_inplace: New function to do base64 decoding in place
1181 567138 get_package_directory_from_module() does not free ...
1182 566569 gregex docs clarification
1183 566573 g_match_info_fetch_pos docs
1184 564728 Add function to decode base64 encoded data in place
1185 567838 G_STRUCT_OFFSETOF fails to compile under icc 9.1
1186 567977 textdomain() macro should not return NULL ...
1187 512779 --disable-regex breaks compilation
1188 566770 error code 0 for Too many open files is useless
1189 565484 g_content_type_guess passes non-UTF8 text to XDG ...
1191 * Updated translations:
1198 Overview of Changes from GLib 2.19.3 to GLib 2.19.4
1199 ===================================================
1202 - Use O_NOATIME when sniffing mimetypes
1203 - Add a convenience method to check if a GSimpleAsyncResult
1207 560676 function access for g_threads_supported
1208 565905 There is no g_context_group_set_translation_domain
1209 564210 SUN Studio 12 has supported visibility attribute
1210 565136 GObject's "notify" signal parameters are wrong in gtk-doc
1211 565831 error in interface creation sample
1212 566348 g_file_open_tmp uses the wrong g_mkstemp on win32
1213 566064 Add NOATIME flag to query_info_flags
1214 566170 g_async_result_verify_source_object
1216 * Updated translations:
1218 Norwegian bokmål (nb)
1219 Brazilian Portugese (pt_BR)
1220 Simplified Chinese (zh_CN)
1223 Overview of Changes from GLib 2.19.1 to GLib 2.19.3
1224 ===================================================
1227 508021 Add support for the CRIS and CRISv32 architectures
1228 526320 should not list mounts that the user doesn't have permission to use
1229 558458 Cannot build gio tests on Solaris using SUN cc
1230 555465 GUnix{Input,Output}Stream lacks fd/close_fd_at_close property
1231 558298 Hide ecryptfs mounts
1232 515777 incorrect date&time on copy
1233 562452 Ensure we return G_IO_ERROR_CANCELLED if cancelling
1234 g_simple_async_result_run_in_thread
1235 473150 g_type_module_use inconsistently increases the use
1236 counter in case of error
1237 563150 G_GU?INT*_MODIFIER/FORMAT docs
1238 563156 Document printing and scanning gunichar values
1240 * Updated translations:
1245 Overview of Changes from GLib 2.19.0 to GLib 2.19.1
1246 ===================================================
1249 - g_icon_to_string, g_icon_new_for_string: GIcon serialization support
1250 - G_FILE_ATTRIBUTE_PREVIEW_ICON: new file attribute for preview images
1251 - g_app_info_get_commandline: new function to get the full commandline
1252 - g_mount_shadow, g_mount_unshadow, g_mount_is_shadowed: New functions
1253 to 'shadow' mounts (i.e. hide them from the UI when they already
1254 have a different representation, like a bookmark)
1257 556186 gpoll.h breaks gmain.h inclusion
1258 557087 mem leak in g_content_types_get_registered
1259 556921 gpoll.h breaks hal compilation
1260 557210 g_compute_checksum_for_* asserts with less than 2 bytes
1261 558381 Add support for compile time assertions
1262 558185 'parent' variable in g_local_file_get_child_for_display_name()
1263 hits g_object_unref(NULL) assertion
1264 558513 g_warn_if_fail FIXME in gtestutils
1265 558672 NULL key lookup using g_hash_table_lookup_extended()
1266 555740 gicon serialization
1267 557182 preview functionality
1268 528320 Incorrect icons displayed for files with custom mimetype icons
1269 556910 Memory leak: sub
1270 557592 Missing include in gwinhttpfile.c
1271 556415 Crash on Windows 2000 in g_winhttp_vfs_init()
1272 555935 Clarify the mechanism of overwriting properties
1273 552776 ac_cv_func_posix_getgrgid_r not mentioned
1274 559448 GObject Reference Manual (typo)
1275 561212 GFileReadMoreCallback API doc refers to non-existant function
1276 560569 gkeyfile doesn't use the set list_separator in some cases
1277 560568 gkeyfile docs buglet
1278 559413 g_option_group_set_error_hook docs buglet
1279 562378 callback return value not respected for callback option
1281 559110 Do not include libintl.h after glibintl.h
1282 557603 carbon check output misplaced
1283 562544 g_key_file_get_string and g_key_file_get_value
1284 documentation does not explain the difference
1285 547264 Missing "no flags" flag
1286 562638 GDebugKey key member should be const
1287 562639 g_parse_debug_flags() parsing "help"
1288 562549 g_byte_array_free should tell how free data
1289 559452 GObject Reference Manual (typo)
1290 559462 GObject Reference Manual (typo)
1291 559517 GObject Reference Manual (typo)
1292 562538 GObject interface tutorial shouldn't finalise with
1293 "Please forget everything"
1294 561352 Leak of icon description
1295 561375 Leaks mountpoint description
1296 561807 inotify_sub.c: dup_dirname() fails to remove trailing '/'
1297 562393 g_buffered_input_stream_read_byte broken if data available
1298 541715 win32 : patch for warnings and signature problems in recent code
1299 547481 g_data_input_stream_read_line behaves not as stated in the docs
1300 548163 Nautilus displays wrong error message for too long file names
1301 559633 gtk_image_new_from_gicon does not always work for .desktop files
1302 555486 – No way to recover command line from GAppInfo
1304 * Translation updates:
1309 Overview of Changes from GLib 2.18.1 to GLib 2.19.0
1310 ===================================================
1312 * Rewrite GHashTable to use open addressing with quadratic probing instead
1313 of chaining. This has the potential to reduce memory fragmentation
1314 significantly, while being slightly faster due to better locality and
1315 no need to call alloc/free functions for nodes. Benchmarks suggest it
1316 also uses less memory overall.
1318 * Make g_poll available as public api
1320 * New macros g_assert_error and g_assert_no_error to assert
1321 that a GError is set or unset
1323 * g_cancellable_make_pollfd: New method to make a GPollFD for a cancellable
1325 * g_app_info_can_delete, g_app_info_delete, g_app_info_reset_type_associations:
1326 New functions to clean up app infos and content types
1328 * When launching applications, always pass fuse file:// uris when possible,
1329 and let gio convert such uris back to gio uris.
1332 505361 gunixinputstream.c assumes poll() available
1333 509446 portable blocking gio cancellation
1334 553820 gpoll.c: undeclared identifier
1335 553724 python interpretter path not patched in correctly
1336 553857 gbacktrace.h requires signal.h
1337 553447 g_assert_no_error()
1338 554092 glib doesn't return G_FILE_ERROR_NOENT et al on OS X
1339 528670 Always pass file:/// uri's in GAppLaunchContext
1340 555224 Improve g_format_size_for_display doc
1341 555309 giochannel breaks on error
1342 554790 g_convert() misbehaves with winiconv versions
1343 555314 mem leak in gmarkup
1344 555313 GFileAttribute boxed type get_type function should...
1345 552861 glib-2.0.m4 calls system(3) without storing its result
1346 554557 Patch to fix gcc warnings about missing format specifiers
1347 552107 Small libtool fixes
1348 551355 Make glib build with libtool 2.2
1349 555311 format not a string literal and no format arguments
1350 556101 static mutex yields warnings with g++
1351 556186 gpoll.h breaks gmain.h inclusion
1352 526456 Open addressing in GHashTable
1353 553426 cancellable clarifications
1354 545350 GAppInfo deletion
1355 545351 Reset associations for content type
1356 552168 volume's mount not mounted after g_volume_mount_finish
1357 554970 segfault when update-desktop-database is not available...
1358 554745 GFileAttributeInfoList should be boxed
1359 555121 Improved build-time handling of gio module-dir
1360 555711 Wrong fallback order of mimetype icons
1361 555331 Deprecate adoption of mounts
1362 556335 make check fails in abicheck.sh
1363 556334 Warning when building without selinux support
1364 556422 g_file_enumerator_next_file: unclear...
1366 * Updated translations:
1370 Brazilian Portugese (pt_BR)
1375 Overview of Changes from GLib 2.18.0 to GLib 2.18.1
1376 ===================================================
1379 550433 g_test_init doesn't recognize --help
1380 523463 Core dump in gmain.c:2482:IA__g_main_context_check
1381 551228 G_STRFUNC on recent Sun compiler should be expanded...
1382 551410 gtestutils.c: using printf without prototype
1383 551731 g_date_set_time[_t] docs should mention what timezone
1384 548321 <string.h> is not included in gi18n-lib.h
1385 551149 xdgmime mem leak
1386 550647 synchronous pipe I/O when reading mount reply
1387 551887 Docs for g_desktop_app_info_new_from_filename aren't...
1388 551681 g_content_type_guess() too naive with filenames
1389 552352 g_app_info_launch doesn't work if "Path" key...
1390 551408 gmodule.def generated to builddir...
1391 552359 g_file_info_get_icon should return GThemedIcon, and...
1393 * Updated translations:
1395 Bengali India (bn_IN)
1396 British English (en_GB)
1405 Overview of Changes from GLib 2.17.7 to GLib 2.18.0
1406 ===================================================
1409 - rework the g_poll() implementation to match poll() semantics more closely
1412 324234 Using g_io_add_watch_full() to wait for connect() to return...
1413 548278 Async GETs connections are always terminated unexpectedly...
1414 500246 Bug fixes for giowin32
1415 523939 Example program for GValue
1416 550096 GBookmarkFile parser is not forward compatible
1417 550040 Move GString, rand and printf tests to the unit test framework
1418 550104 trivial documentation fix for g_get_home_dir
1419 548988 g_file_replace fails on Windows when the target file exists
1420 550059 Wrong docs for g_emblemed_icon_add_emblem
1421 548800 Missing a g_object_get_type function
1422 550056 Missing documentation for g_emblemed_icon_get_emblems
1424 * Updated translations:
1444 Overview of Changes from GLib 2.17.6 to GLib 2.17.7
1445 ===================================================
1447 * More fixes for 64-bit Windows
1450 - Add a vfs implementation for HTTP and HTTPS URIs on Windows
1453 546329 API docs for g_utf8_normalize() are incorrect
1454 546876 Modify GMarkup parser to accept  .. 
1455 547200 g_utf8_find_next_char() issues
1456 547637 unconditional #include of sys/statfs.h in configure
1457 547337 G_DISABLE_DEPRECATED breaks tests build
1458 547832 gtk+-2.12.11 fails to build - AC_PROG_MMAP too strict
1459 502498 Test framework assertion failures should follow gcc
1460 546371 Improve docs re g_file_monitor
1461 546483 GThemedIcon:use-default-fallbacks is not readable without...
1462 546132 GFileIcon is bindings-unfriendly
1463 542156 zfs mount in home directory shown on nautilus desktop
1464 535124 umask 002 not being applied for new directories...
1465 547080 g_file_copy leaks expected errors
1466 546582 Callbacks from GFileMonitor present a GFile...
1467 547262 Missing link in the docs
1469 * Updated translations:
1478 Norwegian bokmål (nb)
1480 Brazilian Portugese (pt_BR)
1485 Overview of Changes from GLib 2.17.4 to GLib 2.17.6
1486 ===================================================
1488 * Fix problems on 64-bit Windows
1490 * g_markup_context_get_user_data: New function to access
1491 the user_data outside of callbacks
1494 - g_mount_guess_content_type_sync: synchronous version of
1495 g_mount_guess_content_type
1496 - GEmblem: A GIcon implementation that adds emblem-related
1498 - GEmblemedIcon: A GIcon implementation that can add emblems
1502 544088 option_test_LDADD is left in tests/Makefile.am
1503 544465 gmarkup makes it hard to use pre-rolled parsers
1504 545485 Implicit declaration of utime()
1505 545798 "Since: 2.18" mark is missing in g_set_error_literal...
1506 544140 fam-helper 64-bit issue
1507 529694 SELinux context setting support
1508 545157 wrong/no list of "open with" applications for .cc...
1509 545203 gfile.c: argument is different type
1510 545457 gdmsetup crashed with SIGSEGV in g_unix_mount_guess...
1511 544177 Fix trivial cut and paste error in documentation
1512 545395 Language tweak for g_value_set_string* docs
1513 541036 Gnumeric crashes when trying to open Desktop...
1514 546079 leak in xdgmime
1515 545395 Language tweak for g_value_set_string* docs
1516 546017 Don't copy attributes when copying a symlink
1518 * Updated translations:
1525 Norwegian bokmål (nb)
1530 Overview of Changes from GLib 2.17.3 to GLib 2.17.4
1531 ===================================================
1534 - New API to handle content types: g_mount_guess_content_type,
1535 g_content_type_guess_for_tree.
1536 - Export the eject-button signal on the volume monitor class
1537 - New API to enable out-of-process volume monitors:
1538 g_volume_get_activation_root
1541 - New API to handle signals without slots in the class structure:
1542 g_signal_new_class_handler, g_signal_override_class_handler
1544 * Internationalization:
1545 - Add an NC_ macro that is a no-op equivalent of C_
1548 - Add two new functions g_markup_parse_context_push,
1549 g_markup_parse_context_pop to support "subparsers"
1552 541208 Functions to easily install and use signals without...
1553 541507 Ambiguous description of assigned characters in the...
1554 543040 async reading on dummy file will crash on GIO_USE_VFS=local
1555 543560 enable gio-FEN back-end warnings on Solaris will crash...
1556 528317 GRegex does not allow recursion limit
1557 337518 GMarkup: Subparser support
1558 541794 drive-eject-button signal
1559 541793 activation root for volumes
1560 467707 test_iconv_state() in tests/convert-test.c fails on AIX 5.3
1561 428048 2 of 51 tests fail on Solaris
1562 542332 small fix for error message in GMarkup
1563 482413 get_contents_stdio -- overflow and memory corruption
1564 406120 g_ascii_strtod
1565 334234 "printf" format error
1566 536996 Missing noop i18n macro equivalent to C_
1567 540616 mem leak in filechooser button
1568 539229 gobject-query calls itself query
1569 521589 [RFC] gobject documentation should mention Vala
1570 543168 Description of G_SLICE=debug-blocks discourages its use
1571 543220 Case collision on gio-extension-points.html
1572 530759 update the gobject tutorial to the XXI century
1573 535223 gbookmark file inefficiency ...
1574 543504 crash in Epiphany Web Browser: Opening local file
1576 * Updated translation:
1582 Traditional Chinese (zh_HK)
1583 Traditional Chinese (zh_TW)
1586 Overview of Changes from GLib 2.17.1 to GLib 2.17.3
1587 ===================================================
1590 - fix for CVE-2008-2371
1593 538119 glib's mainloop leaks a pipe to sub-processes
1594 537635 Corrections and improvements to g_time_val_{to,from}_iso8601
1595 539067 The document g_io_channel_win32_new_fd() says...
1596 535949 annotate g_strip_context and g_dpgettext with G_GNUC_FORMAT
1597 539123 annotate g_d[n]gettext with G_GNUC_FORMAT
1598 539074 Cannot get exit status with g_spawn_command_line_sync
1599 316221 G_LOCK warns about breaking strict-aliasing rules
1600 539770 migrate gstrfunc unit tests to gtest
1601 539626 Update docstrings for g_object_freeze_notify and g_object_thaw_notify
1602 538044 unconditional use of LC_MESSAGES
1603 540545 Monotonic time and timer offset
1604 535947 want g_set_error_literal
1605 539999 glibconfig.h: add GLIB_USING_SYSTEM_PRINTF
1606 536252 GFileEnumerator should allow access to the containing GFile
1607 538362 Get Win32 icons back in the file chooser
1608 540802 g_list_prepend doesn't concat lists
1609 540423 unrecoverable error after g_seekable_truncate
1610 538836 make check failure on PPC and ALPHA: pltcheck.sh on g_atomic_pointer_get
1611 539090 g_content_type_from_mime_type() should unalias
1612 540331 g_file_append_to () documentation: can return NULL
1613 534639 add g_desktop_app_info_new_from_keyfile
1614 536733 gio build failure on Irix
1615 536160 Add g_file_monitor()
1616 538127 FileChooser broken on win32
1617 531476 /live-g-file/test_traverse_structure test fails on Mac HFS+
1618 538564 gio should have gio-types.h
1619 540047 glib-genmarshal.c: '#include <io.h>' is too before
1621 Updated translations:
1626 Overview of Changes from GLib 2.17.0 to GLib 2.17.1
1627 ===================================================
1629 * New function: g_utime(), a gstdio wrapper for utime()
1631 * New functions: g_dgettext() and g_dngettext(), wrappers
1632 for corresponding gettext functions with added functionaliy
1634 * Support the latest version of the shared-mime spec, including
1635 icons for mime types
1637 * New function: g_themed_icon_prepend_name()
1640 535418 Please document which glib version defines goffset
1641 528715 Misprint in the description of the interface g_type_class_add_private
1642 528714 Misprint in the description of the interface g_param_spec_flags
1643 537260 Doc bug in G_TYPE_INSTANCE_GET_CLASS()
1644 530527 Misprint in the description of the interface
1645 g_cclosure_marshal_VOID__FLAGS
1646 530526 Misprint in the description of the fields 'class_init' and
1647 'class_finalize' of the structure GTypeInfo
1648 528719 Improvement to the documentation of the "g_object_connect" interface
1649 528172 gtk_signal_handlers_unblock_* functions return value
1650 amount of matched signals, not amount of actually unblocked
1651 528717 Misprint in the description of the parameter 'type_id' for
1652 the interface g_type_register_fundamental
1653 528716 Misprint in the description of the parameter 'iface_data' for
1654 the callback types GInterfaceInitFunc and GInterfaceFinalizeFunc
1655 537555 GObject instantiation not thread safe
1656 537546 'desktop' shortcut in file chooser looks like a generic folder
1657 537392 Additional colon in xattr name
1658 536641 Filesystem querying in gio does not list AFS and autofs file systems
1659 528600 g_dummy_file_get_parent("scheme://example.com/")
1660 503071 Application direction changes to right to left even if theres no
1662 502511 g_assert_cmphex prints invalid message
1663 338162 Use po/LINGUAS
1664 314453 Nautilus crashes in Solaris when browsing the attached file
1665 529321 make check fails in glib/pcre
1666 455215 g_get_user_special_dir: no reference about G_USER_DIRECTORY_DOWNLOAD
1667 fallback to $HOME/Desktop if xdg-user-dirs is not in use
1668 498732 g_key_file_to_data cannot fail
1669 511367 add g_file_make_directory_with_parents
1670 531900 Use __builtin_offsetof for G_STRUCT_OFFSET if building with
1672 536158 also bump GHashTable version when a node is removed via
1673 g_hash_table_iter_remove()/g_hash_table_iter_steal()
1674 531403 g_utf8_collate broken on Mac
1675 535628 test/patterntest.c still includes gpattern.h directly
1676 535625 alias.h:2648: error: 'utime' undeclared here (not in a function)
1678 * Translation updates:
1682 Norwegian bokmål (nb)
1686 Overview of Changes from GLib 2.16.x to GLib 2.17.0
1687 ===================================================
1689 * Update to Unicode 5.1
1691 * Update included libcharset to the one shipped with libiconv 0.12
1693 * Update included PCRE to 7.7
1695 * Enforce that only toplevel headers are directly included.
1696 This is turned on by default for GObject and GIO. To turn
1697 it on for GLib, define G_DISABLE_SINGLE_INCLUDES.
1699 * Fix library version of GIO. GLib 2.16 shipped with libgio-2.0.so.0.0.0
1701 * On Solaris, use FEN for file monitoring in GIO
1703 * Use the GIO_EXTRA_MODULES environment variable to find
1704 additional GIO modules
1706 * G_GNUC_ALLOC_SIZE: New macro that wraps the gcc alloc_size
1709 * g_checksum_reset: New function to reset the state of a GChecksum
1711 * g_unix_mount_monitor_set_rate_limit: New function to limit the
1712 rate at which events are reported
1714 * g_file_query_file_type: New utility function to query the type of
1717 * g_memory_output_stream_get_data_size: New function to obtain the
1718 size of the written data.
1721 522292 Gives warnings in glib/gutils.h with GCC in C99 mode
1722 523298 win_iconv can't convert from UTF-8 to GB18030 (or vice versa)
1723 518160 replace two g_strdup_printf calls in GBookmarkFile
1724 523877 gbookmarkfile: avoid using g_string_append_printf() and
1726 525192 100% CPU if run main loop with no IO sources
1727 315437 extern inline -> static inline
1728 524314 g_convert() on Win32 implicitly converts full width
1729 alphanumerics into half width
1730 525732 Error in documentation for g_list_first
1731 525674 A typo in gmarkup.c
1732 448943 g_timeout_add_seconds() problems
1733 525972 UCS-4 not in the new win_iconv implementation
1734 526619 make test-report crash
1735 491554 Update to Unicode 5.1.0
1736 519137 g_slice_dup macro needs cast for 64-bit platform
1737 528752 Win32 build and SSL not working
1738 530457 G_USER_DIRECTORY_DOWNLOAD folder improperly mapped
1739 528667 Typos in testing module documentation
1740 459905 Bug in wcwidth data
1741 534085 g_unichar_iswide_cjk() has a totally wrong table
1742 501651 Update glib/libcharset
1743 519026 G_STMT_START/G_STMT_END test a non-existent preprocessor symbol
1744 534319 GLib's .pc files could use Libs.private
1745 534137 Typo in g_spawn_async_with_pipes doc
1746 517419 gio win32 directory monitor
1747 526796 Wrong order of arguments in g_file_copy's fallback
1748 530196 _g_local_file_has_trash_dir() doesn't handle st_dev == 0
1749 532965 Should not return filesystem::free for certain file systems
1750 525553 fix typo and nitpicking in GArray documentation
1751 526572 Missing * in declaration of parent_class in Object
1752 Destruction section of GObject Reference Manual
1753 528648 Extra >s in Object Construction section
1754 535021 g_param_spec_internal documentation should
1755 describe purpose of nick and blurb
1756 521513 Firefox crash when using file picker
1757 528433 gdesktopappinfo snafu ...
1758 533369 API g_file_info_get_attribute_string () unables to get "...
1759 521045 glib f_fstypename miscellany
1760 521672 compile error
1761 521946 control rate limit on GUnixMountMonitor
1762 522335 Fails to build: glib/gtester.c:276: error: 'ARG_MAX' unde...
1763 523015 Implement sliding window based upload operation
1764 523019 Use new GCC 4 feature
1765 523338 list nfs4 as a nfs mount type
1766 524350 Make glib build without NLS again
1767 524579 g_file_copy reports wrong total on progress callback for ...
1768 524742 A typo in gtestutils.c.
1769 524950 Minor documentation typos.
1770 525866 the user directory should not be considered as a mount to...
1771 526320 should not list mounts that the user doesn't have permiss...
1772 527132 nautilus crash when making ftp connection
1773 532852 CRITICAL **: totem_pl_parser_parse_with_base: assertion `...
1774 534759 Build failure in gio
1775 534764 Typo in error produced by g_file_make_directory
1776 521851 Redudant tests in gunixmounts.c
1777 524344 glib/gthread.h still use G_GNUC_PRETTY_FUNCTION
1778 525060 glib fails to build with -DG_DISABLE_ASSERT in CPPFLAGS o...
1779 534177 Invalid description of the interface g_cclosure_marshal_S...
1780 520715 Add GFile method g_file_query_file_type
1781 523039 nautilus can't access to trash/computer/network if gvfs i...
1783 * Updated translations:
1789 Candian English (en_CA)
1790 British English (en_GB)
1799 Norwegian bokmål (nb)
1811 Overview of Changes from GLib 2.16.0 to GLib 2.16.1
1812 ===================================================
1814 * Fix a crash in g_themed_icon_new
1816 * Update the included PCRE to 7.6
1819 Overview of Changes from GLib 2.15.6 to GLib 2.16.0
1820 ===================================================
1822 * Fix the definition of G_INLINE_FUNC to work with gcc 4.3.0
1825 - Add missing GMountMountFlags argument to g_unix_volume_mount
1826 - Fix the adopt_orphan_mount vfunc to take a volume monitor
1828 - Add properties to GThemedIcon for bindings sake
1831 520484 gvfsd-trash crashed with SIGSEGV in g_path_is_absolute()
1832 510855 g_checksum_update(): Take -1 for length.
1833 517676 g_themed_icon_new*() do more than call g_object_new().
1834 518816 should handle rmdir returning EEXIST correctly
1835 519352 g_[s]list_delete_link() docs
1836 519489 Fixes for sparse warnings in gio
1837 520169 add monitor argument to vfunc for GVolumeMonitor
1838 520700 Add type check in g_file_query_exists
1839 521145 FILE_READ_ONLY_VOLUME not present on Mingw32
1840 518720 No MIME type for empty files
1841 521013 in documentation, goffset doesn't say "Since 2.x"
1842 521028 Missleading error messages from g_io_channel_set_encoding()
1843 517484 GMainLoop could set the thread "Alertable" for APCs to be...
1845 * Updated translations:
1847 Bengali India (bn_IN)
1859 Norwegian bokmål (nb)
1866 Overview of Changes from GLib 2.15.5 to GLib 2.15.6
1867 ===================================================
1870 - New file attributes: trash::item-count, filesystem::use-preview
1871 - Rename g_file_contains_file to g_file_has_prefix
1872 - g_file_query_filesystem_info grew async variants
1873 - g_themed_icon_append_name: new convenience function
1874 - g_content_type_get_icon is implemented now
1875 - Only show mounts in /media and ~
1876 - g_file_contains_file has been renamed to g_file_has_prefix
1879 - g_win32_get_package_installation_directory_of_module: new function
1880 which supersedes g_win32_get_package_installation_directory
1881 - Use alertable wait functions so that I/O completion routines or
1882 user-mode Asynchronous Procedure Calls can be run
1883 - Fix race conditions in g_spawn implementation on win32
1886 - g_uri_get_scheme has been renamed go g_uri_parse_scheme
1888 * Updated translations:
1890 Belarusian Latin (be@latin)
1892 British English (en_GB)
1898 Norwegian bokmål (nb)
1900 Brazilian Portugese (pt_BR)
1904 Overview of Changes from GLib 2.15.4 to GLib 2.15.5
1905 ===================================================
1907 * Update the included PCRE to 7.6
1910 - g_volume_should_automount: new function to determine if a volume
1911 should be mounted automatically
1912 - g_file_query_default_handler: new convenience function to get
1913 the default handler for a file
1914 - g_app_info_launch_default_for_uri new convenience function to
1915 launch the default handler for a URI
1916 - Use mimeapps.list and defaults.list as discussed on xdg list
1918 - g_app_info_get_default_for_uri_scheme has a real implementation
1919 now (gvfs provides a GConf-based implementation)
1920 - There is the beginning of a test suite
1921 - standard::description: new file attribute
1922 - GMountMountFlags flags argument added to mount calls
1925 - class initialization is now threadsafe
1927 * Updated translations:
1939 Brazilian Portugese (pt_BR)
1944 Overview of Changes from GLib 2.15.3 to GLib 2.15.4
1945 ===================================================
1947 * G_GNUC_PRETTY_FUNCTION has been deprecated
1950 - g_file_copy has an async variant now
1951 - Drives and volumes now have API to get identifiers
1952 like Hal UDIs or UUIDs.
1953 - There is now a registration API to let modules register
1954 extensions they provide, such as volume monitor implementations
1957 511807 g_time_val_to_iso8601() uses MT-unsafe gmtime() function
1958 316260 [patch] Doc patches for gnode (2.8.1)
1959 385132 solaris gettext support fix
1960 484261 ./configure check for system PCRE unicode support fails w...
1961 510292 GOption main help not shown
1962 511580 Implement g_file_copy_async
1963 511654 Compile errors due to C99 constructs
1964 487909 g_utf8_strreverse and combining marks
1965 512381 unused variable 'is_main_group'
1967 * Updated translations:
1980 Overview of Changes from GLib 2.15.2 to GLib 2.15.3
1981 ===================================================
1984 - g_checksum_update can accept nul-terminated strings
1985 - The MD5 implementation works correctly on buffers
1986 that are longer than 64 bytes
1989 - Don't include a copy of the inotify headers, rely on system headers
1990 - g_file_find_enclosing_mount has an async variant now
1991 - Reduntant seek API on file streams has been removed
1994 508602 gmemory{in|out}putstream.c: unknown pointer size
1995 508771 There is no g_file_test/exists() for GFile
1996 508773 g_uri_escape_string() documentation unclear.
1997 509465 AM_PATH_GLIB_2_0 doesn't support gio
1998 509626 async functions: Document allowed NULL callback?
1999 509990 GSeekable documentation unclear
2000 510448 No inotify support on ARM or SH5
2001 510855 g_checksum_update(): Take -1 for length.
2003 * Updated translations:
2010 Overview of Changes from GLib 2.15.1 to GLib 2.15.2
2011 ===================================================
2014 - Mount operation API change: unhandled methods get reported via
2015 the reply, rather than by the signal emission return value
2016 - File monitor API change: Add a GError argument to g_file_monitor_file
2017 - g_unix_mount_guess_should_display(): new function
2020 508224 [PATCH] FAM backend crashes due to double free
2021 508074 GAsyncResult documentation suggests g_freeing it.
2022 508108 GFile documentation slightly unclear.
2023 508309 rpc_pipefs mount points should be hidden
2024 508378 GFileInfo documentation implies that it changes attribute...
2025 508719 g_file_get_relative_path fails if parent is root
2026 508773 g_uri_escape_string() documentation unclear.
2028 * Updated translations:
2037 Overview of Changes from GLib 2.15.0 to GLib 2.15.1
2038 ===================================================
2040 * Portability fixes:
2041 - Assertion functions are marked as noreturn again
2042 - Handling of inline functions has been fixed to work with gcc 4.3
2043 - C99 comments have been removed from headers
2044 - The nonportable sed -i option is no longer used
2047 - Clarified the semantics of g_app_info_get_all()
2048 - API for memory input and output streams has been changed a bit
2049 - GDirectoryMonitor has been removed; GFileMonitor can monitor
2050 files and directories now
2053 504829 Invalid environment passed to g_spawn_async in g_desktop_...
2054 505258 crash in Users and Groups: Adding a user
2055 505815 g_content_types_get_registered should not g_free keys
2056 491218 g_timer_new() doesn't initialize timer->end
2057 315437 extern inline -> static inline
2058 476856 Inconsistency between standard and implementation of the ...
2059 480122 g_module_open fails to open modules with ".la" extension
2060 495589 gspawn.c failing to set FD_CLOEXEC
2061 500273 doesn't build with --disable-visibility
2062 504142 Do not show empty groups in --help output
2063 504879 giofam incorrectly linked
2064 505042 add file attribute for actually used file size in bytes
2065 505058 xattr namespace docs
2066 505674 Misprint in the definition of the macro G_CCLOSURE_SWAP_DATA
2067 505730 Fails to build on OSX 10.4: _NSGetEnviron not declared
2068 505887 older darwin lacks lchown
2069 506374 gmemoryinputstream api
2070 506461 Conversion of g_assert_not_reached() and friends into fun...
2071 503051 Small bug in glib interface
2072 506395 Updates to GIO documentation
2073 507628 Missing .pc entry for gio linking against glib
2074 505195 [patch] typo in g_try_new0 docs
2075 507822 g{file,directory}monitor changes signal problem
2076 506377 gmemoryoutputstream write implementation
2077 507835 bug in gunixinputstream
2079 * Updated translations:
2081 Belarusian Latin (be@latin)
2090 Overview of Changes from GLib 2.14.x to GLib 2.15.0
2091 ===================================================
2095 * GIO: a VFS API, designed to replace GnomeVFS. The GIO implementation
2096 in GLib has support for local filesystems. The new, separate gvfs
2097 module contains various backend implementations (cifs, ftp, sftp,
2100 * GChecksum: provides various hash algorithms, such as MD5, SHA-1
2103 * GTest: a test framework
2108 - GHash has iterators, as an alternative to g_hash_table_foreach
2111 - g_markup_parse_context_get_element_stack: New function to
2112 get the stack of open elements
2113 - G_MARKUP_PREFIX_ERROR_POSITION: New flag to improve error
2115 - g_markup_collect_attributes: Convenience function for handling
2119 - Functions that take a GError now return a boolean to indicate
2120 success, instead of void
2121 - Various performance improvements
2124 - g_async_queue_new_full: new function that allows to specify
2125 a free function for leftover elements
2128 - g_prefix_error and g_propagate_prefixed_error: New functions
2129 to ease error propagation
2131 * Internationalization:
2132 - C_: A new 2-argument variant of the Q_() macro
2133 - Use native character set conversion API on Windows
2135 * GLib builds with automake 1.10
2138 455725 specific combination of g_utf8_strlen and g_pattern_match...
2139 467537 g_convert_with_iconv() not resetting iconv() state correc...
2140 497033 Commandline option parser should warn about missing optio...
2141 504527 gchecksum: Conditional jump or move depends on uninitiali...
2142 445362 Non-numeric local labels in gatomic.c are causing linker ...
2143 482313 gregex: no way to tell why compilation failed
2144 317775 main loops continues to run after g_main_loop_quit() has ...
2145 418778 Insufficient pkg-config version requirement
2146 436293 g_option_context_new() doc should mention that the string...
2147 466557 glib-mkenums shifts ARGV[0] to undefined
2148 468882 GKeyFile doesn't accept "True" as a true boolean value
2149 469551 application --help messages are garbaged on none UTF-8 lo...
2150 479724 Memory leak upon calling "g_main_loop_run" in the seconda...
2151 490061 outptrs uninitialized after g_parse_long_long
2152 490637 gobject documentation patch
2153 495294 glib-genmarshal prints warnings but returns 0
2154 496046 option to prefix location of errors for GMarkup
2155 498113 tests/regex-test fails on 64bit environment
2156 500506 Fails to build on OSX 10.4
2157 500638 gkeyfile speedup ...
2158 500875 Make check fails as there is no "test" target for "build"...
2159 502511 g_assert_cmphex prints invalid message
2160 502927 g_array_index triggers cast aligment warning
2161 503029 g_time_val_from_iso8601 parse non-ISO8601 dates
2162 503222 Need context to translate
2163 503420 gkeyfile leaks a hash table
2164 503470 Fix build when builddir != srcdir
2165 504227 Inverse variant for g_test_trap_assert_stdout, g_test_tra...
2166 71704 file include order
2167 491957 Misprint in the specification of the interface "g_main_co...
2168 491959 Misprint in description of the structure "GThreadPool"
2169 491965 Mistype in the specification of the function "g_hook_list...
2170 491966 Misprint in the specification of the interface "g_main_co...
2171 491968 The documentation does not mention the restriction for th...
2172 491970 The documentation for the interface "g_date_clamp" is inc...
2173 491974 The documentation of the interface "g_main_context_iterat...
2174 491975 The documentation for the interfaces "g_io_channel_read_u...
2175 491979 Misprint in the description of the interfaces g_key_file_...
2176 491982 Misprint in the description of the interface "g_key_file_...
2177 501107 EXTRA_DIST automake warnings
2178 501997 g_utf8_normalize() returns NULL on invalid string
2179 502590 C_/g_dpgettext efficiency
2180 464259 g_set_application_name() docs should say "Since 2.2"
2181 496518 gbase64.c API doc clarification
2182 498728 g_key_file_get_*_list should set length to 0 when returni...
2183 500361 Improve docs for g_array_free() and g_ptr_array_free()
2184 501853 g_checksum_get_digest docs
2185 503862 Allow NULL strings in g_parse_debug_string()
2187 367550 Add g_async_queue_new_full() with GDestroyNotify function
2188 375651 Minor enhancements to GKeyFile API
2189 443648 MD5 digest support
2190 449937 Upgrade auto* sources to be clean under automake1.9
2191 452887 gmarkup context "get element" function is useless when ca...
2192 491549 [PATCH] Eliminate libiconv dependency on Windows
2193 500507 GHashTableIter API
2195 * Translation updates
2196 Belarusian Latin (be@latin)
2204 Norwegian bokmål (nb)
2205 Brazilian Portugese (pt_BR)
2210 Overview of Changes from GLib 2.14.2 to GLib 2.14.3
2211 ===================================================
2213 * Update PCRE to 7.4
2216 487491 Fix some warnings from sparse
2217 488068 Small (one-time) memory leak in glib_gettext initialization
2218 493688 TYPE macro "_get_type ()" is documented wrong
2220 * Updated translations:
2222 Belarusian Latin (be@latin)
2228 Overview of Changes from GLib 2.14.1 to GLib 2.14.2
2229 ===================================================
2232 476849 Invocation of the interface "g_hook_free" fails in certai...
2233 359165 marshallers can throw warnings with -Wunused
2234 477957 more discussion on g_value_set_object vs. g_value_take_ob...
2235 478459 G_DEFINE_DYNAMIC_TYPE_EXTENDED doesn't work with G_IMPLEM...
2236 483337 inline is disabled for MSVC when compiling C code
2237 478349 Broken link to gettext website
2238 469231 g_spawn optimization for setting all open fds to CLOEXEC
2240 * Updated translations:
2247 Overview of Changes from GLib 2.14.0 to GLib 2.14.1
2248 ===================================================
2251 476840 Invocation of the interface "g_utf8_strreverse" crashes f...
2252 444765 Fix FIXME in gregex.c when new pcre is out
2253 464145 g_markup_escape_text Produces Invalid XML
2254 465625 g_type_default_interface_ref() does not ensure working g_...
2255 466768 Clearify that comments can be put anywhere in a Key-file.
2256 474229 The GError documentation should give convention for the G...
2257 474899 G_BREAKPOINT() docs inaccurate
2258 475854 Overuse of -lpcre when using system pcre
2259 473879 Incorrect includes in gregex.c
2260 468694 Typoes in documentation
2261 469051 g_snprintf () talks about characters where it probably me...
2262 457601 Missing arch specific atomic implementation
2263 475923 Missing pcre flags when static-linking against glib
2264 475619 glibthread-2.0.la does not list -lpthread
2266 * Updated translations:
2271 Canadian English (en_CA)
2272 British English (en_GB)
2288 Brazilian Portugese (pt_BR)
2292 Serbian (sr, sr@Latn)
2300 Overview of Changes from GLib 2.13.7 to GLib 2.14.0
2301 ===================================================
2303 * Last-minute API additions:
2304 - Make g_unichar_combining_class public
2305 - Add goffset type, add G_MAXSSIZE and G_MINSSIZE
2307 * Update PCRE to 7.2
2310 453998 Make _g_unichar_combining_class() public
2311 462549 gregex.c: variable is declared at middle of block
2312 417068 g_file_test doc inconsistency
2314 * Updated translations:
2321 Brazilian Portugese (pt_BR)
2325 Overview of Changes from GLib 2.13.6 to GLib 2.13.7
2326 ===================================================
2328 * The memory corruption warning from the slice allocator that
2329 occurred when threads were initialized after the slice allocator
2330 has been removed, as the slice allocator now works fine
2333 * New functions g_once_init_enter() and g_once_init_leave() make
2334 it easier to write threadsafe one-time initialization functions
2337 454473 Simple XML Subset Parser terminates on invalid XML
2338 445813 g_module_open error, add file name
2339 453796 errno gets clobbered by g_filename_display_name
2340 341988 don't use "-c" with msgfmt in Makefile.in.in
2341 447048 Please produce slightly more output during long tests
2342 454785 GModule documentation lists same block of code twice.
2343 454786 GModule documentation lists same paragraph twice.
2344 383155 small docs quirks in gobject/closure API documentation
2345 65041 _get_type() functions aren't thread safe
2347 * Updated translations
2356 Overview of Changes from GLib 2.13.5 to GLib 2.13.6
2357 ===================================================
2359 * Reintroduce a GType typedef whose removal in 2.13.5
2360 caused trouble for C++ bindings
2363 450216 docs not explicit enough about g_free()
2364 451459 g_type_register_static_simple calls g_type_register_static
2366 * Updated translations
2367 Norwegian bokmål (nb)
2371 Overview of Changes from GLib 2.13.4 to GLib 2.13.5
2372 ===================================================
2374 * xdg-user-dirs support:
2375 - the Desktop directory is guaranteed to be defined
2376 - user-dirs.dirs is no longer reloaded on changes
2379 - new api to duplicate slices
2381 * Regular expression support:
2382 - GRegex is a boxed type now
2385 44793 make check failing in trunk
2386 354522 Small problem with PLT hiding 6 symbols
2387 363986 glib 2.12.4 does not compile with SGI IDO cc
2388 443869 g_type_class_add_private doesn't warn when adding 0-sized...
2389 446859 Legitimately return 0 for g_quark_from_string(NULL)
2390 447534 Small typo in g_timeout_add_seconds() doc
2391 447583 GStaticRWLock
2392 447935 g_get_current_dir SIGSEGV on long path
2393 448260 CLAMP has surprising result if low > high
2394 57693 g_string_vprintf()
2395 442029 add g_slice_dup()
2396 445065 Add GRegex boxed type
2397 448819 Add full version of g_timeout_add_seconds()
2399 * Updated translations:
2407 Overview of Changes from GLib 2.13.3 to GLib 2.13.4
2408 ===================================================
2411 444121 g_get_user_special_dir deadlocks
2412 444161 invalid UTF8 in key name shows up as valgrind error in g_...
2413 444130 g_option_context_get_help() is broken when there's a desc...
2416 Overview of Changes from GLib 2.13.2 to GLib 2.13.3
2417 ===================================================
2420 - Added defines for easier handling of desktop files
2423 - Update g_unichar_iswide_cjk for Unicode 5.0
2425 * Regular expression support:
2426 - GRegex structs can now be ref-counted
2427 - Some new functions for dealing with incremental
2428 replacement have been added
2429 - The GRegexEvalCallback signature has been changed
2431 * g_get_user_special_dir() has been added to support
2435 419376 Functions using named subpatterns behave inconsistently w...
2436 434358 g_regex_fetch_named() and g_regex_fetch_named_pos() are b...
2437 423708 typo in the README.win32 file see patch below
2438 339225 Add new defines for easier handling of .desktop files
2439 442265 API additions/changes for GRegex
2440 432651 Add a glib-ish xdg_user_dir_lookup
2442 * Updated translations:
2444 Norwegian bokmål (nb)
2447 Overview of Changes from GLib 2.13.1 to GLib 2.13.2
2448 ===================================================
2451 - Add g_unichar_ismark()
2454 - Allow to use callbacks for remaining args
2456 * Updated translations:
2457 Belarusian Latin (be@latin)
2458 British English (en_GB)
2460 Norwegian bokmål (nb)
2466 Overview of Changes from GLib 2.13.0 to GLib 2.13.1
2467 ===================================================
2471 - Split into immutable GRegex and GMatchInfo
2472 - Add g_regex_get_max_backref() and g_regex_get_capture_count()
2473 to obtain information about the compiled regex
2476 - Fix roundtrip problems
2477 - Add g_key_file_load_from_dirs()
2480 - Fix corner cases in case conversion routines
2483 - Add a function to get the formatted help string
2486 - Add new functions g_hash_table_get_keys() and
2487 g_hash_table_get_values() to retrieve the keys and
2490 * Updated transations:
2491 Simplified Chinese (zh_CN)
2495 Overview of Changes from GLib 2.12 to GLib 2.13.0
2496 =================================================
2498 * Add GSequence, a list that is implemented using
2499 a balanced binary tree.
2501 * Add GRegex, an implementation of Perl regular expressions,
2504 * Use Posix monotonic clocks instead of gettimeofday()
2505 for GTimer when available.
2507 * Support static initialization of GQeues with G_QUEUE_INIT,
2508 g_queue_init() and g_queue_clear().
2510 * Add g_string_chunk_clear() for clearing a
2513 * Add g_unichar_get_script() to obtain Unicode
2516 * Add g_unichar_iszerowidth() to obtain information
2517 about zero-width characters.
2519 * Add G_GNUC_MAY_ALIAS which wraps the gcc may_alias
2522 * G_GNUC_INTERNAL has a working definition for the
2523 Sun Studio compiler. This requires the macro to
2524 be positioned before the function declaration.
2526 * The slice allocator can produce detailed debugging
2527 information with G_SLICE=debug-blocks.
2529 * Modules support G_DEBUG flags resident-modules and
2532 * Add G_DEFINE_DYNAMIC_TYPE() to make it easier
2533 to define types in modules.
2535 * Bug fixes: too many to list them in detail here.
2537 * New and updated translations (be,bg,bn,ca,cs,de,
2538 en_CA,en_GB,et,fa,fr,he,hu,it,ja,ku,lt,mg,mk,ml,
2539 nb,ne,nn,pt,pt_BR,ro,sr,sr@Latn,sv,ta,uk,vi,zh_CN,
2543 Overview of Changes from GLib 2.12.1 to GLib 2.12.2
2544 ===================================================
2547 - Normalization is following Unicode TR #29
2548 - g_unichar_isxdigit() only accept characters
2549 for which g_unichar_xdigit_value() returns a value
2550 - g_unichar_toupper and g_unichar_tolower leave
2551 unconvertable characters in place instead of
2552 replacing them by NUL
2555 348491 g_utf8_strup() and g_utf8_strdown() returns
2556 string with NUL bytes
2557 349825 GKeyFile always inserts a newline before a group
2558 347842 g_unichar_isxdigit() is too general about what
2559 it considers a digit
2560 348694 g_utf8_normalize() hasn't been updated to PR #29
2561 348785 Hint about G_DEBUG in Message Logging docs
2562 349792 Wrong english string (UI)
2563 349952 gparamspecs.c uses gcc feature
2565 * Translation updates (ca,cs,de,dz,es,eu,fi,gu,ko,
2566 nl,pl,tr,uk,zh_HK,zh_TW)
2569 Overview of Changes from GLib 2.12.0 to GLib 2.12.1
2570 ===================================================
2572 * Update to final Unicode Character Database 5.0.0
2575 346660 issues with base64 api documentation / g_base64_decode_cl...
2576 348136 Coverity reports allocation of wrong size CID #2839
2577 336281 Update to UCD 5.0
2578 346197 g_date_strftime %F option doesnt work for win32
2579 348011 Small optimization to real_toupper()
2580 246494 prototype mismatch in glib/gconvert.c
2582 * New and updated translations (bg,bn_IN,ca,dz,eu,fi,
2583 fr,he,it,ja,mk,or,pt)
2586 Overview of Changes from GLib 2.11.4 to GLib 2.12
2587 =================================================
2590 344905 leap-year bug in g_time_val_from_iso8601 w/o HAVE_TIMEGM
2592 * Updated translations (cy,nb,nl)
2595 Overview of Changes from GLib 2.11.3 to GLib 2.11.4
2596 ===================================================
2599 - g_bookmark_file_remove_item returns a boolean
2601 * g_mkstemp accepts the XXXXXX in the middle of
2605 344868 g_key_file_to_data should separate groups
2607 * Updated translations (de,es,fr,gu,hi,ko,th)
2610 Overview of Changes from GLib 2.11.2 to GLib 2.11.3
2611 ===================================================
2614 - g_bookmark_file_move_item: Return TRUE in case of
2618 343919 gunicollate.c: strxfrm bug on VC8
2620 * Updated translations (fi)
2622 Overview of Changes from GLib 2.11.1 to GLib 2.11.2
2623 ===================================================
2625 * Add g_ascii_stroll to parse signed 64bit integers
2627 * GMarkup: add a flag to treat CDATA as text
2629 * GHashTable: add functions to remove all entries
2631 * GMainLoop: add functions to find the currently
2632 running source, and determine if it is destroyed
2635 342563 g_atomic_thread_init() needs to be called before
2636 other _g_*_thread_init() functions
2637 343548 Potential use after free in callers of g_string_free()
2638 168538 Wish: Clearing contents of GHashTables
2639 321886 GTK+ cannot be reliably used in multi-threaded
2641 341826 goption.c: 'strtoll' is C99's function
2642 343899 g_ascii_formatd dosn't work as expected for all
2644 317793 Make GEnumValue strings const
2645 337129 Compile warnings in G_IMPLEMENT_INTERFACE
2646 303622 What is G_TYPE_CHAR?
2648 * Updated translations (bg,dz,eu,gl,ja,ko,nl,th,vi)
2651 Overview of Changes from GLib 2.11.0 to GLib 2.11.1
2652 ===================================================
2655 - Support 64-bit integers
2656 - Allow optional text before and after the options
2660 340538 gbase64-test writes OOB
2661 340816 GKeyFile set_string_list invalid memory reads
2662 339105 g_key_file_parse_value_as_double
2663 340434 convert-test.c fails (function test_one_half)
2664 311043 Memory leaks (and potential infinite loops)
2665 when using G_ERRORCHECK_MUTEXES
2666 335198 Error checking mutexes are fubar
2667 341237 Add a G_OPTION_ARG_INT64
2668 341192 g_io_channel_set_flags not implemented on win32
2669 336120 Allow adding description before/after GOption
2671 341191 misplaced check in g_relation_delete
2672 340530 mismatched calloc / g_free in win32 threads
2674 * Updated translation (es)
2676 Overview of Changes from GLib 2.10.x to GLib 2.11.0
2677 ===================================================
2679 * GBookmarkFile: a parser for files containing bookmarks
2680 stored using the Desktop Bookmark specification.
2682 * Base64 encoding support
2684 * Unicode 5.0 support
2686 * GOption supports floating point numbers
2688 * GKeyFile supports floating point numbers
2691 155884 gatomic.c should be based on new SDK
2692 157877 update-desktop-database doesn't handle duplicate entries
2693 164719 keyfile parser doesn't support floats
2694 327662 Import BookmarkFile from libegg
2695 329548 Add G_OPTION_ARG_DOUBLE
2696 329789 option-test.c type confusion
2697 332841 Segmentation Fault when %llu is passed to vasnprintf and
2698 HAVE_SNPRINTF is not defined
2699 333879 gthread/gthread-win32.c: IsDebuggerPresent needs '#define
2700 _WIN32_WINDOWS 0x0401'
2701 333916 g_timer_elapsed docs should mention that microseconds
2703 334440 dlerror() portability issue causes crash on (old) a.out
2705 334646 goption + error out params
2706 334799 g_remove() must check return value of remove()
2707 334943 make check FAIL: threadpool-test
2708 335215 Some breakages with GThreadPool
2709 336085 g_option_context_new parameter lacks better explanation
2710 336677 Documentation for g_object_ref_sink() is incorrect
2711 337027 gbookmarkfile.c: sys/time.h include error
2712 337553 Wrong escaping of URIs
2713 338572 Dereferencing NULL value in g_key_file_get_group_comment
2714 338845 g_completion_complete_utf8 crashes when NULL is passed to it
2715 339337 g_bookmark_file_set_description
2716 339338 gbookmarkfile.c, function expand_exec_line
2717 339340 gbookmarkfile.c, function bookmark_app_info_dump
2719 * Translation updates (bg,en_GB,et,gl,gu,he,hi,ka,nb,nl,nn,
2720 or,pt_BR,ro,tr,vi,zh_CN)
2723 Overview of Changes from GLib 2.10.0 to GLib 2.10.1
2724 ===================================================
2727 314794 Broken pthread detection on Darwin [Gregor Riepl]
2728 322476 Missing check for .dylib [Vladimir Panov]
2729 333651 Inconsistent _g_charset_get_aliases prototype [Julio
2731 333761 GInitiallyUnowned breaks application code [Sven Herzberg]
2734 - Fix g_listenv() implementation.
2735 - Allow up to 100 GPrivate structs
2737 * Translation updates (fr,hu,lt,pl,sv)
2740 Overview of Changes from GLib 2.9.6 to GLib 2.10.0
2741 ==================================================
2744 328997 64bit pointer trunction in glib slab-allocator
2746 331110 g_cond_broadcast(inform_cond) without holding
2747 inform_mutex [Chris Wilson, Sebastian Wilhelmi]
2748 332093 Fix some leaks in the tests [Kjartan Maraas]
2749 332435 g_utf8_strlen returns wrong value if a maximum
2750 number of bytes to check is specified
2752 331367 gslice requires more POSIX-like semantics for
2753 GPrivate destructors [Tor Lillqvist]
2755 * Documentation improvements [Matthias, Kang Jeong-Hee,
2756 Tor Lillqvist, Stefan Kost]
2758 * Translation updates (el,eu,ka,uk)
2760 Overview of Changes from GLib 2.9.5 to GLib 2.9.6
2761 =================================================
2764 329124 distclean removes README [Kjartan Maraas, Tim Janik]
2765 317679 GRelation field type not documented [Behdad Esfahbod]
2766 329123 Typo in GTime docs [Kjartan Maraas]
2768 * Documentation improvements [Sven Herzberg, David
2769 Schleef, Kjartan Maraas, Behdad Esfahbod]
2771 * Translation updates (cs,cy,it,ko,pt,sq,sr,sr@Latn,ru
2773 Overview of Changes from GLib 2.9.4 to GLib 2.9.5
2774 =================================================
2776 * Memory management:
2777 Runtime debugging support: The slice allocator
2778 can be turned off by setting G_SLICE=always-malloc
2779 in the environment. Zeroing of freed memory can
2780 now be turned on at runtime by setting
2781 G_DEBUG=gc-friendly in the environment. [Tim Janik]
2784 328253 HP-UX/IA-64 uses ".so" as default shared library
2785 extension [Albert Chin]
2786 143380 unicode-encoding test fails converting to UTF-16
2787 with libiconv [Marc Moorcroft]
2788 328254 Build breakage (GSlice) [Jens Ganseuer]
2789 328705 C99ism in glib/gmem.c [Kazuki Iwamoto]
2791 * Translation updates (da,et,zh_CN)
2793 Overview of Changes from GLib 2.9.3 to GLib 2.9.4
2794 =================================================
2797 Fix a problem with g_object_compat_control() which
2798 can lead to segfaults in GTK+ applications on 64bit
2802 Unused threads now fall back to the global pool after
2803 500 milliseconds, where they wait for another
2804 max-idle-time milliseconds. [Sebastian Wilhelmi]
2806 * Fix a memory allocation problem in GKeyFile. [Morten
2810 Overview of Changes from GLib 2.9.2 to GLib 2.9.3
2811 =================================================
2814 - Replace the simple recursive implementation by
2815 a nonrecursive, threaded one [Maurizio Monge]
2817 * Change g_filename_display_name and
2818 g_filename_display_basename to use the Unicode
2819 replacement character U+FFFD instead of a question
2820 mark, and don't append "(invalid encoding)" [Matthias]
2822 * Documentation improvements [Sven Herzberg, Federico
2823 Mena Quintero, Stefan Kost]
2826 323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X
2828 326558 Some test failures on IRIX 6.5 [Daichi Kawahata]
2829 169285 "threaded" tree implementation for GTree
2831 326747 g_filename_display_basename adds (invalid encoding)
2834 Other contributors: Christian Kellner, Murray Cumming
2836 New and updated translations (bg,ca,de,es,et,gu,ja,nl,th,vi)
2839 Overview of Changes from GLib 2.9.1 to GLib 2.9.2
2840 =================================================
2842 * Memory management:
2843 - Add tests for cache colorization [Tim Janik]
2844 - Minimize space consumption if small amounts of differently
2845 sized slices are allocated, at a small performance cost. [Tim]
2848 - Add g_atomic_pointer_set() and g_atomic_int_set() [Tim Janik,
2850 - Add g_thread_pool_set_sort_function() to allow sorting the
2851 tasks of a threadpool. [Martyn Russell]
2852 - Add g_thread_pool_set_idle_time() to allow unused threads
2853 to exit after a certain time. [Martyn]
2856 - introduce a new type GInitiallyUnowned, which has an initial
2857 floating reference. [Tim]
2858 - Add support for GType parameters. [Matthias]
2861 - Add g_main_context_is_owner() to determine if the current
2862 thread is the owner of the context. [Michael Meeks]
2864 * Provide g_access(), g_chdir(), g_unlink(), g_rmdir() as
2865 wrapper functions instead of macros. [Manish Singh]
2867 * Documentation improvements [Tim, Matthias, Federico Mena Quintero,
2868 Stefan Kasal, Dan Williams]
2870 * New and updated translations (en_CA,fi,fr,gl,ml,nb,no,zh_HK,zh_TW)
2873 324179 g_allocator_new() returns pointer to const dummy which Gtk+ 2.8
2874 tries to modify [J. Ali Harlow]
2875 324332 g_option_context_parse() returns false without setting error
2876 [Tim-Philipp Müller]
2877 324950 GLIB 2.9.1 testcase errors [Dan Yefimov]
2878 325015 gslice.c: process.h is needed on Windows [Kazuki Iwamoto]
2879 321978 G_DATALIST_GET_FLAGS() macro is not casting datalist to
2880 gpointer [Andrew Paprocki]
2881 316221 G_LOCK warns about breaking strict-aliasing [Michal Benes,
2883 325273 Error in documentation for glib_check_version () [Declan Naughton]
2884 325310 g_spawn_sync hangs when catching both stdout and
2885 stderr [Tor Lillqvist]
2886 325249 gcc warning when using g_rmdir from <glib/gstdio.h> [Jani Monoses]
2887 325864 glib/gthreadpool.c:"#define debug(...)" is C99 [Kazuki Iwamoto]
2888 325874 Should say somewhere that source IDs are > 0 [Dan Williams]
2889 325438 a typo (compatability) [Stefan Kasal]
2890 323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X [Bogdan Nicula]
2893 Overview of Changes from GLib 2.9.0 to GLib 2.9.1
2894 =================================================
2897 - The slice allocator is implemented [Tim Janik]
2898 - g_slice_free_chain() has been renamed to
2899 g_slice_free_chain_with_offset() [Tim, Behdad Esfahbod]
2900 - Mem chunks are deprecated [Matthias Clasen]
2903 - Hash tables are refcounted, and have a boxed type [Tim]
2906 - Support for Solaris threads has been removed
2907 [Sebastian Wilhelmi, Andrew Paprocki]
2908 - g_async_queue_sort(), g_async_queue_push_sorted() have
2909 been added to allow GAsyncQueue to be used as a priority
2910 queue, together with the corresponding _unlocked
2911 variants [Martyn Russell]
2914 - The concept of a floating initial reference has been
2915 moved from GtkObject to GObject [Tim]
2918 - Make g_rename() replace existing files [Tor Lillqvist]
2921 - G_GUINT64_CONSTANT macro to define guint64
2922 constants [Andrew Paprocki]
2923 - G_GNUC_WARN_UNUSED_RESULT macro to instruct the
2924 compiler to emit a warning if the value returned
2925 by a function is ignored. [Arjan van de Ven, Alex Larsson]
2926 - GList and GSList now have sort functions which take an
2927 extra user data argument [Martyn Russell]
2928 - g_param_spec_ref_sink() has been added for consistency [Tim]
2930 * $LOGNAME is respected when determining user data. [Laszlo Peter]
2932 * Other changes and bug fixes [Tim, Matthias, Behdad,
2933 Christian Persch, Benedikt Meurer, Andrew Paprocki,
2934 Kazuki Iwamoto, Alexis S. L. Carvalho, Stanislav Brabec,
2935 Andreas Schwab, Kalle Vahlman]
2938 - Deprecation warnings carry version information [Matthias]
2939 - The slice allocator has been documented [Matthias, Tim]
2940 - Other improvements [Morten Welinder]
2942 Overview of Changes from GLib 2.8.x to GLib 2.9.0
2943 =================================================
2945 - The Unicode tables have been updated to Unicode 4.1,
2946 adding several new values to the GUnicodeBreakType
2947 enumeration. This breaks Pango <= 1.10
2949 - The various Unicode character predicate functions
2950 (g_unichar_isalpha, g_unichar_isdigit,...) have
2953 - g_utf8_pointer_to_offset, g_utf8_offset_to_pointer:
2954 These functions handle negative offsets now, and
2955 going backwards in g_utf8_offset_to_pointer uses
2957 [Larry Ewing, Matthias Clasen]
2959 * Memory management:
2960 - Mem chunks are no longer used internally in GLib and
2961 GObject. GMemChunk will be deprecated in GLib 2.10
2962 - All APIs based on GAllocator (g_list_push/pop_allocator,
2963 and similar push/pop_allocator functions for other
2964 data structures) have been deprecated, since they
2965 never worked as intended.
2966 - The g_slice_* functions have been added as a
2967 new API for fast allocation of small memory blocks.
2968 The implementation in GLib 2.9.0 is just a simple
2969 wrapper around malloc. GLib 2.10 will have an
2970 efficient and scalable implementation.
2971 [Tim Janik, Matthias]
2974 - g_pattern_match has been optimized to avoid
2975 unnecessary recursion.
2978 * g_intern_string, g_intern_static_string:
2979 - New functions to intern strings. These are now used
2980 by GObject to avoid duplicating static strings
2984 - New function to iterate over all GThreads
2987 * g_date_set_time_t, g_date_set_time_val:
2988 - New functions to set a GDate from a time_t or
2989 GTimeVal value. g_date_set_time has been deprecated
2993 * g_snprintf and g_vsnprintf:
2994 - These functions are no longer declared in gprintf.h,
2995 since they are in glib.h
2998 Overview of Changes from GLib 2.8.0 to GLib 2.8.1
2999 =================================================
3000 * Optimize single-character insertions in GString [Ross Burton]
3001 * Fix build problems on OS X
3002 * Fix build problems on Win32 [Tor Lillqvist, Hans Breuer]
3003 * Other bug fixes [Matthew F. Barnes, Stepan Kasal]
3004 * Documentation improvements [Tristan van Berkom, Behnam
3005 Esfahbod, Gustavo Carneiro, Stepan Kasal, Matthias]
3006 * New and updated translations (ca,cy,ko,ro,uk)
3008 Overview of Changes from GLib 2.7.7 to GLib 2.8.0
3009 =================================================
3010 * Make g_value_transform() handle enum values
3011 correctly on ppc64. [Michael Lorenz]
3012 (Third-party code accessing enumeration values
3013 in GValues should also be changed to access
3014 v_long, not v_int, in order to work on bigendian
3016 * Make g_flags_get_first_value() handle a value
3017 of 0 meaningfully. [Tim-Philipp Müller]
3019 Overview of Changes from GLib 2.7.6 to GLib 2.7.7
3020 =================================================
3021 * Make atomic operations on s390 work [Matthias]
3022 * Fix C++ guards in gstdio.h [Tor Lillqvist]
3024 Overview of Changes from GLib 2.7.5 to GLib 2.7.6
3025 =================================================
3026 * Add native implementations of atomic operations
3028 * Make atomic reference counting of closures
3029 work on s390 [Matthias]
3030 * Avoid an infinite loop in g_convert_with_iconv().
3032 * Documentation improvements [Ross Burton]
3034 Overview of Changes from GLib 2.7.4 to GLib 2.7.5
3035 =================================================
3036 * Thread-related changes
3037 - Fix build issues on HP-UX [Paul Cornett]
3038 - Threadsafe access to flags stored in datasets [Tim Janik]
3039 - Fix several issues with atomic refcounting for
3040 closures, objects and paramspecs [Tim]
3041 - Improve tests for atomic refcounting changes [Tim]
3042 * Fix handling of stateful encodings in g_convert_* [Matthias]
3043 * Fix translation of GOption help output [Dan Winship]
3044 * Catch format errors in translations. This may cause
3045 "make check" to fail when using older versions
3046 of gettext [Matthias]
3047 * Win32 bug fixes [Tor Lillqvist]
3048 * Documentation improvements [Ross Burton, Jochen Baier,
3050 * New and updated translations (de,fi,gu,pl,pt,tr,zh_TW)
3052 Overview of Changes from GLib 2.7.3 to GLib 2.7.4
3053 =================================================
3054 * Fix g_atomic_pointer_compare_and_exchange
3055 on Sparc64 [Gert Doering]
3056 * Fix a hang in g_thread_pool_free. [Hong Jen Yee]
3057 * Win32 bug fixes [Tor Lillquist]
3058 * Other bug fixes [Benoit Dejean, Manish Singh]
3059 * Documentation improvements [Bryan Silverthorn,
3061 * New and updated translations (de,lt,sq,zh_CN)
3063 Overview of Changes from GLib 2.7.2 to GLib 2.7.3
3064 =================================================
3066 - Allow callbacks with optional arguments [Pawel Sliwowski]
3067 - Allow to turn off the automatic long option name
3068 disambiguation [Adam McLaurin]
3069 - Only allow printable ASCII as short option names [Matthias]
3071 - Build fixes [Tor Lillqvist]
3072 - Rewrite iochannel socket implementation [Tor]
3074 - Threadsafety improvements; in particular, refcounting
3075 of objects is done atomically now. [Wim Taymans, Tim Janik]
3076 * Bug fixes [Morten Welinder, Matthias, Wim Taymans]
3077 * Documentation improvements [Richard Laager, Matthias]
3078 * New and improved translations (bf,cs,hu,nb,nl,no)
3080 Overview of Changes from GLib 2.7.1 to GLib 2.7.2
3081 =================================================
3082 * Win32 build fixes [Hans Breuer]
3083 * Bug fixes [Mikael Magnusson]
3084 * Documentation improvements [Matthias Clasen]
3085 * New and updated translations (en_CA,es,et,ja,sr,sr@Latn,zh_TW)
3087 Overview of Changes from GLib 2.7.0 to GLib 2.7.1
3088 =================================================
3090 - Allow callback arguments without parameters [Dan Winship]
3091 * GMappedFile: an mmap wrapper [David Schleef, Behdad Esfahbod]
3092 * Misc new functions:
3093 - g_get_host_name [Tor Lillqvist]
3094 - g_mkdir_with_parents [Tor]
3095 - g_build_pathv, g_build_filenamev [Todd A. Fisher,
3097 * Bug fixes [Roger Leigh, Masatake YAMATO, Kjartan Maraas,
3098 Manish Singh, Tor, Murray Cumming, Kian Duffy, Morten Welinder]
3099 * Documentation improvements [Hong Gang XU, Dan Winship, Matthias]
3100 * New and updated translations (bg,cs,da,en_CA,es,et,nb,nl,no,
3103 Overview of Changes from GLib 2.6.x to GLib 2.7.0
3104 =================================================
3106 - Add unit tests [Matthias Clasen, Suren A. Chilingaryan]
3107 - Accept \r\n as line end [Bastian Nocera]
3108 - Don't interpret leading zeros as octal numbers. [Matthias]
3109 - Make key and group removal work [David Hoover, Matthias Hasselmann]
3111 - Improve formatting of --help output [Matthias, Noah Levitt]
3112 - Accept -? [Matthias]
3113 - Warn about duplicate main groups [Jeff Franks]
3114 - Treat '-' as non-option argument [Tim Musson, Thomas Leonard]
3115 - Report missing arguments as errors [Björn Lindqvist]
3116 - Add a boxed type for GDate [Tim-Philipp Müller]
3118 - g_tree_remove() and g_tree_steal() return status information [Matthew F. Barnes]
3120 - Work regardless of large file support [Manish Singh]
3121 - Add g_access(), g_chmod(), g_creat(), g_chdir [Tor Lillqvist]
3123 - Implement "toggle references" to help language bindings [Owen Taylor]
3124 - Allow to mark names, nicks and blurbs of pspecs as static [Ben Maurer, Matthias]
3125 - Make pspec lookup a bit faster [Morten Welinder]
3126 * Add g_listenv() to list all set environment variables [Hans Petter Jansson]
3127 * Add g_file_set_contents() to atomically write a file. [Søren Sandmann,
3128 Sven Neumann, Manish, Alexis S. L. Carvalho]
3129 * Add g_try_malloc(), g_try_new(), g_try_new0() and g_try_renew() [Stefan Kost]
3130 * Add g_utf8_collate_key_for_filename() to sort filenames taking
3131 extensions and numeric suffixes into account. [Ole Laursen, Alex Larsson]
3132 * Add G_GNUC_NULL_TERMINATED to mark varargs function with
3133 NULL-terminated argument lists. [Marc Meissner]
3135 - Improved debugability [Ulf Lamping, Hans Breuer]
3136 - Make filename handling more robust [Tor, Billy Skaggs]
3137 - Improve g_get_system_data_dirs() [Tor]
3138 - Use more precise timers [Tor]
3139 - Build fixes [Kazuki Iwamoto, Hans, Tor, Robert Ögren]
3140 * Other bug fixes [Roger Leigh, Owen, Matthias, Morten, Kjartan Maraas,
3141 Pawel Sakowski, Tor, Simon Budig, Ed Avis, Manish, Nicolas Laurent,
3142 Bastien, Fabrício Barros Cabral, Michael Banck, Daniel Atallah,
3143 J. Ali Harlow, Tim Janik, Hazael Maldonado Torres, Sven, Jon-Kare Hellan,
3144 Dave Benson, Tommi Komulainen, Benjamin Otte, Brian Cameron, Changwoo Ryu,
3145 Christian Biere, Noah, Benoît Carpentier]
3146 * Documentation improvements [Vincent Untz, Matthias, Tim-Philipp Müller,
3147 Morten, Matthew, Federico Mena Quintero, Sebastian Bacher, Oliver Sessink,
3148 Stefan, Jared Lash, Tor, Owen, Daniel Vaillard, Mathieu Lacage]
3149 * New and updated translations (ca,cs,da,el,en_CA,en_GB,es,et,eu,fa,fr,gl,
3150 hu,id,it,lt,mn,ne,nl,pl,pt,pt_BR,ro,rw,sk,sq,sr,sr@Latn,tl,uk,xh,zh_CN)
3152 Overview of Changes from GLib 2.6.0 to GLib 2.6.1
3153 =================================================
3155 - Make gtk_init(NULL, NULL) work again [Marcin Krzyzanowski]
3156 - Improve handling of -- [Matthias Clasen]
3157 - Don't show G_OPTION_REMAINING in --help output [Matthew F. Barnes]
3158 * g_find_program_in_path() doesn't return directories [Tommi Komulainen]
3159 * Add gmodule-export-2.0.pc [Matthias]
3161 - Improve hangling of UNC paths [Tor Lillqvist]
3162 - g_getenv(), g_setenv(), g_unsetenv(), g_find_program_in_path()
3163 take and return UTF-8 now [Tor]
3164 - Make g_file_test() work more reliably, and use PATHEXT
3165 when check for executables [Tor]
3166 - Build and cross-compilation fixes [J. Ali Harlow]
3167 * Other bug fixes [Jens Hatlak, Morten Welinder,
3168 Tor, Kalpesh Shah, Adrian Bunk]
3169 * Documentation improvements [Marcin Krzyzanowski, Tor, Crispin
3170 Flowerday, Mariano Suárez-Alvarez, Christian Biere, Danny Milo,
3171 Vincent Untz, Bastien Nocera]
3172 * New and updated translations (cy,de,nl,ru,sq,sv)
3174 Overview of Changes from GLib 2.4.x to GLib 2.6.0
3175 =================================================
3178 - GOption, a commandline option parser
3179 - GKeyFile, a parser/editor for the .ini like files
3180 - Functions to support the XDG basedir specification
3181 - Wrappers for common POSIX pathname functions to handle filename
3182 encodings consistently. On Windows, these use UTF-8.
3184 * Miscellaneous new functions
3185 - g_filename_display_name() converts filenames in displayable UTF-8 strings
3186 - g_uri_list_extract_uris() splits uri lists
3187 - g_date_get_iso8601_week_of_year() gets ISO 8601 week numbers
3188 - g_log_set_default_handler() installs an alternate default log handler
3189 - g_get_language_names() obtains a list of applicable locale names
3190 - g_strv_length() calculates the length of NULL-terminated string arrays
3191 - g_win32_get_windows_version() determines the Windows version
3192 - G_GNUC_INTERNAL marks functions as non-exported
3193 - glib_check_version() checks the GLib version at runtime
3194 - g_debug() completes the family of logging functions
3196 * Performance improvements
3197 - Optimize g_utf8_validate()
3198 - Optimize g_markup_parse_context_parse()
3199 - Reduce signal connection complexity from O(n) to O(1)
3200 - Get rid of many PLT entries for internally used exported symbols
3201 - Reduce code size by removing literal strings from g_return_if_fail()
3204 - On Windows, GLib functions that take file name arguments now require
3205 those to be in UTF-8. Functions that return file names return UTF-8.
3206 - Use higher precision for mathematical constants
3207 - Don't convert to/from UTF-8 in g_filename_to_uri/g_filename_from_uri
3208 - Support ll as printf format modifier for long long on all platforms
3209 - Clean up the ABI and enforce the list of exported symbols
3210 - Add a .pc file for using gmodule in libraries
3213 Overview of Changes from GLib 2.5.7 to GLib 2.6.0
3214 =================================================
3215 * GOption: Don't list help options if group-specific
3216 options have been requested [Glynn Foster]
3217 * Make g_get_language_names() track locale changes [Christian Persch]
3218 * Win32 bug fixes [Tor Lillqvist]
3219 * Bug fixes [Philippe Blain, Owen Taylor, Sebastian Wilhelmi]
3220 * New and updated translations (da,es,ja,lt,zh_CN)
3221 Bugs fixed: 159530,100697,160271,160645,157255
3223 Overview of Changes from GLib 2.5.6 to GLib 2.5.7
3224 =================================================
3225 * Optimize g_utf8_validate() [Owen Taylor, Matthias Clasen]
3226 * Optimize g_markup_parse_context_parse() [Havoc Pennington,
3228 * Reduce signal connection complexity from O(n) to O(1)
3230 * Add a .pc file for using gmodule in libraries [Owen]
3231 * Add G_GNUC_MALLOC to mark functions returning newly
3232 allocated memory [Matthias]
3233 * Win32 bug fixes [Hans Breuer, Tor Lillqvist, Robert Ögren,
3235 * Bug fixes [Kazuki IWAMOTO, Matthias, Manish Singh, Morten,
3236 Frederic Crozat, Tor]
3237 * Documentation improvements [Matthias, Tor, Owen]
3238 * New and updated translations (cs,da,de,en_CA,en_GB,es,nb,nl,sq,zh_CN)
3240 Overview of Changes from GLib 2.5.5 to GLib 2.5.6
3241 =================================================
3243 - Add G_OPTION_FLAG_REVERSE to allow options
3244 which unset a boolean variable [Tor Lillqvist]
3246 - Use sigaction instead of signal [Jonas Jonnson,
3248 - Make the very first SIGCHLD work [Gustavo Carneiro]
3249 * Bug fixes [Morten Welinder, Tor, David MacLachlan,
3250 Manish Singh, J. Ali Harlow]
3251 * Documentation improvements [Matthias Clasen, Tor]
3252 * Updated translations (da,ja,tr,zh_CN)
3254 Overview of Changes from GLib 2.5.4 to GLib 2.5.5
3255 =================================================
3257 - Cleanups, add more error checking [Ray Strode]
3258 - Fall back to the untranslated string when getting
3259 locale strings [Mark McLoughlin]
3261 - Document GOption [Matthias Clasen]
3262 - Better support for rest arguments [Owen Taylor, Matthias]
3263 - Handle conflicts between groups [Matthias]
3264 * Add g_lstat() to the stdio wrappers [Tor Lillqvist]
3265 * Add g_filename_display_name() to convert filenames
3266 in displayable UTF-8 strings [Alex Larsson, Matthias]
3267 * Win32 bug fixes [Kazuki IWAMOTO, Hans Breuer, Tor]
3268 * Bug fixes [Christophe Fergeau, Morten Welinder,
3269 Owen, Kjartan Maraas, Mark]
3270 * Documentation improvements [Matthias, Tor]
3272 Overview of Changes from GLib 2.5.3 to GLib 2.5.4
3273 =================================================
3274 Add GKeyFile, a parser/editor for the .ini like files used in various
3275 freedesktop.org specifications. [Ray Strode]
3276 Make the handling of filename encodings consistent across all
3277 GLib functions, introduce wrappers for common POSIX
3278 functions which accept the same filename encoding. [Tor Lillqvist,
3281 - Rename g_context_option_error_quark() to a more language-binding
3282 friendly name [Murray Cumming]
3283 - Accept backslashes in filenames on Win32 [Tor Lillqvist]
3284 * Strip the internal aliasing prefix IA__ from function names in
3285 assertions [Matthias Clasen]
3286 * Add a function to split uri lists. [Matthias]
3288 - Don't open console windows [Tor]
3289 * Other bug fixes [Philippe Blain, Robert Ögren, Hidetaka Iwai, Matthias,
3290 Morten Welinder, Mats-Ola Persson, Tor, Nickolay V. Shmyrev, Kjartan Maraas,
3291 Anders Carlsson, Tim-Philipp Müller, Lucas Rocha, Andrea Campi, Manish
3292 Singh, Thomas Fitzsimmons, Kazuki IWAMOTO]
3293 * Documentation improvements [Matthias, Linus Walleij, Nickolay, Philippe,
3294 Adam Hooper, Gustavo Carneiro]
3295 * New and updated translations (cs,en_CA,en_GB,ja,nb,nl,or,sr,sr@Latn,sq)
3297 Overview of Changes from GLib 2.5.2 to GLib 2.5.3
3298 =================================================
3300 - set the program name from argv[0] [Masatake YAMATO]
3301 - make contexts work without a main group [Anders Carlsson]
3303 - Get rid of many PLT entries for internally used exported symbols,
3304 and clean up the ABI at the same time and make make check check the
3305 list of exported symbols. [Matthias Clasen]
3306 * Add API to get ISO 8601 week numbers [Niklas Lundell]
3307 * Add API to install an alternate default log handler [Darin Adler]
3308 * Add API to obtain a list of applicable locale names [Hidetoshi Tajima]
3309 * Reduce code size bloat by removing literal strings from
3310 the g_return_if_fail() macros [Owen Taylor]
3311 * Add g_strv_length [Tim-Philipp Müller]
3313 - Add API to determine the Windows version [Tor Lillqvist]
3314 * Other bug fixes [Stepan Kasal, Anders, Tor, Kazuki Iwamoto,
3316 * Documentation improvements [Morten Welinder, Matthias]
3317 * New and updated translations (es,nn,ro)
3319 Overview of Changes from GLib 2.5.1 to GLib 2.5.2
3320 =================================================
3321 * Add G_GNUC_INTERNAL macro [Arjan van de Ven]
3322 * Add GOption, a commandline option parser [Anders Carlsson]
3323 * Add glib_check_version [Michael Natterer]
3324 * Add XDG basedir API [Ray Strode]
3325 * Require ngettext [Danilo Segan]
3326 * Bug fixes [Manish Singh, Ray Strode, Vincent Noel,
3327 Jon-Kare Hellan, Jody Goldberg]
3328 * Win32 bug fixes [Tor Lillqvist, Hans Breuer, Peter Zelezny]
3329 * Documentation improvements [Matthias Clasen, Vincent Untz, Christian Persch]
3330 * New and updated translations (bs,eu,fi,gu,ne,pa)
3332 Overview of Changes from GLib 2.5.0 to GLib 2.5.1
3333 =================================================
3335 * Bug fixes [Oliver Guntermann, Sven Neumann, James
3336 Henstridge, Hiroyuki Ikezoe, Matthias Clasen, Robert
3337 Ögren, Tommi Komulainen]
3338 * Documentation improvements [Soeren Sandmann,
3339 Christophe Fergeau, Danek Duvall]
3340 * New and updated translations (eu,hi)
3342 Overview of Changes from GLib 2.4.1 to GLib 2.5.0
3343 =================================================
3345 * New functions g_debug [Sven Herzberg]
3346 * Use higher precision for mathematical constants [Morten
3348 * Don't convert to/from UTF-8 in g_filename_{to,from}_uri
3349 [Federico Mena Quintero]
3351 - Handle empty digit string in printf() functions
3352 correctly [Tor Lillqvist]
3353 - Support ll as format modifier for long long [Tor]
3354 - Be more careful about HOME [Tor, Ivan Wong]
3355 - Bug fixes [John Ehresman]
3356 * Miscellaneous bug and portability fixes [Danilo Segan,
3357 Owen Taylor, Nikolai Weibull, Benoît Carpentier, Morten
3358 Welinder, Manish Singh, Sven Neumann, Julio M. Merino Vidal,
3359 Kaz Sasayama, Murray Cumming, Federico, Mariano Suarez-Alvarez]
3360 * Documentation updates [Matthias Clasen, Crispin Flowerday,
3361 Tommi Komulainen, Federico Mena Quintero, Ed Griffiths]
3362 * New and updated translations (ja,ne,no,wa)
3364 Overview of Changes from GLib 2.4.0 to GLib 2.4.1
3365 =================================================
3367 * Win32 bug fixes [Tor Lillqvist, Roger Leigh, John Ehresman]
3368 * Miscellaneous bug and portability fixes [Owen Taylor,
3369 Matthias Clasen, Jonas Jonsson, Christian Krause,
3370 Nickolay V. Shmyrev, Christophe Saout, Philippe Blain,
3372 * Documentation updates [Matthias]
3373 * New and updated translations (ca,cs,cy,el,en_CA,en_GB,es,eu,fi,
3374 fr,gu,he,id,nl,pt,pl,ru,sr,sr@ije,sr@Latn,sv,uk)
3376 Overview of Changes from GLib 2.3.6 to GLib 2.4.0
3377 =================================================
3379 * Handle invalid-UTF-8 in g_log() properly [Matthias Clasen]
3380 * Win32 bug fixes [Tor Lillqvist, Bruce Hochstetler]
3381 * Miscellaneous bug and portability fixes [Olivier Biot, David L. Cooper II,
3382 Kjartan Maraas, Frédéric L. W. Meunier, Christof Petig, Manish Singh,
3384 * Documentation updates [Owen]
3385 * Updated translations (hr,ro)
3387 Overview of Changes from GLib 2.3.5 to GLib 2.3.6
3388 =================================================
3390 * GAtomic bug fixes [Sebastian Wilhelmi, Mark McLoughlin]
3391 * GMain threading fixes and improvements [Sebastian]
3392 * Win32 [Tor Lillqvist]
3393 - restore some symbols extraneously exported from gobject to maintain ABI compatibility
3394 - Misc build improvements and fixes [Tor, Cedric Gustin, Hans Breuer]
3395 * Documentation updates [Sebastian, Takeshi AIHANA, Matthias, Sven Herzberg]
3396 * New and updated translations (be,es,fi,ga,pa,sr@ije,zh_CN)
3398 Overview of Changes from GLib 2.3.3 to GLib 2.3.5
3399 =================================================
3401 * Make glib-mkenums parse initializers with macros. [Matthias Clasen, muppet]
3402 * Respect locale era in g_date_set_parse(). [Theppitak Karoonboonyanan]
3403 * Add atomic operations and use it for the async queue and
3404 gonce implementation. [Sebastian Wilhelmi]
3405 * Documentation improvements [Sebastian, Matthias, Sven Herzberg]
3406 * Add g_main_depth() for finding the recursion depth of the main
3407 loop [Owen Taylor, Tim Janik, Stefan Westerfeld]
3408 * Add g_spawn_close_pid(), needed on win32 [J. Ali]
3409 * Win32 fixes. [Hans Breuer, J. Ali Harlow]
3410 * Misc bugfixes [Sebastian, Matthias, Balazs Scheidler, Owen]
3411 * Updated translations (cy,et,ga,sq)
3413 Overview of Changes from GLib 2.3.2 to GLib 2.3.3
3414 =================================================
3416 * Add a native AIX gmodule implementation. [Laurent Vivier]
3417 * Add g_node_copy_deep(). [James M. Cape, Matthias Clasen]
3418 * Extend GQueue API to match the GList API. [Soeren Sandmann]
3419 * Add g_hash_table_find(). [Tim Janik]
3420 * Add a G_MODULE_BIND_LOCAL flag. [David Schleef]
3421 * Inline g_string_append_c() when possible. [Owen Taylor, Tim]
3422 * Wrap waitpid() as a GSource. [Jonathan R. Blandford]
3423 * Add g_completion_complete_utf8(). [Theppitak Karoonboonyanan,
3425 * Add g_strsplit_set(). [Soeren]
3426 * Documentation improvements. [Vincent Untz, Sebastian Wilhelmi,
3428 * Win32 build fixes. [Tor Lillqvist]
3429 * Misc bugfixes [Manish Singh, Noah Levitt, Simon Josefsson,
3430 Morten Welinder, Damien Carbery, Julio M. Merino Vidal, Sebastian,
3432 * Updated translations (nn,cs,it,ko,sq,ms,az,hr,uk,sr,sr@Latn,sq,ta)
3434 Overview of Changes from GLib 2.3.1 to GLib 2.3.2
3435 =================================================
3437 * Add G_MAXSIZE. [Manish Singh]
3438 * Add g_rand_new_with_seed_array(), g_rand_set_seed_array(),
3439 implementing the init-by-array functionality of the
3440 original mersenne twister. Add g_rand_copy(). Improve seeding.
3442 * Add a lowercase_name option to glib-mkenums. [Murray Cumming]
3443 * Add g_ptr_array_foreach(). [Matthias Clasen]
3444 * Add g_timer_continue(). [Tim-Philipp Müller]
3445 * Fix a threadsafety issue in mem chunks. [Matthias, Balazs Scheidler]
3446 * Fix g_filename_{to,from}_utf8() on Win32 and improve
3447 g_file_test() there too [Hans Breuer]
3448 * Add a boxed type for NULL-terminated string arrays. [Matthias]
3449 * Add G_DEFINE_TYPE() plus variants to ease the constuction
3450 of GObject boilerplate code. [Tim Janik]
3451 * Support & in password GECOS field [Matthias, Soeren Boll Overgaard]
3452 * Documentation improvements [Matthias, Manish]
3453 * Win32 build fixes [Hans]
3454 * Misc bug fixes [Damien Carbery, Matthias, Manish, Olivier Poncet,
3456 * Updated translations (ar,de,fa,ga,mn,nn,no,sq)
3458 Overview of Changes from GLib 2.3.0 to GLib-2.3.1
3459 =================================================
3461 * Add glib/gi18n.h and glib/gi18n-lib.h for common
3462 gettext support, including a Q_() macro for translation
3463 with context [Matthias Clasen]
3464 * Add a more flexible G_FILENAME_ENCODING variable
3465 as a replacement for G_BROKEN_FILENAMES [Matthias]
3466 * Fix the return value g_main_context_iterate() for
3467 newly ready sources [Padraig O'Briain]
3468 * Handle Hangul composition for normalization [Noah Levitt]
3469 * Add G_{MIN,MAX,MAXU}INT{8,16,32}. [Mark Jones, Matthias]
3470 * Add G_GSIZE_FORMAT/G_SSIZE_FORMAT [Manish Singh]
3471 * Add G_STRFUNC as a portable wrapper for __func__ [Tim Janik]
3472 * Documentation improvements [Matthias]
3473 * GObject [Tim Janik]
3474 - Support '-' in g_signal_connect()/disconnect() names
3475 like 'swapped-signal'.
3476 - Add g_type_class_peek_static() and use to optimize
3477 g_object_new() for static types [Tim]
3478 - Allow setting construct-only properties from within
3479 init() implementations
3480 - Enforce readability/writeability in g_object_set/get()
3481 * Fix bug with g_ascii_strtod and multi-byte separator.
3482 [Behdad Esfahbod, Roozbeh Pournader]
3483 * Misc bug fixes [Matthias, John Ehresman, Andrew Lanoix,
3484 Tor Lillqvist, Mark McLoughlin, Tim-Philipp Müller, Manish,
3486 * Updated translations (ca,cs,da,es,fr,ja,nn,no,pt,ru)
3488 Overview of Changes from GLib 2.2.x to GLib-2.3.0
3489 =================================================
3491 * Replace Trio printf by gnulib vasnprintf [Matthias Clasen]
3492 * Update Unicode data to Unicode 4.0 [Noah Levitt]
3493 * Support XML-safe formatted output with
3494 g_markup_[v]printf_escaped [Owen Taylor]
3495 * Add g_file_read_link to read symbolic links [Matthias]
3496 * Add g_unichar_get_mirror_char to obtain the
3497 mirrored variant of a character [Noah]
3498 * Support for one-time initialization functions.
3499 [Sebastian Wilhelmi]
3500 * Miscellaneous API additions: g_vasprintf
3501 g_string_chunk_insert_len, g_setenv, g_unsetenv [Matthias]
3502 * Docs improvements [Matthias]
3503 * Add support instance-private data on classed types
3504 [Mark McLoughlin, Tim Janik, Owen]
3505 * Optimize signal emissions [Soeren Sandmann, Tim]
3506 * Support a "default vtable" per interface [Tim]
3507 * Add support for properties on interfaces [Owen, Tim]
3508 * Miscellaneous API additions: g_value_take_string(),
3509 g_value_take_param(), g_value_take_object(),
3510 g_value_take_boxed(). [Matthias]
3511 * Win32 build fixes [Tor Lillqvist]
3513 Overview of Changes from GLib 2.1.5 to GLib-2.2.0
3514 =================================================
3516 * Fix a problem with g_thread_init() on 64-bit problems
3517 [Alceste Scalas, Sebastian Wilhelmi]
3518 * Add assembly implementations of byteswap macros
3519 for ia64 and x86_64. [Manish Singh]
3520 * IOChannel fixes for Win32 [Tor Lillqvist, Thorsten Maerz]
3521 * Updated translations (bg,ca,es,da,fi,lv,ru,sk)
3523 Overview of Changes from GLib 2.1.4 to GLib-2.1.5
3524 =================================================
3526 * Win32 bug fixes [Tor Lillqvist]
3527 * Various post-rewrite fixes for glib-gettext.m4 [Owen Taylor,
3528 Jody Goldberg, Kjartan Maraas, Johannes Stezenbach]
3529 * Ensure we have a GUINT64_FORMAT by pulling in Trio
3530 if necessary [Manish Singh]
3531 * Further Trio build fixes [Matthias Clasen, Owen]
3532 * Hack around gcc, libtool issues with -pthread [Owen]
3533 * Docs improvements [Matthias]
3534 * Bug and portability fixes
3535 * Updated and new translations (bg,de,fi,fr,sq,fr)
3537 Other contributors: Kai Poitschke, Morten Welinder
3539 Overview of Changes from GLib 2.1.3 to GLib-2.1.4
3540 =================================================
3542 * autoconf changes to make it possible to cross compile
3543 GLib. [Owen Taylor, Dan Kegel, Amy Lin, Dimi Shahbaz,
3544 Johannes Stezenbach]
3545 * Use libintl when it has bind_textdomain_codeset() and
3546 GLib doesn't. [Owen]
3547 * Improve generation of pseudo-random integers [Morten Welinder,
3549 * Avoid literal UTF-8 in favor of octal escapes [Owen, Tomas Ogren]
3550 * Cleanup include order [Sven Neumann]
3551 * autoconf cleanups and bug fixes [Daniel, Matthias Clasen, Owen]
3552 * Doc fixes and additions [Matthias]
3554 Other contributors: James M. Cape, Frederic Crozat, Martin Gansser,
3555 Phuc LeHong, Manish Singh, Joshua Weage, Morten Welinder
3557 Overview of Changes from GLib 2.0.x to GLib-2.1.x
3558 =================================================
3560 * Add copy of the Trio library to build and use for printf() when
3561 system printf isn't good enough. Add g_printf()/etc. [Matthias Clasen]
3562 * Add g_str_has_suffix()/g_str_has_prefix() [Alex Larsson]
3563 * Add g_markup_parse_context_get_element() [Matthias]
3564 * Add g_utf8_strreverse [Matthias]
3565 * Add g_ascii_strtoull() [Tim Janik]
3566 * Support scanning of 64-bit values with GScanner [Tim]
3567 * Add g_set/get_application_name() [Havoc Pennington]
3568 * Add G_LIKELY()/G_UNLIKELY() macros for hinting branch probabilities.
3569 Use for g_return_if_fail(). [Matthias Clasen]
3570 * Add G_GNUC_DEPRECATED macro [Tom Tromey]
3571 * Improve the seeding algorithm of GRandom to avoid problems
3572 with certain pathological seeds. Support G_RANDOM_VERSION=2.0
3573 environment variable. [Sebastian Wilhelmi]
3574 * Improve thread configure checks, use -pthread where applicable
3576 * Improve handlng of thread priorities [Sebastian]
3577 * Fix up parameter names that might shadow functions from
3578 system headers [Soeren Sandmann]
3579 * Clean up usage of deprecated functions [Manish Singh]
3580 * Docs fixes and improvements. In particular, include "Since" information.
3581 [Matthias, Soeren, Martin Schulze, Daryll Strauss, Bill Janssen,
3582 Owen Taylor, Morten Welinder].
3584 Overview of Changes in GLib 2.0.7
3585 =================================
3587 * Fix C++ warnings in gtype.h [Dom Lachowicz]
3588 * Fix g_type_fundamental_next() [Tim Janik]
3589 * Fix various missing includes of config.h [Morten Welinder]
3590 * Handle main loop initialization before g_thread_init [Sebastian Wilhelmi]
3591 * Various 64-bit fixes [Manish Singh]
3592 * Fix GPoll on Win32 [Tor Lillqvist, Herman Bloggs]
3593 * Fix bug with buffering on UTF-8 IOChannels [Daniel Elstner]
3594 * Misc bug and build fixes [Soren Andersen, Gustavo Carneiro, Tor,
3595 Tim, Havoc Pennington, Matthias Clasen, Sebastian Rittau,
3596 Masahiro Sakai, Arvind Samptur, HideToshi Tajima, Owen Taylor]
3597 * Updated and new translations (be,cs,de,*fa,it,lv,pt_BR,tr)
3599 Overview of Changes in GLib 2.0.6
3600 =================================
3602 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
3603 * Clean up debug spew from GObject [Anders Carlsson]
3604 * Compiler warning fixes [David L. Cooper II]
3605 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
3606 * Fixes for --disable-debug [Sebastian Wilhelmi]
3607 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann,
3608 Rajkumar Sivasamy, Laurent Vivier]
3609 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat,
3610 Sebastian Rittau, Linus Welleij]
3611 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
3612 * Updated translations (bg,ko,vi)
3614 Overview of Changes in GLib 2.0.5
3615 =================================
3617 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
3618 * Clean up debug spew from GObject [Anders Carlsson]
3619 * Compiler warning fixes [David L. Cooper II]
3620 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
3621 * Fixes for --disable-debug [Sebastian Wilhelmi]
3622 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann,
3623 Rajkumar Sivasamy, Laurent Vivier]
3624 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat,
3625 Sebastian Rittau, Linus Welleij]
3626 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
3627 * Updated translations (bg,ko,vi)
3629 Overview of Changes in GLib 2.0.4
3630 =================================
3632 * Fix some 64-bit problems. (George Lebl, David L. Cooper II)
3633 * Add note about Tru64 iconv to INSTALL. (Manuel Op de Coul)
3634 * Fix problem with timouts > MAXINT. (Tim Janik, Owen Taylor)
3635 * Updated translations (ca,es,fr,ja,gl,ms,nl,pl,pt,ru)
3637 Overview of Changes in GLib 2.0.3
3638 =================================
3640 * Handle sorting 0-length arrays (Ron Arts)
3641 * Threading fixes (Sebastian Wilhelmi)
3642 * Portability fixes (Miroslaw Dobrzanski-Neumann, Jacob Berkman, Gareth Pierce,
3643 Sebastian, Qingjiang Yuan)
3644 * Various fixes for glib-2.0.m4. (Jim Gettys, others.)
3645 * Locate right glib-genmarshal when cross-compiling. (Mitch Natterer)
3646 * Win32 fixes (Tor Lillqvist)
3647 * Try to fix g_get_charset() related segfaults. (Owen)
3648 * Fixes for gettext detection. (Dan Winship, HideToshi Tajima, Boyd Lynn Gerber,
3649 Andrew P. Lentvorski, Jr.)
3650 * Fix g_scanner_unexp_token() (Tim Janik, Sven Neumann)
3651 * g_markup fixes. (Matthias Clasen.)
3652 * Bug fixes and cleanups (Daniel Elstner, Matthias, Laszlo Peter, Morten Welinder,
3655 Overview of Changes in GLib 2.0.1
3656 =================================
3658 * Portability fixes for Sun's Forte compiler [Erwann Chenede]
3659 * Performance improvements for GObject parameter lookup,
3660 g_filename_to/from_utf8() [Alex Larsson]
3661 * Actually check interface prerequisites [Matthias Clasen,
3662 Miroslaw Dobrzanski-Neumann]
3663 * Fix problem with glib-mkenums taking huge amounts of stack. [Owen Taylor]
3664 * Fix g_signal_handlers_disconnect_by_func() for C++ [Damien Sandras]
3665 * Fixes for g_log() and threading.
3666 [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, Tim Janik]
3667 * Make g_print(), g_printerr(), g_warning(), etc, convert from
3668 UTF-8 to the encoding of the locale [Sebastian Wilhelmi, Tim]
3669 * Fixes for GIOChannel on windows. [Tor Lillqvist]
3670 * Fix gsize/gint mismatches in giochannel.c [Miroslaw Dobrzanski-Neumann]
3671 * Fix file descriptor leak in g_file_get_contents() [Matthias]
3672 * Workaround iconv() problems on older Solaris [Lauri Alanko]
3673 * Fix warnings with gcc-3.1 about asm const [Cody Russel]
3676 Other contributors: Hans Breuer, LEE Sau Dan, Sven Neumann, Salmaso Raffaele,
3677 Akira Tagoh, Morten Welinder
3680 Overview of Changes in GLib 2.0.0
3681 =================================
3683 * Thread portability fixes [Sebastian Wilhelmi]
3684 * Documentation updates [Owen Taylor]
3685 * Make g_strerror(), g_strsignal() properly return UTF-8,
3686 call bind_text_domain_codeset() so that error strings
3687 are in UTF-8 as well. [Owen, Tor Lillqvist]
3689 Overview of Changes in GLib 2.0.0 rc1:
3690 ======================================
3692 * Win32 fixes [Tor Lillqvist]
3693 * Portability fixes [Finlay Dobbie, Miroslaw Dobrzanski-Neumann]
3694 * Fix up g_date_strftime [Daniel Elstner]
3695 * Add some structure padding [Tim Janik]
3696 * Make g_get_homedir() prefer the users home directory to $HOME
3698 Other contributors: Matthias Clasen, Paolo Maggi, Christian Rose
3700 Overview of Changes in GLib 1.3.15:
3701 ===================================
3703 * Speed up marshalers by using private access to GValue
3704 [Anders Carlsson, Tim Janik]
3705 * Reduce GValue to 2 elements [Tim]
3706 * Add G_DEBUG environment variable, G_DEBUG=fatal_warnings [Matthias Clasen]
3707 * Fixes for AIX compilation [Miroslaw Dobrzanski-Neumann]
3708 * Add padding to various structures [Owen Taylor, Tim]
3709 * Win32 fixes [Tor Lillqvist]
3711 Other contributors: James Henstridge, Ryan Lovett, Morten Welinder,
3714 Overview of Changes in GLib 1.3.14:
3715 ===================================
3717 * Register value transformations for gint64, guint64 [Andy Wingo]
3718 * Build with large-file support [Sven Neumann, Owen Taylor]
3719 * Fix handling of hostnames in URI's [Darin Adler]
3720 * Main loop bug fixes [Havoc Pennington, Owen]
3721 * Doc fixes and improvements [Manish Singh, Tim Janik]
3722 * Support ' as attribute delimiters in GMarkup [Matthias Clasen]
3723 * Win32 fixes [Hans Breuer, Tor Lillqvist]
3724 * Threading bug and build fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann]
3725 * Miscellaneous bug fixes
3727 Other contributors: Matthias Clasen, James Henstridge, Mitch Natterer,
3730 Overview of Changes in GLib 1.3.13:
3731 ===================================
3733 * Fix g_filename_to/from_uri for Win32 [Tor Lillqvist, Darin Adler]
3734 * Miscellaneous win32 fixes [Tor, Hans Breuer]
3735 * Fix thread options for gcc on AIX [Jerome Zago, Sebastian Wilhelmi]
3736 * Documentation improvements [Ron Steinke, Matthias, Sebastian]
3737 * Cache iconv converters as used by g_convert() [Jeffrey Stedfast]
3738 * Bug fixes [Sven Neumann, Owen Taylor, Matthias Clasen, Jeffrey,
3739 Laszlo Peter, Havoc Pennington, Tim Janik]
3741 Overview of Changes in GLib 1.3.12:
3742 ===================================
3744 * Implement closure chaining, fixing up API (Tim Janik)
3745 * Closure chaining test case (James Henstridge)
3746 * Make GType long not int where both are equal width (Tim)
3747 * Win32 fixes and improvements (Hans Breuer, Tor Lillqvist)
3748 * Fixes for NetBSD. (Dan Winship)
3749 * Use snprintf() for g_printf_string_upper_bound() where possible. (Matthias Clasen)
3750 * Save space for GBSearchArray (Tim Janik)
3751 * Documentation improvements. (Matthias, Sven Neumann, Havoc Pennington)
3753 Other contributors: Darin Adler, Chris Blizzard, Anders Carlson, Daniel Elstner, Michael Meeks,
3754 Mark McLoughlin, Dave Neary, Manish Singh, Owen Taylor, HideToshi Tajima,
3758 Overview of Changes in GLib 1.3.11:
3759 ===================================
3761 * Win32 fixes [Hans Breuer, Tor Lillqvist]
3762 * Documentation improvements [Matthias Clasen]
3763 * Portable directory handling API [Hans]
3764 * Threading fixes [Sebastian Wilhelmi, Havoc Pennington]
3765 * Fix excess relocations in Unicode tables [Andrew Taylor]
3766 * Fix gpattern for UTF-8 [Matthias Clasen]
3767 * Support overriding class closures [Tim Janik]
3768 * Support for derivation from G_TYPE_POINTER [Owen Taylor]
3769 * Hide pointers to type information inside GType to reduce locking
3771 * Adds check for direct inclusion of gobject/*.h [Owen]
3772 * GObject API cleanups [Tim]
3774 Other contributors: Darin Adler, Jacob Berkman, Daniel Egger, Eric Lemings,
3775 Michael Meeks, Mark McLoughlin, Arkadiusz Miskiewicz, Dan Winship
3778 Overview of Changes in GLib 1.3.10:
3779 ===================================
3781 * Many Win32 fixes and improvements [Tor Lillqvist]
3782 * Documentation improvements [Matthias Clasen]
3783 * g_string_printfa() renamed to g_string_append_printf()
3784 * Use libcharset from libiconv to implement charset detection
3785 more portably. [Owen Taylor, Hidetoshi Tajima]
3786 * Add 64 bit type support to GObject [Joshua Pritikin, Mathieu Lacage, Owen]
3787 * Make support for 64 bit integers a requirement [Joshua]
3788 * GPattern improvements [Tim Janik, Matthias]
3789 * Locale independent g_ascii_strtod / g_ascii_dtostr [Alex Larsson]
3790 * Many bug fixes and minor tweaks.
3792 Other Contributors: Darin Adler, Jakub Jelinek, James Antill, Andrew Taylor,
3793 Ben Gertzfield, Elliot Lee, Manish Singh, Abel Cheung, Laszlo Peter,
3794 Sven Neumann, George Lebl, Raja Harinath, Sebastian Wilhelmi,
3798 Overview of Changes in GLib 1.3.9:
3799 ==================================
3801 * Fixes for comparison of threads [Sebastian Wilhelmi]
3802 * Use vasprintf() when possible for g_strdup_printf [Matthias Clasen]
3803 * Win32 fixes [Tor Lillqvist, Hans Breuer]
3804 * Add a len argument to g_ascii_strup/strdown
3805 * Bug, portability fixes, cleanups.
3807 Other Contributors: Darin Adler, Katsuhiro Okuno, Joshua N. Pritikin
3810 Overview of Changes in GLib 1.3.8:
3811 ==================================
3813 * Documentation updates [Owen]
3814 * Made GType interfaces overridable in derived types
3815 * Many win32 fixes [Tor Lillqvist]
3816 * Miscellaneous cleanups and fixes
3819 Darin Adler, Matthias Clasen, Ron Steinke, Hans Breuer, Alex Larsson
3822 Overview of Changes in GLib 1.3.7:
3823 ==================================
3825 * Integrate GClosure support into the main loop [Owen Taylor]
3826 * More GSignal convenience functions (macros) [Sven Neumann, Tim Janik]
3827 * Introduced weak references for GObject [James Henstridge, Sven, Tim]
3828 * Minor hash table optimizations
3829 * Main loop and threading improvements [Sebastian Wilhelmi]
3830 * Added g_ascii_* functions to be used for locale insensitive UTF-8
3831 compliant code instead of old string functions [Darin Adler, Alex Larsson]
3832 * Add functions for Unicode case-conversion, normalization, and
3833 collation [Owen]* GString improvements [Owen]
3834 * Reworked the GIOChannel code [Hidetoshi Tajima, Ron Steinke]
3835 * Removed glib-config-2.0 in favour of pkgconfig [Sebastian]
3836 * Make code 64bit clean [Mark Murnane]
3837 * More G_CONST_RETURN fixes
3838 * Many improvements to the win32 code [Tor Lillqvist, Hans Breuer]
3839 * Miscellaneous bug and API fixes
3842 Michael Natterer, Christopher James Lahey, Padraig O'Briain,
3843 Matthias Clasen, Josh Pritikin, Steve Baker, Cesar Rincon, Garry R. Osgood,
3844 Michael Meeks, Laszlo Peter, Martin Baulig, Kjartan Maraas, Andrew Lanoix,
3848 Overview of Changes in GLib 1.3.6:
3849 ==================================
3851 * Threads have a "return value" from g_thread_join
3852 * Removed ability to adjust thread stack size
3853 * Prefix warnings with progname/PID by default, change toggle for this to
3854 be an env variable G_MESSAGES_PREFIXED not a compile-time option
3856 * GDate const, convenience fixups
3857 * Include test cases that headers are compilable by C++ compiler
3858 * Add ability to spawn processes with argv[0] != executable path.
3859 * g_strstr_len, g_strrstr, g_strrstr_len
3860 * Add length argument to g_utf8_strchr and g_utf8_strrchr.
3864 Overview of Changes in GLib 1.3.5:
3865 ==================================
3867 * Added an installed glib-mkenums Perl program for parsing enumeration
3868 declarations from header files.
3869 * Mark some additional deprecated functions.
3870 * Bug and Portability fixes
3873 Overview of Changes in GLib 1.3.4:
3874 ==================================
3876 * Efficiency improvements for GThreadPool
3879 * Documentation improvements
3882 Overview of Changes in GLib 1.3.3:
3883 ==================================
3887 * More user_data support in various functions.
3888 * Main loop API revamps to support per-thread main loops.
3889 * Unicode handling improvements.
3890 * Implemented debugging traps.
3891 * G_CONST_RETURN specification all over the place.
3892 * Various new small utility functions.
3893 * Random number generator precision improvements.
3894 * New configure option --disable-mem-pools.
3895 * Many Win32 improvements.
3896 * Added g_try_malloc() friends varinats.
3897 * Many documentation improvements.
3898 * Many threading improvements, support for dynamic allocation
3900 * GHookLIst API cleanups.
3901 * Improved format support of GDate parser.
3902 * String function speed improvements with new g_stpcpy().
3903 * Hashtable API additions.
3904 * New GPatternSpec for shell-style pattern matching (from GtkPatternSpec).
3905 * Optimizations, cleanups, bug fixes.
3909 * Added many convenience functions.
3910 * GClosure and GParamSpec use float/sink ref-counting scheme now.
3911 * Reworked property change notification.
3912 * Binary searchable array cleanups, so it's widely usable now.
3913 * Added static content keeping for some GValue types.
3914 * Support for statically scoped signal parameters.
3915 * Extinguished property trailer args in set/get interface.
3916 * Added support for abstract types.
3917 * G_CONST_RETURN specification all over the place.
3918 * Split parameter exchange functionality into value transforms
3919 and parameter conversions.
3920 * Added signal emission hooks and signal accumulators.
3921 * Added interface prerequisites to support is_a (interface, object)
3923 * Implemented GValueArray.
3924 * New types, boxed: G_TYPE_VALUE, G_TYPE_CLOSURE, G_TYPE_GSTRING
3925 GParamSpecs: G_TYPE_PARAM_PARAM, G_TYPE_PARAM_POINTER, G_TYPE_PARAM_CLOSURE,
3926 G_TYPE_VALUE_ARRAY, G_TYPE_PARAM_UNICHAR, G_TYPE_PARAM_VALUE_ARRAY.
3927 * Varrags value collection improvements.
3928 * Implemented debugging traps.
3929 * Made things thread-safe.
3930 * Many documentation improvements.
3931 * Many cleanups, optimizations and bug fixes.
3934 Overview of Changes in GLib 1.3.2:
3935 ==================================
3939 * Win32 build improvements [Tor]
3940 * Improvements to error reporting
3941 (g_critical(), g_return_if_reached()) [Darin]
3942 * Add g_strlcpy/g_strlcat [David Wheeler]
3943 * New IO channel implementation for Win32 [Tor]
3944 * Make g_array_free, g_string_free return pointer to memory requested
3945 not to be freed. [Darin]
3946 * Added GError based error reporting for thread functions. [Sebastian]
3947 * Moved reference docs into GLib distribution. [Owen]
3948 * Added g_convert() for doing convenient character set conversions based
3949 on iconv. (GLib now requires libiconv or a native iconv.) [Havoc/Owen]
3950 * Various Unicode handling additions (g_ucs4_to_utf8, g_utf8_validate(),
3951 g_{locale,filename}_{to,from}_utf8) [Robert/Havoc/Owen]
3952 * Portability fixes for threading. [Sebastian]
3953 * Added convenient functions for launching new processes (g_spawn_*),
3954 and shell quoting/unquoting functions. [Havoc]
3955 * Split glib.h into many headers. [Sebastian]
3956 * Added a simple callback-based parser for XML-like files (GMarkup). [Havoc]
3957 * Fixed confusions between comparison functions that return <0, 0, >0
3958 and equaility functions that return FALSE,TRUE. [Sebastian]
3959 * Added safe/portable temporary file manipulation functions. [Tor]
3960 * autoconf improvements. [Raja]
3961 * Many documentation improvements.
3966 * Added boxed and pointer types. [Tim/Jonathan]
3967 * Added callback abstraction (GClosure) [Tim]
3968 * Added signal system (GSignal) [Tim]
3969 * Make GTypePlugin an interface [Tim]
3970 * Added GTypeModule - a simple GTypePlugin instantiation [Owen]
3974 What's new in GLib 1.3.1:
3975 =========================
3977 * New GObject library added including object system based on
3978 the GTK+ object system.
3979 * Functions for getting the properties of Unicode characters,
3980 computing the canonical decomposition and ordering combining
3981 characters aand manipulating UTF-8 string manipulation based
3983 * GString now properly handles embedded nuls.
3984 * Multiple fixes from the 1.2.x branch.
3985 * Upgrade to libtool 1.3.3
3986 * Full thread support (thread creation and destruction).
3987 * BeOS port, BeOS dynamic modules.
3988 * Many improvements to the Windows ports.
3989 * Improvements to the OS/2 port, OS/2 module support.
3990 * Double ended queue implementation.
3991 * GLib macros for printf() formatting, e.g. G_GULONG_FORMAT = "lu"
3992 * New configure option --enable-msg-prefix to prefix messages, warnings
3993 et ceteri with the program name and the process id.
3994 * New thread-safe random number generator Mersenne Twister.
3995 * g_strcompress() added, g_strescape() had a slight API change, and
3996 more tightly defined semantics.
3997 * the g_string(x) macro has been removed, #x may be used instead.