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