1 Overview of Changes from GLib 2.10.0 to GLib 2.10.1
2 ===================================================
5 314794 Broken pthread detection on Darwin [Gregor Riepl]
6 322476 Missing check for .dylib [Vladimir Panov]
7 333651 Inconsistent _g_charset_get_aliases prototype [Julio
9 333761 GInitiallyUnowned breaks application code [Sven Herzberg]
12 - Fix g_listenv() implementation.
13 - Allow up to 100 GPrivate structs
15 * Translation updates (fr,hu,lt,pl,sv)
18 Overview of Changes from GLib 2.9.6 to GLib 2.10.0
19 ==================================================
22 328997 64bit pointer trunction in glib slab-allocator
24 331110 g_cond_broadcast(inform_cond) without holding
25 inform_mutex [Chris Wilson, Sebastian Wilhelmi]
26 332093 Fix some leaks in the tests [Kjartan Maraas]
27 332435 g_utf8_strlen returns wrong value if a maximum
28 number of bytes to check is specified
30 331367 gslice requires more POSIX-like semantics for
31 GPrivate destructors [Tor Lillqvist]
33 * Documentation improvements [Matthias, Kang Jeong-Hee,
34 Tor Lillqvist, Stefan Kost]
36 * Translation updates (el,eu,ka,uk)
38 Overview of Changes from GLib 2.9.5 to GLib 2.9.6
39 =================================================
42 329124 distclean removes README [Kjartan Maraas, Tim Janik]
43 317679 GRelation field type not documented [Behdad Esfahbod]
44 329123 Typo in GTime docs [Kjartan Maraas]
46 * Documentation improvements [Sven Herzberg, David
47 Schleef, Kjartan Maraas, Behdad Esfahbod]
49 * Translation updates (cs,cy,it,ko,pt,sq,sr,sr@Latn,ru
51 Overview of Changes from GLib 2.9.4 to GLib 2.9.5
52 =================================================
55 Runtime debugging support: The slice allocator
56 can be turned off by setting G_SLICE=always-malloc
57 in the environment. Zeroing of freed memory can
58 now be turned on at runtime by setting
59 G_DEBUG=gc-friendly in the environment. [Tim Janik]
62 328253 HP-UX/IA-64 uses ".so" as default shared library
63 extension [Albert Chin]
64 143380 unicode-encoding test fails converting to UTF-16
65 with libiconv [Marc Moorcroft]
66 328254 Build breakage (GSlice) [Jens Ganseuer]
67 328705 C99ism in glib/gmem.c [Kazuki Iwamoto]
69 * Translation updates (da,et,zh_CN)
71 Overview of Changes from GLib 2.9.3 to GLib 2.9.4
72 =================================================
75 Fix a problem with g_object_compat_control() which
76 can lead to segfaults in GTK+ applications on 64bit
80 Unused threads now fall back to the global pool after
81 500 milliseconds, where they wait for another
82 max-idle-time milliseconds. [Sebastian Wilhelmi]
84 * Fix a memory allocation problem in GKeyFile. [Morten
88 Overview of Changes from GLib 2.9.2 to GLib 2.9.3
89 =================================================
92 - Replace the simple recursive implementation by
93 a nonrecursive, threaded one [Maurizio Monge]
95 * Change g_filename_display_name and
96 g_filename_display_basename to use the Unicode
97 replacement character U+FFFD instead of a question
98 mark, and don't append "(invalid encoding)" [Matthias]
100 * Documentation improvements [Sven Herzberg, Federico
101 Mena Quintero, Stefan Kost]
104 323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X
106 326558 Some test failures on IRIX 6.5 [Daichi Kawahata]
107 169285 "threaded" tree implementation for GTree
109 326747 g_filename_display_basename adds (invalid encoding)
112 Other contributors: Christian Kellner, Murray Cumming
114 New and updated translations (bg,ca,de,es,et,gu,ja,nl,th,vi)
117 Overview of Changes from GLib 2.9.1 to GLib 2.9.2
118 =================================================
121 - Add tests for cache colorization [Tim Janik]
122 - Minimize space consumption if small amounts of differently
123 sized slices are allocated, at a small performance cost. [Tim]
126 - Add g_atomic_pointer_set() and g_atomic_int_set() [Tim Janik,
128 - Add g_thread_pool_set_sort_function() to allow sorting the
129 tasks of a threadpool. [Martyn Russell]
130 - Add g_thread_pool_set_idle_time() to allow unused threads
131 to exit after a certain time. [Martyn]
134 - introduce a new type GInitiallyUnowned, which has an initial
135 floating reference. [Tim]
136 - Add support for GType parameters. [Matthias]
139 - Add g_main_context_is_owner() to determine if the current
140 thread is the owner of the context. [Michael Meeks]
142 * Provide g_access(), g_chdir(), g_unlink(), g_rmdir() as
143 wrapper functions instead of macros. [Manish Singh]
145 * Documentation improvements [Tim, Matthias, Federico Mena Quintero,
146 Stefan Kasal, Dan Williams]
148 * New and updated translations (en_CA,fi,fr,gl,ml,nb,no,zh_HK,zh_TW)
151 324179 g_allocator_new() returns pointer to const dummy which Gtk+ 2.8
152 tries to modify [J. Ali Harlow]
153 324332 g_option_context_parse() returns false without setting error
154 [Tim-Philipp Müller]
155 324950 GLIB 2.9.1 testcase errors [Dan Yefimov]
156 325015 gslice.c: process.h is needed on Windows [Kazuki Iwamoto]
157 321978 G_DATALIST_GET_FLAGS() macro is not casting datalist to
158 gpointer [Andrew Paprocki]
159 316221 G_LOCK warns about breaking strict-aliasing [Michal Benes,
161 325273 Error in documentation for glib_check_version () [Declan Naughton]
162 325310 g_spawn_sync hangs when catching both stdout and
163 stderr [Tor Lillqvist]
164 325249 gcc warning when using g_rmdir from <glib/gstdio.h> [Jani Monoses]
165 325864 glib/gthreadpool.c:"#define debug(...)" is C99 [Kazuki Iwamoto]
166 325874 Should say somewhere that source IDs are > 0 [Dan Williams]
167 325438 a typo (compatability) [Stefan Kasal]
168 323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X [Bogdan Nicula]
171 Overview of Changes from GLib 2.9.0 to GLib 2.9.1
172 =================================================
175 - The slice allocator is implemented [Tim Janik]
176 - g_slice_free_chain() has been renamed to
177 g_slice_free_chain_with_offset() [Tim, Behdad Esfahbod]
178 - Mem chunks are deprecated [Matthias Clasen]
181 - Hash tables are refcounted, and have a boxed type [Tim]
184 - Support for Solaris threads has been removed
185 [Sebastian Wilhelmi, Andrew Paprocki]
186 - g_async_queue_sort(), g_async_queue_push_sorted() have
187 been added to allow GAsyncQueue to be used as a priority
188 queue, together with the corresponding _unlocked
189 variants [Martyn Russell]
192 - The concept of a floating initial reference has been
193 moved from GtkObject to GObject [Tim]
196 - Make g_rename() replace existing files [Tor Lillqvist]
199 - G_GUINT64_CONSTANT macro to define guint64
200 constants [Andrew Paprocki]
201 - G_GNUC_WARN_UNUSED_RESULT macro to instruct the
202 compiler to emit a warning if the value returned
203 by a function is ignored. [Arjan van de Ven, Alex Larsson]
204 - GList and GSList now have sort functions which take an
205 extra user data argument [Martyn Russell]
206 - g_param_spec_ref_sink() has been added for consistency [Tim]
208 * $LOGNAME is respected when determining user data. [Laszlo Peter]
210 * Other changes and bug fixes [Tim, Matthias, Behdad,
211 Christian Persch, Benedikt Meurer, Andrew Paprocki,
212 Kazuki Iwamoto, Alexis S. L. Carvalho, Stanislav Brabec,
213 Andreas Schwab, Kalle Vahlman]
216 - Deprecation warnings carry version information [Matthias]
217 - The slice allocator has been documented [Matthias, Tim]
218 - Other improvements [Morten Welinder]
220 Overview of Changes from GLib 2.8.x to GLib 2.9.0
221 =================================================
223 - The Unicode tables have been updated to Unicode 4.1,
224 adding several new values to the GUnicodeBreakType
225 enumeration. This breaks Pango <= 1.10
227 - The various Unicode character predicate functions
228 (g_unichar_isalpha, g_unichar_isdigit,...) have
231 - g_utf8_pointer_to_offset, g_utf8_offset_to_pointer:
232 These functions handle negative offsets now, and
233 going backwards in g_utf8_offset_to_pointer uses
235 [Larry Ewing, Matthias Clasen]
238 - Mem chunks are no longer used internally in GLib and
239 GObject. GMemChunk will be deprecated in GLib 2.10
240 - All APIs based on GAllocator (g_list_push/pop_allocator,
241 and similar push/pop_allocator functions for other
242 data structures) have been deprecated, since they
243 never worked as intended.
244 - The g_slice_* functions have been added as a
245 new API for fast allocation of small memory blocks.
246 The implementation in GLib 2.9.0 is just a simple
247 wrapper around malloc. GLib 2.10 will have an
248 efficient and scalable implementation.
249 [Tim Janik, Matthias]
252 - g_pattern_match has been optimized to avoid
253 unnecessary recursion.
256 * g_intern_string, g_intern_static_string:
257 - New functions to intern strings. These are now used
258 by GObject to avoid duplicating static strings
262 - New function to iterate over all GThreads
265 * g_date_set_time_t, g_date_set_time_val:
266 - New functions to set a GDate from a time_t or
267 GTimeVal value. g_date_set_time has been deprecated
271 * g_snprintf and g_vsnprintf:
272 - These functions are no longer declared in gprintf.h,
273 since they are in glib.h
276 Overview of Changes from GLib 2.8.0 to GLib 2.8.1
277 =================================================
278 * Optimize single-character insertions in GString [Ross Burton]
279 * Fix build problems on OS X
280 * Fix build problems on Win32 [Tor Lillqvist, Hans Breuer]
281 * Other bug fixes [Matthew F. Barnes, Stepan Kasal]
282 * Documentation improvements [Tristan van Berkom, Behnam
283 Esfahbod, Gustavo Carneiro, Stepan Kasal, Matthias]
284 * New and updated translations (ca,cy,ko,ro,uk)
286 Overview of Changes from GLib 2.7.7 to GLib 2.8.0
287 =================================================
288 * Make g_value_transform() handle enum values
289 correctly on ppc64. [Michael Lorenz]
290 (Third-party code accessing enumeration values
291 in GValues should also be changed to access
292 v_long, not v_int, in order to work on bigendian
294 * Make g_flags_get_first_value() handle a value
295 of 0 meaningfully. [Tim-Philipp Müller]
297 Overview of Changes from GLib 2.7.6 to GLib 2.7.7
298 =================================================
299 * Make atomic operations on s390 work [Matthias]
300 * Fix C++ guards in gstdio.h [Tor Lillqvist]
302 Overview of Changes from GLib 2.7.5 to GLib 2.7.6
303 =================================================
304 * Add native implementations of atomic operations
306 * Make atomic reference counting of closures
307 work on s390 [Matthias]
308 * Avoid an infinite loop in g_convert_with_iconv().
310 * Documentation improvements [Ross Burton]
312 Overview of Changes from GLib 2.7.4 to GLib 2.7.5
313 =================================================
314 * Thread-related changes
315 - Fix build issues on HP-UX [Paul Cornett]
316 - Threadsafe access to flags stored in datasets [Tim Janik]
317 - Fix several issues with atomic refcounting for
318 closures, objects and paramspecs [Tim]
319 - Improve tests for atomic refcounting changes [Tim]
320 * Fix handling of stateful encodings in g_convert_* [Matthias]
321 * Fix translation of GOption help output [Dan Winship]
322 * Catch format errors in translations. This may cause
323 "make check" to fail when using older versions
324 of gettext [Matthias]
325 * Win32 bug fixes [Tor Lillqvist]
326 * Documentation improvements [Ross Burton, Jochen Baier,
328 * New and updated translations (de,fi,gu,pl,pt,tr,zh_TW)
330 Overview of Changes from GLib 2.7.3 to GLib 2.7.4
331 =================================================
332 * Fix g_atomic_pointer_compare_and_exchange
333 on Sparc64 [Gert Doering]
334 * Fix a hang in g_thread_pool_free. [Hong Jen Yee]
335 * Win32 bug fixes [Tor Lillquist]
336 * Other bug fixes [Benoit Dejean, Manish Singh]
337 * Documentation improvements [Bryan Silverthorn,
339 * New and updated translations (de,lt,sq,zh_CN)
341 Overview of Changes from GLib 2.7.2 to GLib 2.7.3
342 =================================================
344 - Allow callbacks with optional arguments [Pawel Sliwowski]
345 - Allow to turn off the automatic long option name
346 disambiguation [Adam McLaurin]
347 - Only allow printable ASCII as short option names [Matthias]
349 - Build fixes [Tor Lillqvist]
350 - Rewrite iochannel socket implementation [Tor]
352 - Threadsafety improvements; in particular, refcounting
353 of objects is done atomically now. [Wim Taymans, Tim Janik]
354 * Bug fixes [Morten Welinder, Matthias, Wim Taymans]
355 * Documentation improvements [Richard Laager, Matthias]
356 * New and improved translations (bf,cs,hu,nb,nl,no)
358 Overview of Changes from GLib 2.7.1 to GLib 2.7.2
359 =================================================
360 * Win32 build fixes [Hans Breuer]
361 * Bug fixes [Mikael Magnusson]
362 * Documentation improvements [Matthias Clasen]
363 * New and updated translations (en_CA,es,et,ja,sr,sr@Latn,zh_TW)
365 Overview of Changes from GLib 2.7.0 to GLib 2.7.1
366 =================================================
368 - Allow callback arguments without parameters [Dan Winship]
369 * GMappedFile: an mmap wrapper [David Schleef, Behdad Esfahbod]
370 * Misc new functions:
371 - g_get_host_name [Tor Lillqvist]
372 - g_mkdir_with_parents [Tor]
373 - g_build_pathv, g_build_filenamev [Todd A. Fisher,
375 * Bug fixes [Roger Leigh, Masatake YAMATO, Kjartan Maraas,
376 Manish Singh, Tor, Murray Cumming, Kian Duffy, Morten Welinder]
377 * Documentation improvements [Hong Gang XU, Dan Winship, Matthias]
378 * New and updated translations (bg,cs,da,en_CA,es,et,nb,nl,no,
381 Overview of Changes from GLib 2.6.x to GLib 2.7.0
382 =================================================
384 - Add unit tests [Matthias Clasen, Suren A. Chilingaryan]
385 - Accept \r\n as line end [Bastian Nocera]
386 - Don't interpret leading zeros as octal numbers. [Matthias]
387 - Make key and group removal work [David Hoover, Matthias Hasselmann]
389 - Improve formatting of --help output [Matthias, Noah Levitt]
390 - Accept -? [Matthias]
391 - Warn about duplicate main groups [Jeff Franks]
392 - Treat '-' as non-option argument [Tim Musson, Thomas Leonard]
393 - Report missing arguments as errors [Björn Lindqvist]
394 - Add a boxed type for GDate [Tim-Philipp Müller]
396 - g_tree_remove() and g_tree_steal() return status information [Matthew F. Barnes]
398 - Work regardless of large file support [Manish Singh]
399 - Add g_access(), g_chmod(), g_creat(), g_chdir [Tor Lillqvist]
401 - Implement "toggle references" to help language bindings [Owen Taylor]
402 - Allow to mark names, nicks and blurbs of pspecs as static [Ben Maurer, Matthias]
403 - Make pspec lookup a bit faster [Morten Welinder]
404 * Add g_listenv() to list all set environment variables [Hans Petter Jansson]
405 * Add g_file_set_contents() to atomically write a file. [Søren Sandmann,
406 Sven Neumann, Manish, Alexis S. L. Carvalho]
407 * Add g_try_malloc(), g_try_new(), g_try_new0() and g_try_renew() [Stefan Kost]
408 * Add g_utf8_collate_key_for_filename() to sort filenames taking
409 extensions and numeric suffixes into account. [Ole Laursen, Alex Larsson]
410 * Add G_GNUC_NULL_TERMINATED to mark varargs function with
411 NULL-terminated argument lists. [Marc Meissner]
413 - Improved debugability [Ulf Lamping, Hans Breuer]
414 - Make filename handling more robust [Tor, Billy Skaggs]
415 - Improve g_get_system_data_dirs() [Tor]
416 - Use more precise timers [Tor]
417 - Build fixes [Kazuki Iwamoto, Hans, Tor, Robert Ögren]
418 * Other bug fixes [Roger Leigh, Owen, Matthias, Morten, Kjartan Maraas,
419 Pawel Sakowski, Tor, Simon Budig, Ed Avis, Manish, Nicolas Laurent,
420 Bastien, FabrÃcio Barros Cabral, Michael Banck, Daniel Atallah,
421 J. Ali Harlow, Tim Janik, Hazael Maldonado Torres, Sven, Jon-Kare Hellan,
422 Dave Benson, Tommi Komulainen, Benjamin Otte, Brian Cameron, Changwoo Ryu,
423 Christian Biere, Noah, Benoît Carpentier]
424 * Documentation improvements [Vincent Untz, Matthias, Tim-Philipp Müller,
425 Morten, Matthew, Federico Mena Quintero, Sebastian Bacher, Oliver Sessink,
426 Stefan, Jared Lash, Tor, Owen, Daniel Vaillard, Mathieu Lacage]
427 * New and updated translations (ca,cs,da,el,en_CA,en_GB,es,et,eu,fa,fr,gl,
428 hu,id,it,lt,mn,ne,nl,pl,pt,pt_BR,ro,rw,sk,sq,sr,sr@Latn,tl,uk,xh,zh_CN)
430 Overview of Changes from GLib 2.6.0 to GLib 2.6.1
431 =================================================
433 - Make gtk_init(NULL, NULL) work again [Marcin Krzyzanowski]
434 - Improve handling of -- [Matthias Clasen]
435 - Don't show G_OPTION_REMAINING in --help output [Matthew F. Barnes]
436 * g_find_program_in_path() doesn't return directories [Tommi Komulainen]
437 * Add gmodule-export-2.0.pc [Matthias]
439 - Improve hangling of UNC paths [Tor Lillqvist]
440 - g_getenv(), g_setenv(), g_unsetenv(), g_find_program_in_path()
441 take and return UTF-8 now [Tor]
442 - Make g_file_test() work more reliably, and use PATHEXT
443 when check for executables [Tor]
444 - Build and cross-compilation fixes [J. Ali Harlow]
445 * Other bug fixes [Jens Hatlak, Morten Welinder,
446 Tor, Kalpesh Shah, Adrian Bunk]
447 * Documentation improvements [Marcin Krzyzanowski, Tor, Crispin
448 Flowerday, Mariano Suárez-Alvarez, Christian Biere, Danny Milo,
449 Vincent Untz, Bastien Nocera]
450 * New and updated translations (cy,de,nl,ru,sq,sv)
452 Overview of Changes from GLib 2.4.x to GLib 2.6.0
453 =================================================
456 - GOption, a commandline option parser
457 - GKeyFile, a parser/editor for the .ini like files
458 - Functions to support the XDG basedir specification
459 - Wrappers for common POSIX pathname functions to handle filename
460 encodings consistently. On Windows, these use UTF-8.
462 * Miscellaneous new functions
463 - g_filename_display_name() converts filenames in displayable UTF-8 strings
464 - g_uri_list_extract_uris() splits uri lists
465 - g_date_get_iso8601_week_of_year() gets ISO 8601 week numbers
466 - g_log_set_default_handler() installs an alternate default log handler
467 - g_get_language_names() obtains a list of applicable locale names
468 - g_strv_length() calculates the length of NULL-terminated string arrays
469 - g_win32_get_windows_version() determines the Windows version
470 - G_GNUC_INTERNAL marks functions as non-exported
471 - glib_check_version() checks the GLib version at runtime
472 - g_debug() completes the family of logging functions
474 * Performance improvements
475 - Optimize g_utf8_validate()
476 - Optimize g_markup_parse_context_parse()
477 - Reduce signal connection complexity from O(n) to O(1)
478 - Get rid of many PLT entries for internally used exported symbols
479 - Reduce code size by removing literal strings from g_return_if_fail()
482 - On Windows, GLib functions that take file name arguments now require
483 those to be in UTF-8. Functions that return file names return UTF-8.
484 - Use higher precision for mathematical constants
485 - Don't convert to/from UTF-8 in g_filename_to_uri/g_filename_from_uri
486 - Support ll as printf format modifier for long long on all platforms
487 - Clean up the ABI and enforce the list of exported symbols
488 - Add a .pc file for using gmodule in libraries
491 Overview of Changes from GLib 2.5.7 to GLib 2.6.0
492 =================================================
493 * GOption: Don't list help options if group-specific
494 options have been requested [Glynn Foster]
495 * Make g_get_language_names() track locale changes [Christian Persch]
496 * Win32 bug fixes [Tor Lillqvist]
497 * Bug fixes [Philippe Blain, Owen Taylor, Sebastian Wilhelmi]
498 * New and updated translations (da,es,ja,lt,zh_CN)
499 Bugs fixed: 159530,100697,160271,160645,157255
501 Overview of Changes from GLib 2.5.6 to GLib 2.5.7
502 =================================================
503 * Optimize g_utf8_validate() [Owen Taylor, Matthias Clasen]
504 * Optimize g_markup_parse_context_parse() [Havoc Pennington,
506 * Reduce signal connection complexity from O(n) to O(1)
508 * Add a .pc file for using gmodule in libraries [Owen]
509 * Add G_GNUC_MALLOC to mark functions returning newly
510 allocated memory [Matthias]
511 * Win32 bug fixes [Hans Breuer, Tor Lillqvist, Robert Ögren,
513 * Bug fixes [Kazuki IWAMOTO, Matthias, Manish Singh, Morten,
514 Frederic Crozat, Tor]
515 * Documentation improvements [Matthias, Tor, Owen]
516 * New and updated translations (cs,da,de,en_CA,en_GB,es,nb,nl,sq,zh_CN)
518 Overview of Changes from GLib 2.5.5 to GLib 2.5.6
519 =================================================
521 - Add G_OPTION_FLAG_REVERSE to allow options
522 which unset a boolean variable [Tor Lillqvist]
524 - Use sigaction instead of signal [Jonas Jonnson,
526 - Make the very first SIGCHLD work [Gustavo Carneiro]
527 * Bug fixes [Morten Welinder, Tor, David MacLachlan,
528 Manish Singh, J. Ali Harlow]
529 * Documentation improvements [Matthias Clasen, Tor]
530 * Updated translations (da,ja,tr,zh_CN)
532 Overview of Changes from GLib 2.5.4 to GLib 2.5.5
533 =================================================
535 - Cleanups, add more error checking [Ray Strode]
536 - Fall back to the untranslated string when getting
537 locale strings [Mark McLoughlin]
539 - Document GOption [Matthias Clasen]
540 - Better support for rest arguments [Owen Taylor, Matthias]
541 - Handle conflicts between groups [Matthias]
542 * Add g_lstat() to the stdio wrappers [Tor Lillqvist]
543 * Add g_filename_display_name() to convert filenames
544 in displayable UTF-8 strings [Alex Larsson, Matthias]
545 * Win32 bug fixes [Kazuki IWAMOTO, Hans Breuer, Tor]
546 * Bug fixes [Christophe Fergeau, Morten Welinder,
547 Owen, Kjartan Maraas, Mark]
548 * Documentation improvements [Matthias, Tor]
550 Overview of Changes from GLib 2.5.3 to GLib 2.5.4
551 =================================================
552 Add GKeyFile, a parser/editor for the .ini like files used in various
553 freedesktop.org specifications. [Ray Strode]
554 Make the handling of filename encodings consistent across all
555 GLib functions, introduce wrappers for common POSIX
556 functions which accept the same filename encoding. [Tor Lillqvist,
559 - Rename g_context_option_error_quark() to a more language-binding
560 friendly name [Murray Cumming]
561 - Accept backslashes in filenames on Win32 [Tor Lillqvist]
562 * Strip the internal aliasing prefix IA__ from function names in
563 assertions [Matthias Clasen]
564 * Add a function to split uri lists. [Matthias]
566 - Don't open console windows [Tor]
567 * Other bug fixes [Philippe Blain, Robert Ögren, Hidetaka Iwai, Matthias,
568 Morten Welinder, Mats-Ola Persson, Tor, Nickolay V. Shmyrev, Kjartan Maraas,
569 Anders Carlsson, Tim-Philipp Müller, Lucas Rocha, Andrea Campi, Manish
570 Singh, Thomas Fitzsimmons, Kazuki IWAMOTO]
571 * Documentation improvements [Matthias, Linus Walleij, Nickolay, Philippe,
572 Adam Hooper, Gustavo Carneiro]
573 * New and updated translations (cs,en_CA,en_GB,ja,nb,nl,or,sr,sr@Latn,sq)
575 Overview of Changes from GLib 2.5.2 to GLib 2.5.3
576 =================================================
578 - set the program name from argv[0] [Masatake YAMATO]
579 - make contexts work without a main group [Anders Carlsson]
581 - Get rid of many PLT entries for internally used exported symbols,
582 and clean up the ABI at the same time and make make check check the
583 list of exported symbols. [Matthias Clasen]
584 * Add API to get ISO 8601 week numbers [Niklas Lundell]
585 * Add API to install an alternate default log handler [Darin Adler]
586 * Add API to obtain a list of applicable locale names [Hidetoshi Tajima]
587 * Reduce code size bloat by removing literal strings from
588 the g_return_if_fail() macros [Owen Taylor]
589 * Add g_strv_length [Tim-Philipp Müller]
591 - Add API to determine the Windows version [Tor Lillqvist]
592 * Other bug fixes [Stepan Kasal, Anders, Tor, Kazuki Iwamoto,
594 * Documentation improvements [Morten Welinder, Matthias]
595 * New and updated translations (es,nn,ro)
597 Overview of Changes from GLib 2.5.1 to GLib 2.5.2
598 =================================================
599 * Add G_GNUC_INTERNAL macro [Arjan van de Ven]
600 * Add GOption, a commandline option parser [Anders Carlsson]
601 * Add glib_check_version [Michael Natterer]
602 * Add XDG basedir API [Ray Strode]
603 * Require ngettext [Danilo Segan]
604 * Bug fixes [Manish Singh, Ray Strode, Vincent Noel,
605 Jon-Kare Hellan, Jody Goldberg]
606 * Win32 bug fixes [Tor Lillqvist, Hans Breuer, Peter Zelezny]
607 * Documentation improvements [Matthias Clasen, Vincent Untz, Christian Persch]
608 * New and updated translations (bs,eu,fi,gu,ne,pa)
610 Overview of Changes from GLib 2.5.0 to GLib 2.5.1
611 =================================================
613 * Bug fixes [Oliver Guntermann, Sven Neumann, James
614 Henstridge, Hiroyuki Ikezoe, Matthias Clasen, Robert
615 Ögren, Tommi Komulainen]
616 * Documentation improvements [Soeren Sandmann,
617 Christophe Fergeau, Danek Duvall]
618 * New and updated translations (eu,hi)
620 Overview of Changes from GLib 2.4.1 to GLib 2.5.0
621 =================================================
623 * New functions g_debug [Sven Herzberg]
624 * Use higher precision for mathematical constants [Morten
626 * Don't convert to/from UTF-8 in g_filename_{to,from}_uri
627 [Federico Mena Quintero]
629 - Handle empty digit string in printf() functions
630 correctly [Tor Lillqvist]
631 - Support ll as format modifier for long long [Tor]
632 - Be more careful about HOME [Tor, Ivan Wong]
633 - Bug fixes [John Ehresman]
634 * Miscellaneous bug and portability fixes [Danilo Segan,
635 Owen Taylor, Nikolai Weibull, Benoît Carpentier, Morten
636 Welinder, Manish Singh, Sven Neumann, Julio M. Merino Vidal,
637 Kaz Sasayama, Murray Cumming, Federico, Mariano Suarez-Alvarez]
638 * Documentation updates [Matthias Clasen, Crispin Flowerday,
639 Tommi Komulainen, Federico Mena Quintero, Ed Griffiths]
640 * New and updated translations (ja,ne,no,wa)
642 Overview of Changes from GLib 2.4.0 to GLib 2.4.1
643 =================================================
645 * Win32 bug fixes [Tor Lillqvist, Roger Leigh, John Ehresman]
646 * Miscellaneous bug and portability fixes [Owen Taylor,
647 Matthias Clasen, Jonas Jonsson, Christian Krause,
648 Nickolay V. Shmyrev, Christophe Saout, Philippe Blain,
650 * Documentation updates [Matthias]
651 * New and updated translations (ca,cs,cy,el,en_CA,en_GB,es,eu,fi,
652 fr,gu,he,id,nl,pt,pl,ru,sr,sr@ije,sr@Latn,sv,uk)
654 Overview of Changes from GLib 2.3.6 to GLib 2.4.0
655 =================================================
657 * Handle invalid-UTF-8 in g_log() properly [Matthias Clasen]
658 * Win32 bug fixes [Tor Lillqvist, Bruce Hochstetler]
659 * Miscellaneous bug and portability fixes [Olivier Biot, David L. Cooper II,
660 Kjartan Maraas, Frédéric L. W. Meunier, Christof Petig, Manish Singh,
662 * Documentation updates [Owen]
663 * Updated translations (hr,ro)
665 Overview of Changes from GLib 2.3.5 to GLib 2.3.6
666 =================================================
668 * GAtomic bug fixes [Sebastian Wilhelmi, Mark McLoughlin]
669 * GMain threading fixes and improvements [Sebastian]
670 * Win32 [Tor Lillqvist]
671 - restore some symbols extraneously exported from gobject to maintain ABI compatibility
672 - Misc build improvements and fixes [Tor, Cedric Gustin, Hans Breuer]
673 * Documentation updates [Sebastian, Takeshi AIHANA, Matthias, Sven Herzberg]
674 * New and updated translations (be,es,fi,ga,pa,sr@ije,zh_CN)
676 Overview of Changes from GLib 2.3.3 to GLib 2.3.5
677 =================================================
679 * Make glib-mkenums parse initializers with macros. [Matthias Clasen, muppet]
680 * Respect locale era in g_date_set_parse(). [Theppitak Karoonboonyanan]
681 * Add atomic operations and use it for the async queue and
682 gonce implementation. [Sebastian Wilhelmi]
683 * Documentation improvements [Sebastian, Matthias, Sven Herzberg]
684 * Add g_main_depth() for finding the recursion depth of the main
685 loop [Owen Taylor, Tim Janik, Stefan Westerfeld]
686 * Add g_spawn_close_pid(), needed on win32 [J. Ali]
687 * Win32 fixes. [Hans Breuer, J. Ali Harlow]
688 * Misc bugfixes [Sebastian, Matthias, Balazs Scheidler, Owen]
689 * Updated translations (cy,et,ga,sq)
691 Overview of Changes from GLib 2.3.2 to GLib 2.3.3
692 =================================================
694 * Add a native AIX gmodule implementation. [Laurent Vivier]
695 * Add g_node_copy_deep(). [James M. Cape, Matthias Clasen]
696 * Extend GQueue API to match the GList API. [Soeren Sandmann]
697 * Add g_hash_table_find(). [Tim Janik]
698 * Add a G_MODULE_BIND_LOCAL flag. [David Schleef]
699 * Inline g_string_append_c() when possible. [Owen Taylor, Tim]
700 * Wrap waitpid() as a GSource. [Jonathan R. Blandford]
701 * Add g_completion_complete_utf8(). [Theppitak Karoonboonyanan,
703 * Add g_strsplit_set(). [Soeren]
704 * Documentation improvements. [Vincent Untz, Sebastian Wilhelmi,
706 * Win32 build fixes. [Tor Lillqvist]
707 * Misc bugfixes [Manish Singh, Noah Levitt, Simon Josefsson,
708 Morten Welinder, Damien Carbery, Julio M. Merino Vidal, Sebastian,
710 * Updated translations (nn,cs,it,ko,sq,ms,az,hr,uk,sr,sr@Latn,sq,ta)
712 Overview of Changes from GLib 2.3.1 to GLib 2.3.2
713 =================================================
715 * Add G_MAXSIZE. [Manish Singh]
716 * Add g_rand_new_with_seed_array(), g_rand_set_seed_array(),
717 implementing the init-by-array functionality of the
718 original mersenne twister. Add g_rand_copy(). Improve seeding.
720 * Add a lowercase_name option to glib-mkenums. [Murray Cumming]
721 * Add g_ptr_array_foreach(). [Matthias Clasen]
722 * Add g_timer_continue(). [Tim-Philipp Müller]
723 * Fix a threadsafety issue in mem chunks. [Matthias, Balazs Scheidler]
724 * Fix g_filename_{to,from}_utf8() on Win32 and improve
725 g_file_test() there too [Hans Breuer]
726 * Add a boxed type for NULL-terminated string arrays. [Matthias]
727 * Add G_DEFINE_TYPE() plus variants to ease the constuction
728 of GObject boilerplate code. [Tim Janik]
729 * Support & in password GECOS field [Matthias, Soeren Boll Overgaard]
730 * Documentation improvements [Matthias, Manish]
731 * Win32 build fixes [Hans]
732 * Misc bug fixes [Damien Carbery, Matthias, Manish, Olivier Poncet,
734 * Updated translations (ar,de,fa,ga,mn,nn,no,sq)
736 Overview of Changes from GLib 2.3.0 to GLib-2.3.1
737 =================================================
739 * Add glib/gi18n.h and glib/gi18n-lib.h for common
740 gettext support, including a Q_() macro for translation
741 with context [Matthias Clasen]
742 * Add a more flexible G_FILENAME_ENCODING variable
743 as a replacement for G_BROKEN_FILENAMES [Matthias]
744 * Fix the return value g_main_context_iterate() for
745 newly ready sources [Padraig O'Briain]
746 * Handle Hangul composition for normalization [Noah Levitt]
747 * Add G_{MIN,MAX,MAXU}INT{8,16,32}. [Mark Jones, Matthias]
748 * Add G_GSIZE_FORMAT/G_SSIZE_FORMAT [Manish Singh]
749 * Add G_STRFUNC as a portable wrapper for __func__ [Tim Janik]
750 * Documentation improvements [Matthias]
751 * GObject [Tim Janik]
752 - Support '-' in g_signal_connect()/disconnect() names
753 like 'swapped-signal'.
754 - Add g_type_class_peek_static() and use to optimize
755 g_object_new() for static types [Tim]
756 - Allow setting construct-only properties from within
757 init() implementations
758 - Enforce readability/writeability in g_object_set/get()
759 * Fix bug with g_ascii_strtod and multi-byte separator.
760 [Behdad Esfahbod, Roozbeh Pournader]
761 * Misc bug fixes [Matthias, John Ehresman, Andrew Lanoix,
762 Tor Lillqvist, Mark McLoughlin, Tim-Philipp Müller, Manish,
764 * Updated translations (ca,cs,da,es,fr,ja,nn,no,pt,ru)
766 Overview of Changes from GLib 2.2.x to GLib-2.3.0
767 =================================================
769 * Replace Trio printf by gnulib vasnprintf [Matthias Clasen]
770 * Update Unicode data to Unicode 4.0 [Noah Levitt]
771 * Support XML-safe formatted output with
772 g_markup_[v]printf_escaped [Owen Taylor]
773 * Add g_file_read_link to read symbolic links [Matthias]
774 * Add g_unichar_get_mirror_char to obtain the
775 mirrored variant of a character [Noah]
776 * Support for one-time initialization functions.
778 * Miscellaneous API additions: g_vasprintf
779 g_string_chunk_insert_len, g_setenv, g_unsetenv [Matthias]
780 * Docs improvements [Matthias]
781 * Add support instance-private data on classed types
782 [Mark McLoughlin, Tim Janik, Owen]
783 * Optimize signal emissions [Soeren Sandmann, Tim]
784 * Support a "default vtable" per interface [Tim]
785 * Add support for properties on interfaces [Owen, Tim]
786 * Miscellaneous API additions: g_value_take_string(),
787 g_value_take_param(), g_value_take_object(),
788 g_value_take_boxed(). [Matthias]
789 * Win32 build fixes [Tor Lillqvist]
791 Overview of Changes from GLib 2.1.5 to GLib-2.2.0
792 =================================================
794 * Fix a problem with g_thread_init() on 64-bit problems
795 [Alceste Scalas, Sebastian Wilhelmi]
796 * Add assembly implementations of byteswap macros
797 for ia64 and x86_64. [Manish Singh]
798 * IOChannel fixes for Win32 [Tor Lillqvist, Thorsten Maerz]
799 * Updated translations (bg,ca,es,da,fi,lv,ru,sk)
801 Overview of Changes from GLib 2.1.4 to GLib-2.1.5
802 =================================================
804 * Win32 bug fixes [Tor Lillqvist]
805 * Various post-rewrite fixes for glib-gettext.m4 [Owen Taylor,
806 Jody Goldberg, Kjartan Maraas, Johannes Stezenbach]
807 * Ensure we have a GUINT64_FORMAT by pulling in Trio
808 if necessary [Manish Singh]
809 * Further Trio build fixes [Matthias Clasen, Owen]
810 * Hack around gcc, libtool issues with -pthread [Owen]
811 * Docs improvements [Matthias]
812 * Bug and portability fixes
813 * Updated and new translations (bg,de,fi,fr,sq,fr)
815 Other contributors: Kai Poitschke, Morten Welinder
817 Overview of Changes from GLib 2.1.3 to GLib-2.1.4
818 =================================================
820 * autoconf changes to make it possible to cross compile
821 GLib. [Owen Taylor, Dan Kegel, Amy Lin, Dimi Shahbaz,
823 * Use libintl when it has bind_textdomain_codeset() and
825 * Improve generation of pseudo-random integers [Morten Welinder,
827 * Avoid literal UTF-8 in favor of octal escapes [Owen, Tomas Ogren]
828 * Cleanup include order [Sven Neumann]
829 * autoconf cleanups and bug fixes [Daniel, Matthias Clasen, Owen]
830 * Doc fixes and additions [Matthias]
832 Other contributors: James M. Cape, Frederic Crozat, Martin Gansser,
833 Phuc LeHong, Manish Singh, Joshua Weage, Morten Welinder
835 Overview of Changes from GLib 2.0.x to GLib-2.1.x
836 =================================================
838 * Add copy of the Trio library to build and use for printf() when
839 system printf isn't good enough. Add g_printf()/etc. [Matthias Clasen]
840 * Add g_str_has_suffix()/g_str_has_prefix() [Alex Larsson]
841 * Add g_markup_parse_context_get_element() [Matthias]
842 * Add g_utf8_strreverse [Matthias]
843 * Add g_ascii_strtoull() [Tim Janik]
844 * Support scanning of 64-bit values with GScanner [Tim]
845 * Add g_set/get_application_name() [Havoc Pennington]
846 * Add G_LIKELY()/G_UNLIKELY() macros for hinting branch probabilities.
847 Use for g_return_if_fail(). [Matthias Clasen]
848 * Add G_GNUC_DEPRECATED macro [Tom Tromey]
849 * Improve the seeding algorithm of GRandom to avoid problems
850 with certain pathological seeds. Support G_RANDOM_VERSION=2.0
851 environment variable. [Sebastian Wilhelmi]
852 * Improve thread configure checks, use -pthread where applicable
854 * Improve handlng of thread priorities [Sebastian]
855 * Fix up parameter names that might shadow functions from
856 system headers [Soeren Sandmann]
857 * Clean up usage of deprecated functions [Manish Singh]
858 * Docs fixes and improvements. In particular, include "Since" information.
859 [Matthias, Soeren, Martin Schulze, Daryll Strauss, Bill Janssen,
860 Owen Taylor, Morten Welinder].
862 Overview of Changes in GLib 2.0.7
863 =================================
865 * Fix C++ warnings in gtype.h [Dom Lachowicz]
866 * Fix g_type_fundamental_next() [Tim Janik]
867 * Fix various missing includes of config.h [Morten Welinder]
868 * Handle main loop initialization before g_thread_init [Sebastian Wilhelmi]
869 * Various 64-bit fixes [Manish Singh]
870 * Fix GPoll on Win32 [Tor Lillqvist, Herman Bloggs]
871 * Fix bug with buffering on UTF-8 IOChannels [Daniel Elstner]
872 * Misc bug and build fixes [Soren Andersen, Gustavo Carneiro, Tor,
873 Tim, Havoc Pennington, Matthias Clasen, Sebastian Rittau,
874 Masahiro Sakai, Arvind Samptur, HideToshi Tajima, Owen Taylor]
875 * Updated and new translations (be,cs,de,*fa,it,lv,pt_BR,tr)
877 Overview of Changes in GLib 2.0.6
878 =================================
880 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
881 * Clean up debug spew from GObject [Anders Carlsson]
882 * Compiler warning fixes [David L. Cooper II]
883 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
884 * Fixes for --disable-debug [Sebastian Wilhelmi]
885 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann,
886 Rajkumar Sivasamy, Laurent Vivier]
887 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat,
888 Sebastian Rittau, Linus Welleij]
889 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
890 * Updated translations (bg,ko,vi)
892 Overview of Changes in GLib 2.0.5
893 =================================
895 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
896 * Clean up debug spew from GObject [Anders Carlsson]
897 * Compiler warning fixes [David L. Cooper II]
898 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
899 * Fixes for --disable-debug [Sebastian Wilhelmi]
900 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann,
901 Rajkumar Sivasamy, Laurent Vivier]
902 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat,
903 Sebastian Rittau, Linus Welleij]
904 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
905 * Updated translations (bg,ko,vi)
907 Overview of Changes in GLib 2.0.4
908 =================================
910 * Fix some 64-bit problems. (George Lebl, David L. Cooper II)
911 * Add note about Tru64 iconv to INSTALL. (Manuel Op de Coul)
912 * Fix problem with timouts > MAXINT. (Tim Janik, Owen Taylor)
913 * Updated translations (ca,es,fr,ja,gl,ms,nl,pl,pt,ru)
915 Overview of Changes in GLib 2.0.3
916 =================================
918 * Handle sorting 0-length arrays (Ron Arts)
919 * Threading fixes (Sebastian Wilhelmi)
920 * Portability fixes (Miroslaw Dobrzanski-Neumann, Jacob Berkman, Gareth Pierce,
921 Sebastian, Qingjiang Yuan)
922 * Various fixes for glib-2.0.m4. (Jim Gettys, others.)
923 * Locate right glib-genmarshal when cross-compiling. (Mitch Natterer)
924 * Win32 fixes (Tor Lillqvist)
925 * Try to fix g_get_charset() related segfaults. (Owen)
926 * Fixes for gettext detection. (Dan Winship, HideToshi Tajima, Boyd Lynn Gerber,
927 Andrew P. Lentvorski, Jr.)
928 * Fix g_scanner_unexp_token() (Tim Janik, Sven Neumann)
929 * g_markup fixes. (Matthias Clasen.)
930 * Bug fixes and cleanups (Daniel Elstner, Matthias, Laszlo Peter, Morten Welinder,
933 Overview of Changes in GLib 2.0.1
934 =================================
936 * Portability fixes for Sun's Forte compiler [Erwann Chenede]
937 * Performance improvements for GObject parameter lookup,
938 g_filename_to/from_utf8() [Alex Larsson]
939 * Actually check interface prerequisites [Matthias Clasen,
940 Miroslaw Dobrzanski-Neumann]
941 * Fix problem with glib-mkenums taking huge amounts of stack. [Owen Taylor]
942 * Fix g_signal_handlers_disconnect_by_func() for C++ [Damien Sandras]
943 * Fixes for g_log() and threading.
944 [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, Tim Janik]
945 * Make g_print(), g_printerr(), g_warning(), etc, convert from
946 UTF-8 to the encoding of the locale [Sebastian Wilhelmi, Tim]
947 * Fixes for GIOChannel on windows. [Tor Lillqvist]
948 * Fix gsize/gint mismatches in giochannel.c [Miroslaw Dobrzanski-Neumann]
949 * Fix file descriptor leak in g_file_get_contents() [Matthias]
950 * Workaround iconv() problems on older Solaris [Lauri Alanko]
951 * Fix warnings with gcc-3.1 about asm const [Cody Russel]
954 Other contributors: Hans Breuer, LEE Sau Dan, Sven Neumann, Salmaso Raffaele,
955 Akira Tagoh, Morten Welinder
958 Overview of Changes in GLib 2.0.0
959 =================================
961 * Thread portability fixes [Sebastian Wilhelmi]
962 * Documentation updates [Owen Taylor]
963 * Make g_strerror(), g_strsignal() properly return UTF-8,
964 call bind_text_domain_codeset() so that error strings
965 are in UTF-8 as well. [Owen, Tor Lillqvist]
967 Overview of Changes in GLib 2.0.0 rc1:
968 ======================================
970 * Win32 fixes [Tor Lillqvist]
971 * Portability fixes [Finlay Dobbie, Miroslaw Dobrzanski-Neumann]
972 * Fix up g_date_strftime [Daniel Elstner]
973 * Add some structure padding [Tim Janik]
974 * Make g_get_homedir() prefer the users home directory to $HOME
976 Other contributors: Matthias Clasen, Paolo Maggi, Christian Rose
978 Overview of Changes in GLib 1.3.15:
979 ===================================
981 * Speed up marshalers by using private access to GValue
982 [Anders Carlsson, Tim Janik]
983 * Reduce GValue to 2 elements [Tim]
984 * Add G_DEBUG environment variable, G_DEBUG=fatal_warnings [Matthias Clasen]
985 * Fixes for AIX compilation [Miroslaw Dobrzanski-Neumann]
986 * Add padding to various structures [Owen Taylor, Tim]
987 * Win32 fixes [Tor Lillqvist]
989 Other contributors: James Henstridge, Ryan Lovett, Morten Welinder,
992 Overview of Changes in GLib 1.3.14:
993 ===================================
995 * Register value transformations for gint64, guint64 [Andy Wingo]
996 * Build with large-file support [Sven Neumann, Owen Taylor]
997 * Fix handling of hostnames in URI's [Darin Adler]
998 * Main loop bug fixes [Havoc Pennington, Owen]
999 * Doc fixes and improvements [Manish Singh, Tim Janik]
1000 * Support ' as attribute delimiters in GMarkup [Matthias Clasen]
1001 * Win32 fixes [Hans Breuer, Tor Lillqvist]
1002 * Threading bug and build fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann]
1003 * Miscellaneous bug fixes
1005 Other contributors: Matthias Clasen, James Henstridge, Mitch Natterer,
1008 Overview of Changes in GLib 1.3.13:
1009 ===================================
1011 * Fix g_filename_to/from_uri for Win32 [Tor Lillqvist, Darin Adler]
1012 * Miscellaneous win32 fixes [Tor, Hans Breuer]
1013 * Fix thread options for gcc on AIX [Jerome Zago, Sebastian Wilhelmi]
1014 * Documentation improvements [Ron Steinke, Matthias, Sebastian]
1015 * Cache iconv converters as used by g_convert() [Jeffrey Stedfast]
1016 * Bug fixes [Sven Neumann, Owen Taylor, Matthias Clasen, Jeffrey,
1017 Laszlo Peter, Havoc Pennington, Tim Janik]
1019 Overview of Changes in GLib 1.3.12:
1020 ===================================
1022 * Implement closure chaining, fixing up API (Tim Janik)
1023 * Closure chaining test case (James Henstridge)
1024 * Make GType long not int where both are equal width (Tim)
1025 * Win32 fixes and improvements (Hans Breuer, Tor Lillqvist)
1026 * Fixes for NetBSD. (Dan Winship)
1027 * Use snprintf() for g_printf_string_upper_bound() where possible. (Matthias Clasen)
1028 * Save space for GBSearchArray (Tim Janik)
1029 * Documentation improvements. (Matthias, Sven Neumann, Havoc Pennington)
1031 Other contributors: Darin Adler, Chris Blizzard, Anders Carlson, Daniel Elstner, Michael Meeks,
1032 Mark McLoughlin, Dave Neary, Manish Singh, Owen Taylor, HideToshi Tajima,
1036 Overview of Changes in GLib 1.3.11:
1037 ===================================
1039 * Win32 fixes [Hans Breuer, Tor Lillqvist]
1040 * Documentation improvements [Matthias Clasen]
1041 * Portable directory handling API [Hans]
1042 * Threading fixes [Sebastian Wilhelmi, Havoc Pennington]
1043 * Fix excess relocations in Unicode tables [Andrew Taylor]
1044 * Fix gpattern for UTF-8 [Matthias Clasen]
1045 * Support overriding class closures [Tim Janik]
1046 * Support for derivation from G_TYPE_POINTER [Owen Taylor]
1047 * Hide pointers to type information inside GType to reduce locking
1049 * Adds check for direct inclusion of gobject/*.h [Owen]
1050 * GObject API cleanups [Tim]
1052 Other contributors: Darin Adler, Jacob Berkman, Daniel Egger, Eric Lemings,
1053 Michael Meeks, Mark McLoughlin, Arkadiusz Miskiewicz, Dan Winship
1056 Overview of Changes in GLib 1.3.10:
1057 ===================================
1059 * Many Win32 fixes and improvements [Tor Lillqvist]
1060 * Documentation improvements [Matthias Clasen]
1061 * g_string_printfa() renamed to g_string_append_printf()
1062 * Use libcharset from libiconv to implement charset detection
1063 more portably. [Owen Taylor, Hidetoshi Tajima]
1064 * Add 64 bit type support to GObject [Joshua Pritikin, Mathieu Lacage, Owen]
1065 * Make support for 64 bit integers a requirement [Joshua]
1066 * GPattern improvements [Tim Janik, Matthias]
1067 * Locale independent g_ascii_strtod / g_ascii_dtostr [Alex Larsson]
1068 * Many bug fixes and minor tweaks.
1070 Other Contributors: Darin Adler, Jakub Jelinek, James Antill, Andrew Taylor,
1071 Ben Gertzfield, Elliot Lee, Manish Singh, Abel Cheung, Laszlo Peter,
1072 Sven Neumann, George Lebl, Raja Harinath, Sebastian Wilhelmi,
1076 Overview of Changes in GLib 1.3.9:
1077 ==================================
1079 * Fixes for comparison of threads [Sebastian Wilhelmi]
1080 * Use vasprintf() when possible for g_strdup_printf [Matthias Clasen]
1081 * Win32 fixes [Tor Lillqvist, Hans Breuer]
1082 * Add a len argument to g_ascii_strup/strdown
1083 * Bug, portability fixes, cleanups.
1085 Other Contributors: Darin Adler, Katsuhiro Okuno, Joshua N. Pritikin
1088 Overview of Changes in GLib 1.3.8:
1089 ==================================
1091 * Documentation updates [Owen]
1092 * Made GType interfaces overridable in derived types
1093 * Many win32 fixes [Tor Lillqvist]
1094 * Miscellaneous cleanups and fixes
1097 Darin Adler, Matthias Clasen, Ron Steinke, Hans Breuer, Alex Larsson
1100 Overview of Changes in GLib 1.3.7:
1101 ==================================
1103 * Integrate GClosure support into the main loop [Owen Taylor]
1104 * More GSignal convenience functions (macros) [Sven Neumann, Tim Janik]
1105 * Introduced weak references for GObject [James Henstridge, Sven, Tim]
1106 * Minor hash table optimizations
1107 * Main loop and threading improvements [Sebastian Wilhelmi]
1108 * Added g_ascii_* functions to be used for locale insensitive UTF-8
1109 compliant code instead of old string functions [Darin Adler, Alex Larsson]
1110 * Add functions for Unicode case-conversion, normalization, and
1111 collation [Owen]* GString improvements [Owen]
1112 * Reworked the GIOChannel code [Hidetoshi Tajima, Ron Steinke]
1113 * Removed glib-config-2.0 in favour of pkgconfig [Sebastian]
1114 * Make code 64bit clean [Mark Murnane]
1115 * More G_CONST_RETURN fixes
1116 * Many improvements to the win32 code [Tor Lillqvist, Hans Breuer]
1117 * Miscellaneous bug and API fixes
1120 Michael Natterer, Christopher James Lahey, Padraig O'Briain,
1121 Matthias Clasen, Josh Pritikin, Steve Baker, Cesar Rincon, Garry R. Osgood,
1122 Michael Meeks, Laszlo Peter, Martin Baulig, Kjartan Maraas, Andrew Lanoix,
1126 Overview of Changes in GLib 1.3.6:
1127 ==================================
1129 * Threads have a "return value" from g_thread_join
1130 * Removed ability to adjust thread stack size
1131 * Prefix warnings with progname/PID by default, change toggle for this to
1132 be an env variable G_MESSAGES_PREFIXED not a compile-time option
1134 * GDate const, convenience fixups
1135 * Include test cases that headers are compilable by C++ compiler
1136 * Add ability to spawn processes with argv[0] != executable path.
1137 * g_strstr_len, g_strrstr, g_strrstr_len
1138 * Add length argument to g_utf8_strchr and g_utf8_strrchr.
1142 Overview of Changes in GLib 1.3.5:
1143 ==================================
1145 * Added an installed glib-mkenums Perl program for parsing enumeration
1146 declarations from header files.
1147 * Mark some additional deprecated functions.
1148 * Bug and Portability fixes
1151 Overview of Changes in GLib 1.3.4:
1152 ==================================
1154 * Efficiency improvements for GThreadPool
1157 * Documentation improvements
1160 Overview of Changes in GLib 1.3.3:
1161 ==================================
1165 * More user_data support in various functions.
1166 * Main loop API revamps to support per-thread main loops.
1167 * Unicode handling improvements.
1168 * Implemented debugging traps.
1169 * G_CONST_RETURN specification all over the place.
1170 * Various new small utility functions.
1171 * Random number generator precision improvements.
1172 * New configure option --disable-mem-pools.
1173 * Many Win32 improvements.
1174 * Added g_try_malloc() friends varinats.
1175 * Many documentation improvements.
1176 * Many threading improvements, support for dynamic allocation
1178 * GHookLIst API cleanups.
1179 * Improved format support of GDate parser.
1180 * String function speed improvements with new g_stpcpy().
1181 * Hashtable API additions.
1182 * New GPatternSpec for shell-style pattern matching (from GtkPatternSpec).
1183 * Optimizations, cleanups, bug fixes.
1187 * Added many convenience functions.
1188 * GClosure and GParamSpec use float/sink ref-counting scheme now.
1189 * Reworked property change notification.
1190 * Binary searchable array cleanups, so it's widely usable now.
1191 * Added static content keeping for some GValue types.
1192 * Support for statically scoped signal parameters.
1193 * Extinguished property trailer args in set/get interface.
1194 * Added support for abstract types.
1195 * G_CONST_RETURN specification all over the place.
1196 * Split parameter exchange functionality into value transforms
1197 and parameter conversions.
1198 * Added signal emission hooks and signal accumulators.
1199 * Added interface prerequisites to support is_a (interface, object)
1201 * Implemented GValueArray.
1202 * New types, boxed: G_TYPE_VALUE, G_TYPE_CLOSURE, G_TYPE_GSTRING
1203 GParamSpecs: G_TYPE_PARAM_PARAM, G_TYPE_PARAM_POINTER, G_TYPE_PARAM_CLOSURE,
1204 G_TYPE_VALUE_ARRAY, G_TYPE_PARAM_UNICHAR, G_TYPE_PARAM_VALUE_ARRAY.
1205 * Varrags value collection improvements.
1206 * Implemented debugging traps.
1207 * Made things thread-safe.
1208 * Many documentation improvements.
1209 * Many cleanups, optimizations and bug fixes.
1212 Overview of Changes in GLib 1.3.2:
1213 ==================================
1217 * Win32 build improvements [Tor]
1218 * Improvements to error reporting
1219 (g_critical(), g_return_if_reached()) [Darin]
1220 * Add g_strlcpy/g_strlcat [David Wheeler]
1221 * New IO channel implementation for Win32 [Tor]
1222 * Make g_array_free, g_string_free return pointer to memory requested
1223 not to be freed. [Darin]
1224 * Added GError based error reporting for thread functions. [Sebastian]
1225 * Moved reference docs into GLib distribution. [Owen]
1226 * Added g_convert() for doing convenient character set conversions based
1227 on iconv. (GLib now requires libiconv or a native iconv.) [Havoc/Owen]
1228 * Various Unicode handling additions (g_ucs4_to_utf8, g_utf8_validate(),
1229 g_{locale,filename}_{to,from}_utf8) [Robert/Havoc/Owen]
1230 * Portability fixes for threading. [Sebastian]
1231 * Added convenient functions for launching new processes (g_spawn_*),
1232 and shell quoting/unquoting functions. [Havoc]
1233 * Split glib.h into many headers. [Sebastian]
1234 * Added a simple callback-based parser for XML-like files (GMarkup). [Havoc]
1235 * Fixed confusions between comparison functions that return <0, 0, >0
1236 and equaility functions that return FALSE,TRUE. [Sebastian]
1237 * Added safe/portable temporary file manipulation functions. [Tor]
1238 * autoconf improvements. [Raja]
1239 * Many documentation improvements.
1244 * Added boxed and pointer types. [Tim/Jonathan]
1245 * Added callback abstraction (GClosure) [Tim]
1246 * Added signal system (GSignal) [Tim]
1247 * Make GTypePlugin an interface [Tim]
1248 * Added GTypeModule - a simple GTypePlugin instantiation [Owen]
1252 What's new in GLib 1.3.1:
1253 =========================
1255 * New GObject library added including object system based on
1256 the GTK+ object system.
1257 * Functions for getting the properties of Unicode characters,
1258 computing the canonical decomposition and ordering combining
1259 characters aand manipulating UTF-8 string manipulation based
1261 * GString now properly handles embedded nuls.
1262 * Multiple fixes from the 1.2.x branch.
1263 * Upgrade to libtool 1.3.3
1264 * Full thread support (thread creation and destruction).
1265 * BeOS port, BeOS dynamic modules.
1266 * Many improvements to the Windows ports.
1267 * Improvements to the OS/2 port, OS/2 module support.
1268 * Double ended queue implementation.
1269 * GLib macros for printf() formatting, e.g. G_GULONG_FORMAT = "lu"
1270 * New configure option --enable-msg-prefix to prefix messages, warnings
1271 et ceteri with the program name and the process id.
1272 * New thread-safe random number generator Mersenne Twister.
1273 * g_strcompress() added, g_strescape() had a slight API change, and
1274 more tightly defined semantics.
1275 * the g_string(x) macro has been removed, #x may be used instead.