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