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