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