2.5.6
[platform/upstream/glib.git] / NEWS
1 Overview of Changes from GLib 2.5.5 to GLib 2.5.6
2 =================================================
3 * GOption
4   - Add G_OPTION_FLAG_REVERSE to allow options 
5     which unset a  boolean variable [Tor Lillqvist]
6 * GChildWatch
7   - Use sigaction instead of signal [Jonas Jonnson, 
8   Archana Shah]
9   - Make the very first SIGCHLD work [Gustavo Carneiro]
10 * Bug fixes [Morten Welinder, Tor, David MacLachlan,
11   Manish Singh, J. Ali Harlow]
12 * Documentation improvements [Matthias Clasen, Tor]
13 * Updated translations (da,ja,tr,zh_CN)
14
15 Overview of Changes from GLib 2.5.4 to GLib 2.5.5
16 =================================================
17 * GKeyFile
18   - Cleanups, add more error checking [Ray Strode]
19   - Fall back to the untranslated string when getting 
20     locale strings [Mark McLoughlin]
21 * GOption
22   - Document GOption [Matthias Clasen]
23   - Better support for rest arguments [Owen Taylor, Matthias]
24   - Handle conflicts between groups [Matthias]
25 * Add g_lstat() to the stdio wrappers [Tor Lillqvist]
26 * Add g_filename_display_name() to convert filenames
27   in displayable UTF-8 strings  [Alex Larsson, Matthias]
28 * Win32 bug fixes [Kazuki IWAMOTO, Hans Breuer, Tor]
29 * Bug fixes [Christophe Fergeau, Morten Welinder, 
30   Owen, Kjartan Maraas, Mark]
31 * Documentation improvements [Matthias, Tor]
32
33 Overview of Changes from GLib 2.5.3 to GLib 2.5.4
34 =================================================
35 Add GKeyFile, a parser/editor for the .ini like files used in various
36    freedesktop.org specifications. [Ray Strode]
37 Make the handling of filename encodings consistent across all
38    GLib functions, introduce wrappers for common POSIX 
39    functions which accept the same filename encoding. [Tor Lillqvist, 
40    Owen Taylor]
41 GOption
42  - Rename g_context_option_error_quark() to a more language-binding
43    friendly name [Murray Cumming]
44  - Accept backslashes in filenames on Win32 [Tor Lillqvist]
45 * Strip the internal aliasing prefix IA__ from function names in 
46   assertions [Matthias Clasen]
47 * Add a function to split uri lists. [Matthias]
48 * Win32 bug fixes 
49  - Don't open console windows [Tor]
50 * Other bug fixes [Philippe Blain, Robert Ögren, Hidetaka Iwai, Matthias,
51  Morten Welinder, Mats-Ola Persson, Tor, Nickolay V. Shmyrev, Kjartan Maraas,
52   Anders Carlsson, Tim-Philipp Müller, Lucas Rocha, Andrea Campi, Manish
53   Singh, Thomas Fitzsimmons, Kazuki IWAMOTO]
54 * Documentation improvements [Matthias, Linus Walleij, Nickolay, Philippe, 
55  Adam Hooper, Gustavo Carneiro]
56 * New and updated translations (cs,en_CA,en_GB,ja,nb,nl,or,sr,sr@Latn,sq)
57
58 Overview of Changes from GLib 2.5.2 to GLib 2.5.3
59 =================================================
60 * GOption
61  - set the program name from argv[0] [Masatake YAMATO] 
62  - make contexts work without a main group [Anders Carlsson]
63 * Performance 
64  - Get rid of many PLT entries for internally used exported symbols,
65    and clean up the ABI at the same time and make make check check the
66    list of exported symbols.  [Matthias Clasen]
67 * Add API to get ISO 8601 week numbers [Niklas Lundell]
68 * Add API to install an alternate default log handler [Darin Adler]
69 * Add API to obtain a list of applicable locale names [Hidetoshi Tajima]
70 * Reduce code size bloat by removing literal strings from
71  the g_return_if_fail() macros [Owen Taylor]
72 * Add g_strv_length [Tim-Philipp Müller]
73 * Win32 changes
74  - Add API to determine the Windows version [Tor Lillqvist]
75 * Other bug fixes [Stepan Kasal, Anders, Tor, Kazuki Iwamoto,
76   Manish Singh]
77 * Documentation improvements [Morten Welinder, Matthias]
78 * New and updated translations (es,nn,ro)
79
80 Overview of Changes from GLib 2.5.1 to GLib 2.5.2
81 =================================================
82 * Add G_GNUC_INTERNAL macro [Arjan van de Ven]
83 * Add GOption, a commandline option parser [Anders Carlsson]
84 * Add glib_check_version [Michael Natterer]
85 * Add XDG basedir API [Ray Strode]
86 * Require ngettext [Danilo Segan]
87 * Bug fixes [Manish Singh, Ray Strode, Vincent Noel, 
88   Jon-Kare Hellan, Jody Goldberg]
89 * Win32 bug fixes [Tor Lillqvist, Hans Breuer, Peter Zelezny]
90 * Documentation improvements [Matthias Clasen, Vincent Untz, Christian Persch]
91 * New and updated translations (bs,eu,fi,gu,ne,pa)
92
93 Overview of Changes from GLib 2.5.0 to GLib 2.5.1
94 =================================================
95
96 * Bug fixes [Oliver Guntermann, Sven Neumann, James 
97   Henstridge, Hiroyuki Ikezoe, Matthias Clasen, Robert 
98   Ögren, Tommi Komulainen]
99 * Documentation improvements [Soeren Sandmann, 
100   Christophe Fergeau, Danek Duvall]
101 * New and updated translations (eu,hi)
102   
103 Overview of Changes from GLib 2.4.1 to GLib 2.5.0
104 =================================================
105
106 * New functions g_debug [Sven Herzberg]
107 * Use higher precision for mathematical constants [Morten 
108  Welinder]
109 * Don't convert to/from UTF-8 in g_filename_{to,from}_uri 
110  [Federico Mena Quintero]
111 * Win32
112  - Handle empty digit string in printf() functions 
113    correctly [Tor Lillqvist]
114  - Support ll as format modifier for long long [Tor]
115  - Be more careful about HOME [Tor, Ivan Wong]
116  - Bug fixes [John Ehresman]
117 * Miscellaneous bug and portability fixes [Danilo Segan, 
118  Owen Taylor, Nikolai Weibull, Benoît Carpentier, Morten 
119  Welinder, Manish Singh, Sven Neumann, Julio M. Merino Vidal,
120  Kaz Sasayama, Murray Cumming, Federico, Mariano Suarez-Alvarez]
121 * Documentation updates [Matthias Clasen, Crispin Flowerday,
122  Tommi Komulainen, Federico Mena Quintero, Ed Griffiths]
123 * New and updated translations (ja,ne,no,wa)
124  
125 Overview of Changes from GLib 2.4.0 to GLib 2.4.1
126 =================================================
127
128 * Win32 bug fixes [Tor Lillqvist, Roger Leigh, John Ehresman]
129 * Miscellaneous bug and portability fixes [Owen Taylor,
130   Matthias Clasen, Jonas Jonsson, Christian Krause,
131   Nickolay V. Shmyrev, Christophe Saout, Philippe Blain,
132   Piotr Klaban]
133 * Documentation updates [Matthias]
134 * New and updated translations (ca,cs,cy,el,en_CA,en_GB,es,eu,fi,
135   fr,gu,he,id,nl,pt,pl,ru,sr,sr@ije,sr@Latn,sv,uk)
136
137 Overview of Changes from GLib 2.3.6 to GLib 2.4.0
138 =================================================
139
140 * Handle invalid-UTF-8 in g_log() properly [Matthias Clasen]
141 * Win32 bug fixes [Tor Lillqvist, Bruce Hochstetler]
142 * Miscellaneous bug and portability fixes [Olivier Biot, David L. Cooper II, 
143   Kjartan Maraas, Frédéric L. W. Meunier, Christof Petig, Manish Singh, 
144   Sebastian Wilhelmi]
145 * Documentation updates [Owen]
146 * Updated translations (hr,ro)
147
148 Overview of Changes from GLib 2.3.5 to GLib 2.3.6
149 =================================================
150
151 * GAtomic bug fixes [Sebastian Wilhelmi, Mark McLoughlin]
152 * GMain threading fixes and improvements [Sebastian]
153 * Win32 [Tor Lillqvist]
154  - restore some symbols extraneously exported from gobject to maintain ABI compatibility
155  - Misc build improvements and fixes [Tor, Cedric Gustin, Hans Breuer]
156 * Documentation updates [Sebastian, Takeshi AIHANA, Matthias, Sven Herzberg]
157 * New and updated translations (be,es,fi,ga,pa,sr@ije,zh_CN)
158
159 Overview of Changes from GLib 2.3.3 to GLib 2.3.5
160 =================================================
161
162 * Make glib-mkenums parse initializers with macros. [Matthias Clasen, muppet]
163 * Respect locale era in g_date_set_parse(). [Theppitak Karoonboonyanan] 
164 * Add atomic operations and use it for the async queue and
165   gonce implementation. [Sebastian Wilhelmi]
166 * Documentation improvements [Sebastian, Matthias, Sven Herzberg]
167 * Add g_main_depth() for finding the recursion depth of the main
168   loop [Owen Taylor, Tim Janik, Stefan Westerfeld]
169 * Add g_spawn_close_pid(), needed on win32 [J. Ali]
170 * Win32 fixes. [Hans Breuer, J. Ali Harlow]
171 * Misc bugfixes [Sebastian, Matthias, Balazs Scheidler, Owen]
172 * Updated translations (cy,et,ga,sq)
173
174 Overview of Changes from GLib 2.3.2 to GLib 2.3.3
175 =================================================
176
177 * Add a native AIX gmodule implementation. [Laurent Vivier]
178 * Add g_node_copy_deep().  [James M. Cape, Matthias Clasen]
179 * Extend GQueue API to match the GList API. [Soeren Sandmann]
180 * Add g_hash_table_find().  [Tim Janik]
181 * Add a G_MODULE_BIND_LOCAL flag. [David Schleef]
182 * Inline g_string_append_c() when possible. [Owen Taylor, Tim]
183 * Wrap waitpid() as a GSource. [Jonathan R. Blandford]
184 * Add g_completion_complete_utf8(). [Theppitak Karoonboonyanan, 
185   Matthias]
186 * Add g_strsplit_set(). [Soeren]
187 * Documentation improvements. [Vincent Untz, Sebastian Wilhelmi, 
188   Soeren, Matthias]
189 * Win32 build fixes. [Tor Lillqvist]
190 * Misc bugfixes [Manish Singh, Noah Levitt, Simon Josefsson, 
191   Morten Welinder, Damien Carbery, Julio M. Merino Vidal, Sebastian, 
192   Matthias]
193 * Updated translations (nn,cs,it,ko,sq,ms,az,hr,uk,sr,sr@Latn,sq,ta)
194
195 Overview of Changes from GLib 2.3.1 to GLib 2.3.2
196 =================================================
197
198 * Add G_MAXSIZE. [Manish Singh]
199 * Add g_rand_new_with_seed_array(), g_rand_set_seed_array(),
200   implementing the init-by-array functionality of the 
201   original mersenne twister. Add g_rand_copy(). Improve seeding. 
202   [George Lebl]
203 * Add a lowercase_name option to glib-mkenums. [Murray Cumming]
204 * Add g_ptr_array_foreach(). [Matthias Clasen]
205 * Add g_timer_continue(). [Tim-Philipp Müller]
206 * Fix a threadsafety issue in mem chunks. [Matthias, Balazs Scheidler]
207 * Fix g_filename_{to,from}_utf8() on Win32 and improve 
208   g_file_test() there too [Hans Breuer] 
209 * Add a boxed type for NULL-terminated string arrays.  [Matthias]
210 * Add G_DEFINE_TYPE() plus variants to ease the constuction
211   of GObject boilerplate code.  [Tim Janik]
212 * Support & in password GECOS field [Matthias, Soeren Boll Overgaard]
213 * Documentation improvements [Matthias, Manish]
214 * Win32 build fixes [Hans]
215 * Misc bug fixes [Damien Carbery, Matthias, Manish, Olivier Poncet, 
216   Zack Rusin]
217 * Updated translations (ar,de,fa,ga,mn,nn,no,sq)
218
219 Overview of Changes from GLib 2.3.0 to GLib-2.3.1
220 =================================================
221
222 * Add glib/gi18n.h and glib/gi18n-lib.h for common
223   gettext support, including a Q_() macro for translation
224   with context [Matthias Clasen]
225 * Add a more flexible G_FILENAME_ENCODING variable
226   as a replacement for G_BROKEN_FILENAMES [Matthias]
227 * Fix the return value g_main_context_iterate() for
228   newly ready sources [Padraig O'Briain]
229 * Handle Hangul composition for normalization [Noah Levitt]
230 * Add G_{MIN,MAX,MAXU}INT{8,16,32}. [Mark Jones, Matthias]
231 * Add G_GSIZE_FORMAT/G_SSIZE_FORMAT [Manish Singh]
232 * Add G_STRFUNC as a portable wrapper for __func__ [Tim Janik]
233 * Documentation improvements [Matthias]
234 * GObject [Tim Janik]
235  - Support '-' in g_signal_connect()/disconnect() names
236    like 'swapped-signal'.
237  - Add g_type_class_peek_static() and use to optimize
238    g_object_new() for static types [Tim]
239  - Allow setting construct-only properties from within
240    init() implementations
241  - Enforce readability/writeability in g_object_set/get()
242 * Fix bug with g_ascii_strtod and multi-byte separator.
243   [Behdad Esfahbod, Roozbeh Pournader]  
244 * Misc bug fixes [Matthias, John Ehresman, Andrew Lanoix,
245   Tor Lillqvist, Mark McLoughlin, Tim-Philipp Müller, Manish, 
246   Morten Welinder]
247 * Updated translations (ca,cs,da,es,fr,ja,nn,no,pt,ru)
248
249 Overview of Changes from GLib 2.2.x to GLib-2.3.0
250 =================================================
251
252 * Replace Trio printf by gnulib vasnprintf [Matthias Clasen]
253 * Update Unicode data to Unicode 4.0 [Noah Levitt]
254 * Support XML-safe formatted output with 
255   g_markup_[v]printf_escaped [Owen Taylor]
256 * Add g_file_read_link to read symbolic links [Matthias]
257 * Add g_unichar_get_mirror_char to obtain the 
258   mirrored variant of a character [Noah]
259 * Support for one-time initialization functions. 
260   [Sebastian Wilhelmi]
261 * Miscellaneous API additions: g_vasprintf
262   g_string_chunk_insert_len, g_setenv, g_unsetenv [Matthias]
263 * Docs improvements [Matthias]
264 * Add support instance-private data on classed types
265   [Mark McLoughlin, Tim Janik, Owen]
266 * Optimize signal emissions [Soeren Sandmann, Tim]
267 * Support a "default vtable" per interface [Tim]
268 * Add support for properties on interfaces [Owen, Tim]
269 * Miscellaneous API additions: g_value_take_string(),
270   g_value_take_param(), g_value_take_object(), 
271   g_value_take_boxed(). [Matthias]
272 * Win32 build fixes [Tor Lillqvist]
273
274 Overview of Changes from GLib 2.1.5 to GLib-2.2.0
275 =================================================
276
277 * Fix a problem with g_thread_init() on 64-bit problems
278   [Alceste Scalas, Sebastian Wilhelmi]
279 * Add assembly implementations of byteswap macros
280   for ia64 and x86_64. [Manish Singh]
281 * IOChannel fixes for Win32 [Tor Lillqvist, Thorsten Maerz]
282 * Updated translations (bg,ca,es,da,fi,lv,ru,sk)
283
284 Overview of Changes from GLib 2.1.4 to GLib-2.1.5
285 =================================================
286
287 * Win32 bug fixes [Tor Lillqvist]
288 * Various post-rewrite fixes for glib-gettext.m4 [Owen Taylor,
289   Jody Goldberg, Kjartan Maraas, Johannes Stezenbach]
290 * Ensure we have a GUINT64_FORMAT by pulling in Trio
291   if necessary [Manish Singh]
292 * Further Trio build fixes [Matthias Clasen, Owen]
293 * Hack around gcc, libtool issues with -pthread [Owen]
294 * Docs improvements [Matthias]
295 * Bug and portability fixes 
296 * Updated and new translations (bg,de,fi,fr,sq,fr)
297
298 Other contributors: Kai Poitschke, Morten Welinder
299
300 Overview of Changes from GLib 2.1.3 to GLib-2.1.4
301 =================================================
302
303 * autoconf changes to make it possible to cross compile
304   GLib. [Owen Taylor, Dan Kegel, Amy Lin, Dimi Shahbaz, 
305   Johannes Stezenbach]
306 * Use libintl when it has bind_textdomain_codeset() and
307   GLib doesn't. [Owen]
308 * Improve generation of pseudo-random integers [Morten Welinder, 
309   Sebastian Wilhelmi]
310 * Avoid literal UTF-8 in favor of octal escapes [Owen, Tomas Ogren]
311 * Cleanup include order [Sven Neumann]
312 * autoconf cleanups and bug fixes [Daniel, Matthias Clasen, Owen]
313 * Doc fixes and additions [Matthias]
314
315 Other contributors: James M. Cape, Frederic Crozat, Martin Gansser,
316   Phuc LeHong, Manish Singh, Joshua Weage, Morten Welinder
317
318 Overview of Changes from GLib 2.0.x to GLib-2.1.x
319 =================================================
320
321 * Add copy of the Trio library to build and use for printf() when 
322   system printf isn't good enough. Add g_printf()/etc. [Matthias Clasen]
323 * Add g_str_has_suffix()/g_str_has_prefix() [Alex Larsson]
324 * Add g_markup_parse_context_get_element() [Matthias]
325 * Add g_utf8_strreverse [Matthias]
326 * Add g_ascii_strtoull() [Tim Janik]
327 * Support scanning of 64-bit values with GScanner [Tim]
328 * Add g_set/get_application_name() [Havoc Pennington]
329 * Add G_LIKELY()/G_UNLIKELY() macros for hinting branch probabilities. 
330   Use for g_return_if_fail(). [Matthias Clasen]
331 * Add G_GNUC_DEPRECATED macro [Tom Tromey]
332 * Improve the seeding algorithm of GRandom to avoid problems
333   with certain pathological seeds. Support G_RANDOM_VERSION=2.0
334   environment variable. [Sebastian Wilhelmi]
335 * Improve thread configure checks, use -pthread where applicable
336   [Sebastian]
337 * Improve handlng of thread priorities [Sebastian]
338 * Fix up parameter names that might shadow functions from
339   system headers [Soeren Sandmann]
340 * Clean up usage of deprecated functions [Manish Singh]
341 * Docs fixes and improvements. In particular, include "Since" information.
342   [Matthias, Soeren, Martin Schulze, Daryll Strauss, Bill Janssen, 
343   Owen Taylor, Morten Welinder]. 
344
345 Overview of Changes in GLib 2.0.7
346 =================================
347
348 * Fix C++ warnings in gtype.h [Dom Lachowicz]
349 * Fix g_type_fundamental_next() [Tim Janik]
350 * Fix various missing includes of config.h [Morten Welinder]
351 * Handle main loop initialization before g_thread_init [Sebastian Wilhelmi]
352 * Various 64-bit fixes [Manish Singh]
353 * Fix GPoll on Win32 [Tor Lillqvist, Herman Bloggs]
354 * Fix bug with buffering on UTF-8 IOChannels [Daniel Elstner]
355 * Misc bug and build fixes [Soren Andersen, Gustavo Carneiro, Tor,
356      Tim, Havoc Pennington,  Matthias Clasen, Sebastian Rittau,
357      Masahiro Sakai, Arvind Samptur, HideToshi Tajima, Owen Taylor]
358 * Updated and new translations (be,cs,de,*fa,it,lv,pt_BR,tr)
359
360 Overview of Changes in GLib 2.0.6
361 =================================
362
363 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
364 * Clean up debug spew from GObject [Anders Carlsson]
365 * Compiler warning fixes [David L. Cooper II]
366 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
367 * Fixes for --disable-debug [Sebastian Wilhelmi]
368 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
369   Rajkumar Sivasamy, Laurent Vivier]
370 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
371   Sebastian Rittau, Linus Welleij]
372 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
373 * Updated translations (bg,ko,vi)
374
375 Overview of Changes in GLib 2.0.5
376 =================================
377
378 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
379 * Clean up debug spew from GObject [Anders Carlsson]
380 * Compiler warning fixes [David L. Cooper II]
381 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
382 * Fixes for --disable-debug [Sebastian Wilhelmi]
383 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
384   Rajkumar Sivasamy, Laurent Vivier]
385 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
386   Sebastian Rittau, Linus Welleij]
387 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
388 * Updated translations (bg,ko,vi)
389
390 Overview of Changes in GLib 2.0.4
391 =================================
392
393 * Fix some 64-bit problems. (George Lebl, David L. Cooper II)
394 * Add note about Tru64 iconv to INSTALL. (Manuel Op de Coul)
395 * Fix problem with timouts > MAXINT. (Tim Janik, Owen Taylor)
396 * Updated translations (ca,es,fr,ja,gl,ms,nl,pl,pt,ru)
397
398 Overview of Changes in GLib 2.0.3
399 =================================
400
401 * Handle sorting 0-length arrays (Ron Arts)
402 * Threading fixes (Sebastian Wilhelmi)
403 * Portability fixes (Miroslaw Dobrzanski-Neumann, Jacob Berkman, Gareth Pierce, 
404   Sebastian, Qingjiang Yuan)
405 * Various fixes for glib-2.0.m4. (Jim Gettys, others.)
406 * Locate right glib-genmarshal when cross-compiling. (Mitch Natterer)
407 * Win32 fixes (Tor Lillqvist)
408 * Try to fix g_get_charset() related segfaults. (Owen)
409 * Fixes for gettext detection. (Dan Winship, HideToshi Tajima, Boyd Lynn Gerber,
410   Andrew P. Lentvorski, Jr.)
411 * Fix g_scanner_unexp_token() (Tim Janik, Sven Neumann)
412 * g_markup fixes. (Matthias Clasen.)
413 * Bug fixes and cleanups (Daniel Elstner, Matthias, Laszlo Peter, Morten Welinder,
414   Wayne Schuller)
415
416 Overview of Changes in GLib 2.0.1
417 =================================
418
419 * Portability fixes for Sun's Forte compiler [Erwann Chenede]
420 * Performance improvements for GObject parameter lookup, 
421   g_filename_to/from_utf8() [Alex Larsson]
422 * Actually check interface prerequisites [Matthias Clasen,
423   Miroslaw Dobrzanski-Neumann]
424 * Fix problem with glib-mkenums taking huge amounts of stack. [Owen Taylor]
425 * Fix g_signal_handlers_disconnect_by_func() for C++ [Damien Sandras]
426 * Fixes for g_log() and threading.
427   [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, Tim Janik]
428 * Make g_print(), g_printerr(), g_warning(), etc, convert from
429   UTF-8 to the encoding of the locale [Sebastian Wilhelmi, Tim]
430 * Fixes for GIOChannel on windows. [Tor Lillqvist]
431 * Fix gsize/gint mismatches in giochannel.c [Miroslaw Dobrzanski-Neumann]
432 * Fix file descriptor leak in g_file_get_contents() [Matthias]
433 * Workaround iconv() problems on older Solaris [Lauri Alanko]
434 * Fix warnings with gcc-3.1 about asm const [Cody Russel]
435 * Minor bug fixes.
436
437 Other contributors: Hans Breuer, LEE Sau Dan, Sven Neumann, Salmaso Raffaele,
438   Akira Tagoh, Morten Welinder
439
440
441 Overview of Changes in GLib 2.0.0
442 =================================
443
444 * Thread portability fixes [Sebastian Wilhelmi]
445 * Documentation updates [Owen Taylor]
446 * Make g_strerror(), g_strsignal() properly return UTF-8,
447   call bind_text_domain_codeset() so that error strings
448   are in UTF-8 as well. [Owen, Tor Lillqvist]
449
450 Overview of Changes in GLib 2.0.0 rc1:
451 ======================================
452
453 * Win32 fixes [Tor Lillqvist]
454 * Portability fixes [Finlay Dobbie, Miroslaw Dobrzanski-Neumann]
455 * Fix up g_date_strftime [Daniel Elstner]
456 * Add some structure padding [Tim Janik]
457 * Make g_get_homedir() prefer the users home directory to $HOME
458
459 Other contributors: Matthias Clasen, Paolo Maggi, Christian Rose
460
461 Overview of Changes in GLib 1.3.15:
462 ===================================
463
464 * Speed up marshalers by using private access to GValue 
465   [Anders Carlsson, Tim Janik]
466 * Reduce GValue to 2 elements [Tim]
467 * Add G_DEBUG environment variable, G_DEBUG=fatal_warnings [Matthias Clasen]
468 * Fixes for AIX compilation [Miroslaw Dobrzanski-Neumann]
469 * Add padding to various structures [Owen Taylor, Tim]
470 * Win32 fixes [Tor Lillqvist]
471
472 Other contributors: James Henstridge, Ryan Lovett, Morten Welinder,
473   Daniel Elstner
474
475 Overview of Changes in GLib 1.3.14:
476 ===================================
477
478 * Register value transformations for gint64, guint64 [Andy Wingo]
479 * Build with large-file support [Sven Neumann, Owen Taylor]
480 * Fix handling of hostnames in URI's [Darin Adler]
481 * Main loop bug fixes [Havoc Pennington, Owen]
482 * Doc fixes and improvements [Manish Singh, Tim Janik]
483 * Support ' as attribute delimiters in GMarkup [Matthias Clasen]
484 * Win32 fixes [Hans Breuer, Tor Lillqvist]
485 * Threading bug and build fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann]
486 * Miscellaneous bug fixes
487
488 Other contributors: Matthias Clasen, James Henstridge, Mitch Natterer, 
489   Morten Welinder.
490
491 Overview of Changes in GLib 1.3.13:
492 ===================================
493
494 * Fix g_filename_to/from_uri for Win32 [Tor Lillqvist, Darin Adler]
495 * Miscellaneous win32 fixes [Tor, Hans Breuer]
496 * Fix thread options for gcc on AIX [Jerome Zago, Sebastian Wilhelmi]
497 * Documentation improvements [Ron Steinke, Matthias, Sebastian]
498 * Cache iconv converters as used by g_convert() [Jeffrey Stedfast]
499 * Bug fixes [Sven Neumann, Owen Taylor, Matthias Clasen, Jeffrey,
500   Laszlo Peter, Havoc Pennington, Tim Janik]
501
502 Overview of Changes in GLib 1.3.12:
503 ===================================
504
505 * Implement closure chaining, fixing up API (Tim Janik)
506 * Closure chaining test case (James Henstridge)
507 * Make GType long not int where both are equal width (Tim)
508 * Win32 fixes and improvements (Hans Breuer, Tor Lillqvist)
509 * Fixes for NetBSD. (Dan Winship)
510 * Use snprintf() for g_printf_string_upper_bound() where possible. (Matthias Clasen)
511 * Save space for GBSearchArray (Tim Janik)
512 * Documentation improvements. (Matthias, Sven Neumann, Havoc Pennington)
513
514 Other contributors: Darin Adler, Chris Blizzard, Anders Carlson, Daniel Elstner, Michael Meeks, 
515   Mark McLoughlin, Dave Neary, Manish Singh, Owen Taylor, HideToshi Tajima, 
516   Sebastian Wilhelmi.
517
518
519 Overview of Changes in GLib 1.3.11:
520 ===================================
521
522 * Win32 fixes [Hans Breuer, Tor Lillqvist]
523 * Documentation improvements [Matthias Clasen]
524 * Portable directory handling API [Hans]
525 * Threading fixes [Sebastian Wilhelmi, Havoc Pennington]
526 * Fix excess relocations in Unicode tables [Andrew Taylor]
527 * Fix gpattern for UTF-8 [Matthias Clasen]
528 * Support overriding class closures [Tim Janik]
529 * Support for derivation from G_TYPE_POINTER [Owen Taylor]
530 * Hide pointers to type information inside GType to reduce locking
531   [Alex Larsson, Tim]
532 * Adds check for direct inclusion of gobject/*.h [Owen]
533 * GObject API cleanups [Tim]
534
535 Other contributors: Darin Adler, Jacob Berkman, Daniel Egger, Eric Lemings, 
536   Michael Meeks, Mark McLoughlin, Arkadiusz Miskiewicz, Dan Winship
537
538
539 Overview of Changes in GLib 1.3.10:
540 ===================================
541
542 * Many Win32 fixes and improvements [Tor Lillqvist]
543 * Documentation improvements [Matthias Clasen]
544 * g_string_printfa() renamed to g_string_append_printf()
545 * Use libcharset from libiconv to implement charset detection
546   more portably. [Owen Taylor, Hidetoshi Tajima]
547 * Add 64 bit type support to GObject [Joshua Pritikin, Mathieu Lacage, Owen]
548 * Make support for 64 bit integers a requirement [Joshua]
549 * GPattern improvements [Tim Janik, Matthias]
550 * Locale independent g_ascii_strtod / g_ascii_dtostr [Alex Larsson]
551 * Many bug fixes and minor tweaks.
552
553 Other Contributors: Darin Adler, Jakub Jelinek, James Antill, Andrew Taylor,
554   Ben Gertzfield, Elliot Lee, Manish Singh, Abel Cheung, Laszlo Peter,
555   Sven Neumann, George Lebl, Raja Harinath, Sebastian Wilhelmi,
556   Jacob Berkman
557
558
559 Overview of Changes in GLib 1.3.9:
560 ==================================
561
562 * Fixes for comparison of threads [Sebastian Wilhelmi]
563 * Use vasprintf() when possible for g_strdup_printf [Matthias Clasen]
564 * Win32 fixes [Tor Lillqvist, Hans Breuer]
565 * Add a len argument to g_ascii_strup/strdown
566 * Bug, portability fixes, cleanups.
567
568 Other Contributors: Darin Adler, Katsuhiro Okuno, Joshua N. Pritikin
569
570
571 Overview of Changes in GLib 1.3.8:
572 ==================================
573
574 * Documentation updates [Owen]
575 * Made GType interfaces overridable in derived types
576 * Many win32 fixes [Tor Lillqvist]
577 * Miscellaneous cleanups and fixes
578
579 Other contributors:
580   Darin Adler, Matthias Clasen, Ron Steinke, Hans Breuer, Alex Larsson
581
582
583 Overview of Changes in GLib 1.3.7:
584 ==================================
585
586 * Integrate GClosure support into the main loop [Owen Taylor]
587 * More GSignal convenience functions (macros) [Sven Neumann, Tim Janik]
588 * Introduced weak references for GObject [James Henstridge, Sven, Tim] 
589 * Minor hash table optimizations
590 * Main loop and threading improvements [Sebastian Wilhelmi]
591 * Added g_ascii_* functions to be used for locale insensitive UTF-8
592   compliant code instead of old string functions  [Darin Adler, Alex Larsson]
593 * Add functions for Unicode case-conversion, normalization, and 
594   collation [Owen]* GString improvements [Owen]
595 * Reworked the GIOChannel code [Hidetoshi Tajima, Ron Steinke]
596 * Removed glib-config-2.0 in favour of pkgconfig [Sebastian]
597 * Make code 64bit clean [Mark Murnane]
598 * More G_CONST_RETURN fixes
599 * Many improvements to the win32 code [Tor Lillqvist, Hans Breuer]
600 * Miscellaneous bug and API fixes
601
602 Other contributors:
603   Michael Natterer, Christopher James Lahey, Padraig O'Briain,
604   Matthias Clasen, Josh Pritikin, Steve Baker, Cesar Rincon, Garry R. Osgood,
605   Michael Meeks, Laszlo Peter,  Martin Baulig, Kjartan Maraas, Andrew Lanoix,
606   Peter Williams
607
608
609 Overview of Changes in GLib 1.3.6:
610 ==================================
611
612 * Threads have a "return value" from g_thread_join
613 * Removed ability to adjust thread stack size
614 * Prefix warnings with progname/PID by default, change toggle for this to 
615   be an env variable G_MESSAGES_PREFIXED not a compile-time option
616 * GMarkup speedups
617 * GDate const, convenience fixups
618 * Include test cases that headers are compilable by C++ compiler
619 * Add ability to spawn processes with argv[0] != executable path.
620 * g_strstr_len, g_strrstr, g_strrstr_len
621 * Add length argument to g_utf8_strchr and g_utf8_strrchr.
622 * Misc bug fixes
623
624
625 Overview of Changes in GLib 1.3.5:
626 ==================================
627
628 * Added an installed glib-mkenums Perl program for parsing enumeration
629   declarations from header files.
630 * Mark some additional deprecated functions.
631 * Bug and Portability fixes
632
633
634 Overview of Changes in GLib 1.3.4:
635 ==================================
636
637 * Efficiency improvements for GThreadPool
638 * A few bug fixes
639 * Build fixes
640 * Documentation improvements
641
642
643 Overview of Changes in GLib 1.3.3:
644 ==================================
645
646 GLib:
647
648 * More user_data support in various functions.
649 * Main loop API revamps to support per-thread main loops.
650 * Unicode handling improvements.
651 * Implemented debugging traps.
652 * G_CONST_RETURN specification all over the place.
653 * Various new small utility functions.
654 * Random number generator precision improvements.
655 * New configure option --disable-mem-pools.
656 * Many Win32 improvements.
657 * Added g_try_malloc() friends varinats.
658 * Many documentation improvements.
659 * Many threading improvements, support for dynamic allocation
660   of static mutexes.
661 * GHookLIst API cleanups.
662 * Improved format support of GDate parser.
663 * String function speed improvements with new g_stpcpy().
664 * Hashtable API additions.
665 * New GPatternSpec for shell-style pattern matching (from GtkPatternSpec).
666 * Optimizations, cleanups, bug fixes.
667
668 GObject:
669
670 * Added many convenience functions.
671 * GClosure and GParamSpec use float/sink ref-counting scheme now.
672 * Reworked property change notification.
673 * Binary searchable array cleanups, so it's widely usable now.
674 * Added static content keeping for some GValue types.
675 * Support for statically scoped signal parameters.
676 * Extinguished property trailer args in set/get interface.
677 * Added support for abstract types.
678 * G_CONST_RETURN specification all over the place.
679 * Split parameter exchange functionality into value transforms
680   and parameter conversions.
681 * Added signal emission hooks and signal accumulators.
682 * Added interface prerequisites to support is_a (interface, object)
683   relations.
684 * Implemented GValueArray.
685 * New types, boxed: G_TYPE_VALUE, G_TYPE_CLOSURE, G_TYPE_GSTRING
686   GParamSpecs: G_TYPE_PARAM_PARAM, G_TYPE_PARAM_POINTER, G_TYPE_PARAM_CLOSURE,
687   G_TYPE_VALUE_ARRAY, G_TYPE_PARAM_UNICHAR, G_TYPE_PARAM_VALUE_ARRAY.
688 * Varrags value collection improvements.
689 * Implemented debugging traps.
690 * Made things thread-safe.
691 * Many documentation improvements.
692 * Many cleanups, optimizations and bug fixes.
693
694
695 Overview of Changes in GLib 1.3.2:
696 ==================================
697
698 GLib:
699
700 * Win32 build improvements  [Tor]
701 * Improvements to error reporting  
702   (g_critical(), g_return_if_reached()) [Darin]
703 * Add g_strlcpy/g_strlcat  [David Wheeler]
704 * New IO channel implementation for Win32  [Tor] 
705 * Make g_array_free, g_string_free return pointer to memory requested
706   not to be freed.  [Darin]
707 * Added GError based error reporting for thread functions.  [Sebastian]
708 * Moved reference docs into GLib distribution. [Owen]
709 * Added g_convert() for doing convenient character set conversions based
710   on iconv. (GLib now requires libiconv or a native iconv.) [Havoc/Owen]
711 * Various Unicode handling additions (g_ucs4_to_utf8, g_utf8_validate(),
712   g_{locale,filename}_{to,from}_utf8)  [Robert/Havoc/Owen]
713 * Portability fixes for threading.  [Sebastian]
714 * Added convenient functions for launching new processes (g_spawn_*),
715   and shell quoting/unquoting functions.  [Havoc]
716 * Split glib.h into many headers.  [Sebastian]
717 * Added a simple callback-based parser for XML-like files (GMarkup).  [Havoc]
718 * Fixed confusions between comparison functions that return <0, 0, >0
719   and equaility functions that return FALSE,TRUE.  [Sebastian]
720 * Added safe/portable temporary file manipulation functions.  [Tor]
721 * autoconf improvements.  [Raja]
722 * Many documentation improvements.
723 * Bug fixes.
724
725 GObject:
726
727 * Added boxed and pointer types.  [Tim/Jonathan]
728 * Added callback abstraction (GClosure)  [Tim]
729 * Added signal system (GSignal)  [Tim]
730 * Make GTypePlugin an interface  [Tim]
731 * Added GTypeModule - a simple GTypePlugin instantiation  [Owen]
732 * Bug fixes.
733
734
735 What's new in GLib 1.3.1:
736 =========================
737
738 * New GObject library added including object system based on
739   the GTK+ object system. 
740 * Functions for getting the properties of Unicode characters, 
741   computing the canonical decomposition and ordering combining
742   characters aand manipulating UTF-8 string manipulation based
743   on libunicode.
744 * GString now properly handles embedded nuls.
745 * Multiple fixes from the 1.2.x branch.
746 * Upgrade to libtool 1.3.3
747 * Full thread support (thread creation and destruction).
748 * BeOS port, BeOS dynamic modules.
749 * Many improvements to the Windows ports.
750 * Improvements to the OS/2 port, OS/2 module support.
751 * Double ended queue implementation.
752 * GLib macros for printf() formatting, e.g. G_GULONG_FORMAT = "lu"
753 * New configure option --enable-msg-prefix to prefix messages, warnings
754   et ceteri with the program name and the process id.
755 * New thread-safe random number generator Mersenne Twister.
756 * g_strcompress() added, g_strescape() had a slight API change, and
757   more tightly defined semantics.
758 * the g_string(x) macro has been removed, #x may be used instead.
759