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