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