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