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