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