Remove warning about g_print, etc, encoding.
[platform/upstream/glib.git] / NEWS
1 Overview of Changes in GLib 2.0.1
2 =================================
3
4 * Portability fixes for Sun's Forte compiler [Erwann Chenede]
5 * Performance improvements for GObject parameter lookup, 
6   g_filename_to/from_utf8() [Alex Larsson]
7 * Actually check interface prerequisites [Matthias Clasen,
8   Miroslaw Dobrzanski-Neumann]
9 * Fix problem with glib-mkenums taking huge amounts of stack. [Owen Taylor]
10 * Fix g_signal_handlers_disconnect_by_func() for C++ [Damien Sandras]
11 * Fixes for g_log() and threading.
12   [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, Tim Janik]
13 * Make g_print(), g_printerr(), g_warning(), etc, convert from
14   UTF-8 to the encoding of the locale [Sebastain Wilhelmi, Tim]
15 * Fixes for GIOChannel on windows. [Tor Lillquist]
16 * Fix gsize/gint mismatches in giochannel.c [Miroslaw Dobrzanski-Neumann]
17 * Fix file descriptor leak in g_file_get_contents() [Matthias]
18 * Workaround iconv() problems on older Solaris [Lauri Alanko]
19 * Fix warnings with gcc-3.1 about asm const [Cody Russel]
20 * Minor bug fixes.
21
22 Other contributors: Hans Breuer, LEE Sau Dan, Sven Neumann, Salmaso Raffaele,
23   Akira Tagoh, Morten Welinder
24
25
26 Overview of Changes in GLib 2.0.0
27 =================================
28
29 * Thread portability fixes [Sebastian Wilhelmi]
30 * Documentation updates [Owen Taylor]
31 * Make g_strerror(), g_strsignal() properly return UTF-8,
32   call bind_text_domain_codeset() so that error strings
33   are in UTF-8 as well. [Owen, Tor Lillqvist]
34
35 Overview of Changes in GLib 2.0.0 rc1:
36 ======================================
37
38 * Win32 fixes [Tor Lillqvist]
39 * Portability fixes [Finlay Dobbie, Miroslaw Dobrzanski-Neumann]
40 * Fix up g_date_strftime [Daniel Elstner]
41 * Add some structure padding [Tim Janik]
42 * Make g_get_homedir() prefer the users home directory to $HOME
43
44 Other contributors: Matthias Clasen, Paolo Maggi, Christian Rose
45
46 Overview of Changes in GLib 1.3.15:
47 ===================================
48
49 * Speed up marshalers by using private access to GValue 
50   [Anders Carlsson, Tim Janik]
51 * Reduce GValue to 2 elements [Tim]
52 * Add G_DEBUG environment variable, G_DEBUG=fatal_warnings [Matthias Clasen]
53 * Fixes for AIX compilation [Miroslaw Dobrzanski-Neumann]
54 * Add padding to various structures [Owen Taylor, Tim]
55 * Win32 fixes [Tor Lillquist]
56
57 Other contributors: James Henstridge, Ryan Lovett, Morten Welinder,
58   Daniel Elstner
59
60 Overview of Changes in GLib 1.3.14:
61 ===================================
62
63 * Register value transformations for gint64, guint64 [Andy Wingo]
64 * Build with large-file support [Sven Neumann, Owen Taylor]
65 * Fix handling of hostnames in URI's [Darin Adler]
66 * Main loop bug fixes [Havoc Pennington, Owen]
67 * Doc fixes and improvements [Manish Singh, Tim Janik]
68 * Support ' as attribute delimiters in GMarkup [Matthias Clasen]
69 * Win32 fixes [Hans Breuer, Tor Lillqvist]
70 * Threading bug and build fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann]
71 * Miscellaneous bug fixes
72
73 Other contributors: Matthias Clasen, James Henstridge, Mitch Natterer, 
74   Morten Welinder.
75
76 Overview of Changes in GLib 1.3.13:
77 ===================================
78
79 * Fix g_filename_to/from_uri for Win32 [Tor Lillqvist, Darin Adler]
80 * Miscellaneous win32 fixes [Tor, Hans Breuer]
81 * Fix thread options for gcc on AIX [Jerome Zago, Sebastian Wilhelmi]
82 * Documentation improvements [Ron Steinke, Matthias, Sebastian]
83 * Cache iconv converters as used by g_convert() [Jeffrey Stedfast]
84 * Bug fixes [Sven Neumann, Owen Taylor, Matthias Clasen, Jeffrey,
85   Laszlo Peter, Havoc Pennington, Tim Janik]
86
87 Overview of Changes in GLib 1.3.12:
88 ===================================
89
90 * Implement closure chaining, fixing up API (Tim Janik)
91 * Closure chaining test case (James Henstridge)
92 * Make GType long not int where both are equal width (Tim)
93 * Win32 fixes and improvements (Hans Breuer, Tor Lillqvist)
94 * Fixes for NetBSD. (Dan Winship)
95 * Use snprintf() for g_printf_string_upper_bound() where possible. (Matthias Clasen)
96 * Save space for GBSearchArray (Tim Janik)
97 * Documentation improvements. (Matthias, Sven Neumann, Havoc Pennington)
98
99 Other contributors: Darin Adler, Chris Blizzard, Anders Carlson, Daniel Elstner, Michael Meeks, 
100   Mark McLoughlin, Dave Neary, Manish Singh, Owen Taylor, HideToshi Tajima, 
101   Sebastian Wilhelmi.
102
103
104 Overview of Changes in GLib 1.3.11:
105 ===================================
106
107 * Win32 fixes [Hans Breuer, Tor Lillqvist]
108 * Documentation improvements [Matthias Clasen]
109 * Portable directory handling API [Hans]
110 * Threading fixes [Sebastian Wilhelmi, Havoc Pennington]
111 * Fix excess relocations in Unicode tables [Andrew Taylor]
112 * Fix gpattern for UTF-8 [Matthias Clasen]
113 * Support overriding class closures [Tim Janik]
114 * Support for derivation from G_TYPE_POINTER [Owen Taylor]
115 * Hide pointers to type information inside GType to reduce locking
116   [Alex Larsson, Tim]
117 * Adds check for direct inclusion of gobject/*.h [Owen]
118 * GObject API cleanups [Tim]
119
120 Other contributors: Darin Adler, Jacob Berkman, Daniel Egger, Eric Lemings, 
121   Michael Meeks, Mark McLoughlin, Arkadiusz Miskiewicz, Dan Winship
122
123
124 Overview of Changes in GLib 1.3.10:
125 ===================================
126
127 * Many Win32 fixes and improvements [Tor Lillqvist]
128 * Documentation improvements [Matthias Clasen]
129 * g_string_printfa() renamed to g_string_append_printf()
130 * Use libcharset from libiconv to implement charset detection
131   more portably. [Owen Taylor, Hidetoshi Tajima]
132 * Add 64 bit type support to GObject [Joshua Pritikin, Mathieu Lacage, Owen]
133 * Make support for 64 bit integers a requirement [Joshua]
134 * GPattern improvements [Tim Janik, Matthias]
135 * Locale independent g_ascii_strtod / g_ascii_dtostr [Alex Larsson]
136 * Many bug fixes and minor tweaks.
137
138 Other Contributors: Darin Adler, Jakub Jelinek, James Antill, Andrew Taylor,
139   Ben Gertzfield, Elliot Lee, Manish Singh, Abel Cheung, Laszlo Peter,
140   Sven Neumann, George Lebl, Raja Harinath, Sebastian Wilhelmi,
141   Jacob Berkman
142
143
144 Overview of Changes in GLib 1.3.9:
145 ==================================
146
147 * Fixes for comparison of threads [Sebastian Wilhelmi]
148 * Use vasprintf() when possible for g_strdup_printf [Matthias Clasen]
149 * Win32 fixes [Tor Lillqvist, Hans Breuer]
150 * Add a len argument to g_ascii_strup/strdown
151 * Bug, portability fixes, cleanups.
152
153 Other Contributors: Darin Adler, Katsuhiro Okuno, Joshua N. Pritikin
154
155
156 Overview of Changes in GLib 1.3.8:
157 ==================================
158
159 * Documentation updates [Owen]
160 * Made GType interfaces overridable in derived types
161 * Many win32 fixes [Tor Lillqvist]
162 * Miscellaneous cleanups and fixes
163
164 Other contributors:
165   Darin Adler, Matthias Clasen, Ron Steinke, Hans Breuer, Alex Larsson
166
167
168 Overview of Changes in GLib 1.3.7:
169 ==================================
170
171 * Integrate GClosure support into the main loop [Owen Taylor]
172 * More GSignal convenience functions (macros) [Sven Neumann, Tim Janik]
173 * Introduced weak references for GObject [James Henstridge, Sven, Tim] 
174 * Minor hash table optimizations
175 * Main loop and threading improvements [Sebastian Wilhelmi]
176 * Added g_ascii_* functions to be used for locale insensitive UTF-8
177   compliant code instead of old string functions  [Darin Adler, Alex Larsson]
178 * Add functions for Unicode case-conversion, normalization, and 
179   collation [Owen]* GString improvements [Owen]
180 * Reworked the GIOChannel code [Hidetoshi Tajima, Ron Steinke]
181 * Removed glib-config-2.0 in favour of pkgconfig [Sebastian]
182 * Make code 64bit clean [Mark Murnane]
183 * More G_CONST_RETURN fixes
184 * Many improvements to the win32 code [Tor Lillqvist, Hans Breuer]
185 * Miscellaneous bug and API fixes
186
187 Other contributors:
188   Michael Natterer, Christopher James Lahey, Padraig O'Briain,
189   Matthias Clasen, Josh Pritikin, Steve Baker, Cesar Rincon, Garry R. Osgood,
190   Michael Meeks, Laszlo Peter,  Martin Baulig, Kjartan Maraas, Andrew Lanoix,
191   Peter Williams
192
193
194 Overview of Changes in GLib 1.3.6:
195 ==================================
196
197 * Threads have a "return value" from g_thread_join
198 * Removed ability to adjust thread stack size
199 * Prefix warnings with progname/PID by default, change toggle for this to 
200   be an env variable G_MESSAGES_PREFIXED not a compile-time option
201 * GMarkup speedups
202 * GDate const, convenience fixups
203 * Include test cases that headers are compilable by C++ compiler
204 * Add ability to spawn processes with argv[0] != executable path.
205 * g_strstr_len, g_strrstr, g_strrstr_len
206 * Add length argument to g_utf8_strchr and g_utf8_strrchr.
207 * Misc bug fixes
208
209
210 Overview of Changes in GLib 1.3.5:
211 ==================================
212
213 * Added an installed glib-mkenums Perl program for parsing enumeration
214   declarations from header files.
215 * Mark some additional deprecated functions.
216 * Bug and Portability fixes
217
218
219 Overview of Changes in GLib 1.3.4:
220 ==================================
221
222 * Efficiency improvements for GThreadPool
223 * A few bug fixes
224 * Build fixes
225 * Documentation improvements
226
227
228 Overview of Changes in GLib 1.3.3:
229 ==================================
230
231 GLib:
232
233 * More user_data support in various functions.
234 * Main loop API revamps to support per-thread main loops.
235 * Unicode handling improvements.
236 * Implemented debugging traps.
237 * G_CONST_RETURN specification all over the place.
238 * Various new small utility functions.
239 * Random number generator precision improvements.
240 * New configure option --disable-mem-pools.
241 * Many Win32 improvements.
242 * Added g_try_malloc() friends varinats.
243 * Many documentation improvements.
244 * Many threading improvements, support for dynamic allocation
245   of static mutexes.
246 * GHookLIst API cleanups.
247 * Improved format support of GDate parser.
248 * String function speed improvements with new g_stpcpy().
249 * Hashtable API additions.
250 * New GPatternSpec for shell-style pattern matching (from GtkPatternSpec).
251 * Optimizations, cleanups, bug fixes.
252
253 GObject:
254
255 * Added many convenience functions.
256 * GClosure and GParamSpec use float/sink ref-counting scheme now.
257 * Reworked property change notification.
258 * Binary searchable array cleanups, so it's widely usable now.
259 * Added static content keeping for some GValue types.
260 * Support for statically scoped signal parameters.
261 * Extinguished property trailer args in set/get interface.
262 * Added support for abstract types.
263 * G_CONST_RETURN specification all over the place.
264 * Split parameter exchange functionality into value transforms
265   and parameter conversions.
266 * Added signal emission hooks and signal accumulators.
267 * Added interface prerequisites to support is_a (interface, object)
268   relations.
269 * Implemented GValueArray.
270 * New types, boxed: G_TYPE_VALUE, G_TYPE_CLOSURE, G_TYPE_GSTRING
271   GParamSpecs: G_TYPE_PARAM_PARAM, G_TYPE_PARAM_POINTER, G_TYPE_PARAM_CLOSURE,
272   G_TYPE_VALUE_ARRAY, G_TYPE_PARAM_UNICHAR, G_TYPE_PARAM_VALUE_ARRAY.
273 * Varrags value collection improvements.
274 * Implemented debugging traps.
275 * Made things thread-safe.
276 * Many documentation improvements.
277 * Many cleanups, optimizations and bug fixes.
278
279
280 Overview of Changes in GLib 1.3.2:
281 ==================================
282
283 GLib:
284
285 * Win32 build improvements  [Tor]
286 * Improvements to error reporting  
287   (g_critical(), g_return_if_reached()) [Darin]
288 * Add g_strlcpy/g_strlcat  [David Wheeler]
289 * New IO channel implementation for Win32  [Tor] 
290 * Make g_array_free, g_string_free return pointer to memory requested
291   not to be freed.  [Darin]
292 * Added GError based error reporting for thread functions.  [Sebastian]
293 * Moved reference docs into GLib distribution. [Owen]
294 * Added g_convert() for doing convenient character set conversions based
295   on iconv. (GLib now requires libiconv or a native iconv.) [Havoc/Owen]
296 * Various Unicode handling additions (g_ucs4_to_utf8, g_utf8_validate(),
297   g_{locale,filename}_{to,from}_utf8)  [Robert/Havoc/Owen]
298 * Portability fixes for threading.  [Sebastian]
299 * Added convenient functions for launching new processes (g_spawn_*),
300   and shell quoting/unquoting functions.  [Havoc]
301 * Split glib.h into many headers.  [Sebastian]
302 * Added a simple callback-based parser for XML-like files (GMarkup).  [Havoc]
303 * Fixed confusions between comparison functions that return <0, 0, >0
304   and equaility functions that return FALSE,TRUE.  [Sebastian]
305 * Added safe/portable temporary file manipulation functions.  [Tor]
306 * autoconf improvements.  [Raja]
307 * Many documentation improvements.
308 * Bug fixes.
309
310 GObject:
311
312 * Added boxed and pointer types.  [Tim/Jonathan]
313 * Added callback abstraction (GClosure)  [Tim]
314 * Added signal system (GSignal)  [Tim]
315 * Make GTypePlugin an interface  [Tim]
316 * Added GTypeModule - a simple GTypePlugin instantiation  [Owen]
317 * Bug fixes.
318
319
320 What's new in GLib 1.3.1:
321 =========================
322
323 * New GObject library added including object system based on
324   the GTK+ object system. 
325 * Functions for getting the properties of Unicode characters, 
326   computing the canonical decomposition and ordering combining
327   characters aand manipulating UTF-8 string manipulation based
328   on libunicode.
329 * GString now properly handles embedded nuls.
330 * Multiple fixes from the 1.2.x branch.
331 * Upgrade to libtool 1.3.3
332 * Full thread support (thread creation and destruction).
333 * BeOS port, BeOS dynamic modules.
334 * Many improvements to the Windows ports.
335 * Improvements to the OS/2 port, OS/2 module support.
336 * Double ended queue implementation.
337 * GLib macros for printf() formatting, e.g. G_GULONG_FORMAT = "lu"
338 * New configure option --enable-msg-prefix to prefix messages, warnings
339   et ceteri with the program name and the process id.
340 * New thread-safe random number generator Mersenne Twister.
341 * g_strcompress() added, g_strescape() had a slight API change, and
342   more tightly defined semantics.
343 * the g_string(x) macro has been removed, #x may be used instead.
344