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