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