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