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