1 Overview of Changes from GLib 2.14.0 to GLib 2.14.1
2 ===================================================
5 476840 Invocation of the interface "g_utf8_strreverse" crashes f...
6 444765 Fix FIXME in gregex.c when new pcre is out
7 464145 g_markup_escape_text Produces Invalid XML
8 465625 g_type_default_interface_ref() does not ensure working g_...
9 466768 Clearify that comments can be put anywhere in a Key-file.
10 474229 The GError documentation should give convention for the G...
11 474899 G_BREAKPOINT() docs inaccurate
12 475854 Overuse of -lpcre when using system pcre
13 473879 Incorrect includes in gregex.c
14 468694 Typoes in documentation
15 469051 g_snprintf () talks about characters where it probably me...
16 457601 Missing arch specific atomic implementation
17 475923 Missing pcre flags when static-linking against glib
18 475619 glibthread-2.0.la does not list -lpthread
20 * Updated translations:
25 Canadian English (en_CA)
26 British English (en_GB)
42 Brazilian Portugese (pt_BR)
54 Overview of Changes from GLib 2.13.7 to GLib 2.14.0
55 ===================================================
57 * Last-minute API additions:
58 - Make g_unichar_combining_class public
59 - Add goffset type, add G_MAXSSIZE and G_MINSSIZE
64 453998 Make _g_unichar_combining_class() public
65 462549 gregex.c: variable is declared at middle of block
66 417068 g_file_test doc inconsistency
68 * Updated translations:
75 Brazilian Portugese (pt_BR)
79 Overview of Changes from GLib 2.13.6 to GLib 2.13.7
80 ===================================================
82 * The memory corruption warning from the slice allocator that
83 occurred when threads were initialized after the slice allocator
84 has been removed, as the slice allocator now works fine
87 * New functions g_once_init_enter() and g_once_init_leave() make
88 it easier to write threadsafe one-time initialization functions
91 454473 Simple XML Subset Parser terminates on invalid XML
92 445813 g_module_open error, add file name
93 453796 errno gets clobbered by g_filename_display_name
94 341988 don't use "-c" with msgfmt in Makefile.in.in
95 447048 Please produce slightly more output during long tests
96 454785 GModule documentation lists same block of code twice.
97 454786 GModule documentation lists same paragraph twice.
98 383155 small docs quirks in gobject/closure API documentation
99 65041 _get_type() functions aren't thread safe
101 * Updated translations
110 Overview of Changes from GLib 2.13.5 to GLib 2.13.6
111 ===================================================
113 * Reintroduce a GType typedef whose removal in 2.13.5
114 caused trouble for C++ bindings
117 450216 docs not explicit enough about g_free()
118 451459 g_type_register_static_simple calls g_type_register_static
120 * Updated translations
121 Norwegian bokmål (nb)
125 Overview of Changes from GLib 2.13.4 to GLib 2.13.5
126 ===================================================
128 * xdg-user-dirs support:
129 - the Desktop directory is guaranteed to be defined
130 - user-dirs.dirs is no longer reloaded on changes
133 - new api to duplicate slices
135 * Regular expression support:
136 - GRegex is a boxed type now
139 44793 make check failing in trunk
140 354522 Small problem with PLT hiding 6 symbols
141 363986 glib 2.12.4 does not compile with SGI IDO cc
142 443869 g_type_class_add_private doesn't warn when adding 0-sized...
143 446859 Legitimately return 0 for g_quark_from_string(NULL)
144 447534 Small typo in g_timeout_add_seconds() doc
146 447935 g_get_current_dir SIGSEGV on long path
147 448260 CLAMP has surprising result if low > high
148 57693 g_string_vprintf()
149 442029 add g_slice_dup()
150 445065 Add GRegex boxed type
151 448819 Add full version of g_timeout_add_seconds()
153 * Updated translations:
161 Overview of Changes from GLib 2.13.3 to GLib 2.13.4
162 ===================================================
165 444121 g_get_user_special_dir deadlocks
166 444161 invalid UTF8 in key name shows up as valgrind error in g_...
167 444130 g_option_context_get_help() is broken when there's a desc...
170 Overview of Changes from GLib 2.13.2 to GLib 2.13.3
171 ===================================================
174 - Added defines for easier handling of desktop files
177 - Update g_unichar_iswide_cjk for Unicode 5.0
179 * Regular expression support:
180 - GRegex structs can now be ref-counted
181 - Some new functions for dealing with incremental
182 replacement have been added
183 - The GRegexEvalCallback signature has been changed
185 * g_get_user_special_dir() has been added to support
189 419376 Functions using named subpatterns behave inconsistently w...
190 434358 g_regex_fetch_named() and g_regex_fetch_named_pos() are b...
191 423708 typo in the README.win32 file see patch below
192 339225 Add new defines for easier handling of .desktop files
193 442265 API additions/changes for GRegex
194 432651 Add a glib-ish xdg_user_dir_lookup
196 * Updated translations:
198 Norwegian bokmål (nb)
201 Overview of Changes from GLib 2.13.1 to GLib 2.13.2
202 ===================================================
205 - Add g_unichar_ismark()
208 - Allow to use callbacks for remaining args
210 * Updated translations:
211 Belarusian Latin (be@latin)
212 British English (en_GB)
214 Norwegian bokmål (nb)
220 Overview of Changes from GLib 2.13.0 to GLib 2.13.1
221 ===================================================
225 - Split into immutable GRegex and GMatchInfo
226 - Add g_regex_get_max_backref() and g_regex_get_capture_count()
227 to obtain information about the compiled regex
230 - Fix roundtrip problems
231 - Add g_key_file_load_from_dirs()
234 - Fix corner cases in case conversion routines
237 - Add a function to get the formatted help string
240 - Add new functions g_hash_table_get_keys() and
241 g_hash_table_get_values() to retrieve the keys and
244 * Updated transations:
245 Simplified Chinese (zh_CN)
249 Overview of Changes from GLib 2.12 to GLib 2.13.0
250 =================================================
252 * Add GSequence, a list that is implemented using
253 a balanced binary tree.
255 * Add GRegex, an implementation of Perl regular expressions,
258 * Use Posix monotonic clocks instead of gettimeofday()
259 for GTimer when available.
261 * Support static initialization of GQeues with G_QUEUE_INIT,
262 g_queue_init() and g_queue_clear().
264 * Add g_string_chunk_clear() for clearing a
267 * Add g_unichar_get_script() to obtain Unicode
270 * Add g_unichar_iszerowidth() to obtain information
271 about zero-width characters.
273 * Add G_GNUC_MAY_ALIAS which wraps the gcc may_alias
276 * G_GNUC_INTERNAL has a working definition for the
277 Sun Studio compiler. This requires the macro to
278 be positioned before the function declaration.
280 * The slice allocator can produce detailed debugging
281 information with G_SLICE=debug-blocks.
283 * Modules support G_DEBUG flags resident-modules and
286 * Add G_DEFINE_DYNAMIC_TYPE() to make it easier
287 to define types in modules.
289 * Bug fixes: too many to list them in detail here.
291 * New and updated translations (be,bg,bn,ca,cs,de,
292 en_CA,en_GB,et,fa,fr,he,hu,it,ja,ku,lt,mg,mk,ml,
293 nb,ne,nn,pt,pt_BR,ro,sr,sr@Latn,sv,ta,uk,vi,zh_CN,
297 Overview of Changes from GLib 2.12.1 to GLib 2.12.2
298 ===================================================
301 - Normalization is following Unicode TR #29
302 - g_unichar_isxdigit() only accept characters
303 for which g_unichar_xdigit_value() returns a value
304 - g_unichar_toupper and g_unichar_tolower leave
305 unconvertable characters in place instead of
306 replacing them by NUL
309 348491 g_utf8_strup() and g_utf8_strdown() returns
310 string with NUL bytes
311 349825 GKeyFile always inserts a newline before a group
312 347842 g_unichar_isxdigit() is too general about what
314 348694 g_utf8_normalize() hasn't been updated to PR #29
315 348785 Hint about G_DEBUG in Message Logging docs
316 349792 Wrong english string (UI)
317 349952 gparamspecs.c uses gcc feature
319 * Translation updates (ca,cs,de,dz,es,eu,fi,gu,ko,
320 nl,pl,tr,uk,zh_HK,zh_TW)
323 Overview of Changes from GLib 2.12.0 to GLib 2.12.1
324 ===================================================
326 * Update to final Unicode Character Database 5.0.0
329 346660 issues with base64 api documentation / g_base64_decode_cl...
330 348136 Coverity reports allocation of wrong size CID #2839
331 336281 Update to UCD 5.0
332 346197 g_date_strftime %F option doesnt work for win32
333 348011 Small optimization to real_toupper()
334 246494 prototype mismatch in glib/gconvert.c
336 * New and updated translations (bg,bn_IN,ca,dz,eu,fi,
337 fr,he,it,ja,mk,or,pt)
340 Overview of Changes from GLib 2.11.4 to GLib 2.12
341 =================================================
344 344905 leap-year bug in g_time_val_from_iso8601 w/o HAVE_TIMEGM
346 * Updated translations (cy,nb,nl)
349 Overview of Changes from GLib 2.11.3 to GLib 2.11.4
350 ===================================================
353 - g_bookmark_file_remove_item returns a boolean
355 * g_mkstemp accepts the XXXXXX in the middle of
359 344868 g_key_file_to_data should separate groups
361 * Updated translations (de,es,fr,gu,hi,ko,th)
364 Overview of Changes from GLib 2.11.2 to GLib 2.11.3
365 ===================================================
368 - g_bookmark_file_move_item: Return TRUE in case of
372 343919 gunicollate.c: strxfrm bug on VC8
374 * Updated translations (fi)
376 Overview of Changes from GLib 2.11.1 to GLib 2.11.2
377 ===================================================
379 * Add g_ascii_stroll to parse signed 64bit integers
381 * GMarkup: add a flag to treat CDATA as text
383 * GHashTable: add functions to remove all entries
385 * GMainLoop: add functions to find the currently
386 running source, and determine if it is destroyed
389 342563 g_atomic_thread_init() needs to be called before
390 other _g_*_thread_init() functions
391 343548 Potential use after free in callers of g_string_free()
392 168538 Wish: Clearing contents of GHashTables
393 321886 GTK+ cannot be reliably used in multi-threaded
395 341826 goption.c: 'strtoll' is C99's function
396 343899 g_ascii_formatd dosn't work as expected for all
398 317793 Make GEnumValue strings const
399 337129 Compile warnings in G_IMPLEMENT_INTERFACE
400 303622 What is G_TYPE_CHAR?
402 * Updated translations (bg,dz,eu,gl,ja,ko,nl,th,vi)
405 Overview of Changes from GLib 2.11.0 to GLib 2.11.1
406 ===================================================
409 - Support 64-bit integers
410 - Allow optional text before and after the options
414 340538 gbase64-test writes OOB
415 340816 GKeyFile set_string_list invalid memory reads
416 339105 g_key_file_parse_value_as_double
417 340434 convert-test.c fails (function test_one_half)
418 311043 Memory leaks (and potential infinite loops)
419 when using G_ERRORCHECK_MUTEXES
420 335198 Error checking mutexes are fubar
421 341237 Add a G_OPTION_ARG_INT64
422 341192 g_io_channel_set_flags not implemented on win32
423 336120 Allow adding description before/after GOption
425 341191 misplaced check in g_relation_delete
426 340530 mismatched calloc / g_free in win32 threads
428 * Updated translation (es)
430 Overview of Changes from GLib 2.10.x to GLib 2.11.0
431 ===================================================
433 * GBookmarkFile: a parser for files containing bookmarks
434 stored using the Desktop Bookmark specification.
436 * Base64 encoding support
438 * Unicode 5.0 support
440 * GOption supports floating point numbers
442 * GKeyFile supports floating point numbers
445 155884 gatomic.c should be based on new SDK
446 157877 update-desktop-database doesn't handle duplicate entries
447 164719 keyfile parser doesn't support floats
448 327662 Import BookmarkFile from libegg
449 329548 Add G_OPTION_ARG_DOUBLE
450 329789 option-test.c type confusion
451 332841 Segmentation Fault when %llu is passed to vasnprintf and
452 HAVE_SNPRINTF is not defined
453 333879 gthread/gthread-win32.c: IsDebuggerPresent needs '#define
454 _WIN32_WINDOWS 0x0401'
455 333916 g_timer_elapsed docs should mention that microseconds
457 334440 dlerror() portability issue causes crash on (old) a.out
459 334646 goption + error out params
460 334799 g_remove() must check return value of remove()
461 334943 make check FAIL: threadpool-test
462 335215 Some breakages with GThreadPool
463 336085 g_option_context_new parameter lacks better explanation
464 336677 Documentation for g_object_ref_sink() is incorrect
465 337027 gbookmarkfile.c: sys/time.h include error
466 337553 Wrong escaping of URIs
467 338572 Dereferencing NULL value in g_key_file_get_group_comment
468 338845 g_completion_complete_utf8 crashes when NULL is passed to it
469 339337 g_bookmark_file_set_description
470 339338 gbookmarkfile.c, function expand_exec_line
471 339340 gbookmarkfile.c, function bookmark_app_info_dump
473 * Translation updates (bg,en_GB,et,gl,gu,he,hi,ka,nb,nl,nn,
474 or,pt_BR,ro,tr,vi,zh_CN)
477 Overview of Changes from GLib 2.10.0 to GLib 2.10.1
478 ===================================================
481 314794 Broken pthread detection on Darwin [Gregor Riepl]
482 322476 Missing check for .dylib [Vladimir Panov]
483 333651 Inconsistent _g_charset_get_aliases prototype [Julio
485 333761 GInitiallyUnowned breaks application code [Sven Herzberg]
488 - Fix g_listenv() implementation.
489 - Allow up to 100 GPrivate structs
491 * Translation updates (fr,hu,lt,pl,sv)
494 Overview of Changes from GLib 2.9.6 to GLib 2.10.0
495 ==================================================
498 328997 64bit pointer trunction in glib slab-allocator
500 331110 g_cond_broadcast(inform_cond) without holding
501 inform_mutex [Chris Wilson, Sebastian Wilhelmi]
502 332093 Fix some leaks in the tests [Kjartan Maraas]
503 332435 g_utf8_strlen returns wrong value if a maximum
504 number of bytes to check is specified
506 331367 gslice requires more POSIX-like semantics for
507 GPrivate destructors [Tor Lillqvist]
509 * Documentation improvements [Matthias, Kang Jeong-Hee,
510 Tor Lillqvist, Stefan Kost]
512 * Translation updates (el,eu,ka,uk)
514 Overview of Changes from GLib 2.9.5 to GLib 2.9.6
515 =================================================
518 329124 distclean removes README [Kjartan Maraas, Tim Janik]
519 317679 GRelation field type not documented [Behdad Esfahbod]
520 329123 Typo in GTime docs [Kjartan Maraas]
522 * Documentation improvements [Sven Herzberg, David
523 Schleef, Kjartan Maraas, Behdad Esfahbod]
525 * Translation updates (cs,cy,it,ko,pt,sq,sr,sr@Latn,ru
527 Overview of Changes from GLib 2.9.4 to GLib 2.9.5
528 =================================================
531 Runtime debugging support: The slice allocator
532 can be turned off by setting G_SLICE=always-malloc
533 in the environment. Zeroing of freed memory can
534 now be turned on at runtime by setting
535 G_DEBUG=gc-friendly in the environment. [Tim Janik]
538 328253 HP-UX/IA-64 uses ".so" as default shared library
539 extension [Albert Chin]
540 143380 unicode-encoding test fails converting to UTF-16
541 with libiconv [Marc Moorcroft]
542 328254 Build breakage (GSlice) [Jens Ganseuer]
543 328705 C99ism in glib/gmem.c [Kazuki Iwamoto]
545 * Translation updates (da,et,zh_CN)
547 Overview of Changes from GLib 2.9.3 to GLib 2.9.4
548 =================================================
551 Fix a problem with g_object_compat_control() which
552 can lead to segfaults in GTK+ applications on 64bit
556 Unused threads now fall back to the global pool after
557 500 milliseconds, where they wait for another
558 max-idle-time milliseconds. [Sebastian Wilhelmi]
560 * Fix a memory allocation problem in GKeyFile. [Morten
564 Overview of Changes from GLib 2.9.2 to GLib 2.9.3
565 =================================================
568 - Replace the simple recursive implementation by
569 a nonrecursive, threaded one [Maurizio Monge]
571 * Change g_filename_display_name and
572 g_filename_display_basename to use the Unicode
573 replacement character U+FFFD instead of a question
574 mark, and don't append "(invalid encoding)" [Matthias]
576 * Documentation improvements [Sven Herzberg, Federico
577 Mena Quintero, Stefan Kost]
580 323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X
582 326558 Some test failures on IRIX 6.5 [Daichi Kawahata]
583 169285 "threaded" tree implementation for GTree
585 326747 g_filename_display_basename adds (invalid encoding)
588 Other contributors: Christian Kellner, Murray Cumming
590 New and updated translations (bg,ca,de,es,et,gu,ja,nl,th,vi)
593 Overview of Changes from GLib 2.9.1 to GLib 2.9.2
594 =================================================
597 - Add tests for cache colorization [Tim Janik]
598 - Minimize space consumption if small amounts of differently
599 sized slices are allocated, at a small performance cost. [Tim]
602 - Add g_atomic_pointer_set() and g_atomic_int_set() [Tim Janik,
604 - Add g_thread_pool_set_sort_function() to allow sorting the
605 tasks of a threadpool. [Martyn Russell]
606 - Add g_thread_pool_set_idle_time() to allow unused threads
607 to exit after a certain time. [Martyn]
610 - introduce a new type GInitiallyUnowned, which has an initial
611 floating reference. [Tim]
612 - Add support for GType parameters. [Matthias]
615 - Add g_main_context_is_owner() to determine if the current
616 thread is the owner of the context. [Michael Meeks]
618 * Provide g_access(), g_chdir(), g_unlink(), g_rmdir() as
619 wrapper functions instead of macros. [Manish Singh]
621 * Documentation improvements [Tim, Matthias, Federico Mena Quintero,
622 Stefan Kasal, Dan Williams]
624 * New and updated translations (en_CA,fi,fr,gl,ml,nb,no,zh_HK,zh_TW)
627 324179 g_allocator_new() returns pointer to const dummy which Gtk+ 2.8
628 tries to modify [J. Ali Harlow]
629 324332 g_option_context_parse() returns false without setting error
631 324950 GLIB 2.9.1 testcase errors [Dan Yefimov]
632 325015 gslice.c: process.h is needed on Windows [Kazuki Iwamoto]
633 321978 G_DATALIST_GET_FLAGS() macro is not casting datalist to
634 gpointer [Andrew Paprocki]
635 316221 G_LOCK warns about breaking strict-aliasing [Michal Benes,
637 325273 Error in documentation for glib_check_version () [Declan Naughton]
638 325310 g_spawn_sync hangs when catching both stdout and
639 stderr [Tor Lillqvist]
640 325249 gcc warning when using g_rmdir from <glib/gstdio.h> [Jani Monoses]
641 325864 glib/gthreadpool.c:"#define debug(...)" is C99 [Kazuki Iwamoto]
642 325874 Should say somewhere that source IDs are > 0 [Dan Williams]
643 325438 a typo (compatability) [Stefan Kasal]
644 323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X [Bogdan Nicula]
647 Overview of Changes from GLib 2.9.0 to GLib 2.9.1
648 =================================================
651 - The slice allocator is implemented [Tim Janik]
652 - g_slice_free_chain() has been renamed to
653 g_slice_free_chain_with_offset() [Tim, Behdad Esfahbod]
654 - Mem chunks are deprecated [Matthias Clasen]
657 - Hash tables are refcounted, and have a boxed type [Tim]
660 - Support for Solaris threads has been removed
661 [Sebastian Wilhelmi, Andrew Paprocki]
662 - g_async_queue_sort(), g_async_queue_push_sorted() have
663 been added to allow GAsyncQueue to be used as a priority
664 queue, together with the corresponding _unlocked
665 variants [Martyn Russell]
668 - The concept of a floating initial reference has been
669 moved from GtkObject to GObject [Tim]
672 - Make g_rename() replace existing files [Tor Lillqvist]
675 - G_GUINT64_CONSTANT macro to define guint64
676 constants [Andrew Paprocki]
677 - G_GNUC_WARN_UNUSED_RESULT macro to instruct the
678 compiler to emit a warning if the value returned
679 by a function is ignored. [Arjan van de Ven, Alex Larsson]
680 - GList and GSList now have sort functions which take an
681 extra user data argument [Martyn Russell]
682 - g_param_spec_ref_sink() has been added for consistency [Tim]
684 * $LOGNAME is respected when determining user data. [Laszlo Peter]
686 * Other changes and bug fixes [Tim, Matthias, Behdad,
687 Christian Persch, Benedikt Meurer, Andrew Paprocki,
688 Kazuki Iwamoto, Alexis S. L. Carvalho, Stanislav Brabec,
689 Andreas Schwab, Kalle Vahlman]
692 - Deprecation warnings carry version information [Matthias]
693 - The slice allocator has been documented [Matthias, Tim]
694 - Other improvements [Morten Welinder]
696 Overview of Changes from GLib 2.8.x to GLib 2.9.0
697 =================================================
699 - The Unicode tables have been updated to Unicode 4.1,
700 adding several new values to the GUnicodeBreakType
701 enumeration. This breaks Pango <= 1.10
703 - The various Unicode character predicate functions
704 (g_unichar_isalpha, g_unichar_isdigit,...) have
707 - g_utf8_pointer_to_offset, g_utf8_offset_to_pointer:
708 These functions handle negative offsets now, and
709 going backwards in g_utf8_offset_to_pointer uses
711 [Larry Ewing, Matthias Clasen]
714 - Mem chunks are no longer used internally in GLib and
715 GObject. GMemChunk will be deprecated in GLib 2.10
716 - All APIs based on GAllocator (g_list_push/pop_allocator,
717 and similar push/pop_allocator functions for other
718 data structures) have been deprecated, since they
719 never worked as intended.
720 - The g_slice_* functions have been added as a
721 new API for fast allocation of small memory blocks.
722 The implementation in GLib 2.9.0 is just a simple
723 wrapper around malloc. GLib 2.10 will have an
724 efficient and scalable implementation.
725 [Tim Janik, Matthias]
728 - g_pattern_match has been optimized to avoid
729 unnecessary recursion.
732 * g_intern_string, g_intern_static_string:
733 - New functions to intern strings. These are now used
734 by GObject to avoid duplicating static strings
738 - New function to iterate over all GThreads
741 * g_date_set_time_t, g_date_set_time_val:
742 - New functions to set a GDate from a time_t or
743 GTimeVal value. g_date_set_time has been deprecated
747 * g_snprintf and g_vsnprintf:
748 - These functions are no longer declared in gprintf.h,
749 since they are in glib.h
752 Overview of Changes from GLib 2.8.0 to GLib 2.8.1
753 =================================================
754 * Optimize single-character insertions in GString [Ross Burton]
755 * Fix build problems on OS X
756 * Fix build problems on Win32 [Tor Lillqvist, Hans Breuer]
757 * Other bug fixes [Matthew F. Barnes, Stepan Kasal]
758 * Documentation improvements [Tristan van Berkom, Behnam
759 Esfahbod, Gustavo Carneiro, Stepan Kasal, Matthias]
760 * New and updated translations (ca,cy,ko,ro,uk)
762 Overview of Changes from GLib 2.7.7 to GLib 2.8.0
763 =================================================
764 * Make g_value_transform() handle enum values
765 correctly on ppc64. [Michael Lorenz]
766 (Third-party code accessing enumeration values
767 in GValues should also be changed to access
768 v_long, not v_int, in order to work on bigendian
770 * Make g_flags_get_first_value() handle a value
771 of 0 meaningfully. [Tim-Philipp Müller]
773 Overview of Changes from GLib 2.7.6 to GLib 2.7.7
774 =================================================
775 * Make atomic operations on s390 work [Matthias]
776 * Fix C++ guards in gstdio.h [Tor Lillqvist]
778 Overview of Changes from GLib 2.7.5 to GLib 2.7.6
779 =================================================
780 * Add native implementations of atomic operations
782 * Make atomic reference counting of closures
783 work on s390 [Matthias]
784 * Avoid an infinite loop in g_convert_with_iconv().
786 * Documentation improvements [Ross Burton]
788 Overview of Changes from GLib 2.7.4 to GLib 2.7.5
789 =================================================
790 * Thread-related changes
791 - Fix build issues on HP-UX [Paul Cornett]
792 - Threadsafe access to flags stored in datasets [Tim Janik]
793 - Fix several issues with atomic refcounting for
794 closures, objects and paramspecs [Tim]
795 - Improve tests for atomic refcounting changes [Tim]
796 * Fix handling of stateful encodings in g_convert_* [Matthias]
797 * Fix translation of GOption help output [Dan Winship]
798 * Catch format errors in translations. This may cause
799 "make check" to fail when using older versions
800 of gettext [Matthias]
801 * Win32 bug fixes [Tor Lillqvist]
802 * Documentation improvements [Ross Burton, Jochen Baier,
804 * New and updated translations (de,fi,gu,pl,pt,tr,zh_TW)
806 Overview of Changes from GLib 2.7.3 to GLib 2.7.4
807 =================================================
808 * Fix g_atomic_pointer_compare_and_exchange
809 on Sparc64 [Gert Doering]
810 * Fix a hang in g_thread_pool_free. [Hong Jen Yee]
811 * Win32 bug fixes [Tor Lillquist]
812 * Other bug fixes [Benoit Dejean, Manish Singh]
813 * Documentation improvements [Bryan Silverthorn,
815 * New and updated translations (de,lt,sq,zh_CN)
817 Overview of Changes from GLib 2.7.2 to GLib 2.7.3
818 =================================================
820 - Allow callbacks with optional arguments [Pawel Sliwowski]
821 - Allow to turn off the automatic long option name
822 disambiguation [Adam McLaurin]
823 - Only allow printable ASCII as short option names [Matthias]
825 - Build fixes [Tor Lillqvist]
826 - Rewrite iochannel socket implementation [Tor]
828 - Threadsafety improvements; in particular, refcounting
829 of objects is done atomically now. [Wim Taymans, Tim Janik]
830 * Bug fixes [Morten Welinder, Matthias, Wim Taymans]
831 * Documentation improvements [Richard Laager, Matthias]
832 * New and improved translations (bf,cs,hu,nb,nl,no)
834 Overview of Changes from GLib 2.7.1 to GLib 2.7.2
835 =================================================
836 * Win32 build fixes [Hans Breuer]
837 * Bug fixes [Mikael Magnusson]
838 * Documentation improvements [Matthias Clasen]
839 * New and updated translations (en_CA,es,et,ja,sr,sr@Latn,zh_TW)
841 Overview of Changes from GLib 2.7.0 to GLib 2.7.1
842 =================================================
844 - Allow callback arguments without parameters [Dan Winship]
845 * GMappedFile: an mmap wrapper [David Schleef, Behdad Esfahbod]
846 * Misc new functions:
847 - g_get_host_name [Tor Lillqvist]
848 - g_mkdir_with_parents [Tor]
849 - g_build_pathv, g_build_filenamev [Todd A. Fisher,
851 * Bug fixes [Roger Leigh, Masatake YAMATO, Kjartan Maraas,
852 Manish Singh, Tor, Murray Cumming, Kian Duffy, Morten Welinder]
853 * Documentation improvements [Hong Gang XU, Dan Winship, Matthias]
854 * New and updated translations (bg,cs,da,en_CA,es,et,nb,nl,no,
857 Overview of Changes from GLib 2.6.x to GLib 2.7.0
858 =================================================
860 - Add unit tests [Matthias Clasen, Suren A. Chilingaryan]
861 - Accept \r\n as line end [Bastian Nocera]
862 - Don't interpret leading zeros as octal numbers. [Matthias]
863 - Make key and group removal work [David Hoover, Matthias Hasselmann]
865 - Improve formatting of --help output [Matthias, Noah Levitt]
866 - Accept -? [Matthias]
867 - Warn about duplicate main groups [Jeff Franks]
868 - Treat '-' as non-option argument [Tim Musson, Thomas Leonard]
869 - Report missing arguments as errors [Björn Lindqvist]
870 - Add a boxed type for GDate [Tim-Philipp Müller]
872 - g_tree_remove() and g_tree_steal() return status information [Matthew F. Barnes]
874 - Work regardless of large file support [Manish Singh]
875 - Add g_access(), g_chmod(), g_creat(), g_chdir [Tor Lillqvist]
877 - Implement "toggle references" to help language bindings [Owen Taylor]
878 - Allow to mark names, nicks and blurbs of pspecs as static [Ben Maurer, Matthias]
879 - Make pspec lookup a bit faster [Morten Welinder]
880 * Add g_listenv() to list all set environment variables [Hans Petter Jansson]
881 * Add g_file_set_contents() to atomically write a file. [Søren Sandmann,
882 Sven Neumann, Manish, Alexis S. L. Carvalho]
883 * Add g_try_malloc(), g_try_new(), g_try_new0() and g_try_renew() [Stefan Kost]
884 * Add g_utf8_collate_key_for_filename() to sort filenames taking
885 extensions and numeric suffixes into account. [Ole Laursen, Alex Larsson]
886 * Add G_GNUC_NULL_TERMINATED to mark varargs function with
887 NULL-terminated argument lists. [Marc Meissner]
889 - Improved debugability [Ulf Lamping, Hans Breuer]
890 - Make filename handling more robust [Tor, Billy Skaggs]
891 - Improve g_get_system_data_dirs() [Tor]
892 - Use more precise timers [Tor]
893 - Build fixes [Kazuki Iwamoto, Hans, Tor, Robert Ögren]
894 * Other bug fixes [Roger Leigh, Owen, Matthias, Morten, Kjartan Maraas,
895 Pawel Sakowski, Tor, Simon Budig, Ed Avis, Manish, Nicolas Laurent,
896 Bastien, Fabrício Barros Cabral, Michael Banck, Daniel Atallah,
897 J. Ali Harlow, Tim Janik, Hazael Maldonado Torres, Sven, Jon-Kare Hellan,
898 Dave Benson, Tommi Komulainen, Benjamin Otte, Brian Cameron, Changwoo Ryu,
899 Christian Biere, Noah, Benoît Carpentier]
900 * Documentation improvements [Vincent Untz, Matthias, Tim-Philipp Müller,
901 Morten, Matthew, Federico Mena Quintero, Sebastian Bacher, Oliver Sessink,
902 Stefan, Jared Lash, Tor, Owen, Daniel Vaillard, Mathieu Lacage]
903 * New and updated translations (ca,cs,da,el,en_CA,en_GB,es,et,eu,fa,fr,gl,
904 hu,id,it,lt,mn,ne,nl,pl,pt,pt_BR,ro,rw,sk,sq,sr,sr@Latn,tl,uk,xh,zh_CN)
906 Overview of Changes from GLib 2.6.0 to GLib 2.6.1
907 =================================================
909 - Make gtk_init(NULL, NULL) work again [Marcin Krzyzanowski]
910 - Improve handling of -- [Matthias Clasen]
911 - Don't show G_OPTION_REMAINING in --help output [Matthew F. Barnes]
912 * g_find_program_in_path() doesn't return directories [Tommi Komulainen]
913 * Add gmodule-export-2.0.pc [Matthias]
915 - Improve hangling of UNC paths [Tor Lillqvist]
916 - g_getenv(), g_setenv(), g_unsetenv(), g_find_program_in_path()
917 take and return UTF-8 now [Tor]
918 - Make g_file_test() work more reliably, and use PATHEXT
919 when check for executables [Tor]
920 - Build and cross-compilation fixes [J. Ali Harlow]
921 * Other bug fixes [Jens Hatlak, Morten Welinder,
922 Tor, Kalpesh Shah, Adrian Bunk]
923 * Documentation improvements [Marcin Krzyzanowski, Tor, Crispin
924 Flowerday, Mariano Suárez-Alvarez, Christian Biere, Danny Milo,
925 Vincent Untz, Bastien Nocera]
926 * New and updated translations (cy,de,nl,ru,sq,sv)
928 Overview of Changes from GLib 2.4.x to GLib 2.6.0
929 =================================================
932 - GOption, a commandline option parser
933 - GKeyFile, a parser/editor for the .ini like files
934 - Functions to support the XDG basedir specification
935 - Wrappers for common POSIX pathname functions to handle filename
936 encodings consistently. On Windows, these use UTF-8.
938 * Miscellaneous new functions
939 - g_filename_display_name() converts filenames in displayable UTF-8 strings
940 - g_uri_list_extract_uris() splits uri lists
941 - g_date_get_iso8601_week_of_year() gets ISO 8601 week numbers
942 - g_log_set_default_handler() installs an alternate default log handler
943 - g_get_language_names() obtains a list of applicable locale names
944 - g_strv_length() calculates the length of NULL-terminated string arrays
945 - g_win32_get_windows_version() determines the Windows version
946 - G_GNUC_INTERNAL marks functions as non-exported
947 - glib_check_version() checks the GLib version at runtime
948 - g_debug() completes the family of logging functions
950 * Performance improvements
951 - Optimize g_utf8_validate()
952 - Optimize g_markup_parse_context_parse()
953 - Reduce signal connection complexity from O(n) to O(1)
954 - Get rid of many PLT entries for internally used exported symbols
955 - Reduce code size by removing literal strings from g_return_if_fail()
958 - On Windows, GLib functions that take file name arguments now require
959 those to be in UTF-8. Functions that return file names return UTF-8.
960 - Use higher precision for mathematical constants
961 - Don't convert to/from UTF-8 in g_filename_to_uri/g_filename_from_uri
962 - Support ll as printf format modifier for long long on all platforms
963 - Clean up the ABI and enforce the list of exported symbols
964 - Add a .pc file for using gmodule in libraries
967 Overview of Changes from GLib 2.5.7 to GLib 2.6.0
968 =================================================
969 * GOption: Don't list help options if group-specific
970 options have been requested [Glynn Foster]
971 * Make g_get_language_names() track locale changes [Christian Persch]
972 * Win32 bug fixes [Tor Lillqvist]
973 * Bug fixes [Philippe Blain, Owen Taylor, Sebastian Wilhelmi]
974 * New and updated translations (da,es,ja,lt,zh_CN)
975 Bugs fixed: 159530,100697,160271,160645,157255
977 Overview of Changes from GLib 2.5.6 to GLib 2.5.7
978 =================================================
979 * Optimize g_utf8_validate() [Owen Taylor, Matthias Clasen]
980 * Optimize g_markup_parse_context_parse() [Havoc Pennington,
982 * Reduce signal connection complexity from O(n) to O(1)
984 * Add a .pc file for using gmodule in libraries [Owen]
985 * Add G_GNUC_MALLOC to mark functions returning newly
986 allocated memory [Matthias]
987 * Win32 bug fixes [Hans Breuer, Tor Lillqvist, Robert Ögren,
989 * Bug fixes [Kazuki IWAMOTO, Matthias, Manish Singh, Morten,
990 Frederic Crozat, Tor]
991 * Documentation improvements [Matthias, Tor, Owen]
992 * New and updated translations (cs,da,de,en_CA,en_GB,es,nb,nl,sq,zh_CN)
994 Overview of Changes from GLib 2.5.5 to GLib 2.5.6
995 =================================================
997 - Add G_OPTION_FLAG_REVERSE to allow options
998 which unset a boolean variable [Tor Lillqvist]
1000 - Use sigaction instead of signal [Jonas Jonnson,
1002 - Make the very first SIGCHLD work [Gustavo Carneiro]
1003 * Bug fixes [Morten Welinder, Tor, David MacLachlan,
1004 Manish Singh, J. Ali Harlow]
1005 * Documentation improvements [Matthias Clasen, Tor]
1006 * Updated translations (da,ja,tr,zh_CN)
1008 Overview of Changes from GLib 2.5.4 to GLib 2.5.5
1009 =================================================
1011 - Cleanups, add more error checking [Ray Strode]
1012 - Fall back to the untranslated string when getting
1013 locale strings [Mark McLoughlin]
1015 - Document GOption [Matthias Clasen]
1016 - Better support for rest arguments [Owen Taylor, Matthias]
1017 - Handle conflicts between groups [Matthias]
1018 * Add g_lstat() to the stdio wrappers [Tor Lillqvist]
1019 * Add g_filename_display_name() to convert filenames
1020 in displayable UTF-8 strings [Alex Larsson, Matthias]
1021 * Win32 bug fixes [Kazuki IWAMOTO, Hans Breuer, Tor]
1022 * Bug fixes [Christophe Fergeau, Morten Welinder,
1023 Owen, Kjartan Maraas, Mark]
1024 * Documentation improvements [Matthias, Tor]
1026 Overview of Changes from GLib 2.5.3 to GLib 2.5.4
1027 =================================================
1028 Add GKeyFile, a parser/editor for the .ini like files used in various
1029 freedesktop.org specifications. [Ray Strode]
1030 Make the handling of filename encodings consistent across all
1031 GLib functions, introduce wrappers for common POSIX
1032 functions which accept the same filename encoding. [Tor Lillqvist,
1035 - Rename g_context_option_error_quark() to a more language-binding
1036 friendly name [Murray Cumming]
1037 - Accept backslashes in filenames on Win32 [Tor Lillqvist]
1038 * Strip the internal aliasing prefix IA__ from function names in
1039 assertions [Matthias Clasen]
1040 * Add a function to split uri lists. [Matthias]
1042 - Don't open console windows [Tor]
1043 * Other bug fixes [Philippe Blain, Robert Ögren, Hidetaka Iwai, Matthias,
1044 Morten Welinder, Mats-Ola Persson, Tor, Nickolay V. Shmyrev, Kjartan Maraas,
1045 Anders Carlsson, Tim-Philipp Müller, Lucas Rocha, Andrea Campi, Manish
1046 Singh, Thomas Fitzsimmons, Kazuki IWAMOTO]
1047 * Documentation improvements [Matthias, Linus Walleij, Nickolay, Philippe,
1048 Adam Hooper, Gustavo Carneiro]
1049 * New and updated translations (cs,en_CA,en_GB,ja,nb,nl,or,sr,sr@Latn,sq)
1051 Overview of Changes from GLib 2.5.2 to GLib 2.5.3
1052 =================================================
1054 - set the program name from argv[0] [Masatake YAMATO]
1055 - make contexts work without a main group [Anders Carlsson]
1057 - Get rid of many PLT entries for internally used exported symbols,
1058 and clean up the ABI at the same time and make make check check the
1059 list of exported symbols. [Matthias Clasen]
1060 * Add API to get ISO 8601 week numbers [Niklas Lundell]
1061 * Add API to install an alternate default log handler [Darin Adler]
1062 * Add API to obtain a list of applicable locale names [Hidetoshi Tajima]
1063 * Reduce code size bloat by removing literal strings from
1064 the g_return_if_fail() macros [Owen Taylor]
1065 * Add g_strv_length [Tim-Philipp Müller]
1067 - Add API to determine the Windows version [Tor Lillqvist]
1068 * Other bug fixes [Stepan Kasal, Anders, Tor, Kazuki Iwamoto,
1070 * Documentation improvements [Morten Welinder, Matthias]
1071 * New and updated translations (es,nn,ro)
1073 Overview of Changes from GLib 2.5.1 to GLib 2.5.2
1074 =================================================
1075 * Add G_GNUC_INTERNAL macro [Arjan van de Ven]
1076 * Add GOption, a commandline option parser [Anders Carlsson]
1077 * Add glib_check_version [Michael Natterer]
1078 * Add XDG basedir API [Ray Strode]
1079 * Require ngettext [Danilo Segan]
1080 * Bug fixes [Manish Singh, Ray Strode, Vincent Noel,
1081 Jon-Kare Hellan, Jody Goldberg]
1082 * Win32 bug fixes [Tor Lillqvist, Hans Breuer, Peter Zelezny]
1083 * Documentation improvements [Matthias Clasen, Vincent Untz, Christian Persch]
1084 * New and updated translations (bs,eu,fi,gu,ne,pa)
1086 Overview of Changes from GLib 2.5.0 to GLib 2.5.1
1087 =================================================
1089 * Bug fixes [Oliver Guntermann, Sven Neumann, James
1090 Henstridge, Hiroyuki Ikezoe, Matthias Clasen, Robert
1091 Ögren, Tommi Komulainen]
1092 * Documentation improvements [Soeren Sandmann,
1093 Christophe Fergeau, Danek Duvall]
1094 * New and updated translations (eu,hi)
1096 Overview of Changes from GLib 2.4.1 to GLib 2.5.0
1097 =================================================
1099 * New functions g_debug [Sven Herzberg]
1100 * Use higher precision for mathematical constants [Morten
1102 * Don't convert to/from UTF-8 in g_filename_{to,from}_uri
1103 [Federico Mena Quintero]
1105 - Handle empty digit string in printf() functions
1106 correctly [Tor Lillqvist]
1107 - Support ll as format modifier for long long [Tor]
1108 - Be more careful about HOME [Tor, Ivan Wong]
1109 - Bug fixes [John Ehresman]
1110 * Miscellaneous bug and portability fixes [Danilo Segan,
1111 Owen Taylor, Nikolai Weibull, Benoît Carpentier, Morten
1112 Welinder, Manish Singh, Sven Neumann, Julio M. Merino Vidal,
1113 Kaz Sasayama, Murray Cumming, Federico, Mariano Suarez-Alvarez]
1114 * Documentation updates [Matthias Clasen, Crispin Flowerday,
1115 Tommi Komulainen, Federico Mena Quintero, Ed Griffiths]
1116 * New and updated translations (ja,ne,no,wa)
1118 Overview of Changes from GLib 2.4.0 to GLib 2.4.1
1119 =================================================
1121 * Win32 bug fixes [Tor Lillqvist, Roger Leigh, John Ehresman]
1122 * Miscellaneous bug and portability fixes [Owen Taylor,
1123 Matthias Clasen, Jonas Jonsson, Christian Krause,
1124 Nickolay V. Shmyrev, Christophe Saout, Philippe Blain,
1126 * Documentation updates [Matthias]
1127 * New and updated translations (ca,cs,cy,el,en_CA,en_GB,es,eu,fi,
1128 fr,gu,he,id,nl,pt,pl,ru,sr,sr@ije,sr@Latn,sv,uk)
1130 Overview of Changes from GLib 2.3.6 to GLib 2.4.0
1131 =================================================
1133 * Handle invalid-UTF-8 in g_log() properly [Matthias Clasen]
1134 * Win32 bug fixes [Tor Lillqvist, Bruce Hochstetler]
1135 * Miscellaneous bug and portability fixes [Olivier Biot, David L. Cooper II,
1136 Kjartan Maraas, Frédéric L. W. Meunier, Christof Petig, Manish Singh,
1138 * Documentation updates [Owen]
1139 * Updated translations (hr,ro)
1141 Overview of Changes from GLib 2.3.5 to GLib 2.3.6
1142 =================================================
1144 * GAtomic bug fixes [Sebastian Wilhelmi, Mark McLoughlin]
1145 * GMain threading fixes and improvements [Sebastian]
1146 * Win32 [Tor Lillqvist]
1147 - restore some symbols extraneously exported from gobject to maintain ABI compatibility
1148 - Misc build improvements and fixes [Tor, Cedric Gustin, Hans Breuer]
1149 * Documentation updates [Sebastian, Takeshi AIHANA, Matthias, Sven Herzberg]
1150 * New and updated translations (be,es,fi,ga,pa,sr@ije,zh_CN)
1152 Overview of Changes from GLib 2.3.3 to GLib 2.3.5
1153 =================================================
1155 * Make glib-mkenums parse initializers with macros. [Matthias Clasen, muppet]
1156 * Respect locale era in g_date_set_parse(). [Theppitak Karoonboonyanan]
1157 * Add atomic operations and use it for the async queue and
1158 gonce implementation. [Sebastian Wilhelmi]
1159 * Documentation improvements [Sebastian, Matthias, Sven Herzberg]
1160 * Add g_main_depth() for finding the recursion depth of the main
1161 loop [Owen Taylor, Tim Janik, Stefan Westerfeld]
1162 * Add g_spawn_close_pid(), needed on win32 [J. Ali]
1163 * Win32 fixes. [Hans Breuer, J. Ali Harlow]
1164 * Misc bugfixes [Sebastian, Matthias, Balazs Scheidler, Owen]
1165 * Updated translations (cy,et,ga,sq)
1167 Overview of Changes from GLib 2.3.2 to GLib 2.3.3
1168 =================================================
1170 * Add a native AIX gmodule implementation. [Laurent Vivier]
1171 * Add g_node_copy_deep(). [James M. Cape, Matthias Clasen]
1172 * Extend GQueue API to match the GList API. [Soeren Sandmann]
1173 * Add g_hash_table_find(). [Tim Janik]
1174 * Add a G_MODULE_BIND_LOCAL flag. [David Schleef]
1175 * Inline g_string_append_c() when possible. [Owen Taylor, Tim]
1176 * Wrap waitpid() as a GSource. [Jonathan R. Blandford]
1177 * Add g_completion_complete_utf8(). [Theppitak Karoonboonyanan,
1179 * Add g_strsplit_set(). [Soeren]
1180 * Documentation improvements. [Vincent Untz, Sebastian Wilhelmi,
1182 * Win32 build fixes. [Tor Lillqvist]
1183 * Misc bugfixes [Manish Singh, Noah Levitt, Simon Josefsson,
1184 Morten Welinder, Damien Carbery, Julio M. Merino Vidal, Sebastian,
1186 * Updated translations (nn,cs,it,ko,sq,ms,az,hr,uk,sr,sr@Latn,sq,ta)
1188 Overview of Changes from GLib 2.3.1 to GLib 2.3.2
1189 =================================================
1191 * Add G_MAXSIZE. [Manish Singh]
1192 * Add g_rand_new_with_seed_array(), g_rand_set_seed_array(),
1193 implementing the init-by-array functionality of the
1194 original mersenne twister. Add g_rand_copy(). Improve seeding.
1196 * Add a lowercase_name option to glib-mkenums. [Murray Cumming]
1197 * Add g_ptr_array_foreach(). [Matthias Clasen]
1198 * Add g_timer_continue(). [Tim-Philipp Müller]
1199 * Fix a threadsafety issue in mem chunks. [Matthias, Balazs Scheidler]
1200 * Fix g_filename_{to,from}_utf8() on Win32 and improve
1201 g_file_test() there too [Hans Breuer]
1202 * Add a boxed type for NULL-terminated string arrays. [Matthias]
1203 * Add G_DEFINE_TYPE() plus variants to ease the constuction
1204 of GObject boilerplate code. [Tim Janik]
1205 * Support & in password GECOS field [Matthias, Soeren Boll Overgaard]
1206 * Documentation improvements [Matthias, Manish]
1207 * Win32 build fixes [Hans]
1208 * Misc bug fixes [Damien Carbery, Matthias, Manish, Olivier Poncet,
1210 * Updated translations (ar,de,fa,ga,mn,nn,no,sq)
1212 Overview of Changes from GLib 2.3.0 to GLib-2.3.1
1213 =================================================
1215 * Add glib/gi18n.h and glib/gi18n-lib.h for common
1216 gettext support, including a Q_() macro for translation
1217 with context [Matthias Clasen]
1218 * Add a more flexible G_FILENAME_ENCODING variable
1219 as a replacement for G_BROKEN_FILENAMES [Matthias]
1220 * Fix the return value g_main_context_iterate() for
1221 newly ready sources [Padraig O'Briain]
1222 * Handle Hangul composition for normalization [Noah Levitt]
1223 * Add G_{MIN,MAX,MAXU}INT{8,16,32}. [Mark Jones, Matthias]
1224 * Add G_GSIZE_FORMAT/G_SSIZE_FORMAT [Manish Singh]
1225 * Add G_STRFUNC as a portable wrapper for __func__ [Tim Janik]
1226 * Documentation improvements [Matthias]
1227 * GObject [Tim Janik]
1228 - Support '-' in g_signal_connect()/disconnect() names
1229 like 'swapped-signal'.
1230 - Add g_type_class_peek_static() and use to optimize
1231 g_object_new() for static types [Tim]
1232 - Allow setting construct-only properties from within
1233 init() implementations
1234 - Enforce readability/writeability in g_object_set/get()
1235 * Fix bug with g_ascii_strtod and multi-byte separator.
1236 [Behdad Esfahbod, Roozbeh Pournader]
1237 * Misc bug fixes [Matthias, John Ehresman, Andrew Lanoix,
1238 Tor Lillqvist, Mark McLoughlin, Tim-Philipp Müller, Manish,
1240 * Updated translations (ca,cs,da,es,fr,ja,nn,no,pt,ru)
1242 Overview of Changes from GLib 2.2.x to GLib-2.3.0
1243 =================================================
1245 * Replace Trio printf by gnulib vasnprintf [Matthias Clasen]
1246 * Update Unicode data to Unicode 4.0 [Noah Levitt]
1247 * Support XML-safe formatted output with
1248 g_markup_[v]printf_escaped [Owen Taylor]
1249 * Add g_file_read_link to read symbolic links [Matthias]
1250 * Add g_unichar_get_mirror_char to obtain the
1251 mirrored variant of a character [Noah]
1252 * Support for one-time initialization functions.
1253 [Sebastian Wilhelmi]
1254 * Miscellaneous API additions: g_vasprintf
1255 g_string_chunk_insert_len, g_setenv, g_unsetenv [Matthias]
1256 * Docs improvements [Matthias]
1257 * Add support instance-private data on classed types
1258 [Mark McLoughlin, Tim Janik, Owen]
1259 * Optimize signal emissions [Soeren Sandmann, Tim]
1260 * Support a "default vtable" per interface [Tim]
1261 * Add support for properties on interfaces [Owen, Tim]
1262 * Miscellaneous API additions: g_value_take_string(),
1263 g_value_take_param(), g_value_take_object(),
1264 g_value_take_boxed(). [Matthias]
1265 * Win32 build fixes [Tor Lillqvist]
1267 Overview of Changes from GLib 2.1.5 to GLib-2.2.0
1268 =================================================
1270 * Fix a problem with g_thread_init() on 64-bit problems
1271 [Alceste Scalas, Sebastian Wilhelmi]
1272 * Add assembly implementations of byteswap macros
1273 for ia64 and x86_64. [Manish Singh]
1274 * IOChannel fixes for Win32 [Tor Lillqvist, Thorsten Maerz]
1275 * Updated translations (bg,ca,es,da,fi,lv,ru,sk)
1277 Overview of Changes from GLib 2.1.4 to GLib-2.1.5
1278 =================================================
1280 * Win32 bug fixes [Tor Lillqvist]
1281 * Various post-rewrite fixes for glib-gettext.m4 [Owen Taylor,
1282 Jody Goldberg, Kjartan Maraas, Johannes Stezenbach]
1283 * Ensure we have a GUINT64_FORMAT by pulling in Trio
1284 if necessary [Manish Singh]
1285 * Further Trio build fixes [Matthias Clasen, Owen]
1286 * Hack around gcc, libtool issues with -pthread [Owen]
1287 * Docs improvements [Matthias]
1288 * Bug and portability fixes
1289 * Updated and new translations (bg,de,fi,fr,sq,fr)
1291 Other contributors: Kai Poitschke, Morten Welinder
1293 Overview of Changes from GLib 2.1.3 to GLib-2.1.4
1294 =================================================
1296 * autoconf changes to make it possible to cross compile
1297 GLib. [Owen Taylor, Dan Kegel, Amy Lin, Dimi Shahbaz,
1298 Johannes Stezenbach]
1299 * Use libintl when it has bind_textdomain_codeset() and
1300 GLib doesn't. [Owen]
1301 * Improve generation of pseudo-random integers [Morten Welinder,
1303 * Avoid literal UTF-8 in favor of octal escapes [Owen, Tomas Ogren]
1304 * Cleanup include order [Sven Neumann]
1305 * autoconf cleanups and bug fixes [Daniel, Matthias Clasen, Owen]
1306 * Doc fixes and additions [Matthias]
1308 Other contributors: James M. Cape, Frederic Crozat, Martin Gansser,
1309 Phuc LeHong, Manish Singh, Joshua Weage, Morten Welinder
1311 Overview of Changes from GLib 2.0.x to GLib-2.1.x
1312 =================================================
1314 * Add copy of the Trio library to build and use for printf() when
1315 system printf isn't good enough. Add g_printf()/etc. [Matthias Clasen]
1316 * Add g_str_has_suffix()/g_str_has_prefix() [Alex Larsson]
1317 * Add g_markup_parse_context_get_element() [Matthias]
1318 * Add g_utf8_strreverse [Matthias]
1319 * Add g_ascii_strtoull() [Tim Janik]
1320 * Support scanning of 64-bit values with GScanner [Tim]
1321 * Add g_set/get_application_name() [Havoc Pennington]
1322 * Add G_LIKELY()/G_UNLIKELY() macros for hinting branch probabilities.
1323 Use for g_return_if_fail(). [Matthias Clasen]
1324 * Add G_GNUC_DEPRECATED macro [Tom Tromey]
1325 * Improve the seeding algorithm of GRandom to avoid problems
1326 with certain pathological seeds. Support G_RANDOM_VERSION=2.0
1327 environment variable. [Sebastian Wilhelmi]
1328 * Improve thread configure checks, use -pthread where applicable
1330 * Improve handlng of thread priorities [Sebastian]
1331 * Fix up parameter names that might shadow functions from
1332 system headers [Soeren Sandmann]
1333 * Clean up usage of deprecated functions [Manish Singh]
1334 * Docs fixes and improvements. In particular, include "Since" information.
1335 [Matthias, Soeren, Martin Schulze, Daryll Strauss, Bill Janssen,
1336 Owen Taylor, Morten Welinder].
1338 Overview of Changes in GLib 2.0.7
1339 =================================
1341 * Fix C++ warnings in gtype.h [Dom Lachowicz]
1342 * Fix g_type_fundamental_next() [Tim Janik]
1343 * Fix various missing includes of config.h [Morten Welinder]
1344 * Handle main loop initialization before g_thread_init [Sebastian Wilhelmi]
1345 * Various 64-bit fixes [Manish Singh]
1346 * Fix GPoll on Win32 [Tor Lillqvist, Herman Bloggs]
1347 * Fix bug with buffering on UTF-8 IOChannels [Daniel Elstner]
1348 * Misc bug and build fixes [Soren Andersen, Gustavo Carneiro, Tor,
1349 Tim, Havoc Pennington, Matthias Clasen, Sebastian Rittau,
1350 Masahiro Sakai, Arvind Samptur, HideToshi Tajima, Owen Taylor]
1351 * Updated and new translations (be,cs,de,*fa,it,lv,pt_BR,tr)
1353 Overview of Changes in GLib 2.0.6
1354 =================================
1356 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
1357 * Clean up debug spew from GObject [Anders Carlsson]
1358 * Compiler warning fixes [David L. Cooper II]
1359 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
1360 * Fixes for --disable-debug [Sebastian Wilhelmi]
1361 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann,
1362 Rajkumar Sivasamy, Laurent Vivier]
1363 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat,
1364 Sebastian Rittau, Linus Welleij]
1365 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
1366 * Updated translations (bg,ko,vi)
1368 Overview of Changes in GLib 2.0.5
1369 =================================
1371 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
1372 * Clean up debug spew from GObject [Anders Carlsson]
1373 * Compiler warning fixes [David L. Cooper II]
1374 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
1375 * Fixes for --disable-debug [Sebastian Wilhelmi]
1376 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann,
1377 Rajkumar Sivasamy, Laurent Vivier]
1378 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat,
1379 Sebastian Rittau, Linus Welleij]
1380 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
1381 * Updated translations (bg,ko,vi)
1383 Overview of Changes in GLib 2.0.4
1384 =================================
1386 * Fix some 64-bit problems. (George Lebl, David L. Cooper II)
1387 * Add note about Tru64 iconv to INSTALL. (Manuel Op de Coul)
1388 * Fix problem with timouts > MAXINT. (Tim Janik, Owen Taylor)
1389 * Updated translations (ca,es,fr,ja,gl,ms,nl,pl,pt,ru)
1391 Overview of Changes in GLib 2.0.3
1392 =================================
1394 * Handle sorting 0-length arrays (Ron Arts)
1395 * Threading fixes (Sebastian Wilhelmi)
1396 * Portability fixes (Miroslaw Dobrzanski-Neumann, Jacob Berkman, Gareth Pierce,
1397 Sebastian, Qingjiang Yuan)
1398 * Various fixes for glib-2.0.m4. (Jim Gettys, others.)
1399 * Locate right glib-genmarshal when cross-compiling. (Mitch Natterer)
1400 * Win32 fixes (Tor Lillqvist)
1401 * Try to fix g_get_charset() related segfaults. (Owen)
1402 * Fixes for gettext detection. (Dan Winship, HideToshi Tajima, Boyd Lynn Gerber,
1403 Andrew P. Lentvorski, Jr.)
1404 * Fix g_scanner_unexp_token() (Tim Janik, Sven Neumann)
1405 * g_markup fixes. (Matthias Clasen.)
1406 * Bug fixes and cleanups (Daniel Elstner, Matthias, Laszlo Peter, Morten Welinder,
1409 Overview of Changes in GLib 2.0.1
1410 =================================
1412 * Portability fixes for Sun's Forte compiler [Erwann Chenede]
1413 * Performance improvements for GObject parameter lookup,
1414 g_filename_to/from_utf8() [Alex Larsson]
1415 * Actually check interface prerequisites [Matthias Clasen,
1416 Miroslaw Dobrzanski-Neumann]
1417 * Fix problem with glib-mkenums taking huge amounts of stack. [Owen Taylor]
1418 * Fix g_signal_handlers_disconnect_by_func() for C++ [Damien Sandras]
1419 * Fixes for g_log() and threading.
1420 [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, Tim Janik]
1421 * Make g_print(), g_printerr(), g_warning(), etc, convert from
1422 UTF-8 to the encoding of the locale [Sebastian Wilhelmi, Tim]
1423 * Fixes for GIOChannel on windows. [Tor Lillqvist]
1424 * Fix gsize/gint mismatches in giochannel.c [Miroslaw Dobrzanski-Neumann]
1425 * Fix file descriptor leak in g_file_get_contents() [Matthias]
1426 * Workaround iconv() problems on older Solaris [Lauri Alanko]
1427 * Fix warnings with gcc-3.1 about asm const [Cody Russel]
1430 Other contributors: Hans Breuer, LEE Sau Dan, Sven Neumann, Salmaso Raffaele,
1431 Akira Tagoh, Morten Welinder
1434 Overview of Changes in GLib 2.0.0
1435 =================================
1437 * Thread portability fixes [Sebastian Wilhelmi]
1438 * Documentation updates [Owen Taylor]
1439 * Make g_strerror(), g_strsignal() properly return UTF-8,
1440 call bind_text_domain_codeset() so that error strings
1441 are in UTF-8 as well. [Owen, Tor Lillqvist]
1443 Overview of Changes in GLib 2.0.0 rc1:
1444 ======================================
1446 * Win32 fixes [Tor Lillqvist]
1447 * Portability fixes [Finlay Dobbie, Miroslaw Dobrzanski-Neumann]
1448 * Fix up g_date_strftime [Daniel Elstner]
1449 * Add some structure padding [Tim Janik]
1450 * Make g_get_homedir() prefer the users home directory to $HOME
1452 Other contributors: Matthias Clasen, Paolo Maggi, Christian Rose
1454 Overview of Changes in GLib 1.3.15:
1455 ===================================
1457 * Speed up marshalers by using private access to GValue
1458 [Anders Carlsson, Tim Janik]
1459 * Reduce GValue to 2 elements [Tim]
1460 * Add G_DEBUG environment variable, G_DEBUG=fatal_warnings [Matthias Clasen]
1461 * Fixes for AIX compilation [Miroslaw Dobrzanski-Neumann]
1462 * Add padding to various structures [Owen Taylor, Tim]
1463 * Win32 fixes [Tor Lillqvist]
1465 Other contributors: James Henstridge, Ryan Lovett, Morten Welinder,
1468 Overview of Changes in GLib 1.3.14:
1469 ===================================
1471 * Register value transformations for gint64, guint64 [Andy Wingo]
1472 * Build with large-file support [Sven Neumann, Owen Taylor]
1473 * Fix handling of hostnames in URI's [Darin Adler]
1474 * Main loop bug fixes [Havoc Pennington, Owen]
1475 * Doc fixes and improvements [Manish Singh, Tim Janik]
1476 * Support ' as attribute delimiters in GMarkup [Matthias Clasen]
1477 * Win32 fixes [Hans Breuer, Tor Lillqvist]
1478 * Threading bug and build fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann]
1479 * Miscellaneous bug fixes
1481 Other contributors: Matthias Clasen, James Henstridge, Mitch Natterer,
1484 Overview of Changes in GLib 1.3.13:
1485 ===================================
1487 * Fix g_filename_to/from_uri for Win32 [Tor Lillqvist, Darin Adler]
1488 * Miscellaneous win32 fixes [Tor, Hans Breuer]
1489 * Fix thread options for gcc on AIX [Jerome Zago, Sebastian Wilhelmi]
1490 * Documentation improvements [Ron Steinke, Matthias, Sebastian]
1491 * Cache iconv converters as used by g_convert() [Jeffrey Stedfast]
1492 * Bug fixes [Sven Neumann, Owen Taylor, Matthias Clasen, Jeffrey,
1493 Laszlo Peter, Havoc Pennington, Tim Janik]
1495 Overview of Changes in GLib 1.3.12:
1496 ===================================
1498 * Implement closure chaining, fixing up API (Tim Janik)
1499 * Closure chaining test case (James Henstridge)
1500 * Make GType long not int where both are equal width (Tim)
1501 * Win32 fixes and improvements (Hans Breuer, Tor Lillqvist)
1502 * Fixes for NetBSD. (Dan Winship)
1503 * Use snprintf() for g_printf_string_upper_bound() where possible. (Matthias Clasen)
1504 * Save space for GBSearchArray (Tim Janik)
1505 * Documentation improvements. (Matthias, Sven Neumann, Havoc Pennington)
1507 Other contributors: Darin Adler, Chris Blizzard, Anders Carlson, Daniel Elstner, Michael Meeks,
1508 Mark McLoughlin, Dave Neary, Manish Singh, Owen Taylor, HideToshi Tajima,
1512 Overview of Changes in GLib 1.3.11:
1513 ===================================
1515 * Win32 fixes [Hans Breuer, Tor Lillqvist]
1516 * Documentation improvements [Matthias Clasen]
1517 * Portable directory handling API [Hans]
1518 * Threading fixes [Sebastian Wilhelmi, Havoc Pennington]
1519 * Fix excess relocations in Unicode tables [Andrew Taylor]
1520 * Fix gpattern for UTF-8 [Matthias Clasen]
1521 * Support overriding class closures [Tim Janik]
1522 * Support for derivation from G_TYPE_POINTER [Owen Taylor]
1523 * Hide pointers to type information inside GType to reduce locking
1525 * Adds check for direct inclusion of gobject/*.h [Owen]
1526 * GObject API cleanups [Tim]
1528 Other contributors: Darin Adler, Jacob Berkman, Daniel Egger, Eric Lemings,
1529 Michael Meeks, Mark McLoughlin, Arkadiusz Miskiewicz, Dan Winship
1532 Overview of Changes in GLib 1.3.10:
1533 ===================================
1535 * Many Win32 fixes and improvements [Tor Lillqvist]
1536 * Documentation improvements [Matthias Clasen]
1537 * g_string_printfa() renamed to g_string_append_printf()
1538 * Use libcharset from libiconv to implement charset detection
1539 more portably. [Owen Taylor, Hidetoshi Tajima]
1540 * Add 64 bit type support to GObject [Joshua Pritikin, Mathieu Lacage, Owen]
1541 * Make support for 64 bit integers a requirement [Joshua]
1542 * GPattern improvements [Tim Janik, Matthias]
1543 * Locale independent g_ascii_strtod / g_ascii_dtostr [Alex Larsson]
1544 * Many bug fixes and minor tweaks.
1546 Other Contributors: Darin Adler, Jakub Jelinek, James Antill, Andrew Taylor,
1547 Ben Gertzfield, Elliot Lee, Manish Singh, Abel Cheung, Laszlo Peter,
1548 Sven Neumann, George Lebl, Raja Harinath, Sebastian Wilhelmi,
1552 Overview of Changes in GLib 1.3.9:
1553 ==================================
1555 * Fixes for comparison of threads [Sebastian Wilhelmi]
1556 * Use vasprintf() when possible for g_strdup_printf [Matthias Clasen]
1557 * Win32 fixes [Tor Lillqvist, Hans Breuer]
1558 * Add a len argument to g_ascii_strup/strdown
1559 * Bug, portability fixes, cleanups.
1561 Other Contributors: Darin Adler, Katsuhiro Okuno, Joshua N. Pritikin
1564 Overview of Changes in GLib 1.3.8:
1565 ==================================
1567 * Documentation updates [Owen]
1568 * Made GType interfaces overridable in derived types
1569 * Many win32 fixes [Tor Lillqvist]
1570 * Miscellaneous cleanups and fixes
1573 Darin Adler, Matthias Clasen, Ron Steinke, Hans Breuer, Alex Larsson
1576 Overview of Changes in GLib 1.3.7:
1577 ==================================
1579 * Integrate GClosure support into the main loop [Owen Taylor]
1580 * More GSignal convenience functions (macros) [Sven Neumann, Tim Janik]
1581 * Introduced weak references for GObject [James Henstridge, Sven, Tim]
1582 * Minor hash table optimizations
1583 * Main loop and threading improvements [Sebastian Wilhelmi]
1584 * Added g_ascii_* functions to be used for locale insensitive UTF-8
1585 compliant code instead of old string functions [Darin Adler, Alex Larsson]
1586 * Add functions for Unicode case-conversion, normalization, and
1587 collation [Owen]* GString improvements [Owen]
1588 * Reworked the GIOChannel code [Hidetoshi Tajima, Ron Steinke]
1589 * Removed glib-config-2.0 in favour of pkgconfig [Sebastian]
1590 * Make code 64bit clean [Mark Murnane]
1591 * More G_CONST_RETURN fixes
1592 * Many improvements to the win32 code [Tor Lillqvist, Hans Breuer]
1593 * Miscellaneous bug and API fixes
1596 Michael Natterer, Christopher James Lahey, Padraig O'Briain,
1597 Matthias Clasen, Josh Pritikin, Steve Baker, Cesar Rincon, Garry R. Osgood,
1598 Michael Meeks, Laszlo Peter, Martin Baulig, Kjartan Maraas, Andrew Lanoix,
1602 Overview of Changes in GLib 1.3.6:
1603 ==================================
1605 * Threads have a "return value" from g_thread_join
1606 * Removed ability to adjust thread stack size
1607 * Prefix warnings with progname/PID by default, change toggle for this to
1608 be an env variable G_MESSAGES_PREFIXED not a compile-time option
1610 * GDate const, convenience fixups
1611 * Include test cases that headers are compilable by C++ compiler
1612 * Add ability to spawn processes with argv[0] != executable path.
1613 * g_strstr_len, g_strrstr, g_strrstr_len
1614 * Add length argument to g_utf8_strchr and g_utf8_strrchr.
1618 Overview of Changes in GLib 1.3.5:
1619 ==================================
1621 * Added an installed glib-mkenums Perl program for parsing enumeration
1622 declarations from header files.
1623 * Mark some additional deprecated functions.
1624 * Bug and Portability fixes
1627 Overview of Changes in GLib 1.3.4:
1628 ==================================
1630 * Efficiency improvements for GThreadPool
1633 * Documentation improvements
1636 Overview of Changes in GLib 1.3.3:
1637 ==================================
1641 * More user_data support in various functions.
1642 * Main loop API revamps to support per-thread main loops.
1643 * Unicode handling improvements.
1644 * Implemented debugging traps.
1645 * G_CONST_RETURN specification all over the place.
1646 * Various new small utility functions.
1647 * Random number generator precision improvements.
1648 * New configure option --disable-mem-pools.
1649 * Many Win32 improvements.
1650 * Added g_try_malloc() friends varinats.
1651 * Many documentation improvements.
1652 * Many threading improvements, support for dynamic allocation
1654 * GHookLIst API cleanups.
1655 * Improved format support of GDate parser.
1656 * String function speed improvements with new g_stpcpy().
1657 * Hashtable API additions.
1658 * New GPatternSpec for shell-style pattern matching (from GtkPatternSpec).
1659 * Optimizations, cleanups, bug fixes.
1663 * Added many convenience functions.
1664 * GClosure and GParamSpec use float/sink ref-counting scheme now.
1665 * Reworked property change notification.
1666 * Binary searchable array cleanups, so it's widely usable now.
1667 * Added static content keeping for some GValue types.
1668 * Support for statically scoped signal parameters.
1669 * Extinguished property trailer args in set/get interface.
1670 * Added support for abstract types.
1671 * G_CONST_RETURN specification all over the place.
1672 * Split parameter exchange functionality into value transforms
1673 and parameter conversions.
1674 * Added signal emission hooks and signal accumulators.
1675 * Added interface prerequisites to support is_a (interface, object)
1677 * Implemented GValueArray.
1678 * New types, boxed: G_TYPE_VALUE, G_TYPE_CLOSURE, G_TYPE_GSTRING
1679 GParamSpecs: G_TYPE_PARAM_PARAM, G_TYPE_PARAM_POINTER, G_TYPE_PARAM_CLOSURE,
1680 G_TYPE_VALUE_ARRAY, G_TYPE_PARAM_UNICHAR, G_TYPE_PARAM_VALUE_ARRAY.
1681 * Varrags value collection improvements.
1682 * Implemented debugging traps.
1683 * Made things thread-safe.
1684 * Many documentation improvements.
1685 * Many cleanups, optimizations and bug fixes.
1688 Overview of Changes in GLib 1.3.2:
1689 ==================================
1693 * Win32 build improvements [Tor]
1694 * Improvements to error reporting
1695 (g_critical(), g_return_if_reached()) [Darin]
1696 * Add g_strlcpy/g_strlcat [David Wheeler]
1697 * New IO channel implementation for Win32 [Tor]
1698 * Make g_array_free, g_string_free return pointer to memory requested
1699 not to be freed. [Darin]
1700 * Added GError based error reporting for thread functions. [Sebastian]
1701 * Moved reference docs into GLib distribution. [Owen]
1702 * Added g_convert() for doing convenient character set conversions based
1703 on iconv. (GLib now requires libiconv or a native iconv.) [Havoc/Owen]
1704 * Various Unicode handling additions (g_ucs4_to_utf8, g_utf8_validate(),
1705 g_{locale,filename}_{to,from}_utf8) [Robert/Havoc/Owen]
1706 * Portability fixes for threading. [Sebastian]
1707 * Added convenient functions for launching new processes (g_spawn_*),
1708 and shell quoting/unquoting functions. [Havoc]
1709 * Split glib.h into many headers. [Sebastian]
1710 * Added a simple callback-based parser for XML-like files (GMarkup). [Havoc]
1711 * Fixed confusions between comparison functions that return <0, 0, >0
1712 and equaility functions that return FALSE,TRUE. [Sebastian]
1713 * Added safe/portable temporary file manipulation functions. [Tor]
1714 * autoconf improvements. [Raja]
1715 * Many documentation improvements.
1720 * Added boxed and pointer types. [Tim/Jonathan]
1721 * Added callback abstraction (GClosure) [Tim]
1722 * Added signal system (GSignal) [Tim]
1723 * Make GTypePlugin an interface [Tim]
1724 * Added GTypeModule - a simple GTypePlugin instantiation [Owen]
1728 What's new in GLib 1.3.1:
1729 =========================
1731 * New GObject library added including object system based on
1732 the GTK+ object system.
1733 * Functions for getting the properties of Unicode characters,
1734 computing the canonical decomposition and ordering combining
1735 characters aand manipulating UTF-8 string manipulation based
1737 * GString now properly handles embedded nuls.
1738 * Multiple fixes from the 1.2.x branch.
1739 * Upgrade to libtool 1.3.3
1740 * Full thread support (thread creation and destruction).
1741 * BeOS port, BeOS dynamic modules.
1742 * Many improvements to the Windows ports.
1743 * Improvements to the OS/2 port, OS/2 module support.
1744 * Double ended queue implementation.
1745 * GLib macros for printf() formatting, e.g. G_GULONG_FORMAT = "lu"
1746 * New configure option --enable-msg-prefix to prefix messages, warnings
1747 et ceteri with the program name and the process id.
1748 * New thread-safe random number generator Mersenne Twister.
1749 * g_strcompress() added, g_strescape() had a slight API change, and
1750 more tightly defined semantics.
1751 * the g_string(x) macro has been removed, #x may be used instead.