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