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