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