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