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