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