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