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