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