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