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