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