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