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