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