=== Released 2.2.0 ===
[platform/upstream/glib.git] / NEWS
1 Overview of Changes from GLib 2.1.5 to GLib-2.2.0
2 =================================================
3
4 * Fix a problem with g_thread_init() on 64-bit problems
5   [Alceste Scalas, Sebastian Wilhelmi]
6 * Add assembly implementations of byteswap macros
7   for ia64 and x86_64. [Manish Singh]
8 * IOChannel fixes for Win32 [Tor Lillqvist, Thorsten Maerz]
9 * Updated translations (bg,ca,es,da,fi,lv,ru,sk)
10
11 Overview of Changes from GLib 2.1.4 to GLib-2.1.5
12 =================================================
13
14 * Win32 bug fixes [Tor Lillqvist]
15 * Various post-rewrite fixes for glib-gettext.m4 [Owen Taylor,
16   Jody Goldberg, Kjartan Maraas, Johannes Stezenbach]
17 * Ensure we have a GUINT64_FORMAT by pulling in Trio
18   if necessary [Manish Singh]
19 * Further Trio build fixes [Matthias Clasen, Owen]
20 * Hack around gcc, libtool issues with -pthread [Owen]
21 * Docs improvements [Matthias]
22 * Bug and portability fixes 
23 * Updated and new translations (bg,de,fi,fr,sq,fr)
24
25 Other contributors: Kai Poitschke, Morten Welinder
26
27 Overview of Changes from GLib 2.1.3 to GLib-2.1.4
28 =================================================
29
30 * autoconf changes to make it possible to cross compile
31   GLib. [Owen Taylor, Dan Kegel, Amy Lin, Dimi Shahbaz, 
32   Johannes Stezenbach]
33 * Use libintl when it has bind_textdomain_codeset() and
34   GLib doesn't. [Owen]
35 * Improve generation of pseudo-random integers [Morten Welinder, 
36   Sebastian Wilhelmi]
37 * Avoid literal UTF-8 in favor of octal escapes [Owen, Tomas Ogren]
38 * Cleanup include order [Sven Neumann]
39 * autoconf cleanups and bug fixes [Daniel, Matthias Clasen, Owen]
40 * Doc fixes and additions [Matthias]
41
42 Other contributors: James M. Cape, Frederic Crozat, Martin Gansser,
43   Phuc LeHong, Manish Singh, Joshua Weage, Morten Welinder
44
45 Overview of Changes from GLib 2.0.x to GLib-2.1.x
46 =================================================
47
48 * Add copy of the Trio library to build and use for printf() when 
49   system printf isn't good enough. Add g_printf()/etc. [Matthias Clasen]
50 * Add g_str_has_suffix()/g_str_has_prefix() [Alex Larsson]
51 * Add g_markup_parse_context_get_element() [Matthias]
52 * Add g_utf8_strreverse [Matthias]
53 * Add g_ascii_strtoull() [Tim Janik]
54 * Support scanning of 64-bit values with GScanner [Tim]
55 * Add g_set/get_application_name() [Havoc Pennington]
56 * Add G_LIKELY()/G_UNLIKELY() macros for hinting branch probabilities. 
57   Use for g_return_if_fail(). [Matthias Clasen]
58 * Add G_GNUC_DEPRECATED macro [Tom Tromey]
59 * Improve the seeding algorithm of GRandom to avoid problems
60   with certain pathological seeds. Support G_RANDOM_VERSION=2.0
61   environment variable. [Sebastian Wilhelmi]
62 * Improve thread configure checks, use -pthread where applicable
63   [Sebastian]
64 * Improve handlng of thread priorities [Sebastian]
65 * Fix up parameter names that might shadow functions from
66   system headers [Soeren Sandmann]
67 * Clean up usage of deprecated functions [Manish Singh]
68 * Docs fixes and improvements. In particular, include "Since" information.
69   [Matthias, Soeren, Martin Schulze, Daryll Strauss, Bill Janssen, 
70   Owen Taylor, Morten Welinder]. 
71
72 Overview of Changes in GLib 2.0.7
73 =================================
74
75 * Fix C++ warnings in gtype.h [Dom Lachowicz]
76 * Fix g_type_fundamental_next() [Tim Janik]
77 * Fix various missing includes of config.h [Morten Welinder]
78 * Handle main loop initialization before g_thread_init [Sebastian Wilhelmi]
79 * Various 64-bit fixes [Manish Singh]
80 * Fix GPoll on Win32 [Tor Lillqvist, Herman Bloggs]
81 * Fix bug with buffering on UTF-8 IOChannels [Daniel Elstner]
82 * Misc bug and build fixes [Soren Andersen, Gustavo Carneiro, Tor,
83      Tim, Havoc Pennington,  Matthias Clasen, Sebastian Rittau,
84      Masahiro Sakai, Arvind Samptur, HideToshi Tajima, Owen Taylor]
85 * Updated and new translations (be,cs,de,*fa,it,lv,pt_BR,tr)
86
87 Overview of Changes in GLib 2.0.6
88 =================================
89
90 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
91 * Clean up debug spew from GObject [Anders Carlsson]
92 * Compiler warning fixes [David L. Cooper II]
93 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
94 * Fixes for --disable-debug [Sebastian Wilhelmi]
95 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
96   Rajkumar Sivasamy, Laurent Vivier]
97 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
98   Sebastian Rittau, Linus Welleij]
99 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
100 * Updated translations (bg,ko,vi)
101
102 Overview of Changes in GLib 2.0.5
103 =================================
104
105 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
106 * Clean up debug spew from GObject [Anders Carlsson]
107 * Compiler warning fixes [David L. Cooper II]
108 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
109 * Fixes for --disable-debug [Sebastian Wilhelmi]
110 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
111   Rajkumar Sivasamy, Laurent Vivier]
112 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
113   Sebastian Rittau, Linus Welleij]
114 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
115 * Updated translations (bg,ko,vi)
116
117 Overview of Changes in GLib 2.0.4
118 =================================
119
120 * Fix some 64-bit problems. (George Lebl, David L. Cooper II)
121 * Add note about Tru64 iconv to INSTALL. (Manuel Op de Coul)
122 * Fix problem with timouts > MAXINT. (Tim Janik, Owen Taylor)
123 * Updated translations (ca,es,fr,ja,gl,ms,nl,pl,pt,ru)
124
125 Overview of Changes in GLib 2.0.3
126 =================================
127
128 * Handle sorting 0-length arrays (Ron Arts)
129 * Threading fixes (Sebastian Wilhelmi)
130 * Portability fixes (Miroslaw Dobrzanski-Neumann, Jacob Berkman, Gareth Pierce, 
131   Sebastian, Qingjiang Yuan)
132 * Various fixes for glib-2.0.m4. (Jim Gettys, others.)
133 * Locate right glib-genmarshal when cross-compiling. (Mitch Natterer)
134 * Win32 fixes (Tor Lillqvist)
135 * Try to fix g_get_charset() related segfaults. (Owen)
136 * Fixes for gettext detection. (Dan Winship, HideToshi Tajima, Boyd Lynn Gerber,
137   Andrew P. Lentvorski, Jr.)
138 * Fix g_scanner_unexp_token() (Tim Janik, Sven Neumann)
139 * g_markup fixes. (Matthias Clasen.)
140 * Bug fixes and cleanups (Daniel Elstner, Matthias, Laszlo Peter, Morten Welinder,
141   Wayne Schuller)
142
143 Overview of Changes in GLib 2.0.1
144 =================================
145
146 * Portability fixes for Sun's Forte compiler [Erwann Chenede]
147 * Performance improvements for GObject parameter lookup, 
148   g_filename_to/from_utf8() [Alex Larsson]
149 * Actually check interface prerequisites [Matthias Clasen,
150   Miroslaw Dobrzanski-Neumann]
151 * Fix problem with glib-mkenums taking huge amounts of stack. [Owen Taylor]
152 * Fix g_signal_handlers_disconnect_by_func() for C++ [Damien Sandras]
153 * Fixes for g_log() and threading.
154   [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, Tim Janik]
155 * Make g_print(), g_printerr(), g_warning(), etc, convert from
156   UTF-8 to the encoding of the locale [Sebastian Wilhelmi, Tim]
157 * Fixes for GIOChannel on windows. [Tor Lillqvist]
158 * Fix gsize/gint mismatches in giochannel.c [Miroslaw Dobrzanski-Neumann]
159 * Fix file descriptor leak in g_file_get_contents() [Matthias]
160 * Workaround iconv() problems on older Solaris [Lauri Alanko]
161 * Fix warnings with gcc-3.1 about asm const [Cody Russel]
162 * Minor bug fixes.
163
164 Other contributors: Hans Breuer, LEE Sau Dan, Sven Neumann, Salmaso Raffaele,
165   Akira Tagoh, Morten Welinder
166
167
168 Overview of Changes in GLib 2.0.0
169 =================================
170
171 * Thread portability fixes [Sebastian Wilhelmi]
172 * Documentation updates [Owen Taylor]
173 * Make g_strerror(), g_strsignal() properly return UTF-8,
174   call bind_text_domain_codeset() so that error strings
175   are in UTF-8 as well. [Owen, Tor Lillqvist]
176
177 Overview of Changes in GLib 2.0.0 rc1:
178 ======================================
179
180 * Win32 fixes [Tor Lillqvist]
181 * Portability fixes [Finlay Dobbie, Miroslaw Dobrzanski-Neumann]
182 * Fix up g_date_strftime [Daniel Elstner]
183 * Add some structure padding [Tim Janik]
184 * Make g_get_homedir() prefer the users home directory to $HOME
185
186 Other contributors: Matthias Clasen, Paolo Maggi, Christian Rose
187
188 Overview of Changes in GLib 1.3.15:
189 ===================================
190
191 * Speed up marshalers by using private access to GValue 
192   [Anders Carlsson, Tim Janik]
193 * Reduce GValue to 2 elements [Tim]
194 * Add G_DEBUG environment variable, G_DEBUG=fatal_warnings [Matthias Clasen]
195 * Fixes for AIX compilation [Miroslaw Dobrzanski-Neumann]
196 * Add padding to various structures [Owen Taylor, Tim]
197 * Win32 fixes [Tor Lillqvist]
198
199 Other contributors: James Henstridge, Ryan Lovett, Morten Welinder,
200   Daniel Elstner
201
202 Overview of Changes in GLib 1.3.14:
203 ===================================
204
205 * Register value transformations for gint64, guint64 [Andy Wingo]
206 * Build with large-file support [Sven Neumann, Owen Taylor]
207 * Fix handling of hostnames in URI's [Darin Adler]
208 * Main loop bug fixes [Havoc Pennington, Owen]
209 * Doc fixes and improvements [Manish Singh, Tim Janik]
210 * Support ' as attribute delimiters in GMarkup [Matthias Clasen]
211 * Win32 fixes [Hans Breuer, Tor Lillqvist]
212 * Threading bug and build fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann]
213 * Miscellaneous bug fixes
214
215 Other contributors: Matthias Clasen, James Henstridge, Mitch Natterer, 
216   Morten Welinder.
217
218 Overview of Changes in GLib 1.3.13:
219 ===================================
220
221 * Fix g_filename_to/from_uri for Win32 [Tor Lillqvist, Darin Adler]
222 * Miscellaneous win32 fixes [Tor, Hans Breuer]
223 * Fix thread options for gcc on AIX [Jerome Zago, Sebastian Wilhelmi]
224 * Documentation improvements [Ron Steinke, Matthias, Sebastian]
225 * Cache iconv converters as used by g_convert() [Jeffrey Stedfast]
226 * Bug fixes [Sven Neumann, Owen Taylor, Matthias Clasen, Jeffrey,
227   Laszlo Peter, Havoc Pennington, Tim Janik]
228
229 Overview of Changes in GLib 1.3.12:
230 ===================================
231
232 * Implement closure chaining, fixing up API (Tim Janik)
233 * Closure chaining test case (James Henstridge)
234 * Make GType long not int where both are equal width (Tim)
235 * Win32 fixes and improvements (Hans Breuer, Tor Lillqvist)
236 * Fixes for NetBSD. (Dan Winship)
237 * Use snprintf() for g_printf_string_upper_bound() where possible. (Matthias Clasen)
238 * Save space for GBSearchArray (Tim Janik)
239 * Documentation improvements. (Matthias, Sven Neumann, Havoc Pennington)
240
241 Other contributors: Darin Adler, Chris Blizzard, Anders Carlson, Daniel Elstner, Michael Meeks, 
242   Mark McLoughlin, Dave Neary, Manish Singh, Owen Taylor, HideToshi Tajima, 
243   Sebastian Wilhelmi.
244
245
246 Overview of Changes in GLib 1.3.11:
247 ===================================
248
249 * Win32 fixes [Hans Breuer, Tor Lillqvist]
250 * Documentation improvements [Matthias Clasen]
251 * Portable directory handling API [Hans]
252 * Threading fixes [Sebastian Wilhelmi, Havoc Pennington]
253 * Fix excess relocations in Unicode tables [Andrew Taylor]
254 * Fix gpattern for UTF-8 [Matthias Clasen]
255 * Support overriding class closures [Tim Janik]
256 * Support for derivation from G_TYPE_POINTER [Owen Taylor]
257 * Hide pointers to type information inside GType to reduce locking
258   [Alex Larsson, Tim]
259 * Adds check for direct inclusion of gobject/*.h [Owen]
260 * GObject API cleanups [Tim]
261
262 Other contributors: Darin Adler, Jacob Berkman, Daniel Egger, Eric Lemings, 
263   Michael Meeks, Mark McLoughlin, Arkadiusz Miskiewicz, Dan Winship
264
265
266 Overview of Changes in GLib 1.3.10:
267 ===================================
268
269 * Many Win32 fixes and improvements [Tor Lillqvist]
270 * Documentation improvements [Matthias Clasen]
271 * g_string_printfa() renamed to g_string_append_printf()
272 * Use libcharset from libiconv to implement charset detection
273   more portably. [Owen Taylor, Hidetoshi Tajima]
274 * Add 64 bit type support to GObject [Joshua Pritikin, Mathieu Lacage, Owen]
275 * Make support for 64 bit integers a requirement [Joshua]
276 * GPattern improvements [Tim Janik, Matthias]
277 * Locale independent g_ascii_strtod / g_ascii_dtostr [Alex Larsson]
278 * Many bug fixes and minor tweaks.
279
280 Other Contributors: Darin Adler, Jakub Jelinek, James Antill, Andrew Taylor,
281   Ben Gertzfield, Elliot Lee, Manish Singh, Abel Cheung, Laszlo Peter,
282   Sven Neumann, George Lebl, Raja Harinath, Sebastian Wilhelmi,
283   Jacob Berkman
284
285
286 Overview of Changes in GLib 1.3.9:
287 ==================================
288
289 * Fixes for comparison of threads [Sebastian Wilhelmi]
290 * Use vasprintf() when possible for g_strdup_printf [Matthias Clasen]
291 * Win32 fixes [Tor Lillqvist, Hans Breuer]
292 * Add a len argument to g_ascii_strup/strdown
293 * Bug, portability fixes, cleanups.
294
295 Other Contributors: Darin Adler, Katsuhiro Okuno, Joshua N. Pritikin
296
297
298 Overview of Changes in GLib 1.3.8:
299 ==================================
300
301 * Documentation updates [Owen]
302 * Made GType interfaces overridable in derived types
303 * Many win32 fixes [Tor Lillqvist]
304 * Miscellaneous cleanups and fixes
305
306 Other contributors:
307   Darin Adler, Matthias Clasen, Ron Steinke, Hans Breuer, Alex Larsson
308
309
310 Overview of Changes in GLib 1.3.7:
311 ==================================
312
313 * Integrate GClosure support into the main loop [Owen Taylor]
314 * More GSignal convenience functions (macros) [Sven Neumann, Tim Janik]
315 * Introduced weak references for GObject [James Henstridge, Sven, Tim] 
316 * Minor hash table optimizations
317 * Main loop and threading improvements [Sebastian Wilhelmi]
318 * Added g_ascii_* functions to be used for locale insensitive UTF-8
319   compliant code instead of old string functions  [Darin Adler, Alex Larsson]
320 * Add functions for Unicode case-conversion, normalization, and 
321   collation [Owen]* GString improvements [Owen]
322 * Reworked the GIOChannel code [Hidetoshi Tajima, Ron Steinke]
323 * Removed glib-config-2.0 in favour of pkgconfig [Sebastian]
324 * Make code 64bit clean [Mark Murnane]
325 * More G_CONST_RETURN fixes
326 * Many improvements to the win32 code [Tor Lillqvist, Hans Breuer]
327 * Miscellaneous bug and API fixes
328
329 Other contributors:
330   Michael Natterer, Christopher James Lahey, Padraig O'Briain,
331   Matthias Clasen, Josh Pritikin, Steve Baker, Cesar Rincon, Garry R. Osgood,
332   Michael Meeks, Laszlo Peter,  Martin Baulig, Kjartan Maraas, Andrew Lanoix,
333   Peter Williams
334
335
336 Overview of Changes in GLib 1.3.6:
337 ==================================
338
339 * Threads have a "return value" from g_thread_join
340 * Removed ability to adjust thread stack size
341 * Prefix warnings with progname/PID by default, change toggle for this to 
342   be an env variable G_MESSAGES_PREFIXED not a compile-time option
343 * GMarkup speedups
344 * GDate const, convenience fixups
345 * Include test cases that headers are compilable by C++ compiler
346 * Add ability to spawn processes with argv[0] != executable path.
347 * g_strstr_len, g_strrstr, g_strrstr_len
348 * Add length argument to g_utf8_strchr and g_utf8_strrchr.
349 * Misc bug fixes
350
351
352 Overview of Changes in GLib 1.3.5:
353 ==================================
354
355 * Added an installed glib-mkenums Perl program for parsing enumeration
356   declarations from header files.
357 * Mark some additional deprecated functions.
358 * Bug and Portability fixes
359
360
361 Overview of Changes in GLib 1.3.4:
362 ==================================
363
364 * Efficiency improvements for GThreadPool
365 * A few bug fixes
366 * Build fixes
367 * Documentation improvements
368
369
370 Overview of Changes in GLib 1.3.3:
371 ==================================
372
373 GLib:
374
375 * More user_data support in various functions.
376 * Main loop API revamps to support per-thread main loops.
377 * Unicode handling improvements.
378 * Implemented debugging traps.
379 * G_CONST_RETURN specification all over the place.
380 * Various new small utility functions.
381 * Random number generator precision improvements.
382 * New configure option --disable-mem-pools.
383 * Many Win32 improvements.
384 * Added g_try_malloc() friends varinats.
385 * Many documentation improvements.
386 * Many threading improvements, support for dynamic allocation
387   of static mutexes.
388 * GHookLIst API cleanups.
389 * Improved format support of GDate parser.
390 * String function speed improvements with new g_stpcpy().
391 * Hashtable API additions.
392 * New GPatternSpec for shell-style pattern matching (from GtkPatternSpec).
393 * Optimizations, cleanups, bug fixes.
394
395 GObject:
396
397 * Added many convenience functions.
398 * GClosure and GParamSpec use float/sink ref-counting scheme now.
399 * Reworked property change notification.
400 * Binary searchable array cleanups, so it's widely usable now.
401 * Added static content keeping for some GValue types.
402 * Support for statically scoped signal parameters.
403 * Extinguished property trailer args in set/get interface.
404 * Added support for abstract types.
405 * G_CONST_RETURN specification all over the place.
406 * Split parameter exchange functionality into value transforms
407   and parameter conversions.
408 * Added signal emission hooks and signal accumulators.
409 * Added interface prerequisites to support is_a (interface, object)
410   relations.
411 * Implemented GValueArray.
412 * New types, boxed: G_TYPE_VALUE, G_TYPE_CLOSURE, G_TYPE_GSTRING
413   GParamSpecs: G_TYPE_PARAM_PARAM, G_TYPE_PARAM_POINTER, G_TYPE_PARAM_CLOSURE,
414   G_TYPE_VALUE_ARRAY, G_TYPE_PARAM_UNICHAR, G_TYPE_PARAM_VALUE_ARRAY.
415 * Varrags value collection improvements.
416 * Implemented debugging traps.
417 * Made things thread-safe.
418 * Many documentation improvements.
419 * Many cleanups, optimizations and bug fixes.
420
421
422 Overview of Changes in GLib 1.3.2:
423 ==================================
424
425 GLib:
426
427 * Win32 build improvements  [Tor]
428 * Improvements to error reporting  
429   (g_critical(), g_return_if_reached()) [Darin]
430 * Add g_strlcpy/g_strlcat  [David Wheeler]
431 * New IO channel implementation for Win32  [Tor] 
432 * Make g_array_free, g_string_free return pointer to memory requested
433   not to be freed.  [Darin]
434 * Added GError based error reporting for thread functions.  [Sebastian]
435 * Moved reference docs into GLib distribution. [Owen]
436 * Added g_convert() for doing convenient character set conversions based
437   on iconv. (GLib now requires libiconv or a native iconv.) [Havoc/Owen]
438 * Various Unicode handling additions (g_ucs4_to_utf8, g_utf8_validate(),
439   g_{locale,filename}_{to,from}_utf8)  [Robert/Havoc/Owen]
440 * Portability fixes for threading.  [Sebastian]
441 * Added convenient functions for launching new processes (g_spawn_*),
442   and shell quoting/unquoting functions.  [Havoc]
443 * Split glib.h into many headers.  [Sebastian]
444 * Added a simple callback-based parser for XML-like files (GMarkup).  [Havoc]
445 * Fixed confusions between comparison functions that return <0, 0, >0
446   and equaility functions that return FALSE,TRUE.  [Sebastian]
447 * Added safe/portable temporary file manipulation functions.  [Tor]
448 * autoconf improvements.  [Raja]
449 * Many documentation improvements.
450 * Bug fixes.
451
452 GObject:
453
454 * Added boxed and pointer types.  [Tim/Jonathan]
455 * Added callback abstraction (GClosure)  [Tim]
456 * Added signal system (GSignal)  [Tim]
457 * Make GTypePlugin an interface  [Tim]
458 * Added GTypeModule - a simple GTypePlugin instantiation  [Owen]
459 * Bug fixes.
460
461
462 What's new in GLib 1.3.1:
463 =========================
464
465 * New GObject library added including object system based on
466   the GTK+ object system. 
467 * Functions for getting the properties of Unicode characters, 
468   computing the canonical decomposition and ordering combining
469   characters aand manipulating UTF-8 string manipulation based
470   on libunicode.
471 * GString now properly handles embedded nuls.
472 * Multiple fixes from the 1.2.x branch.
473 * Upgrade to libtool 1.3.3
474 * Full thread support (thread creation and destruction).
475 * BeOS port, BeOS dynamic modules.
476 * Many improvements to the Windows ports.
477 * Improvements to the OS/2 port, OS/2 module support.
478 * Double ended queue implementation.
479 * GLib macros for printf() formatting, e.g. G_GULONG_FORMAT = "lu"
480 * New configure option --enable-msg-prefix to prefix messages, warnings
481   et ceteri with the program name and the process id.
482 * New thread-safe random number generator Mersenne Twister.
483 * g_strcompress() added, g_strescape() had a slight API change, and
484   more tightly defined semantics.
485 * the g_string(x) macro has been removed, #x may be used instead.
486