1 Overview of Changes from GLib 2.16.0 to GLib 2.16.1
2 ===================================================
4 * Fix a crash in g_themed_icon_new
6 * Update the included PCRE to 7.6
9 Overview of Changes from GLib 2.15.6 to GLib 2.16.0
10 ===================================================
12 * Fix the definition of G_INLINE_FUNC to work with gcc 4.3.0
15 - Add missing GMountMountFlags argument to g_unix_volume_mount
16 - Fix the adopt_orphan_mount vfunc to take a volume monitor
18 - Add properties to GThemedIcon for bindings sake
21 520484 gvfsd-trash crashed with SIGSEGV in g_path_is_absolute()
22 510855 g_checksum_update(): Take -1 for length.
23 517676 g_themed_icon_new*() do more than call g_object_new().
24 518816 should handle rmdir returning EEXIST correctly
25 519352 g_[s]list_delete_link() docs
26 519489 Fixes for sparse warnings in gio
27 520169 add monitor argument to vfunc for GVolumeMonitor
28 520700 Add type check in g_file_query_exists
29 521145 FILE_READ_ONLY_VOLUME not present on Mingw32
30 518720 No MIME type for empty files
31 521013 in documentation, goffset doesn't say "Since 2.x"
32 521028 Missleading error messages from g_io_channel_set_encoding()
33 517484 GMainLoop could set the thread "Alertable" for APCs to be...
35 * Updated translations:
56 Overview of Changes from GLib 2.15.5 to GLib 2.15.6
57 ===================================================
60 - New file attributes: trash::item-count, filesystem::use-preview
61 - Rename g_file_contains_file to g_file_has_prefix
62 - g_file_query_filesystem_info grew async variants
63 - g_themed_icon_append_name: new convenience function
64 - g_content_type_get_icon is implemented now
65 - Only show mounts in /media and ~
66 - g_file_contains_file has been renamed to g_file_has_prefix
69 - g_win32_get_package_installation_directory_of_module: new function
70 which supersedes g_win32_get_package_installation_directory
71 - Use alertable wait functions so that I/O completion routines or
72 user-mode Asynchronous Procedure Calls can be run
73 - Fix race conditions in g_spawn implementation on win32
76 - g_uri_get_scheme has been renamed go g_uri_parse_scheme
78 * Updated translations:
80 Belarusian Latin (be@latin)
82 British English (en_GB)
90 Brazilian Portugese (pt_BR)
94 Overview of Changes from GLib 2.15.4 to GLib 2.15.5
95 ===================================================
97 * Update the included PCRE to 7.6
100 - g_volume_should_automount: new function to determine if a volume
101 should be mounted automatically
102 - g_file_query_default_handler: new convenience function to get
103 the default handler for a file
104 - g_app_info_launch_default_for_uri new convenience function to
105 launch the default handler for a URI
106 - Use mimeapps.list and defaults.list as discussed on xdg list
108 - g_app_info_get_default_for_uri_scheme has a real implementation
109 now (gvfs provides a GConf-based implementation)
110 - There is the beginning of a test suite
111 - standard::description: new file attribute
112 - GMountMountFlags flags argument added to mount calls
115 - class initialization is now threadsafe
117 * Updated translations:
129 Brazilian Portugese (pt_BR)
134 Overview of Changes from GLib 2.15.3 to GLib 2.15.4
135 ===================================================
137 * G_GNUC_PRETTY_FUNCTION has been deprecated
140 - g_file_copy has an async variant now
141 - Drives and volumes now have API to get identifiers
142 like Hal UDIs or UUIDs.
143 - There is now a registration API to let modules register
144 extensions they provide, such as volume monitor implementations
147 511807 g_time_val_to_iso8601() uses MT-unsafe gmtime() function
148 316260 [patch] Doc patches for gnode (2.8.1)
149 385132 solaris gettext support fix
150 484261 ./configure check for system PCRE unicode support fails w...
151 510292 GOption main help not shown
152 511580 Implement g_file_copy_async
153 511654 Compile errors due to C99 constructs
154 487909 g_utf8_strreverse and combining marks
155 512381 unused variable 'is_main_group'
157 * Updated translations:
170 Overview of Changes from GLib 2.15.2 to GLib 2.15.3
171 ===================================================
174 - g_checksum_update can accept nul-terminated strings
175 - The MD5 implementation works correctly on buffers
176 that are longer than 64 bytes
179 - Don't include a copy of the inotify headers, rely on system headers
180 - g_file_find_enclosing_mount has an async variant now
181 - Reduntant seek API on file streams has been removed
184 508602 gmemory{in|out}putstream.c: unknown pointer size
185 508771 There is no g_file_test/exists() for GFile
186 508773 g_uri_escape_string() documentation unclear.
187 509465 AM_PATH_GLIB_2_0 doesn't support gio
188 509626 async functions: Document allowed NULL callback?
189 509990 GSeekable documentation unclear
190 510448 No inotify support on ARM or SH5
191 510855 g_checksum_update(): Take -1 for length.
193 * Updated translations:
200 Overview of Changes from GLib 2.15.1 to GLib 2.15.2
201 ===================================================
204 - Mount operation API change: unhandled methods get reported via
205 the reply, rather than by the signal emission return value
206 - File monitor API change: Add a GError argument to g_file_monitor_file
207 - g_unix_mount_guess_should_display(): new function
210 508224 [PATCH] FAM backend crashes due to double free
211 508074 GAsyncResult documentation suggests g_freeing it.
212 508108 GFile documentation slightly unclear.
213 508309 rpc_pipefs mount points should be hidden
214 508378 GFileInfo documentation implies that it changes attribute...
215 508719 g_file_get_relative_path fails if parent is root
216 508773 g_uri_escape_string() documentation unclear.
218 * Updated translations:
227 Overview of Changes from GLib 2.15.0 to GLib 2.15.1
228 ===================================================
231 - Assertion functions are marked as noreturn again
232 - Handling of inline functions has been fixed to work with gcc 4.3
233 - C99 comments have been removed from headers
234 - The nonportable sed -i option is no longer used
237 - Clarified the semantics of g_app_info_get_all()
238 - API for memory input and output streams has been changed a bit
239 - GDirectoryMonitor has been removed; GFileMonitor can monitor
240 files and directories now
243 504829 Invalid environment passed to g_spawn_async in g_desktop_...
244 505258 crash in Users and Groups: Adding a user
245 505815 g_content_types_get_registered should not g_free keys
246 491218 g_timer_new() doesn't initialize timer->end
247 315437 extern inline -> static inline
248 476856 Inconsistency between standard and implementation of the ...
249 480122 g_module_open fails to open modules with ".la" extension
250 495589 gspawn.c failing to set FD_CLOEXEC
251 500273 doesn't build with --disable-visibility
252 504142 Do not show empty groups in --help output
253 504879 giofam incorrectly linked
254 505042 add file attribute for actually used file size in bytes
255 505058 xattr namespace docs
256 505674 Misprint in the definition of the macro G_CCLOSURE_SWAP_DATA
257 505730 Fails to build on OSX 10.4: _NSGetEnviron not declared
258 505887 older darwin lacks lchown
259 506374 gmemoryinputstream api
260 506461 Conversion of g_assert_not_reached() and friends into fun...
261 503051 Small bug in glib interface
262 506395 Updates to GIO documentation
263 507628 Missing .pc entry for gio linking against glib
264 505195 [patch] typo in g_try_new0 docs
265 507822 g{file,directory}monitor changes signal problem
266 506377 gmemoryoutputstream write implementation
267 507835 bug in gunixinputstream
269 * Updated translations:
271 Belarusian Latin (be@latin)
280 Overview of Changes from GLib 2.14.x to GLib 2.15.0
281 ===================================================
285 * GIO: a VFS API, designed to replace GnomeVFS. The GIO implementation
286 in GLib has support for local filesystems. The new, separate gvfs
287 module contains various backend implementations (cifs, ftp, sftp,
290 * GChecksum: provides various hash algorithms, such as MD5, SHA-1
293 * GTest: a test framework
298 - GHash has iterators, as an alternative to g_hash_table_foreach
301 - g_markup_parse_context_get_element_stack: New function to
302 get the stack of open elements
303 - G_MARKUP_PREFIX_ERROR_POSITION: New flag to improve error
305 - g_markup_collect_attributes: Convenience function for handling
309 - Functions that take a GError now return a boolean to indicate
310 success, instead of void
311 - Various performance improvements
314 - g_async_queue_new_full: new function that allows to specify
315 a free function for leftover elements
318 - g_prefix_error and g_propagate_prefixed_error: New functions
319 to ease error propagation
321 * Internationalization:
322 - C_: A new 2-argument variant of the Q_() macro
323 - Use native character set conversion API on Windows
325 * GLib builds with automake 1.10
328 455725 specific combination of g_utf8_strlen and g_pattern_match...
329 467537 g_convert_with_iconv() not resetting iconv() state correc...
330 497033 Commandline option parser should warn about missing optio...
331 504527 gchecksum: Conditional jump or move depends on uninitiali...
332 445362 Non-numeric local labels in gatomic.c are causing linker ...
333 482313 gregex: no way to tell why compilation failed
334 317775 main loops continues to run after g_main_loop_quit() has ...
335 418778 Insufficient pkg-config version requirement
336 436293 g_option_context_new() doc should mention that the string...
337 466557 glib-mkenums shifts ARGV[0] to undefined
338 468882 GKeyFile doesn't accept "True" as a true boolean value
339 469551 application --help messages are garbaged on none UTF-8 lo...
340 479724 Memory leak upon calling "g_main_loop_run" in the seconda...
341 490061 outptrs uninitialized after g_parse_long_long
342 490637 gobject documentation patch
343 495294 glib-genmarshal prints warnings but returns 0
344 496046 option to prefix location of errors for GMarkup
345 498113 tests/regex-test fails on 64bit environment
346 500506 Fails to build on OSX 10.4
347 500638 gkeyfile speedup ...
348 500875 Make check fails as there is no "test" target for "build"...
349 502511 g_assert_cmphex prints invalid message
350 502927 g_array_index triggers cast aligment warning
351 503029 g_time_val_from_iso8601 parse non-ISO8601 dates
352 503222 Need context to translate
353 503420 gkeyfile leaks a hash table
354 503470 Fix build when builddir != srcdir
355 504227 Inverse variant for g_test_trap_assert_stdout, g_test_tra...
356 71704 file include order
357 491957 Misprint in the specification of the interface "g_main_co...
358 491959 Misprint in description of the structure "GThreadPool"
359 491965 Mistype in the specification of the function "g_hook_list...
360 491966 Misprint in the specification of the interface "g_main_co...
361 491968 The documentation does not mention the restriction for th...
362 491970 The documentation for the interface "g_date_clamp" is inc...
363 491974 The documentation of the interface "g_main_context_iterat...
364 491975 The documentation for the interfaces "g_io_channel_read_u...
365 491979 Misprint in the description of the interfaces g_key_file_...
366 491982 Misprint in the description of the interface "g_key_file_...
367 501107 EXTRA_DIST automake warnings
368 501997 g_utf8_normalize() returns NULL on invalid string
369 502590 C_/g_dpgettext efficiency
370 464259 g_set_application_name() docs should say "Since 2.2"
371 496518 gbase64.c API doc clarification
372 498728 g_key_file_get_*_list should set length to 0 when returni...
373 500361 Improve docs for g_array_free() and g_ptr_array_free()
374 501853 g_checksum_get_digest docs
375 503862 Allow NULL strings in g_parse_debug_string()
377 367550 Add g_async_queue_new_full() with GDestroyNotify function
378 375651 Minor enhancements to GKeyFile API
379 443648 MD5 digest support
380 449937 Upgrade auto* sources to be clean under automake1.9
381 452887 gmarkup context "get element" function is useless when ca...
382 491549 [PATCH] Eliminate libiconv dependency on Windows
383 500507 GHashTableIter API
385 * Translation updates
386 Belarusian Latin (be@latin)
394 Norwegian bokmål (nb)
395 Brazilian Portugese (pt_BR)
400 Overview of Changes from GLib 2.14.2 to GLib 2.14.3
401 ===================================================
406 487491 Fix some warnings from sparse
407 488068 Small (one-time) memory leak in glib_gettext initialization
408 493688 TYPE macro "_get_type ()" is documented wrong
410 * Updated translations:
412 Belarusian Latin (be@latin)
418 Overview of Changes from GLib 2.14.1 to GLib 2.14.2
419 ===================================================
422 476849 Invocation of the interface "g_hook_free" fails in certai...
423 359165 marshallers can throw warnings with -Wunused
424 477957 more discussion on g_value_set_object vs. g_value_take_ob...
425 478459 G_DEFINE_DYNAMIC_TYPE_EXTENDED doesn't work with G_IMPLEM...
426 483337 inline is disabled for MSVC when compiling C code
427 478349 Broken link to gettext website
428 469231 g_spawn optimization for setting all open fds to CLOEXEC
430 * Updated translations:
437 Overview of Changes from GLib 2.14.0 to GLib 2.14.1
438 ===================================================
441 476840 Invocation of the interface "g_utf8_strreverse" crashes f...
442 444765 Fix FIXME in gregex.c when new pcre is out
443 464145 g_markup_escape_text Produces Invalid XML
444 465625 g_type_default_interface_ref() does not ensure working g_...
445 466768 Clearify that comments can be put anywhere in a Key-file.
446 474229 The GError documentation should give convention for the G...
447 474899 G_BREAKPOINT() docs inaccurate
448 475854 Overuse of -lpcre when using system pcre
449 473879 Incorrect includes in gregex.c
450 468694 Typoes in documentation
451 469051 g_snprintf () talks about characters where it probably me...
452 457601 Missing arch specific atomic implementation
453 475923 Missing pcre flags when static-linking against glib
454 475619 glibthread-2.0.la does not list -lpthread
456 * Updated translations:
461 Canadian English (en_CA)
462 British English (en_GB)
478 Brazilian Portugese (pt_BR)
482 Serbian (sr, sr@Latn)
490 Overview of Changes from GLib 2.13.7 to GLib 2.14.0
491 ===================================================
493 * Last-minute API additions:
494 - Make g_unichar_combining_class public
495 - Add goffset type, add G_MAXSSIZE and G_MINSSIZE
500 453998 Make _g_unichar_combining_class() public
501 462549 gregex.c: variable is declared at middle of block
502 417068 g_file_test doc inconsistency
504 * Updated translations:
511 Brazilian Portugese (pt_BR)
515 Overview of Changes from GLib 2.13.6 to GLib 2.13.7
516 ===================================================
518 * The memory corruption warning from the slice allocator that
519 occurred when threads were initialized after the slice allocator
520 has been removed, as the slice allocator now works fine
523 * New functions g_once_init_enter() and g_once_init_leave() make
524 it easier to write threadsafe one-time initialization functions
527 454473 Simple XML Subset Parser terminates on invalid XML
528 445813 g_module_open error, add file name
529 453796 errno gets clobbered by g_filename_display_name
530 341988 don't use "-c" with msgfmt in Makefile.in.in
531 447048 Please produce slightly more output during long tests
532 454785 GModule documentation lists same block of code twice.
533 454786 GModule documentation lists same paragraph twice.
534 383155 small docs quirks in gobject/closure API documentation
535 65041 _get_type() functions aren't thread safe
537 * Updated translations
546 Overview of Changes from GLib 2.13.5 to GLib 2.13.6
547 ===================================================
549 * Reintroduce a GType typedef whose removal in 2.13.5
550 caused trouble for C++ bindings
553 450216 docs not explicit enough about g_free()
554 451459 g_type_register_static_simple calls g_type_register_static
556 * Updated translations
557 Norwegian bokmål (nb)
561 Overview of Changes from GLib 2.13.4 to GLib 2.13.5
562 ===================================================
564 * xdg-user-dirs support:
565 - the Desktop directory is guaranteed to be defined
566 - user-dirs.dirs is no longer reloaded on changes
569 - new api to duplicate slices
571 * Regular expression support:
572 - GRegex is a boxed type now
575 44793 make check failing in trunk
576 354522 Small problem with PLT hiding 6 symbols
577 363986 glib 2.12.4 does not compile with SGI IDO cc
578 443869 g_type_class_add_private doesn't warn when adding 0-sized...
579 446859 Legitimately return 0 for g_quark_from_string(NULL)
580 447534 Small typo in g_timeout_add_seconds() doc
582 447935 g_get_current_dir SIGSEGV on long path
583 448260 CLAMP has surprising result if low > high
584 57693 g_string_vprintf()
585 442029 add g_slice_dup()
586 445065 Add GRegex boxed type
587 448819 Add full version of g_timeout_add_seconds()
589 * Updated translations:
597 Overview of Changes from GLib 2.13.3 to GLib 2.13.4
598 ===================================================
601 444121 g_get_user_special_dir deadlocks
602 444161 invalid UTF8 in key name shows up as valgrind error in g_...
603 444130 g_option_context_get_help() is broken when there's a desc...
606 Overview of Changes from GLib 2.13.2 to GLib 2.13.3
607 ===================================================
610 - Added defines for easier handling of desktop files
613 - Update g_unichar_iswide_cjk for Unicode 5.0
615 * Regular expression support:
616 - GRegex structs can now be ref-counted
617 - Some new functions for dealing with incremental
618 replacement have been added
619 - The GRegexEvalCallback signature has been changed
621 * g_get_user_special_dir() has been added to support
625 419376 Functions using named subpatterns behave inconsistently w...
626 434358 g_regex_fetch_named() and g_regex_fetch_named_pos() are b...
627 423708 typo in the README.win32 file see patch below
628 339225 Add new defines for easier handling of .desktop files
629 442265 API additions/changes for GRegex
630 432651 Add a glib-ish xdg_user_dir_lookup
632 * Updated translations:
634 Norwegian bokmål (nb)
637 Overview of Changes from GLib 2.13.1 to GLib 2.13.2
638 ===================================================
641 - Add g_unichar_ismark()
644 - Allow to use callbacks for remaining args
646 * Updated translations:
647 Belarusian Latin (be@latin)
648 British English (en_GB)
650 Norwegian bokmål (nb)
656 Overview of Changes from GLib 2.13.0 to GLib 2.13.1
657 ===================================================
661 - Split into immutable GRegex and GMatchInfo
662 - Add g_regex_get_max_backref() and g_regex_get_capture_count()
663 to obtain information about the compiled regex
666 - Fix roundtrip problems
667 - Add g_key_file_load_from_dirs()
670 - Fix corner cases in case conversion routines
673 - Add a function to get the formatted help string
676 - Add new functions g_hash_table_get_keys() and
677 g_hash_table_get_values() to retrieve the keys and
680 * Updated transations:
681 Simplified Chinese (zh_CN)
685 Overview of Changes from GLib 2.12 to GLib 2.13.0
686 =================================================
688 * Add GSequence, a list that is implemented using
689 a balanced binary tree.
691 * Add GRegex, an implementation of Perl regular expressions,
694 * Use Posix monotonic clocks instead of gettimeofday()
695 for GTimer when available.
697 * Support static initialization of GQeues with G_QUEUE_INIT,
698 g_queue_init() and g_queue_clear().
700 * Add g_string_chunk_clear() for clearing a
703 * Add g_unichar_get_script() to obtain Unicode
706 * Add g_unichar_iszerowidth() to obtain information
707 about zero-width characters.
709 * Add G_GNUC_MAY_ALIAS which wraps the gcc may_alias
712 * G_GNUC_INTERNAL has a working definition for the
713 Sun Studio compiler. This requires the macro to
714 be positioned before the function declaration.
716 * The slice allocator can produce detailed debugging
717 information with G_SLICE=debug-blocks.
719 * Modules support G_DEBUG flags resident-modules and
722 * Add G_DEFINE_DYNAMIC_TYPE() to make it easier
723 to define types in modules.
725 * Bug fixes: too many to list them in detail here.
727 * New and updated translations (be,bg,bn,ca,cs,de,
728 en_CA,en_GB,et,fa,fr,he,hu,it,ja,ku,lt,mg,mk,ml,
729 nb,ne,nn,pt,pt_BR,ro,sr,sr@Latn,sv,ta,uk,vi,zh_CN,
733 Overview of Changes from GLib 2.12.1 to GLib 2.12.2
734 ===================================================
737 - Normalization is following Unicode TR #29
738 - g_unichar_isxdigit() only accept characters
739 for which g_unichar_xdigit_value() returns a value
740 - g_unichar_toupper and g_unichar_tolower leave
741 unconvertable characters in place instead of
742 replacing them by NUL
745 348491 g_utf8_strup() and g_utf8_strdown() returns
746 string with NUL bytes
747 349825 GKeyFile always inserts a newline before a group
748 347842 g_unichar_isxdigit() is too general about what
750 348694 g_utf8_normalize() hasn't been updated to PR #29
751 348785 Hint about G_DEBUG in Message Logging docs
752 349792 Wrong english string (UI)
753 349952 gparamspecs.c uses gcc feature
755 * Translation updates (ca,cs,de,dz,es,eu,fi,gu,ko,
756 nl,pl,tr,uk,zh_HK,zh_TW)
759 Overview of Changes from GLib 2.12.0 to GLib 2.12.1
760 ===================================================
762 * Update to final Unicode Character Database 5.0.0
765 346660 issues with base64 api documentation / g_base64_decode_cl...
766 348136 Coverity reports allocation of wrong size CID #2839
767 336281 Update to UCD 5.0
768 346197 g_date_strftime %F option doesnt work for win32
769 348011 Small optimization to real_toupper()
770 246494 prototype mismatch in glib/gconvert.c
772 * New and updated translations (bg,bn_IN,ca,dz,eu,fi,
773 fr,he,it,ja,mk,or,pt)
776 Overview of Changes from GLib 2.11.4 to GLib 2.12
777 =================================================
780 344905 leap-year bug in g_time_val_from_iso8601 w/o HAVE_TIMEGM
782 * Updated translations (cy,nb,nl)
785 Overview of Changes from GLib 2.11.3 to GLib 2.11.4
786 ===================================================
789 - g_bookmark_file_remove_item returns a boolean
791 * g_mkstemp accepts the XXXXXX in the middle of
795 344868 g_key_file_to_data should separate groups
797 * Updated translations (de,es,fr,gu,hi,ko,th)
800 Overview of Changes from GLib 2.11.2 to GLib 2.11.3
801 ===================================================
804 - g_bookmark_file_move_item: Return TRUE in case of
808 343919 gunicollate.c: strxfrm bug on VC8
810 * Updated translations (fi)
812 Overview of Changes from GLib 2.11.1 to GLib 2.11.2
813 ===================================================
815 * Add g_ascii_stroll to parse signed 64bit integers
817 * GMarkup: add a flag to treat CDATA as text
819 * GHashTable: add functions to remove all entries
821 * GMainLoop: add functions to find the currently
822 running source, and determine if it is destroyed
825 342563 g_atomic_thread_init() needs to be called before
826 other _g_*_thread_init() functions
827 343548 Potential use after free in callers of g_string_free()
828 168538 Wish: Clearing contents of GHashTables
829 321886 GTK+ cannot be reliably used in multi-threaded
831 341826 goption.c: 'strtoll' is C99's function
832 343899 g_ascii_formatd dosn't work as expected for all
834 317793 Make GEnumValue strings const
835 337129 Compile warnings in G_IMPLEMENT_INTERFACE
836 303622 What is G_TYPE_CHAR?
838 * Updated translations (bg,dz,eu,gl,ja,ko,nl,th,vi)
841 Overview of Changes from GLib 2.11.0 to GLib 2.11.1
842 ===================================================
845 - Support 64-bit integers
846 - Allow optional text before and after the options
850 340538 gbase64-test writes OOB
851 340816 GKeyFile set_string_list invalid memory reads
852 339105 g_key_file_parse_value_as_double
853 340434 convert-test.c fails (function test_one_half)
854 311043 Memory leaks (and potential infinite loops)
855 when using G_ERRORCHECK_MUTEXES
856 335198 Error checking mutexes are fubar
857 341237 Add a G_OPTION_ARG_INT64
858 341192 g_io_channel_set_flags not implemented on win32
859 336120 Allow adding description before/after GOption
861 341191 misplaced check in g_relation_delete
862 340530 mismatched calloc / g_free in win32 threads
864 * Updated translation (es)
866 Overview of Changes from GLib 2.10.x to GLib 2.11.0
867 ===================================================
869 * GBookmarkFile: a parser for files containing bookmarks
870 stored using the Desktop Bookmark specification.
872 * Base64 encoding support
874 * Unicode 5.0 support
876 * GOption supports floating point numbers
878 * GKeyFile supports floating point numbers
881 155884 gatomic.c should be based on new SDK
882 157877 update-desktop-database doesn't handle duplicate entries
883 164719 keyfile parser doesn't support floats
884 327662 Import BookmarkFile from libegg
885 329548 Add G_OPTION_ARG_DOUBLE
886 329789 option-test.c type confusion
887 332841 Segmentation Fault when %llu is passed to vasnprintf and
888 HAVE_SNPRINTF is not defined
889 333879 gthread/gthread-win32.c: IsDebuggerPresent needs '#define
890 _WIN32_WINDOWS 0x0401'
891 333916 g_timer_elapsed docs should mention that microseconds
893 334440 dlerror() portability issue causes crash on (old) a.out
895 334646 goption + error out params
896 334799 g_remove() must check return value of remove()
897 334943 make check FAIL: threadpool-test
898 335215 Some breakages with GThreadPool
899 336085 g_option_context_new parameter lacks better explanation
900 336677 Documentation for g_object_ref_sink() is incorrect
901 337027 gbookmarkfile.c: sys/time.h include error
902 337553 Wrong escaping of URIs
903 338572 Dereferencing NULL value in g_key_file_get_group_comment
904 338845 g_completion_complete_utf8 crashes when NULL is passed to it
905 339337 g_bookmark_file_set_description
906 339338 gbookmarkfile.c, function expand_exec_line
907 339340 gbookmarkfile.c, function bookmark_app_info_dump
909 * Translation updates (bg,en_GB,et,gl,gu,he,hi,ka,nb,nl,nn,
910 or,pt_BR,ro,tr,vi,zh_CN)
913 Overview of Changes from GLib 2.10.0 to GLib 2.10.1
914 ===================================================
917 314794 Broken pthread detection on Darwin [Gregor Riepl]
918 322476 Missing check for .dylib [Vladimir Panov]
919 333651 Inconsistent _g_charset_get_aliases prototype [Julio
921 333761 GInitiallyUnowned breaks application code [Sven Herzberg]
924 - Fix g_listenv() implementation.
925 - Allow up to 100 GPrivate structs
927 * Translation updates (fr,hu,lt,pl,sv)
930 Overview of Changes from GLib 2.9.6 to GLib 2.10.0
931 ==================================================
934 328997 64bit pointer trunction in glib slab-allocator
936 331110 g_cond_broadcast(inform_cond) without holding
937 inform_mutex [Chris Wilson, Sebastian Wilhelmi]
938 332093 Fix some leaks in the tests [Kjartan Maraas]
939 332435 g_utf8_strlen returns wrong value if a maximum
940 number of bytes to check is specified
942 331367 gslice requires more POSIX-like semantics for
943 GPrivate destructors [Tor Lillqvist]
945 * Documentation improvements [Matthias, Kang Jeong-Hee,
946 Tor Lillqvist, Stefan Kost]
948 * Translation updates (el,eu,ka,uk)
950 Overview of Changes from GLib 2.9.5 to GLib 2.9.6
951 =================================================
954 329124 distclean removes README [Kjartan Maraas, Tim Janik]
955 317679 GRelation field type not documented [Behdad Esfahbod]
956 329123 Typo in GTime docs [Kjartan Maraas]
958 * Documentation improvements [Sven Herzberg, David
959 Schleef, Kjartan Maraas, Behdad Esfahbod]
961 * Translation updates (cs,cy,it,ko,pt,sq,sr,sr@Latn,ru
963 Overview of Changes from GLib 2.9.4 to GLib 2.9.5
964 =================================================
967 Runtime debugging support: The slice allocator
968 can be turned off by setting G_SLICE=always-malloc
969 in the environment. Zeroing of freed memory can
970 now be turned on at runtime by setting
971 G_DEBUG=gc-friendly in the environment. [Tim Janik]
974 328253 HP-UX/IA-64 uses ".so" as default shared library
975 extension [Albert Chin]
976 143380 unicode-encoding test fails converting to UTF-16
977 with libiconv [Marc Moorcroft]
978 328254 Build breakage (GSlice) [Jens Ganseuer]
979 328705 C99ism in glib/gmem.c [Kazuki Iwamoto]
981 * Translation updates (da,et,zh_CN)
983 Overview of Changes from GLib 2.9.3 to GLib 2.9.4
984 =================================================
987 Fix a problem with g_object_compat_control() which
988 can lead to segfaults in GTK+ applications on 64bit
992 Unused threads now fall back to the global pool after
993 500 milliseconds, where they wait for another
994 max-idle-time milliseconds. [Sebastian Wilhelmi]
996 * Fix a memory allocation problem in GKeyFile. [Morten
1000 Overview of Changes from GLib 2.9.2 to GLib 2.9.3
1001 =================================================
1004 - Replace the simple recursive implementation by
1005 a nonrecursive, threaded one [Maurizio Monge]
1007 * Change g_filename_display_name and
1008 g_filename_display_basename to use the Unicode
1009 replacement character U+FFFD instead of a question
1010 mark, and don't append "(invalid encoding)" [Matthias]
1012 * Documentation improvements [Sven Herzberg, Federico
1013 Mena Quintero, Stefan Kost]
1016 323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X
1018 326558 Some test failures on IRIX 6.5 [Daichi Kawahata]
1019 169285 "threaded" tree implementation for GTree
1021 326747 g_filename_display_basename adds (invalid encoding)
1024 Other contributors: Christian Kellner, Murray Cumming
1026 New and updated translations (bg,ca,de,es,et,gu,ja,nl,th,vi)
1029 Overview of Changes from GLib 2.9.1 to GLib 2.9.2
1030 =================================================
1032 * Memory management:
1033 - Add tests for cache colorization [Tim Janik]
1034 - Minimize space consumption if small amounts of differently
1035 sized slices are allocated, at a small performance cost. [Tim]
1038 - Add g_atomic_pointer_set() and g_atomic_int_set() [Tim Janik,
1040 - Add g_thread_pool_set_sort_function() to allow sorting the
1041 tasks of a threadpool. [Martyn Russell]
1042 - Add g_thread_pool_set_idle_time() to allow unused threads
1043 to exit after a certain time. [Martyn]
1046 - introduce a new type GInitiallyUnowned, which has an initial
1047 floating reference. [Tim]
1048 - Add support for GType parameters. [Matthias]
1051 - Add g_main_context_is_owner() to determine if the current
1052 thread is the owner of the context. [Michael Meeks]
1054 * Provide g_access(), g_chdir(), g_unlink(), g_rmdir() as
1055 wrapper functions instead of macros. [Manish Singh]
1057 * Documentation improvements [Tim, Matthias, Federico Mena Quintero,
1058 Stefan Kasal, Dan Williams]
1060 * New and updated translations (en_CA,fi,fr,gl,ml,nb,no,zh_HK,zh_TW)
1063 324179 g_allocator_new() returns pointer to const dummy which Gtk+ 2.8
1064 tries to modify [J. Ali Harlow]
1065 324332 g_option_context_parse() returns false without setting error
1066 [Tim-Philipp Müller]
1067 324950 GLIB 2.9.1 testcase errors [Dan Yefimov]
1068 325015 gslice.c: process.h is needed on Windows [Kazuki Iwamoto]
1069 321978 G_DATALIST_GET_FLAGS() macro is not casting datalist to
1070 gpointer [Andrew Paprocki]
1071 316221 G_LOCK warns about breaking strict-aliasing [Michal Benes,
1073 325273 Error in documentation for glib_check_version () [Declan Naughton]
1074 325310 g_spawn_sync hangs when catching both stdout and
1075 stderr [Tor Lillqvist]
1076 325249 gcc warning when using g_rmdir from <glib/gstdio.h> [Jani Monoses]
1077 325864 glib/gthreadpool.c:"#define debug(...)" is C99 [Kazuki Iwamoto]
1078 325874 Should say somewhere that source IDs are > 0 [Dan Williams]
1079 325438 a typo (compatability) [Stefan Kasal]
1080 323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X [Bogdan Nicula]
1083 Overview of Changes from GLib 2.9.0 to GLib 2.9.1
1084 =================================================
1087 - The slice allocator is implemented [Tim Janik]
1088 - g_slice_free_chain() has been renamed to
1089 g_slice_free_chain_with_offset() [Tim, Behdad Esfahbod]
1090 - Mem chunks are deprecated [Matthias Clasen]
1093 - Hash tables are refcounted, and have a boxed type [Tim]
1096 - Support for Solaris threads has been removed
1097 [Sebastian Wilhelmi, Andrew Paprocki]
1098 - g_async_queue_sort(), g_async_queue_push_sorted() have
1099 been added to allow GAsyncQueue to be used as a priority
1100 queue, together with the corresponding _unlocked
1101 variants [Martyn Russell]
1104 - The concept of a floating initial reference has been
1105 moved from GtkObject to GObject [Tim]
1108 - Make g_rename() replace existing files [Tor Lillqvist]
1111 - G_GUINT64_CONSTANT macro to define guint64
1112 constants [Andrew Paprocki]
1113 - G_GNUC_WARN_UNUSED_RESULT macro to instruct the
1114 compiler to emit a warning if the value returned
1115 by a function is ignored. [Arjan van de Ven, Alex Larsson]
1116 - GList and GSList now have sort functions which take an
1117 extra user data argument [Martyn Russell]
1118 - g_param_spec_ref_sink() has been added for consistency [Tim]
1120 * $LOGNAME is respected when determining user data. [Laszlo Peter]
1122 * Other changes and bug fixes [Tim, Matthias, Behdad,
1123 Christian Persch, Benedikt Meurer, Andrew Paprocki,
1124 Kazuki Iwamoto, Alexis S. L. Carvalho, Stanislav Brabec,
1125 Andreas Schwab, Kalle Vahlman]
1128 - Deprecation warnings carry version information [Matthias]
1129 - The slice allocator has been documented [Matthias, Tim]
1130 - Other improvements [Morten Welinder]
1132 Overview of Changes from GLib 2.8.x to GLib 2.9.0
1133 =================================================
1135 - The Unicode tables have been updated to Unicode 4.1,
1136 adding several new values to the GUnicodeBreakType
1137 enumeration. This breaks Pango <= 1.10
1139 - The various Unicode character predicate functions
1140 (g_unichar_isalpha, g_unichar_isdigit,...) have
1143 - g_utf8_pointer_to_offset, g_utf8_offset_to_pointer:
1144 These functions handle negative offsets now, and
1145 going backwards in g_utf8_offset_to_pointer uses
1147 [Larry Ewing, Matthias Clasen]
1149 * Memory management:
1150 - Mem chunks are no longer used internally in GLib and
1151 GObject. GMemChunk will be deprecated in GLib 2.10
1152 - All APIs based on GAllocator (g_list_push/pop_allocator,
1153 and similar push/pop_allocator functions for other
1154 data structures) have been deprecated, since they
1155 never worked as intended.
1156 - The g_slice_* functions have been added as a
1157 new API for fast allocation of small memory blocks.
1158 The implementation in GLib 2.9.0 is just a simple
1159 wrapper around malloc. GLib 2.10 will have an
1160 efficient and scalable implementation.
1161 [Tim Janik, Matthias]
1164 - g_pattern_match has been optimized to avoid
1165 unnecessary recursion.
1168 * g_intern_string, g_intern_static_string:
1169 - New functions to intern strings. These are now used
1170 by GObject to avoid duplicating static strings
1174 - New function to iterate over all GThreads
1177 * g_date_set_time_t, g_date_set_time_val:
1178 - New functions to set a GDate from a time_t or
1179 GTimeVal value. g_date_set_time has been deprecated
1183 * g_snprintf and g_vsnprintf:
1184 - These functions are no longer declared in gprintf.h,
1185 since they are in glib.h
1188 Overview of Changes from GLib 2.8.0 to GLib 2.8.1
1189 =================================================
1190 * Optimize single-character insertions in GString [Ross Burton]
1191 * Fix build problems on OS X
1192 * Fix build problems on Win32 [Tor Lillqvist, Hans Breuer]
1193 * Other bug fixes [Matthew F. Barnes, Stepan Kasal]
1194 * Documentation improvements [Tristan van Berkom, Behnam
1195 Esfahbod, Gustavo Carneiro, Stepan Kasal, Matthias]
1196 * New and updated translations (ca,cy,ko,ro,uk)
1198 Overview of Changes from GLib 2.7.7 to GLib 2.8.0
1199 =================================================
1200 * Make g_value_transform() handle enum values
1201 correctly on ppc64. [Michael Lorenz]
1202 (Third-party code accessing enumeration values
1203 in GValues should also be changed to access
1204 v_long, not v_int, in order to work on bigendian
1206 * Make g_flags_get_first_value() handle a value
1207 of 0 meaningfully. [Tim-Philipp Müller]
1209 Overview of Changes from GLib 2.7.6 to GLib 2.7.7
1210 =================================================
1211 * Make atomic operations on s390 work [Matthias]
1212 * Fix C++ guards in gstdio.h [Tor Lillqvist]
1214 Overview of Changes from GLib 2.7.5 to GLib 2.7.6
1215 =================================================
1216 * Add native implementations of atomic operations
1218 * Make atomic reference counting of closures
1219 work on s390 [Matthias]
1220 * Avoid an infinite loop in g_convert_with_iconv().
1222 * Documentation improvements [Ross Burton]
1224 Overview of Changes from GLib 2.7.4 to GLib 2.7.5
1225 =================================================
1226 * Thread-related changes
1227 - Fix build issues on HP-UX [Paul Cornett]
1228 - Threadsafe access to flags stored in datasets [Tim Janik]
1229 - Fix several issues with atomic refcounting for
1230 closures, objects and paramspecs [Tim]
1231 - Improve tests for atomic refcounting changes [Tim]
1232 * Fix handling of stateful encodings in g_convert_* [Matthias]
1233 * Fix translation of GOption help output [Dan Winship]
1234 * Catch format errors in translations. This may cause
1235 "make check" to fail when using older versions
1236 of gettext [Matthias]
1237 * Win32 bug fixes [Tor Lillqvist]
1238 * Documentation improvements [Ross Burton, Jochen Baier,
1240 * New and updated translations (de,fi,gu,pl,pt,tr,zh_TW)
1242 Overview of Changes from GLib 2.7.3 to GLib 2.7.4
1243 =================================================
1244 * Fix g_atomic_pointer_compare_and_exchange
1245 on Sparc64 [Gert Doering]
1246 * Fix a hang in g_thread_pool_free. [Hong Jen Yee]
1247 * Win32 bug fixes [Tor Lillquist]
1248 * Other bug fixes [Benoit Dejean, Manish Singh]
1249 * Documentation improvements [Bryan Silverthorn,
1251 * New and updated translations (de,lt,sq,zh_CN)
1253 Overview of Changes from GLib 2.7.2 to GLib 2.7.3
1254 =================================================
1256 - Allow callbacks with optional arguments [Pawel Sliwowski]
1257 - Allow to turn off the automatic long option name
1258 disambiguation [Adam McLaurin]
1259 - Only allow printable ASCII as short option names [Matthias]
1261 - Build fixes [Tor Lillqvist]
1262 - Rewrite iochannel socket implementation [Tor]
1264 - Threadsafety improvements; in particular, refcounting
1265 of objects is done atomically now. [Wim Taymans, Tim Janik]
1266 * Bug fixes [Morten Welinder, Matthias, Wim Taymans]
1267 * Documentation improvements [Richard Laager, Matthias]
1268 * New and improved translations (bf,cs,hu,nb,nl,no)
1270 Overview of Changes from GLib 2.7.1 to GLib 2.7.2
1271 =================================================
1272 * Win32 build fixes [Hans Breuer]
1273 * Bug fixes [Mikael Magnusson]
1274 * Documentation improvements [Matthias Clasen]
1275 * New and updated translations (en_CA,es,et,ja,sr,sr@Latn,zh_TW)
1277 Overview of Changes from GLib 2.7.0 to GLib 2.7.1
1278 =================================================
1280 - Allow callback arguments without parameters [Dan Winship]
1281 * GMappedFile: an mmap wrapper [David Schleef, Behdad Esfahbod]
1282 * Misc new functions:
1283 - g_get_host_name [Tor Lillqvist]
1284 - g_mkdir_with_parents [Tor]
1285 - g_build_pathv, g_build_filenamev [Todd A. Fisher,
1287 * Bug fixes [Roger Leigh, Masatake YAMATO, Kjartan Maraas,
1288 Manish Singh, Tor, Murray Cumming, Kian Duffy, Morten Welinder]
1289 * Documentation improvements [Hong Gang XU, Dan Winship, Matthias]
1290 * New and updated translations (bg,cs,da,en_CA,es,et,nb,nl,no,
1293 Overview of Changes from GLib 2.6.x to GLib 2.7.0
1294 =================================================
1296 - Add unit tests [Matthias Clasen, Suren A. Chilingaryan]
1297 - Accept \r\n as line end [Bastian Nocera]
1298 - Don't interpret leading zeros as octal numbers. [Matthias]
1299 - Make key and group removal work [David Hoover, Matthias Hasselmann]
1301 - Improve formatting of --help output [Matthias, Noah Levitt]
1302 - Accept -? [Matthias]
1303 - Warn about duplicate main groups [Jeff Franks]
1304 - Treat '-' as non-option argument [Tim Musson, Thomas Leonard]
1305 - Report missing arguments as errors [Björn Lindqvist]
1306 - Add a boxed type for GDate [Tim-Philipp Müller]
1308 - g_tree_remove() and g_tree_steal() return status information [Matthew F. Barnes]
1310 - Work regardless of large file support [Manish Singh]
1311 - Add g_access(), g_chmod(), g_creat(), g_chdir [Tor Lillqvist]
1313 - Implement "toggle references" to help language bindings [Owen Taylor]
1314 - Allow to mark names, nicks and blurbs of pspecs as static [Ben Maurer, Matthias]
1315 - Make pspec lookup a bit faster [Morten Welinder]
1316 * Add g_listenv() to list all set environment variables [Hans Petter Jansson]
1317 * Add g_file_set_contents() to atomically write a file. [Søren Sandmann,
1318 Sven Neumann, Manish, Alexis S. L. Carvalho]
1319 * Add g_try_malloc(), g_try_new(), g_try_new0() and g_try_renew() [Stefan Kost]
1320 * Add g_utf8_collate_key_for_filename() to sort filenames taking
1321 extensions and numeric suffixes into account. [Ole Laursen, Alex Larsson]
1322 * Add G_GNUC_NULL_TERMINATED to mark varargs function with
1323 NULL-terminated argument lists. [Marc Meissner]
1325 - Improved debugability [Ulf Lamping, Hans Breuer]
1326 - Make filename handling more robust [Tor, Billy Skaggs]
1327 - Improve g_get_system_data_dirs() [Tor]
1328 - Use more precise timers [Tor]
1329 - Build fixes [Kazuki Iwamoto, Hans, Tor, Robert Ögren]
1330 * Other bug fixes [Roger Leigh, Owen, Matthias, Morten, Kjartan Maraas,
1331 Pawel Sakowski, Tor, Simon Budig, Ed Avis, Manish, Nicolas Laurent,
1332 Bastien, Fabrício Barros Cabral, Michael Banck, Daniel Atallah,
1333 J. Ali Harlow, Tim Janik, Hazael Maldonado Torres, Sven, Jon-Kare Hellan,
1334 Dave Benson, Tommi Komulainen, Benjamin Otte, Brian Cameron, Changwoo Ryu,
1335 Christian Biere, Noah, Benoît Carpentier]
1336 * Documentation improvements [Vincent Untz, Matthias, Tim-Philipp Müller,
1337 Morten, Matthew, Federico Mena Quintero, Sebastian Bacher, Oliver Sessink,
1338 Stefan, Jared Lash, Tor, Owen, Daniel Vaillard, Mathieu Lacage]
1339 * New and updated translations (ca,cs,da,el,en_CA,en_GB,es,et,eu,fa,fr,gl,
1340 hu,id,it,lt,mn,ne,nl,pl,pt,pt_BR,ro,rw,sk,sq,sr,sr@Latn,tl,uk,xh,zh_CN)
1342 Overview of Changes from GLib 2.6.0 to GLib 2.6.1
1343 =================================================
1345 - Make gtk_init(NULL, NULL) work again [Marcin Krzyzanowski]
1346 - Improve handling of -- [Matthias Clasen]
1347 - Don't show G_OPTION_REMAINING in --help output [Matthew F. Barnes]
1348 * g_find_program_in_path() doesn't return directories [Tommi Komulainen]
1349 * Add gmodule-export-2.0.pc [Matthias]
1351 - Improve hangling of UNC paths [Tor Lillqvist]
1352 - g_getenv(), g_setenv(), g_unsetenv(), g_find_program_in_path()
1353 take and return UTF-8 now [Tor]
1354 - Make g_file_test() work more reliably, and use PATHEXT
1355 when check for executables [Tor]
1356 - Build and cross-compilation fixes [J. Ali Harlow]
1357 * Other bug fixes [Jens Hatlak, Morten Welinder,
1358 Tor, Kalpesh Shah, Adrian Bunk]
1359 * Documentation improvements [Marcin Krzyzanowski, Tor, Crispin
1360 Flowerday, Mariano Suárez-Alvarez, Christian Biere, Danny Milo,
1361 Vincent Untz, Bastien Nocera]
1362 * New and updated translations (cy,de,nl,ru,sq,sv)
1364 Overview of Changes from GLib 2.4.x to GLib 2.6.0
1365 =================================================
1368 - GOption, a commandline option parser
1369 - GKeyFile, a parser/editor for the .ini like files
1370 - Functions to support the XDG basedir specification
1371 - Wrappers for common POSIX pathname functions to handle filename
1372 encodings consistently. On Windows, these use UTF-8.
1374 * Miscellaneous new functions
1375 - g_filename_display_name() converts filenames in displayable UTF-8 strings
1376 - g_uri_list_extract_uris() splits uri lists
1377 - g_date_get_iso8601_week_of_year() gets ISO 8601 week numbers
1378 - g_log_set_default_handler() installs an alternate default log handler
1379 - g_get_language_names() obtains a list of applicable locale names
1380 - g_strv_length() calculates the length of NULL-terminated string arrays
1381 - g_win32_get_windows_version() determines the Windows version
1382 - G_GNUC_INTERNAL marks functions as non-exported
1383 - glib_check_version() checks the GLib version at runtime
1384 - g_debug() completes the family of logging functions
1386 * Performance improvements
1387 - Optimize g_utf8_validate()
1388 - Optimize g_markup_parse_context_parse()
1389 - Reduce signal connection complexity from O(n) to O(1)
1390 - Get rid of many PLT entries for internally used exported symbols
1391 - Reduce code size by removing literal strings from g_return_if_fail()
1394 - On Windows, GLib functions that take file name arguments now require
1395 those to be in UTF-8. Functions that return file names return UTF-8.
1396 - Use higher precision for mathematical constants
1397 - Don't convert to/from UTF-8 in g_filename_to_uri/g_filename_from_uri
1398 - Support ll as printf format modifier for long long on all platforms
1399 - Clean up the ABI and enforce the list of exported symbols
1400 - Add a .pc file for using gmodule in libraries
1403 Overview of Changes from GLib 2.5.7 to GLib 2.6.0
1404 =================================================
1405 * GOption: Don't list help options if group-specific
1406 options have been requested [Glynn Foster]
1407 * Make g_get_language_names() track locale changes [Christian Persch]
1408 * Win32 bug fixes [Tor Lillqvist]
1409 * Bug fixes [Philippe Blain, Owen Taylor, Sebastian Wilhelmi]
1410 * New and updated translations (da,es,ja,lt,zh_CN)
1411 Bugs fixed: 159530,100697,160271,160645,157255
1413 Overview of Changes from GLib 2.5.6 to GLib 2.5.7
1414 =================================================
1415 * Optimize g_utf8_validate() [Owen Taylor, Matthias Clasen]
1416 * Optimize g_markup_parse_context_parse() [Havoc Pennington,
1418 * Reduce signal connection complexity from O(n) to O(1)
1420 * Add a .pc file for using gmodule in libraries [Owen]
1421 * Add G_GNUC_MALLOC to mark functions returning newly
1422 allocated memory [Matthias]
1423 * Win32 bug fixes [Hans Breuer, Tor Lillqvist, Robert Ögren,
1425 * Bug fixes [Kazuki IWAMOTO, Matthias, Manish Singh, Morten,
1426 Frederic Crozat, Tor]
1427 * Documentation improvements [Matthias, Tor, Owen]
1428 * New and updated translations (cs,da,de,en_CA,en_GB,es,nb,nl,sq,zh_CN)
1430 Overview of Changes from GLib 2.5.5 to GLib 2.5.6
1431 =================================================
1433 - Add G_OPTION_FLAG_REVERSE to allow options
1434 which unset a boolean variable [Tor Lillqvist]
1436 - Use sigaction instead of signal [Jonas Jonnson,
1438 - Make the very first SIGCHLD work [Gustavo Carneiro]
1439 * Bug fixes [Morten Welinder, Tor, David MacLachlan,
1440 Manish Singh, J. Ali Harlow]
1441 * Documentation improvements [Matthias Clasen, Tor]
1442 * Updated translations (da,ja,tr,zh_CN)
1444 Overview of Changes from GLib 2.5.4 to GLib 2.5.5
1445 =================================================
1447 - Cleanups, add more error checking [Ray Strode]
1448 - Fall back to the untranslated string when getting
1449 locale strings [Mark McLoughlin]
1451 - Document GOption [Matthias Clasen]
1452 - Better support for rest arguments [Owen Taylor, Matthias]
1453 - Handle conflicts between groups [Matthias]
1454 * Add g_lstat() to the stdio wrappers [Tor Lillqvist]
1455 * Add g_filename_display_name() to convert filenames
1456 in displayable UTF-8 strings [Alex Larsson, Matthias]
1457 * Win32 bug fixes [Kazuki IWAMOTO, Hans Breuer, Tor]
1458 * Bug fixes [Christophe Fergeau, Morten Welinder,
1459 Owen, Kjartan Maraas, Mark]
1460 * Documentation improvements [Matthias, Tor]
1462 Overview of Changes from GLib 2.5.3 to GLib 2.5.4
1463 =================================================
1464 Add GKeyFile, a parser/editor for the .ini like files used in various
1465 freedesktop.org specifications. [Ray Strode]
1466 Make the handling of filename encodings consistent across all
1467 GLib functions, introduce wrappers for common POSIX
1468 functions which accept the same filename encoding. [Tor Lillqvist,
1471 - Rename g_context_option_error_quark() to a more language-binding
1472 friendly name [Murray Cumming]
1473 - Accept backslashes in filenames on Win32 [Tor Lillqvist]
1474 * Strip the internal aliasing prefix IA__ from function names in
1475 assertions [Matthias Clasen]
1476 * Add a function to split uri lists. [Matthias]
1478 - Don't open console windows [Tor]
1479 * Other bug fixes [Philippe Blain, Robert Ögren, Hidetaka Iwai, Matthias,
1480 Morten Welinder, Mats-Ola Persson, Tor, Nickolay V. Shmyrev, Kjartan Maraas,
1481 Anders Carlsson, Tim-Philipp Müller, Lucas Rocha, Andrea Campi, Manish
1482 Singh, Thomas Fitzsimmons, Kazuki IWAMOTO]
1483 * Documentation improvements [Matthias, Linus Walleij, Nickolay, Philippe,
1484 Adam Hooper, Gustavo Carneiro]
1485 * New and updated translations (cs,en_CA,en_GB,ja,nb,nl,or,sr,sr@Latn,sq)
1487 Overview of Changes from GLib 2.5.2 to GLib 2.5.3
1488 =================================================
1490 - set the program name from argv[0] [Masatake YAMATO]
1491 - make contexts work without a main group [Anders Carlsson]
1493 - Get rid of many PLT entries for internally used exported symbols,
1494 and clean up the ABI at the same time and make make check check the
1495 list of exported symbols. [Matthias Clasen]
1496 * Add API to get ISO 8601 week numbers [Niklas Lundell]
1497 * Add API to install an alternate default log handler [Darin Adler]
1498 * Add API to obtain a list of applicable locale names [Hidetoshi Tajima]
1499 * Reduce code size bloat by removing literal strings from
1500 the g_return_if_fail() macros [Owen Taylor]
1501 * Add g_strv_length [Tim-Philipp Müller]
1503 - Add API to determine the Windows version [Tor Lillqvist]
1504 * Other bug fixes [Stepan Kasal, Anders, Tor, Kazuki Iwamoto,
1506 * Documentation improvements [Morten Welinder, Matthias]
1507 * New and updated translations (es,nn,ro)
1509 Overview of Changes from GLib 2.5.1 to GLib 2.5.2
1510 =================================================
1511 * Add G_GNUC_INTERNAL macro [Arjan van de Ven]
1512 * Add GOption, a commandline option parser [Anders Carlsson]
1513 * Add glib_check_version [Michael Natterer]
1514 * Add XDG basedir API [Ray Strode]
1515 * Require ngettext [Danilo Segan]
1516 * Bug fixes [Manish Singh, Ray Strode, Vincent Noel,
1517 Jon-Kare Hellan, Jody Goldberg]
1518 * Win32 bug fixes [Tor Lillqvist, Hans Breuer, Peter Zelezny]
1519 * Documentation improvements [Matthias Clasen, Vincent Untz, Christian Persch]
1520 * New and updated translations (bs,eu,fi,gu,ne,pa)
1522 Overview of Changes from GLib 2.5.0 to GLib 2.5.1
1523 =================================================
1525 * Bug fixes [Oliver Guntermann, Sven Neumann, James
1526 Henstridge, Hiroyuki Ikezoe, Matthias Clasen, Robert
1527 Ögren, Tommi Komulainen]
1528 * Documentation improvements [Soeren Sandmann,
1529 Christophe Fergeau, Danek Duvall]
1530 * New and updated translations (eu,hi)
1532 Overview of Changes from GLib 2.4.1 to GLib 2.5.0
1533 =================================================
1535 * New functions g_debug [Sven Herzberg]
1536 * Use higher precision for mathematical constants [Morten
1538 * Don't convert to/from UTF-8 in g_filename_{to,from}_uri
1539 [Federico Mena Quintero]
1541 - Handle empty digit string in printf() functions
1542 correctly [Tor Lillqvist]
1543 - Support ll as format modifier for long long [Tor]
1544 - Be more careful about HOME [Tor, Ivan Wong]
1545 - Bug fixes [John Ehresman]
1546 * Miscellaneous bug and portability fixes [Danilo Segan,
1547 Owen Taylor, Nikolai Weibull, Benoît Carpentier, Morten
1548 Welinder, Manish Singh, Sven Neumann, Julio M. Merino Vidal,
1549 Kaz Sasayama, Murray Cumming, Federico, Mariano Suarez-Alvarez]
1550 * Documentation updates [Matthias Clasen, Crispin Flowerday,
1551 Tommi Komulainen, Federico Mena Quintero, Ed Griffiths]
1552 * New and updated translations (ja,ne,no,wa)
1554 Overview of Changes from GLib 2.4.0 to GLib 2.4.1
1555 =================================================
1557 * Win32 bug fixes [Tor Lillqvist, Roger Leigh, John Ehresman]
1558 * Miscellaneous bug and portability fixes [Owen Taylor,
1559 Matthias Clasen, Jonas Jonsson, Christian Krause,
1560 Nickolay V. Shmyrev, Christophe Saout, Philippe Blain,
1562 * Documentation updates [Matthias]
1563 * New and updated translations (ca,cs,cy,el,en_CA,en_GB,es,eu,fi,
1564 fr,gu,he,id,nl,pt,pl,ru,sr,sr@ije,sr@Latn,sv,uk)
1566 Overview of Changes from GLib 2.3.6 to GLib 2.4.0
1567 =================================================
1569 * Handle invalid-UTF-8 in g_log() properly [Matthias Clasen]
1570 * Win32 bug fixes [Tor Lillqvist, Bruce Hochstetler]
1571 * Miscellaneous bug and portability fixes [Olivier Biot, David L. Cooper II,
1572 Kjartan Maraas, Frédéric L. W. Meunier, Christof Petig, Manish Singh,
1574 * Documentation updates [Owen]
1575 * Updated translations (hr,ro)
1577 Overview of Changes from GLib 2.3.5 to GLib 2.3.6
1578 =================================================
1580 * GAtomic bug fixes [Sebastian Wilhelmi, Mark McLoughlin]
1581 * GMain threading fixes and improvements [Sebastian]
1582 * Win32 [Tor Lillqvist]
1583 - restore some symbols extraneously exported from gobject to maintain ABI compatibility
1584 - Misc build improvements and fixes [Tor, Cedric Gustin, Hans Breuer]
1585 * Documentation updates [Sebastian, Takeshi AIHANA, Matthias, Sven Herzberg]
1586 * New and updated translations (be,es,fi,ga,pa,sr@ije,zh_CN)
1588 Overview of Changes from GLib 2.3.3 to GLib 2.3.5
1589 =================================================
1591 * Make glib-mkenums parse initializers with macros. [Matthias Clasen, muppet]
1592 * Respect locale era in g_date_set_parse(). [Theppitak Karoonboonyanan]
1593 * Add atomic operations and use it for the async queue and
1594 gonce implementation. [Sebastian Wilhelmi]
1595 * Documentation improvements [Sebastian, Matthias, Sven Herzberg]
1596 * Add g_main_depth() for finding the recursion depth of the main
1597 loop [Owen Taylor, Tim Janik, Stefan Westerfeld]
1598 * Add g_spawn_close_pid(), needed on win32 [J. Ali]
1599 * Win32 fixes. [Hans Breuer, J. Ali Harlow]
1600 * Misc bugfixes [Sebastian, Matthias, Balazs Scheidler, Owen]
1601 * Updated translations (cy,et,ga,sq)
1603 Overview of Changes from GLib 2.3.2 to GLib 2.3.3
1604 =================================================
1606 * Add a native AIX gmodule implementation. [Laurent Vivier]
1607 * Add g_node_copy_deep(). [James M. Cape, Matthias Clasen]
1608 * Extend GQueue API to match the GList API. [Soeren Sandmann]
1609 * Add g_hash_table_find(). [Tim Janik]
1610 * Add a G_MODULE_BIND_LOCAL flag. [David Schleef]
1611 * Inline g_string_append_c() when possible. [Owen Taylor, Tim]
1612 * Wrap waitpid() as a GSource. [Jonathan R. Blandford]
1613 * Add g_completion_complete_utf8(). [Theppitak Karoonboonyanan,
1615 * Add g_strsplit_set(). [Soeren]
1616 * Documentation improvements. [Vincent Untz, Sebastian Wilhelmi,
1618 * Win32 build fixes. [Tor Lillqvist]
1619 * Misc bugfixes [Manish Singh, Noah Levitt, Simon Josefsson,
1620 Morten Welinder, Damien Carbery, Julio M. Merino Vidal, Sebastian,
1622 * Updated translations (nn,cs,it,ko,sq,ms,az,hr,uk,sr,sr@Latn,sq,ta)
1624 Overview of Changes from GLib 2.3.1 to GLib 2.3.2
1625 =================================================
1627 * Add G_MAXSIZE. [Manish Singh]
1628 * Add g_rand_new_with_seed_array(), g_rand_set_seed_array(),
1629 implementing the init-by-array functionality of the
1630 original mersenne twister. Add g_rand_copy(). Improve seeding.
1632 * Add a lowercase_name option to glib-mkenums. [Murray Cumming]
1633 * Add g_ptr_array_foreach(). [Matthias Clasen]
1634 * Add g_timer_continue(). [Tim-Philipp Müller]
1635 * Fix a threadsafety issue in mem chunks. [Matthias, Balazs Scheidler]
1636 * Fix g_filename_{to,from}_utf8() on Win32 and improve
1637 g_file_test() there too [Hans Breuer]
1638 * Add a boxed type for NULL-terminated string arrays. [Matthias]
1639 * Add G_DEFINE_TYPE() plus variants to ease the constuction
1640 of GObject boilerplate code. [Tim Janik]
1641 * Support & in password GECOS field [Matthias, Soeren Boll Overgaard]
1642 * Documentation improvements [Matthias, Manish]
1643 * Win32 build fixes [Hans]
1644 * Misc bug fixes [Damien Carbery, Matthias, Manish, Olivier Poncet,
1646 * Updated translations (ar,de,fa,ga,mn,nn,no,sq)
1648 Overview of Changes from GLib 2.3.0 to GLib-2.3.1
1649 =================================================
1651 * Add glib/gi18n.h and glib/gi18n-lib.h for common
1652 gettext support, including a Q_() macro for translation
1653 with context [Matthias Clasen]
1654 * Add a more flexible G_FILENAME_ENCODING variable
1655 as a replacement for G_BROKEN_FILENAMES [Matthias]
1656 * Fix the return value g_main_context_iterate() for
1657 newly ready sources [Padraig O'Briain]
1658 * Handle Hangul composition for normalization [Noah Levitt]
1659 * Add G_{MIN,MAX,MAXU}INT{8,16,32}. [Mark Jones, Matthias]
1660 * Add G_GSIZE_FORMAT/G_SSIZE_FORMAT [Manish Singh]
1661 * Add G_STRFUNC as a portable wrapper for __func__ [Tim Janik]
1662 * Documentation improvements [Matthias]
1663 * GObject [Tim Janik]
1664 - Support '-' in g_signal_connect()/disconnect() names
1665 like 'swapped-signal'.
1666 - Add g_type_class_peek_static() and use to optimize
1667 g_object_new() for static types [Tim]
1668 - Allow setting construct-only properties from within
1669 init() implementations
1670 - Enforce readability/writeability in g_object_set/get()
1671 * Fix bug with g_ascii_strtod and multi-byte separator.
1672 [Behdad Esfahbod, Roozbeh Pournader]
1673 * Misc bug fixes [Matthias, John Ehresman, Andrew Lanoix,
1674 Tor Lillqvist, Mark McLoughlin, Tim-Philipp Müller, Manish,
1676 * Updated translations (ca,cs,da,es,fr,ja,nn,no,pt,ru)
1678 Overview of Changes from GLib 2.2.x to GLib-2.3.0
1679 =================================================
1681 * Replace Trio printf by gnulib vasnprintf [Matthias Clasen]
1682 * Update Unicode data to Unicode 4.0 [Noah Levitt]
1683 * Support XML-safe formatted output with
1684 g_markup_[v]printf_escaped [Owen Taylor]
1685 * Add g_file_read_link to read symbolic links [Matthias]
1686 * Add g_unichar_get_mirror_char to obtain the
1687 mirrored variant of a character [Noah]
1688 * Support for one-time initialization functions.
1689 [Sebastian Wilhelmi]
1690 * Miscellaneous API additions: g_vasprintf
1691 g_string_chunk_insert_len, g_setenv, g_unsetenv [Matthias]
1692 * Docs improvements [Matthias]
1693 * Add support instance-private data on classed types
1694 [Mark McLoughlin, Tim Janik, Owen]
1695 * Optimize signal emissions [Soeren Sandmann, Tim]
1696 * Support a "default vtable" per interface [Tim]
1697 * Add support for properties on interfaces [Owen, Tim]
1698 * Miscellaneous API additions: g_value_take_string(),
1699 g_value_take_param(), g_value_take_object(),
1700 g_value_take_boxed(). [Matthias]
1701 * Win32 build fixes [Tor Lillqvist]
1703 Overview of Changes from GLib 2.1.5 to GLib-2.2.0
1704 =================================================
1706 * Fix a problem with g_thread_init() on 64-bit problems
1707 [Alceste Scalas, Sebastian Wilhelmi]
1708 * Add assembly implementations of byteswap macros
1709 for ia64 and x86_64. [Manish Singh]
1710 * IOChannel fixes for Win32 [Tor Lillqvist, Thorsten Maerz]
1711 * Updated translations (bg,ca,es,da,fi,lv,ru,sk)
1713 Overview of Changes from GLib 2.1.4 to GLib-2.1.5
1714 =================================================
1716 * Win32 bug fixes [Tor Lillqvist]
1717 * Various post-rewrite fixes for glib-gettext.m4 [Owen Taylor,
1718 Jody Goldberg, Kjartan Maraas, Johannes Stezenbach]
1719 * Ensure we have a GUINT64_FORMAT by pulling in Trio
1720 if necessary [Manish Singh]
1721 * Further Trio build fixes [Matthias Clasen, Owen]
1722 * Hack around gcc, libtool issues with -pthread [Owen]
1723 * Docs improvements [Matthias]
1724 * Bug and portability fixes
1725 * Updated and new translations (bg,de,fi,fr,sq,fr)
1727 Other contributors: Kai Poitschke, Morten Welinder
1729 Overview of Changes from GLib 2.1.3 to GLib-2.1.4
1730 =================================================
1732 * autoconf changes to make it possible to cross compile
1733 GLib. [Owen Taylor, Dan Kegel, Amy Lin, Dimi Shahbaz,
1734 Johannes Stezenbach]
1735 * Use libintl when it has bind_textdomain_codeset() and
1736 GLib doesn't. [Owen]
1737 * Improve generation of pseudo-random integers [Morten Welinder,
1739 * Avoid literal UTF-8 in favor of octal escapes [Owen, Tomas Ogren]
1740 * Cleanup include order [Sven Neumann]
1741 * autoconf cleanups and bug fixes [Daniel, Matthias Clasen, Owen]
1742 * Doc fixes and additions [Matthias]
1744 Other contributors: James M. Cape, Frederic Crozat, Martin Gansser,
1745 Phuc LeHong, Manish Singh, Joshua Weage, Morten Welinder
1747 Overview of Changes from GLib 2.0.x to GLib-2.1.x
1748 =================================================
1750 * Add copy of the Trio library to build and use for printf() when
1751 system printf isn't good enough. Add g_printf()/etc. [Matthias Clasen]
1752 * Add g_str_has_suffix()/g_str_has_prefix() [Alex Larsson]
1753 * Add g_markup_parse_context_get_element() [Matthias]
1754 * Add g_utf8_strreverse [Matthias]
1755 * Add g_ascii_strtoull() [Tim Janik]
1756 * Support scanning of 64-bit values with GScanner [Tim]
1757 * Add g_set/get_application_name() [Havoc Pennington]
1758 * Add G_LIKELY()/G_UNLIKELY() macros for hinting branch probabilities.
1759 Use for g_return_if_fail(). [Matthias Clasen]
1760 * Add G_GNUC_DEPRECATED macro [Tom Tromey]
1761 * Improve the seeding algorithm of GRandom to avoid problems
1762 with certain pathological seeds. Support G_RANDOM_VERSION=2.0
1763 environment variable. [Sebastian Wilhelmi]
1764 * Improve thread configure checks, use -pthread where applicable
1766 * Improve handlng of thread priorities [Sebastian]
1767 * Fix up parameter names that might shadow functions from
1768 system headers [Soeren Sandmann]
1769 * Clean up usage of deprecated functions [Manish Singh]
1770 * Docs fixes and improvements. In particular, include "Since" information.
1771 [Matthias, Soeren, Martin Schulze, Daryll Strauss, Bill Janssen,
1772 Owen Taylor, Morten Welinder].
1774 Overview of Changes in GLib 2.0.7
1775 =================================
1777 * Fix C++ warnings in gtype.h [Dom Lachowicz]
1778 * Fix g_type_fundamental_next() [Tim Janik]
1779 * Fix various missing includes of config.h [Morten Welinder]
1780 * Handle main loop initialization before g_thread_init [Sebastian Wilhelmi]
1781 * Various 64-bit fixes [Manish Singh]
1782 * Fix GPoll on Win32 [Tor Lillqvist, Herman Bloggs]
1783 * Fix bug with buffering on UTF-8 IOChannels [Daniel Elstner]
1784 * Misc bug and build fixes [Soren Andersen, Gustavo Carneiro, Tor,
1785 Tim, Havoc Pennington, Matthias Clasen, Sebastian Rittau,
1786 Masahiro Sakai, Arvind Samptur, HideToshi Tajima, Owen Taylor]
1787 * Updated and new translations (be,cs,de,*fa,it,lv,pt_BR,tr)
1789 Overview of Changes in GLib 2.0.6
1790 =================================
1792 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
1793 * Clean up debug spew from GObject [Anders Carlsson]
1794 * Compiler warning fixes [David L. Cooper II]
1795 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
1796 * Fixes for --disable-debug [Sebastian Wilhelmi]
1797 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann,
1798 Rajkumar Sivasamy, Laurent Vivier]
1799 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat,
1800 Sebastian Rittau, Linus Welleij]
1801 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
1802 * Updated translations (bg,ko,vi)
1804 Overview of Changes in GLib 2.0.5
1805 =================================
1807 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
1808 * Clean up debug spew from GObject [Anders Carlsson]
1809 * Compiler warning fixes [David L. Cooper II]
1810 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
1811 * Fixes for --disable-debug [Sebastian Wilhelmi]
1812 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann,
1813 Rajkumar Sivasamy, Laurent Vivier]
1814 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat,
1815 Sebastian Rittau, Linus Welleij]
1816 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
1817 * Updated translations (bg,ko,vi)
1819 Overview of Changes in GLib 2.0.4
1820 =================================
1822 * Fix some 64-bit problems. (George Lebl, David L. Cooper II)
1823 * Add note about Tru64 iconv to INSTALL. (Manuel Op de Coul)
1824 * Fix problem with timouts > MAXINT. (Tim Janik, Owen Taylor)
1825 * Updated translations (ca,es,fr,ja,gl,ms,nl,pl,pt,ru)
1827 Overview of Changes in GLib 2.0.3
1828 =================================
1830 * Handle sorting 0-length arrays (Ron Arts)
1831 * Threading fixes (Sebastian Wilhelmi)
1832 * Portability fixes (Miroslaw Dobrzanski-Neumann, Jacob Berkman, Gareth Pierce,
1833 Sebastian, Qingjiang Yuan)
1834 * Various fixes for glib-2.0.m4. (Jim Gettys, others.)
1835 * Locate right glib-genmarshal when cross-compiling. (Mitch Natterer)
1836 * Win32 fixes (Tor Lillqvist)
1837 * Try to fix g_get_charset() related segfaults. (Owen)
1838 * Fixes for gettext detection. (Dan Winship, HideToshi Tajima, Boyd Lynn Gerber,
1839 Andrew P. Lentvorski, Jr.)
1840 * Fix g_scanner_unexp_token() (Tim Janik, Sven Neumann)
1841 * g_markup fixes. (Matthias Clasen.)
1842 * Bug fixes and cleanups (Daniel Elstner, Matthias, Laszlo Peter, Morten Welinder,
1845 Overview of Changes in GLib 2.0.1
1846 =================================
1848 * Portability fixes for Sun's Forte compiler [Erwann Chenede]
1849 * Performance improvements for GObject parameter lookup,
1850 g_filename_to/from_utf8() [Alex Larsson]
1851 * Actually check interface prerequisites [Matthias Clasen,
1852 Miroslaw Dobrzanski-Neumann]
1853 * Fix problem with glib-mkenums taking huge amounts of stack. [Owen Taylor]
1854 * Fix g_signal_handlers_disconnect_by_func() for C++ [Damien Sandras]
1855 * Fixes for g_log() and threading.
1856 [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, Tim Janik]
1857 * Make g_print(), g_printerr(), g_warning(), etc, convert from
1858 UTF-8 to the encoding of the locale [Sebastian Wilhelmi, Tim]
1859 * Fixes for GIOChannel on windows. [Tor Lillqvist]
1860 * Fix gsize/gint mismatches in giochannel.c [Miroslaw Dobrzanski-Neumann]
1861 * Fix file descriptor leak in g_file_get_contents() [Matthias]
1862 * Workaround iconv() problems on older Solaris [Lauri Alanko]
1863 * Fix warnings with gcc-3.1 about asm const [Cody Russel]
1866 Other contributors: Hans Breuer, LEE Sau Dan, Sven Neumann, Salmaso Raffaele,
1867 Akira Tagoh, Morten Welinder
1870 Overview of Changes in GLib 2.0.0
1871 =================================
1873 * Thread portability fixes [Sebastian Wilhelmi]
1874 * Documentation updates [Owen Taylor]
1875 * Make g_strerror(), g_strsignal() properly return UTF-8,
1876 call bind_text_domain_codeset() so that error strings
1877 are in UTF-8 as well. [Owen, Tor Lillqvist]
1879 Overview of Changes in GLib 2.0.0 rc1:
1880 ======================================
1882 * Win32 fixes [Tor Lillqvist]
1883 * Portability fixes [Finlay Dobbie, Miroslaw Dobrzanski-Neumann]
1884 * Fix up g_date_strftime [Daniel Elstner]
1885 * Add some structure padding [Tim Janik]
1886 * Make g_get_homedir() prefer the users home directory to $HOME
1888 Other contributors: Matthias Clasen, Paolo Maggi, Christian Rose
1890 Overview of Changes in GLib 1.3.15:
1891 ===================================
1893 * Speed up marshalers by using private access to GValue
1894 [Anders Carlsson, Tim Janik]
1895 * Reduce GValue to 2 elements [Tim]
1896 * Add G_DEBUG environment variable, G_DEBUG=fatal_warnings [Matthias Clasen]
1897 * Fixes for AIX compilation [Miroslaw Dobrzanski-Neumann]
1898 * Add padding to various structures [Owen Taylor, Tim]
1899 * Win32 fixes [Tor Lillqvist]
1901 Other contributors: James Henstridge, Ryan Lovett, Morten Welinder,
1904 Overview of Changes in GLib 1.3.14:
1905 ===================================
1907 * Register value transformations for gint64, guint64 [Andy Wingo]
1908 * Build with large-file support [Sven Neumann, Owen Taylor]
1909 * Fix handling of hostnames in URI's [Darin Adler]
1910 * Main loop bug fixes [Havoc Pennington, Owen]
1911 * Doc fixes and improvements [Manish Singh, Tim Janik]
1912 * Support ' as attribute delimiters in GMarkup [Matthias Clasen]
1913 * Win32 fixes [Hans Breuer, Tor Lillqvist]
1914 * Threading bug and build fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann]
1915 * Miscellaneous bug fixes
1917 Other contributors: Matthias Clasen, James Henstridge, Mitch Natterer,
1920 Overview of Changes in GLib 1.3.13:
1921 ===================================
1923 * Fix g_filename_to/from_uri for Win32 [Tor Lillqvist, Darin Adler]
1924 * Miscellaneous win32 fixes [Tor, Hans Breuer]
1925 * Fix thread options for gcc on AIX [Jerome Zago, Sebastian Wilhelmi]
1926 * Documentation improvements [Ron Steinke, Matthias, Sebastian]
1927 * Cache iconv converters as used by g_convert() [Jeffrey Stedfast]
1928 * Bug fixes [Sven Neumann, Owen Taylor, Matthias Clasen, Jeffrey,
1929 Laszlo Peter, Havoc Pennington, Tim Janik]
1931 Overview of Changes in GLib 1.3.12:
1932 ===================================
1934 * Implement closure chaining, fixing up API (Tim Janik)
1935 * Closure chaining test case (James Henstridge)
1936 * Make GType long not int where both are equal width (Tim)
1937 * Win32 fixes and improvements (Hans Breuer, Tor Lillqvist)
1938 * Fixes for NetBSD. (Dan Winship)
1939 * Use snprintf() for g_printf_string_upper_bound() where possible. (Matthias Clasen)
1940 * Save space for GBSearchArray (Tim Janik)
1941 * Documentation improvements. (Matthias, Sven Neumann, Havoc Pennington)
1943 Other contributors: Darin Adler, Chris Blizzard, Anders Carlson, Daniel Elstner, Michael Meeks,
1944 Mark McLoughlin, Dave Neary, Manish Singh, Owen Taylor, HideToshi Tajima,
1948 Overview of Changes in GLib 1.3.11:
1949 ===================================
1951 * Win32 fixes [Hans Breuer, Tor Lillqvist]
1952 * Documentation improvements [Matthias Clasen]
1953 * Portable directory handling API [Hans]
1954 * Threading fixes [Sebastian Wilhelmi, Havoc Pennington]
1955 * Fix excess relocations in Unicode tables [Andrew Taylor]
1956 * Fix gpattern for UTF-8 [Matthias Clasen]
1957 * Support overriding class closures [Tim Janik]
1958 * Support for derivation from G_TYPE_POINTER [Owen Taylor]
1959 * Hide pointers to type information inside GType to reduce locking
1961 * Adds check for direct inclusion of gobject/*.h [Owen]
1962 * GObject API cleanups [Tim]
1964 Other contributors: Darin Adler, Jacob Berkman, Daniel Egger, Eric Lemings,
1965 Michael Meeks, Mark McLoughlin, Arkadiusz Miskiewicz, Dan Winship
1968 Overview of Changes in GLib 1.3.10:
1969 ===================================
1971 * Many Win32 fixes and improvements [Tor Lillqvist]
1972 * Documentation improvements [Matthias Clasen]
1973 * g_string_printfa() renamed to g_string_append_printf()
1974 * Use libcharset from libiconv to implement charset detection
1975 more portably. [Owen Taylor, Hidetoshi Tajima]
1976 * Add 64 bit type support to GObject [Joshua Pritikin, Mathieu Lacage, Owen]
1977 * Make support for 64 bit integers a requirement [Joshua]
1978 * GPattern improvements [Tim Janik, Matthias]
1979 * Locale independent g_ascii_strtod / g_ascii_dtostr [Alex Larsson]
1980 * Many bug fixes and minor tweaks.
1982 Other Contributors: Darin Adler, Jakub Jelinek, James Antill, Andrew Taylor,
1983 Ben Gertzfield, Elliot Lee, Manish Singh, Abel Cheung, Laszlo Peter,
1984 Sven Neumann, George Lebl, Raja Harinath, Sebastian Wilhelmi,
1988 Overview of Changes in GLib 1.3.9:
1989 ==================================
1991 * Fixes for comparison of threads [Sebastian Wilhelmi]
1992 * Use vasprintf() when possible for g_strdup_printf [Matthias Clasen]
1993 * Win32 fixes [Tor Lillqvist, Hans Breuer]
1994 * Add a len argument to g_ascii_strup/strdown
1995 * Bug, portability fixes, cleanups.
1997 Other Contributors: Darin Adler, Katsuhiro Okuno, Joshua N. Pritikin
2000 Overview of Changes in GLib 1.3.8:
2001 ==================================
2003 * Documentation updates [Owen]
2004 * Made GType interfaces overridable in derived types
2005 * Many win32 fixes [Tor Lillqvist]
2006 * Miscellaneous cleanups and fixes
2009 Darin Adler, Matthias Clasen, Ron Steinke, Hans Breuer, Alex Larsson
2012 Overview of Changes in GLib 1.3.7:
2013 ==================================
2015 * Integrate GClosure support into the main loop [Owen Taylor]
2016 * More GSignal convenience functions (macros) [Sven Neumann, Tim Janik]
2017 * Introduced weak references for GObject [James Henstridge, Sven, Tim]
2018 * Minor hash table optimizations
2019 * Main loop and threading improvements [Sebastian Wilhelmi]
2020 * Added g_ascii_* functions to be used for locale insensitive UTF-8
2021 compliant code instead of old string functions [Darin Adler, Alex Larsson]
2022 * Add functions for Unicode case-conversion, normalization, and
2023 collation [Owen]* GString improvements [Owen]
2024 * Reworked the GIOChannel code [Hidetoshi Tajima, Ron Steinke]
2025 * Removed glib-config-2.0 in favour of pkgconfig [Sebastian]
2026 * Make code 64bit clean [Mark Murnane]
2027 * More G_CONST_RETURN fixes
2028 * Many improvements to the win32 code [Tor Lillqvist, Hans Breuer]
2029 * Miscellaneous bug and API fixes
2032 Michael Natterer, Christopher James Lahey, Padraig O'Briain,
2033 Matthias Clasen, Josh Pritikin, Steve Baker, Cesar Rincon, Garry R. Osgood,
2034 Michael Meeks, Laszlo Peter, Martin Baulig, Kjartan Maraas, Andrew Lanoix,
2038 Overview of Changes in GLib 1.3.6:
2039 ==================================
2041 * Threads have a "return value" from g_thread_join
2042 * Removed ability to adjust thread stack size
2043 * Prefix warnings with progname/PID by default, change toggle for this to
2044 be an env variable G_MESSAGES_PREFIXED not a compile-time option
2046 * GDate const, convenience fixups
2047 * Include test cases that headers are compilable by C++ compiler
2048 * Add ability to spawn processes with argv[0] != executable path.
2049 * g_strstr_len, g_strrstr, g_strrstr_len
2050 * Add length argument to g_utf8_strchr and g_utf8_strrchr.
2054 Overview of Changes in GLib 1.3.5:
2055 ==================================
2057 * Added an installed glib-mkenums Perl program for parsing enumeration
2058 declarations from header files.
2059 * Mark some additional deprecated functions.
2060 * Bug and Portability fixes
2063 Overview of Changes in GLib 1.3.4:
2064 ==================================
2066 * Efficiency improvements for GThreadPool
2069 * Documentation improvements
2072 Overview of Changes in GLib 1.3.3:
2073 ==================================
2077 * More user_data support in various functions.
2078 * Main loop API revamps to support per-thread main loops.
2079 * Unicode handling improvements.
2080 * Implemented debugging traps.
2081 * G_CONST_RETURN specification all over the place.
2082 * Various new small utility functions.
2083 * Random number generator precision improvements.
2084 * New configure option --disable-mem-pools.
2085 * Many Win32 improvements.
2086 * Added g_try_malloc() friends varinats.
2087 * Many documentation improvements.
2088 * Many threading improvements, support for dynamic allocation
2090 * GHookLIst API cleanups.
2091 * Improved format support of GDate parser.
2092 * String function speed improvements with new g_stpcpy().
2093 * Hashtable API additions.
2094 * New GPatternSpec for shell-style pattern matching (from GtkPatternSpec).
2095 * Optimizations, cleanups, bug fixes.
2099 * Added many convenience functions.
2100 * GClosure and GParamSpec use float/sink ref-counting scheme now.
2101 * Reworked property change notification.
2102 * Binary searchable array cleanups, so it's widely usable now.
2103 * Added static content keeping for some GValue types.
2104 * Support for statically scoped signal parameters.
2105 * Extinguished property trailer args in set/get interface.
2106 * Added support for abstract types.
2107 * G_CONST_RETURN specification all over the place.
2108 * Split parameter exchange functionality into value transforms
2109 and parameter conversions.
2110 * Added signal emission hooks and signal accumulators.
2111 * Added interface prerequisites to support is_a (interface, object)
2113 * Implemented GValueArray.
2114 * New types, boxed: G_TYPE_VALUE, G_TYPE_CLOSURE, G_TYPE_GSTRING
2115 GParamSpecs: G_TYPE_PARAM_PARAM, G_TYPE_PARAM_POINTER, G_TYPE_PARAM_CLOSURE,
2116 G_TYPE_VALUE_ARRAY, G_TYPE_PARAM_UNICHAR, G_TYPE_PARAM_VALUE_ARRAY.
2117 * Varrags value collection improvements.
2118 * Implemented debugging traps.
2119 * Made things thread-safe.
2120 * Many documentation improvements.
2121 * Many cleanups, optimizations and bug fixes.
2124 Overview of Changes in GLib 1.3.2:
2125 ==================================
2129 * Win32 build improvements [Tor]
2130 * Improvements to error reporting
2131 (g_critical(), g_return_if_reached()) [Darin]
2132 * Add g_strlcpy/g_strlcat [David Wheeler]
2133 * New IO channel implementation for Win32 [Tor]
2134 * Make g_array_free, g_string_free return pointer to memory requested
2135 not to be freed. [Darin]
2136 * Added GError based error reporting for thread functions. [Sebastian]
2137 * Moved reference docs into GLib distribution. [Owen]
2138 * Added g_convert() for doing convenient character set conversions based
2139 on iconv. (GLib now requires libiconv or a native iconv.) [Havoc/Owen]
2140 * Various Unicode handling additions (g_ucs4_to_utf8, g_utf8_validate(),
2141 g_{locale,filename}_{to,from}_utf8) [Robert/Havoc/Owen]
2142 * Portability fixes for threading. [Sebastian]
2143 * Added convenient functions for launching new processes (g_spawn_*),
2144 and shell quoting/unquoting functions. [Havoc]
2145 * Split glib.h into many headers. [Sebastian]
2146 * Added a simple callback-based parser for XML-like files (GMarkup). [Havoc]
2147 * Fixed confusions between comparison functions that return <0, 0, >0
2148 and equaility functions that return FALSE,TRUE. [Sebastian]
2149 * Added safe/portable temporary file manipulation functions. [Tor]
2150 * autoconf improvements. [Raja]
2151 * Many documentation improvements.
2156 * Added boxed and pointer types. [Tim/Jonathan]
2157 * Added callback abstraction (GClosure) [Tim]
2158 * Added signal system (GSignal) [Tim]
2159 * Make GTypePlugin an interface [Tim]
2160 * Added GTypeModule - a simple GTypePlugin instantiation [Owen]
2164 What's new in GLib 1.3.1:
2165 =========================
2167 * New GObject library added including object system based on
2168 the GTK+ object system.
2169 * Functions for getting the properties of Unicode characters,
2170 computing the canonical decomposition and ordering combining
2171 characters aand manipulating UTF-8 string manipulation based
2173 * GString now properly handles embedded nuls.
2174 * Multiple fixes from the 1.2.x branch.
2175 * Upgrade to libtool 1.3.3
2176 * Full thread support (thread creation and destruction).
2177 * BeOS port, BeOS dynamic modules.
2178 * Many improvements to the Windows ports.
2179 * Improvements to the OS/2 port, OS/2 module support.
2180 * Double ended queue implementation.
2181 * GLib macros for printf() formatting, e.g. G_GULONG_FORMAT = "lu"
2182 * New configure option --enable-msg-prefix to prefix messages, warnings
2183 et ceteri with the program name and the process id.
2184 * New thread-safe random number generator Mersenne Twister.
2185 * g_strcompress() added, g_strescape() had a slight API change, and
2186 more tightly defined semantics.
2187 * the g_string(x) macro has been removed, #x may be used instead.