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