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