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