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