source: trunk/third/glib2/NEWS @ 21369

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