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