Merged from 2.4:
[platform/upstream/glib.git] / NEWS
1 Overview of Changes from GLib 2.4.0 to GLib 2.4.1
2 =================================================
3
4 * Win32 bug fixes [Tor Lillqvist, Roger Leigh, John Ehresman]
5 * Miscellaneous bug and portability fixes [Owen Taylor,
6   Matthias Clasen, Jonas Jonsson, Christian Krause,
7   Nickolay V. Shmyrev, Christophe Saout, Philippe Blain,
8   Piotr Klaban]
9 * Documentation updates [Matthias]
10 * New and updated translations (ca,cs,cy,el,en_CA,en_GB,es,eu,fi,
11   fr,gu,he,id,nl,pt,pl,ru,sr,sr@ije,sr@Latn,sv,uk)
12
13 Overview of Changes from GLib 2.3.6 to GLib 2.4.0
14 =================================================
15
16 * Handle invalid-UTF-8 in g_log() properly [Matthias Clasen]
17 * Win32 bug fixes [Tor Lillqvist, Bruce Hochstetler]
18 * Miscellaneous bug and portability fixes [Olivier Biot, David L. Cooper II, 
19   Kjartan Maraas, Frédéric L. W. Meunier, Christof Petig, Manish Singh, 
20   Sebastian Wilhelmi]
21 * Documentation updates [Owen]
22 * Updated translations (hr,ro)
23
24 Overview of Changes from GLib 2.3.5 to GLib 2.3.6
25 =================================================
26
27 * GAtomic bug fixes [Sebastian Wilhelmi, Mark McLoughlin]
28 * GMain threading fixes and improvements [Sebastian]
29 * Win32 [Tor Lillqvist]
30  - restore some symbols extraneously exported from gobject to maintain ABI compatibility
31  - Misc build improvements and fixes [Tor, Cedric Gustin, Hans Breuer]
32 * Documentation updates [Sebastian, Takeshi AIHANA, Matthias, Sven Herzberg]
33 * New and updated translations (be,es,fi,ga,pa,sr@ije,zh_CN)
34
35 Overview of Changes from GLib 2.3.3 to GLib 2.3.5
36 =================================================
37
38 * Make glib-mkenums parse initializers with macros. [Matthias Clasen, muppet]
39 * Respect locale era in g_date_set_parse(). [Theppitak Karoonboonyanan] 
40 * Add atomic operations and use it for the async queue and
41   gonce implementation. [Sebastian Wilhelmi]
42 * Documentation improvements [Sebastian, Matthias, Sven Herzberg]
43 * Add g_main_depth() for finding the recursion depth of the main
44   loop [Owen Taylor, Tim Janik, Stefan Westerfeld]
45 * Add g_spawn_close_pid(), needed on win32 [J. Ali]
46 * Win32 fixes. [Hans Breuer, J. Ali Harlow]
47 * Misc bugfixes [Sebastian, Matthias, Balazs Scheidler, Owen]
48 * Updated translations (cy,et,ga,sq)
49
50 Overview of Changes from GLib 2.3.2 to GLib 2.3.3
51 =================================================
52
53 * Add a native AIX gmodule implementation. [Laurent Vivier]
54 * Add g_node_copy_deep().  [James M. Cape, Matthias Clasen]
55 * Extend GQueue API to match the GList API. [Soeren Sandmann]
56 * Add g_hash_table_find().  [Tim Janik]
57 * Add a G_MODULE_BIND_LOCAL flag. [David Schleef]
58 * Inline g_string_append_c() when possible. [Owen Taylor, Tim]
59 * Wrap waitpid() as a GSource. [Jonathan R. Blandford]
60 * Add g_completion_complete_utf8(). [Theppitak Karoonboonyanan, 
61   Matthias]
62 * Add g_strsplit_set(). [Soeren]
63 * Documentation improvements. [Vincent Untz, Sebastian Wilhelmi, 
64   Soeren, Matthias]
65 * Win32 build fixes. [Tor Lillqvist]
66 * Misc bugfixes [Manish Singh, Noah Levitt, Simon Josefsson, 
67   Morten Welinder, Damien Carbery, Julio M. Merino Vidal, Sebastian, 
68   Matthias]
69 * Updated translations (nn,cs,it,ko,sq,ms,az,hr,uk,sr,sr@Latn,sq,ta)
70
71 Overview of Changes from GLib 2.3.1 to GLib 2.3.2
72 =================================================
73
74 * Add G_MAXSIZE. [Manish Singh]
75 * Add g_rand_new_with_seed_array(), g_rand_set_seed_array(),
76   implementing the init-by-array functionality of the 
77   original mersenne twister. Add g_rand_copy(). Improve seeding. 
78   [George Lebl]
79 * Add a lowercase_name option to glib-mkenums. [Murray Cumming]
80 * Add g_ptr_array_foreach(). [Matthias Clasen]
81 * Add g_timer_continue(). [Tim-Philipp Müller]
82 * Fix a threadsafety issue in mem chunks. [Matthias, Balazs Scheidler]
83 * Fix g_filename_{to,from}_utf8() on Win32 and improve 
84   g_file_test() there too [Hans Breuer] 
85 * Add a boxed type for NULL-terminated string arrays.  [Matthias]
86 * Add G_DEFINE_TYPE() plus variants to ease the constuction
87   of GObject boilerplate code.  [Tim Janik]
88 * Support & in password GECOS field [Matthias, Soeren Boll Overgaard]
89 * Documentation improvements [Matthias, Manish]
90 * Win32 build fixes [Hans]
91 * Misc bug fixes [Damien Carbery, Matthias, Manish, Olivier Poncet, 
92   Zack Rusin]
93 * Updated translations (ar,de,fa,ga,mn,nn,no,sq)
94
95 Overview of Changes from GLib 2.3.0 to GLib-2.3.1
96 =================================================
97
98 * Add glib/gi18n.h and glib/gi18n-lib.h for common
99   gettext support, including a Q_() macro for translation
100   with context [Matthias Clasen]
101 * Add a more flexible G_FILENAME_ENCODING variable
102   as a replacement for G_BROKEN_FILENAMES [Matthias]
103 * Fix the return value g_main_context_iterate() for
104   newly ready sources [Padraig O'Briain]
105 * Handle Hangul composition for normalization [Noah Levitt]
106 * Add G_{MIN,MAX,MAXU}INT{8,16,32}. [Mark Jones, Matthias]
107 * Add G_GSIZE_FORMAT/G_SSIZE_FORMAT [Manish Singh]
108 * Add G_STRFUNC as a portable wrapper for __func__ [Tim Janik]
109 * Documentation improvements [Matthias]
110 * GObject [Tim Janik]
111  - Support '-' in g_signal_connect()/disconnect() names
112    like 'swapped-signal'.
113  - Add g_type_class_peek_static() and use to optimize
114    g_object_new() for static types [Tim]
115  - Allow setting construct-only properties from within
116    init() implementations
117  - Enforce readability/writeability in g_object_set/get()
118 * Fix bug with g_ascii_strtod and multi-byte separator.
119   [Behdad Esfahbod, Roozbeh Pournader]  
120 * Misc bug fixes [Matthias, John Ehresman, Andrew Lanoix,
121   Tor Lillqvist, Mark McLoughlin, Tim-Philipp Müller, Manish, 
122   Morten Welinder]
123 * Updated translations (ca,cs,da,es,fr,ja,nn,no,pt,ru)
124
125 Overview of Changes from GLib 2.2.x to GLib-2.3.0
126 =================================================
127
128 * Replace Trio printf by gnulib vasnprintf [Matthias Clasen]
129 * Update Unicode data to Unicode 4.0 [Noah Levitt]
130 * Support XML-safe formatted output with 
131   g_markup_[v]printf_escaped [Owen Taylor]
132 * Add g_file_read_link to read symbolic links [Matthias]
133 * Add g_unichar_get_mirror_char to obtain the 
134   mirrored variant of a character [Noah]
135 * Support for one-time initialization functions. 
136   [Sebastian Wilhelmi]
137 * Miscellaneous API additions: g_vasprintf
138   g_string_chunk_insert_len, g_setenv, g_unsetenv [Matthias]
139 * Docs improvements [Matthias]
140 * Add support instance-private data on classed types
141   [Mark McLoughlin, Tim Janik, Owen]
142 * Optimize signal emissions [Soeren Sandmann, Tim]
143 * Support a "default vtable" per interface [Tim]
144 * Add support for properties on interfaces [Owen, Tim]
145 * Miscellaneous API additions: g_value_take_string(),
146   g_value_take_param(), g_value_take_object(), 
147   g_value_take_boxed(). [Matthias]
148 * Win32 build fixes [Tor Lillqvist]
149
150 Overview of Changes from GLib 2.1.5 to GLib-2.2.0
151 =================================================
152
153 * Fix a problem with g_thread_init() on 64-bit problems
154   [Alceste Scalas, Sebastian Wilhelmi]
155 * Add assembly implementations of byteswap macros
156   for ia64 and x86_64. [Manish Singh]
157 * IOChannel fixes for Win32 [Tor Lillqvist, Thorsten Maerz]
158 * Updated translations (bg,ca,es,da,fi,lv,ru,sk)
159
160 Overview of Changes from GLib 2.1.4 to GLib-2.1.5
161 =================================================
162
163 * Win32 bug fixes [Tor Lillqvist]
164 * Various post-rewrite fixes for glib-gettext.m4 [Owen Taylor,
165   Jody Goldberg, Kjartan Maraas, Johannes Stezenbach]
166 * Ensure we have a GUINT64_FORMAT by pulling in Trio
167   if necessary [Manish Singh]
168 * Further Trio build fixes [Matthias Clasen, Owen]
169 * Hack around gcc, libtool issues with -pthread [Owen]
170 * Docs improvements [Matthias]
171 * Bug and portability fixes 
172 * Updated and new translations (bg,de,fi,fr,sq,fr)
173
174 Other contributors: Kai Poitschke, Morten Welinder
175
176 Overview of Changes from GLib 2.1.3 to GLib-2.1.4
177 =================================================
178
179 * autoconf changes to make it possible to cross compile
180   GLib. [Owen Taylor, Dan Kegel, Amy Lin, Dimi Shahbaz, 
181   Johannes Stezenbach]
182 * Use libintl when it has bind_textdomain_codeset() and
183   GLib doesn't. [Owen]
184 * Improve generation of pseudo-random integers [Morten Welinder, 
185   Sebastian Wilhelmi]
186 * Avoid literal UTF-8 in favor of octal escapes [Owen, Tomas Ogren]
187 * Cleanup include order [Sven Neumann]
188 * autoconf cleanups and bug fixes [Daniel, Matthias Clasen, Owen]
189 * Doc fixes and additions [Matthias]
190
191 Other contributors: James M. Cape, Frederic Crozat, Martin Gansser,
192   Phuc LeHong, Manish Singh, Joshua Weage, Morten Welinder
193
194 Overview of Changes from GLib 2.0.x to GLib-2.1.x
195 =================================================
196
197 * Add copy of the Trio library to build and use for printf() when 
198   system printf isn't good enough. Add g_printf()/etc. [Matthias Clasen]
199 * Add g_str_has_suffix()/g_str_has_prefix() [Alex Larsson]
200 * Add g_markup_parse_context_get_element() [Matthias]
201 * Add g_utf8_strreverse [Matthias]
202 * Add g_ascii_strtoull() [Tim Janik]
203 * Support scanning of 64-bit values with GScanner [Tim]
204 * Add g_set/get_application_name() [Havoc Pennington]
205 * Add G_LIKELY()/G_UNLIKELY() macros for hinting branch probabilities. 
206   Use for g_return_if_fail(). [Matthias Clasen]
207 * Add G_GNUC_DEPRECATED macro [Tom Tromey]
208 * Improve the seeding algorithm of GRandom to avoid problems
209   with certain pathological seeds. Support G_RANDOM_VERSION=2.0
210   environment variable. [Sebastian Wilhelmi]
211 * Improve thread configure checks, use -pthread where applicable
212   [Sebastian]
213 * Improve handlng of thread priorities [Sebastian]
214 * Fix up parameter names that might shadow functions from
215   system headers [Soeren Sandmann]
216 * Clean up usage of deprecated functions [Manish Singh]
217 * Docs fixes and improvements. In particular, include "Since" information.
218   [Matthias, Soeren, Martin Schulze, Daryll Strauss, Bill Janssen, 
219   Owen Taylor, Morten Welinder]. 
220
221 Overview of Changes in GLib 2.0.7
222 =================================
223
224 * Fix C++ warnings in gtype.h [Dom Lachowicz]
225 * Fix g_type_fundamental_next() [Tim Janik]
226 * Fix various missing includes of config.h [Morten Welinder]
227 * Handle main loop initialization before g_thread_init [Sebastian Wilhelmi]
228 * Various 64-bit fixes [Manish Singh]
229 * Fix GPoll on Win32 [Tor Lillqvist, Herman Bloggs]
230 * Fix bug with buffering on UTF-8 IOChannels [Daniel Elstner]
231 * Misc bug and build fixes [Soren Andersen, Gustavo Carneiro, Tor,
232      Tim, Havoc Pennington,  Matthias Clasen, Sebastian Rittau,
233      Masahiro Sakai, Arvind Samptur, HideToshi Tajima, Owen Taylor]
234 * Updated and new translations (be,cs,de,*fa,it,lv,pt_BR,tr)
235
236 Overview of Changes in GLib 2.0.6
237 =================================
238
239 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
240 * Clean up debug spew from GObject [Anders Carlsson]
241 * Compiler warning fixes [David L. Cooper II]
242 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
243 * Fixes for --disable-debug [Sebastian Wilhelmi]
244 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
245   Rajkumar Sivasamy, Laurent Vivier]
246 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
247   Sebastian Rittau, Linus Welleij]
248 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
249 * Updated translations (bg,ko,vi)
250
251 Overview of Changes in GLib 2.0.5
252 =================================
253
254 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
255 * Clean up debug spew from GObject [Anders Carlsson]
256 * Compiler warning fixes [David L. Cooper II]
257 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
258 * Fixes for --disable-debug [Sebastian Wilhelmi]
259 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
260   Rajkumar Sivasamy, Laurent Vivier]
261 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
262   Sebastian Rittau, Linus Welleij]
263 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
264 * Updated translations (bg,ko,vi)
265
266 Overview of Changes in GLib 2.0.4
267 =================================
268
269 * Fix some 64-bit problems. (George Lebl, David L. Cooper II)
270 * Add note about Tru64 iconv to INSTALL. (Manuel Op de Coul)
271 * Fix problem with timouts > MAXINT. (Tim Janik, Owen Taylor)
272 * Updated translations (ca,es,fr,ja,gl,ms,nl,pl,pt,ru)
273
274 Overview of Changes in GLib 2.0.3
275 =================================
276
277 * Handle sorting 0-length arrays (Ron Arts)
278 * Threading fixes (Sebastian Wilhelmi)
279 * Portability fixes (Miroslaw Dobrzanski-Neumann, Jacob Berkman, Gareth Pierce, 
280   Sebastian, Qingjiang Yuan)
281 * Various fixes for glib-2.0.m4. (Jim Gettys, others.)
282 * Locate right glib-genmarshal when cross-compiling. (Mitch Natterer)
283 * Win32 fixes (Tor Lillqvist)
284 * Try to fix g_get_charset() related segfaults. (Owen)
285 * Fixes for gettext detection. (Dan Winship, HideToshi Tajima, Boyd Lynn Gerber,
286   Andrew P. Lentvorski, Jr.)
287 * Fix g_scanner_unexp_token() (Tim Janik, Sven Neumann)
288 * g_markup fixes. (Matthias Clasen.)
289 * Bug fixes and cleanups (Daniel Elstner, Matthias, Laszlo Peter, Morten Welinder,
290   Wayne Schuller)
291
292 Overview of Changes in GLib 2.0.1
293 =================================
294
295 * Portability fixes for Sun's Forte compiler [Erwann Chenede]
296 * Performance improvements for GObject parameter lookup, 
297   g_filename_to/from_utf8() [Alex Larsson]
298 * Actually check interface prerequisites [Matthias Clasen,
299   Miroslaw Dobrzanski-Neumann]
300 * Fix problem with glib-mkenums taking huge amounts of stack. [Owen Taylor]
301 * Fix g_signal_handlers_disconnect_by_func() for C++ [Damien Sandras]
302 * Fixes for g_log() and threading.
303   [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, Tim Janik]
304 * Make g_print(), g_printerr(), g_warning(), etc, convert from
305   UTF-8 to the encoding of the locale [Sebastian Wilhelmi, Tim]
306 * Fixes for GIOChannel on windows. [Tor Lillqvist]
307 * Fix gsize/gint mismatches in giochannel.c [Miroslaw Dobrzanski-Neumann]
308 * Fix file descriptor leak in g_file_get_contents() [Matthias]
309 * Workaround iconv() problems on older Solaris [Lauri Alanko]
310 * Fix warnings with gcc-3.1 about asm const [Cody Russel]
311 * Minor bug fixes.
312
313 Other contributors: Hans Breuer, LEE Sau Dan, Sven Neumann, Salmaso Raffaele,
314   Akira Tagoh, Morten Welinder
315
316
317 Overview of Changes in GLib 2.0.0
318 =================================
319
320 * Thread portability fixes [Sebastian Wilhelmi]
321 * Documentation updates [Owen Taylor]
322 * Make g_strerror(), g_strsignal() properly return UTF-8,
323   call bind_text_domain_codeset() so that error strings
324   are in UTF-8 as well. [Owen, Tor Lillqvist]
325
326 Overview of Changes in GLib 2.0.0 rc1:
327 ======================================
328
329 * Win32 fixes [Tor Lillqvist]
330 * Portability fixes [Finlay Dobbie, Miroslaw Dobrzanski-Neumann]
331 * Fix up g_date_strftime [Daniel Elstner]
332 * Add some structure padding [Tim Janik]
333 * Make g_get_homedir() prefer the users home directory to $HOME
334
335 Other contributors: Matthias Clasen, Paolo Maggi, Christian Rose
336
337 Overview of Changes in GLib 1.3.15:
338 ===================================
339
340 * Speed up marshalers by using private access to GValue 
341   [Anders Carlsson, Tim Janik]
342 * Reduce GValue to 2 elements [Tim]
343 * Add G_DEBUG environment variable, G_DEBUG=fatal_warnings [Matthias Clasen]
344 * Fixes for AIX compilation [Miroslaw Dobrzanski-Neumann]
345 * Add padding to various structures [Owen Taylor, Tim]
346 * Win32 fixes [Tor Lillqvist]
347
348 Other contributors: James Henstridge, Ryan Lovett, Morten Welinder,
349   Daniel Elstner
350
351 Overview of Changes in GLib 1.3.14:
352 ===================================
353
354 * Register value transformations for gint64, guint64 [Andy Wingo]
355 * Build with large-file support [Sven Neumann, Owen Taylor]
356 * Fix handling of hostnames in URI's [Darin Adler]
357 * Main loop bug fixes [Havoc Pennington, Owen]
358 * Doc fixes and improvements [Manish Singh, Tim Janik]
359 * Support ' as attribute delimiters in GMarkup [Matthias Clasen]
360 * Win32 fixes [Hans Breuer, Tor Lillqvist]
361 * Threading bug and build fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann]
362 * Miscellaneous bug fixes
363
364 Other contributors: Matthias Clasen, James Henstridge, Mitch Natterer, 
365   Morten Welinder.
366
367 Overview of Changes in GLib 1.3.13:
368 ===================================
369
370 * Fix g_filename_to/from_uri for Win32 [Tor Lillqvist, Darin Adler]
371 * Miscellaneous win32 fixes [Tor, Hans Breuer]
372 * Fix thread options for gcc on AIX [Jerome Zago, Sebastian Wilhelmi]
373 * Documentation improvements [Ron Steinke, Matthias, Sebastian]
374 * Cache iconv converters as used by g_convert() [Jeffrey Stedfast]
375 * Bug fixes [Sven Neumann, Owen Taylor, Matthias Clasen, Jeffrey,
376   Laszlo Peter, Havoc Pennington, Tim Janik]
377
378 Overview of Changes in GLib 1.3.12:
379 ===================================
380
381 * Implement closure chaining, fixing up API (Tim Janik)
382 * Closure chaining test case (James Henstridge)
383 * Make GType long not int where both are equal width (Tim)
384 * Win32 fixes and improvements (Hans Breuer, Tor Lillqvist)
385 * Fixes for NetBSD. (Dan Winship)
386 * Use snprintf() for g_printf_string_upper_bound() where possible. (Matthias Clasen)
387 * Save space for GBSearchArray (Tim Janik)
388 * Documentation improvements. (Matthias, Sven Neumann, Havoc Pennington)
389
390 Other contributors: Darin Adler, Chris Blizzard, Anders Carlson, Daniel Elstner, Michael Meeks, 
391   Mark McLoughlin, Dave Neary, Manish Singh, Owen Taylor, HideToshi Tajima, 
392   Sebastian Wilhelmi.
393
394
395 Overview of Changes in GLib 1.3.11:
396 ===================================
397
398 * Win32 fixes [Hans Breuer, Tor Lillqvist]
399 * Documentation improvements [Matthias Clasen]
400 * Portable directory handling API [Hans]
401 * Threading fixes [Sebastian Wilhelmi, Havoc Pennington]
402 * Fix excess relocations in Unicode tables [Andrew Taylor]
403 * Fix gpattern for UTF-8 [Matthias Clasen]
404 * Support overriding class closures [Tim Janik]
405 * Support for derivation from G_TYPE_POINTER [Owen Taylor]
406 * Hide pointers to type information inside GType to reduce locking
407   [Alex Larsson, Tim]
408 * Adds check for direct inclusion of gobject/*.h [Owen]
409 * GObject API cleanups [Tim]
410
411 Other contributors: Darin Adler, Jacob Berkman, Daniel Egger, Eric Lemings, 
412   Michael Meeks, Mark McLoughlin, Arkadiusz Miskiewicz, Dan Winship
413
414
415 Overview of Changes in GLib 1.3.10:
416 ===================================
417
418 * Many Win32 fixes and improvements [Tor Lillqvist]
419 * Documentation improvements [Matthias Clasen]
420 * g_string_printfa() renamed to g_string_append_printf()
421 * Use libcharset from libiconv to implement charset detection
422   more portably. [Owen Taylor, Hidetoshi Tajima]
423 * Add 64 bit type support to GObject [Joshua Pritikin, Mathieu Lacage, Owen]
424 * Make support for 64 bit integers a requirement [Joshua]
425 * GPattern improvements [Tim Janik, Matthias]
426 * Locale independent g_ascii_strtod / g_ascii_dtostr [Alex Larsson]
427 * Many bug fixes and minor tweaks.
428
429 Other Contributors: Darin Adler, Jakub Jelinek, James Antill, Andrew Taylor,
430   Ben Gertzfield, Elliot Lee, Manish Singh, Abel Cheung, Laszlo Peter,
431   Sven Neumann, George Lebl, Raja Harinath, Sebastian Wilhelmi,
432   Jacob Berkman
433
434
435 Overview of Changes in GLib 1.3.9:
436 ==================================
437
438 * Fixes for comparison of threads [Sebastian Wilhelmi]
439 * Use vasprintf() when possible for g_strdup_printf [Matthias Clasen]
440 * Win32 fixes [Tor Lillqvist, Hans Breuer]
441 * Add a len argument to g_ascii_strup/strdown
442 * Bug, portability fixes, cleanups.
443
444 Other Contributors: Darin Adler, Katsuhiro Okuno, Joshua N. Pritikin
445
446
447 Overview of Changes in GLib 1.3.8:
448 ==================================
449
450 * Documentation updates [Owen]
451 * Made GType interfaces overridable in derived types
452 * Many win32 fixes [Tor Lillqvist]
453 * Miscellaneous cleanups and fixes
454
455 Other contributors:
456   Darin Adler, Matthias Clasen, Ron Steinke, Hans Breuer, Alex Larsson
457
458
459 Overview of Changes in GLib 1.3.7:
460 ==================================
461
462 * Integrate GClosure support into the main loop [Owen Taylor]
463 * More GSignal convenience functions (macros) [Sven Neumann, Tim Janik]
464 * Introduced weak references for GObject [James Henstridge, Sven, Tim] 
465 * Minor hash table optimizations
466 * Main loop and threading improvements [Sebastian Wilhelmi]
467 * Added g_ascii_* functions to be used for locale insensitive UTF-8
468   compliant code instead of old string functions  [Darin Adler, Alex Larsson]
469 * Add functions for Unicode case-conversion, normalization, and 
470   collation [Owen]* GString improvements [Owen]
471 * Reworked the GIOChannel code [Hidetoshi Tajima, Ron Steinke]
472 * Removed glib-config-2.0 in favour of pkgconfig [Sebastian]
473 * Make code 64bit clean [Mark Murnane]
474 * More G_CONST_RETURN fixes
475 * Many improvements to the win32 code [Tor Lillqvist, Hans Breuer]
476 * Miscellaneous bug and API fixes
477
478 Other contributors:
479   Michael Natterer, Christopher James Lahey, Padraig O'Briain,
480   Matthias Clasen, Josh Pritikin, Steve Baker, Cesar Rincon, Garry R. Osgood,
481   Michael Meeks, Laszlo Peter,  Martin Baulig, Kjartan Maraas, Andrew Lanoix,
482   Peter Williams
483
484
485 Overview of Changes in GLib 1.3.6:
486 ==================================
487
488 * Threads have a "return value" from g_thread_join
489 * Removed ability to adjust thread stack size
490 * Prefix warnings with progname/PID by default, change toggle for this to 
491   be an env variable G_MESSAGES_PREFIXED not a compile-time option
492 * GMarkup speedups
493 * GDate const, convenience fixups
494 * Include test cases that headers are compilable by C++ compiler
495 * Add ability to spawn processes with argv[0] != executable path.
496 * g_strstr_len, g_strrstr, g_strrstr_len
497 * Add length argument to g_utf8_strchr and g_utf8_strrchr.
498 * Misc bug fixes
499
500
501 Overview of Changes in GLib 1.3.5:
502 ==================================
503
504 * Added an installed glib-mkenums Perl program for parsing enumeration
505   declarations from header files.
506 * Mark some additional deprecated functions.
507 * Bug and Portability fixes
508
509
510 Overview of Changes in GLib 1.3.4:
511 ==================================
512
513 * Efficiency improvements for GThreadPool
514 * A few bug fixes
515 * Build fixes
516 * Documentation improvements
517
518
519 Overview of Changes in GLib 1.3.3:
520 ==================================
521
522 GLib:
523
524 * More user_data support in various functions.
525 * Main loop API revamps to support per-thread main loops.
526 * Unicode handling improvements.
527 * Implemented debugging traps.
528 * G_CONST_RETURN specification all over the place.
529 * Various new small utility functions.
530 * Random number generator precision improvements.
531 * New configure option --disable-mem-pools.
532 * Many Win32 improvements.
533 * Added g_try_malloc() friends varinats.
534 * Many documentation improvements.
535 * Many threading improvements, support for dynamic allocation
536   of static mutexes.
537 * GHookLIst API cleanups.
538 * Improved format support of GDate parser.
539 * String function speed improvements with new g_stpcpy().
540 * Hashtable API additions.
541 * New GPatternSpec for shell-style pattern matching (from GtkPatternSpec).
542 * Optimizations, cleanups, bug fixes.
543
544 GObject:
545
546 * Added many convenience functions.
547 * GClosure and GParamSpec use float/sink ref-counting scheme now.
548 * Reworked property change notification.
549 * Binary searchable array cleanups, so it's widely usable now.
550 * Added static content keeping for some GValue types.
551 * Support for statically scoped signal parameters.
552 * Extinguished property trailer args in set/get interface.
553 * Added support for abstract types.
554 * G_CONST_RETURN specification all over the place.
555 * Split parameter exchange functionality into value transforms
556   and parameter conversions.
557 * Added signal emission hooks and signal accumulators.
558 * Added interface prerequisites to support is_a (interface, object)
559   relations.
560 * Implemented GValueArray.
561 * New types, boxed: G_TYPE_VALUE, G_TYPE_CLOSURE, G_TYPE_GSTRING
562   GParamSpecs: G_TYPE_PARAM_PARAM, G_TYPE_PARAM_POINTER, G_TYPE_PARAM_CLOSURE,
563   G_TYPE_VALUE_ARRAY, G_TYPE_PARAM_UNICHAR, G_TYPE_PARAM_VALUE_ARRAY.
564 * Varrags value collection improvements.
565 * Implemented debugging traps.
566 * Made things thread-safe.
567 * Many documentation improvements.
568 * Many cleanups, optimizations and bug fixes.
569
570
571 Overview of Changes in GLib 1.3.2:
572 ==================================
573
574 GLib:
575
576 * Win32 build improvements  [Tor]
577 * Improvements to error reporting  
578   (g_critical(), g_return_if_reached()) [Darin]
579 * Add g_strlcpy/g_strlcat  [David Wheeler]
580 * New IO channel implementation for Win32  [Tor] 
581 * Make g_array_free, g_string_free return pointer to memory requested
582   not to be freed.  [Darin]
583 * Added GError based error reporting for thread functions.  [Sebastian]
584 * Moved reference docs into GLib distribution. [Owen]
585 * Added g_convert() for doing convenient character set conversions based
586   on iconv. (GLib now requires libiconv or a native iconv.) [Havoc/Owen]
587 * Various Unicode handling additions (g_ucs4_to_utf8, g_utf8_validate(),
588   g_{locale,filename}_{to,from}_utf8)  [Robert/Havoc/Owen]
589 * Portability fixes for threading.  [Sebastian]
590 * Added convenient functions for launching new processes (g_spawn_*),
591   and shell quoting/unquoting functions.  [Havoc]
592 * Split glib.h into many headers.  [Sebastian]
593 * Added a simple callback-based parser for XML-like files (GMarkup).  [Havoc]
594 * Fixed confusions between comparison functions that return <0, 0, >0
595   and equaility functions that return FALSE,TRUE.  [Sebastian]
596 * Added safe/portable temporary file manipulation functions.  [Tor]
597 * autoconf improvements.  [Raja]
598 * Many documentation improvements.
599 * Bug fixes.
600
601 GObject:
602
603 * Added boxed and pointer types.  [Tim/Jonathan]
604 * Added callback abstraction (GClosure)  [Tim]
605 * Added signal system (GSignal)  [Tim]
606 * Make GTypePlugin an interface  [Tim]
607 * Added GTypeModule - a simple GTypePlugin instantiation  [Owen]
608 * Bug fixes.
609
610
611 What's new in GLib 1.3.1:
612 =========================
613
614 * New GObject library added including object system based on
615   the GTK+ object system. 
616 * Functions for getting the properties of Unicode characters, 
617   computing the canonical decomposition and ordering combining
618   characters aand manipulating UTF-8 string manipulation based
619   on libunicode.
620 * GString now properly handles embedded nuls.
621 * Multiple fixes from the 1.2.x branch.
622 * Upgrade to libtool 1.3.3
623 * Full thread support (thread creation and destruction).
624 * BeOS port, BeOS dynamic modules.
625 * Many improvements to the Windows ports.
626 * Improvements to the OS/2 port, OS/2 module support.
627 * Double ended queue implementation.
628 * GLib macros for printf() formatting, e.g. G_GULONG_FORMAT = "lu"
629 * New configure option --enable-msg-prefix to prefix messages, warnings
630   et ceteri with the program name and the process id.
631 * New thread-safe random number generator Mersenne Twister.
632 * g_strcompress() added, g_strescape() had a slight API change, and
633   more tightly defined semantics.
634 * the g_string(x) macro has been removed, #x may be used instead.
635