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