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