1 Overview of Changes from GLib 2.7.0 to GLib 2.7.1
2 =================================================
4 - Allow callback arguments without parameters [Dan Winship]
5 * GMappedFile: an mmap wrapper [David Schleef, Behdad Esfahbod]
7 - g_get_host_name [Tor Lillqvist]
8 - g_mkdir_with_parents [Tor]
9 - g_build_pathv, g_build_filenamev [Todd A. Fisher,
11 * Bug fixes [Roger Leigh, Masatake YAMATO, Kjartan Maraas,
12 Manish Singh, Tor, Murray Cumming, Kian Duffy, Morten Welinder]
13 * Documentation improvements [Hong Gang XU, Dan Winship, Matthias]
14 * New and updated translations (bg,cs,da,en_CA,es,et,nb,nl,no,
17 Overview of Changes from GLib 2.6.x to GLib 2.7.0
18 =================================================
20 - Add unit tests [Matthias Clasen, Suren A. Chilingaryan]
21 - Accept \r\n as line end [Bastian Nocera]
22 - Don't interpret leading zeros as octal numbers. [Matthias]
23 - Make key and group removal work [David Hoover, Matthias Hasselmann]
25 - Improve formatting of --help output [Matthias, Noah Levitt]
26 - Accept -? [Matthias]
27 - Warn about duplicate main groups [Jeff Franks]
28 - Treat '-' as non-option argument [Tim Musson, Thomas Leonard]
29 - Report missing arguments as errors [Björn Lindqvist]
30 - Add a boxed type for GDate [Tim-Philipp Müller]
32 - g_tree_remove() and g_tree_steal() return status information [Matthew F. Barnes]
34 - Work regardless of large file support [Manish Singh]
35 - Add g_access(), g_chmod(), g_creat(), g_chdir [Tor Lillqvist]
37 - Implement "toggle references" to help language bindings [Owen Taylor]
38 - Allow to mark names, nicks and blurbs of pspecs as static [Ben Maurer, Matthias]
39 - Make pspec lookup a bit faster [Morten Welinder]
40 * Add g_listenv() to list all set environment variables [Hans Petter Jansson]
41 * Add g_file_set_contents() to atomically write a file. [Søren Sandmann,
42 Sven Neumann, Manish, Alexis S. L. Carvalho]
43 * Add g_try_malloc(), g_try_new(), g_try_new0() and g_try_renew() [Stefan Kost]
44 * Add g_utf8_collate_key_for_filename() to sort filenames taking
45 extensions and numeric suffixes into account. [Ole Laursen, Alex Larsson]
46 * Add G_GNUC_NULL_TERMINATED to mark varargs function with
47 NULL-terminated argument lists. [Marc Meissner]
49 - Improved debugability [Ulf Lamping, Hans Breuer]
50 - Make filename handling more robust [Tor, Billy Skaggs]
51 - Improve g_get_system_data_dirs() [Tor]
52 - Use more precise timers [Tor]
53 - Build fixes [Kazuki Iwamoto, Hans, Tor, Robert Ögren]
54 * Other bug fixes [Roger Leigh, Owen, Matthias, Morten, Kjartan Maraas,
55 Pawel Sakowski, Tor, Simon Budig, Ed Avis, Manish, Nicolas Laurent,
56 Bastien, Fabrício Barros Cabral, Michael Banck, Daniel Atallah,
57 J. Ali Harlow, Tim Janik, Hazael Maldonado Torres, Sven, Jon-Kare Hellan,
58 Dave Benson, Tommi Komulainen, Benjamin Otte, Brian Cameron, Changwoo Ryu,
59 Christian Biere, Noah, Benoît Carpentier]
60 * Documentation improvements [Vincent Untz, Matthias, Tim-Philipp Müller,
61 Morten, Matthew, Federico Mena Quintero, Sebastian Bacher, Oliver Sessink,
62 Stefan, Jared Lash, Tor, Owen, Daniel Vaillard, Mathieu Lacage]
63 * New and updated translations (ca,cs,da,el,en_CA,en_GB,es,et,eu,fa,fr,gl,
64 hu,id,it,lt,mn,ne,nl,pl,pt,pt_BR,ro,rw,sk,sq,sr,sr@Latn,tl,uk,xh,zh_CN)
66 Overview of Changes from GLib 2.6.0 to GLib 2.6.1
67 =================================================
69 - Make gtk_init(NULL, NULL) work again [Marcin Krzyzanowski]
70 - Improve handling of -- [Matthias Clasen]
71 - Don't show G_OPTION_REMAINING in --help output [Matthew F. Barnes]
72 * g_find_program_in_path() doesn't return directories [Tommi Komulainen]
73 * Add gmodule-export-2.0.pc [Matthias]
75 - Improve hangling of UNC paths [Tor Lillqvist]
76 - g_getenv(), g_setenv(), g_unsetenv(), g_find_program_in_path()
77 take and return UTF-8 now [Tor]
78 - Make g_file_test() work more reliably, and use PATHEXT
79 when check for executables [Tor]
80 - Build and cross-compilation fixes [J. Ali Harlow]
81 * Other bug fixes [Jens Hatlak, Morten Welinder,
82 Tor, Kalpesh Shah, Adrian Bunk]
83 * Documentation improvements [Marcin Krzyzanowski, Tor, Crispin
84 Flowerday, Mariano Suárez-Alvarez, Christian Biere, Danny Milo,
85 Vincent Untz, Bastien Nocera]
86 * New and updated translations (cy,de,nl,ru,sq,sv)
88 Overview of Changes from GLib 2.4.x to GLib 2.6.0
89 =================================================
92 - GOption, a commandline option parser
93 - GKeyFile, a parser/editor for the .ini like files
94 - Functions to support the XDG basedir specification
95 - Wrappers for common POSIX pathname functions to handle filename
96 encodings consistently. On Windows, these use UTF-8.
98 * Miscellaneous new functions
99 - g_filename_display_name() converts filenames in displayable UTF-8 strings
100 - g_uri_list_extract_uris() splits uri lists
101 - g_date_get_iso8601_week_of_year() gets ISO 8601 week numbers
102 - g_log_set_default_handler() installs an alternate default log handler
103 - g_get_language_names() obtains a list of applicable locale names
104 - g_strv_length() calculates the length of NULL-terminated string arrays
105 - g_win32_get_windows_version() determines the Windows version
106 - G_GNUC_INTERNAL marks functions as non-exported
107 - glib_check_version() checks the GLib version at runtime
108 - g_debug() completes the family of logging functions
110 * Performance improvements
111 - Optimize g_utf8_validate()
112 - Optimize g_markup_parse_context_parse()
113 - Reduce signal connection complexity from O(n) to O(1)
114 - Get rid of many PLT entries for internally used exported symbols
115 - Reduce code size by removing literal strings from g_return_if_fail()
118 - On Windows, GLib functions that take file name arguments now require
119 those to be in UTF-8. Functions that return file names return UTF-8.
120 - Use higher precision for mathematical constants
121 - Don't convert to/from UTF-8 in g_filename_to_uri/g_filename_from_uri
122 - Support ll as printf format modifier for long long on all platforms
123 - Clean up the ABI and enforce the list of exported symbols
124 - Add a .pc file for using gmodule in libraries
127 Overview of Changes from GLib 2.5.7 to GLib 2.6.0
128 =================================================
129 * GOption: Don't list help options if group-specific
130 options have been requested [Glynn Foster]
131 * Make g_get_language_names() track locale changes [Christian Persch]
132 * Win32 bug fixes [Tor Lillqvist]
133 * Bug fixes [Philippe Blain, Owen Taylor, Sebastian Wilhelmi]
134 * New and updated translations (da,es,ja,lt,zh_CN)
135 Bugs fixed: 159530,100697,160271,160645,157255
137 Overview of Changes from GLib 2.5.6 to GLib 2.5.7
138 =================================================
139 * Optimize g_utf8_validate() [Owen Taylor, Matthias Clasen]
140 * Optimize g_markup_parse_context_parse() [Havoc Pennington,
142 * Reduce signal connection complexity from O(n) to O(1)
144 * Add a .pc file for using gmodule in libraries [Owen]
145 * Add G_GNUC_MALLOC to mark functions returning newly
146 allocated memory [Matthias]
147 * Win32 bug fixes [Hans Breuer, Tor Lillqvist, Robert Ögren,
149 * Bug fixes [Kazuki IWAMOTO, Matthias, Manish Singh, Morten,
150 Frederic Crozat, Tor]
151 * Documentation improvements [Matthias, Tor, Owen]
152 * New and updated translations (cs,da,de,en_CA,en_GB,es,nb,nl,sq,zh_CN)
154 Overview of Changes from GLib 2.5.5 to GLib 2.5.6
155 =================================================
157 - Add G_OPTION_FLAG_REVERSE to allow options
158 which unset a boolean variable [Tor Lillqvist]
160 - Use sigaction instead of signal [Jonas Jonnson,
162 - Make the very first SIGCHLD work [Gustavo Carneiro]
163 * Bug fixes [Morten Welinder, Tor, David MacLachlan,
164 Manish Singh, J. Ali Harlow]
165 * Documentation improvements [Matthias Clasen, Tor]
166 * Updated translations (da,ja,tr,zh_CN)
168 Overview of Changes from GLib 2.5.4 to GLib 2.5.5
169 =================================================
171 - Cleanups, add more error checking [Ray Strode]
172 - Fall back to the untranslated string when getting
173 locale strings [Mark McLoughlin]
175 - Document GOption [Matthias Clasen]
176 - Better support for rest arguments [Owen Taylor, Matthias]
177 - Handle conflicts between groups [Matthias]
178 * Add g_lstat() to the stdio wrappers [Tor Lillqvist]
179 * Add g_filename_display_name() to convert filenames
180 in displayable UTF-8 strings [Alex Larsson, Matthias]
181 * Win32 bug fixes [Kazuki IWAMOTO, Hans Breuer, Tor]
182 * Bug fixes [Christophe Fergeau, Morten Welinder,
183 Owen, Kjartan Maraas, Mark]
184 * Documentation improvements [Matthias, Tor]
186 Overview of Changes from GLib 2.5.3 to GLib 2.5.4
187 =================================================
188 Add GKeyFile, a parser/editor for the .ini like files used in various
189 freedesktop.org specifications. [Ray Strode]
190 Make the handling of filename encodings consistent across all
191 GLib functions, introduce wrappers for common POSIX
192 functions which accept the same filename encoding. [Tor Lillqvist,
195 - Rename g_context_option_error_quark() to a more language-binding
196 friendly name [Murray Cumming]
197 - Accept backslashes in filenames on Win32 [Tor Lillqvist]
198 * Strip the internal aliasing prefix IA__ from function names in
199 assertions [Matthias Clasen]
200 * Add a function to split uri lists. [Matthias]
202 - Don't open console windows [Tor]
203 * Other bug fixes [Philippe Blain, Robert Ögren, Hidetaka Iwai, Matthias,
204 Morten Welinder, Mats-Ola Persson, Tor, Nickolay V. Shmyrev, Kjartan Maraas,
205 Anders Carlsson, Tim-Philipp Müller, Lucas Rocha, Andrea Campi, Manish
206 Singh, Thomas Fitzsimmons, Kazuki IWAMOTO]
207 * Documentation improvements [Matthias, Linus Walleij, Nickolay, Philippe,
208 Adam Hooper, Gustavo Carneiro]
209 * New and updated translations (cs,en_CA,en_GB,ja,nb,nl,or,sr,sr@Latn,sq)
211 Overview of Changes from GLib 2.5.2 to GLib 2.5.3
212 =================================================
214 - set the program name from argv[0] [Masatake YAMATO]
215 - make contexts work without a main group [Anders Carlsson]
217 - Get rid of many PLT entries for internally used exported symbols,
218 and clean up the ABI at the same time and make make check check the
219 list of exported symbols. [Matthias Clasen]
220 * Add API to get ISO 8601 week numbers [Niklas Lundell]
221 * Add API to install an alternate default log handler [Darin Adler]
222 * Add API to obtain a list of applicable locale names [Hidetoshi Tajima]
223 * Reduce code size bloat by removing literal strings from
224 the g_return_if_fail() macros [Owen Taylor]
225 * Add g_strv_length [Tim-Philipp Müller]
227 - Add API to determine the Windows version [Tor Lillqvist]
228 * Other bug fixes [Stepan Kasal, Anders, Tor, Kazuki Iwamoto,
230 * Documentation improvements [Morten Welinder, Matthias]
231 * New and updated translations (es,nn,ro)
233 Overview of Changes from GLib 2.5.1 to GLib 2.5.2
234 =================================================
235 * Add G_GNUC_INTERNAL macro [Arjan van de Ven]
236 * Add GOption, a commandline option parser [Anders Carlsson]
237 * Add glib_check_version [Michael Natterer]
238 * Add XDG basedir API [Ray Strode]
239 * Require ngettext [Danilo Segan]
240 * Bug fixes [Manish Singh, Ray Strode, Vincent Noel,
241 Jon-Kare Hellan, Jody Goldberg]
242 * Win32 bug fixes [Tor Lillqvist, Hans Breuer, Peter Zelezny]
243 * Documentation improvements [Matthias Clasen, Vincent Untz, Christian Persch]
244 * New and updated translations (bs,eu,fi,gu,ne,pa)
246 Overview of Changes from GLib 2.5.0 to GLib 2.5.1
247 =================================================
249 * Bug fixes [Oliver Guntermann, Sven Neumann, James
250 Henstridge, Hiroyuki Ikezoe, Matthias Clasen, Robert
251 Ögren, Tommi Komulainen]
252 * Documentation improvements [Soeren Sandmann,
253 Christophe Fergeau, Danek Duvall]
254 * New and updated translations (eu,hi)
256 Overview of Changes from GLib 2.4.1 to GLib 2.5.0
257 =================================================
259 * New functions g_debug [Sven Herzberg]
260 * Use higher precision for mathematical constants [Morten
262 * Don't convert to/from UTF-8 in g_filename_{to,from}_uri
263 [Federico Mena Quintero]
265 - Handle empty digit string in printf() functions
266 correctly [Tor Lillqvist]
267 - Support ll as format modifier for long long [Tor]
268 - Be more careful about HOME [Tor, Ivan Wong]
269 - Bug fixes [John Ehresman]
270 * Miscellaneous bug and portability fixes [Danilo Segan,
271 Owen Taylor, Nikolai Weibull, Benoît Carpentier, Morten
272 Welinder, Manish Singh, Sven Neumann, Julio M. Merino Vidal,
273 Kaz Sasayama, Murray Cumming, Federico, Mariano Suarez-Alvarez]
274 * Documentation updates [Matthias Clasen, Crispin Flowerday,
275 Tommi Komulainen, Federico Mena Quintero, Ed Griffiths]
276 * New and updated translations (ja,ne,no,wa)
278 Overview of Changes from GLib 2.4.0 to GLib 2.4.1
279 =================================================
281 * Win32 bug fixes [Tor Lillqvist, Roger Leigh, John Ehresman]
282 * Miscellaneous bug and portability fixes [Owen Taylor,
283 Matthias Clasen, Jonas Jonsson, Christian Krause,
284 Nickolay V. Shmyrev, Christophe Saout, Philippe Blain,
286 * Documentation updates [Matthias]
287 * New and updated translations (ca,cs,cy,el,en_CA,en_GB,es,eu,fi,
288 fr,gu,he,id,nl,pt,pl,ru,sr,sr@ije,sr@Latn,sv,uk)
290 Overview of Changes from GLib 2.3.6 to GLib 2.4.0
291 =================================================
293 * Handle invalid-UTF-8 in g_log() properly [Matthias Clasen]
294 * Win32 bug fixes [Tor Lillqvist, Bruce Hochstetler]
295 * Miscellaneous bug and portability fixes [Olivier Biot, David L. Cooper II,
296 Kjartan Maraas, Frédéric L. W. Meunier, Christof Petig, Manish Singh,
298 * Documentation updates [Owen]
299 * Updated translations (hr,ro)
301 Overview of Changes from GLib 2.3.5 to GLib 2.3.6
302 =================================================
304 * GAtomic bug fixes [Sebastian Wilhelmi, Mark McLoughlin]
305 * GMain threading fixes and improvements [Sebastian]
306 * Win32 [Tor Lillqvist]
307 - restore some symbols extraneously exported from gobject to maintain ABI compatibility
308 - Misc build improvements and fixes [Tor, Cedric Gustin, Hans Breuer]
309 * Documentation updates [Sebastian, Takeshi AIHANA, Matthias, Sven Herzberg]
310 * New and updated translations (be,es,fi,ga,pa,sr@ije,zh_CN)
312 Overview of Changes from GLib 2.3.3 to GLib 2.3.5
313 =================================================
315 * Make glib-mkenums parse initializers with macros. [Matthias Clasen, muppet]
316 * Respect locale era in g_date_set_parse(). [Theppitak Karoonboonyanan]
317 * Add atomic operations and use it for the async queue and
318 gonce implementation. [Sebastian Wilhelmi]
319 * Documentation improvements [Sebastian, Matthias, Sven Herzberg]
320 * Add g_main_depth() for finding the recursion depth of the main
321 loop [Owen Taylor, Tim Janik, Stefan Westerfeld]
322 * Add g_spawn_close_pid(), needed on win32 [J. Ali]
323 * Win32 fixes. [Hans Breuer, J. Ali Harlow]
324 * Misc bugfixes [Sebastian, Matthias, Balazs Scheidler, Owen]
325 * Updated translations (cy,et,ga,sq)
327 Overview of Changes from GLib 2.3.2 to GLib 2.3.3
328 =================================================
330 * Add a native AIX gmodule implementation. [Laurent Vivier]
331 * Add g_node_copy_deep(). [James M. Cape, Matthias Clasen]
332 * Extend GQueue API to match the GList API. [Soeren Sandmann]
333 * Add g_hash_table_find(). [Tim Janik]
334 * Add a G_MODULE_BIND_LOCAL flag. [David Schleef]
335 * Inline g_string_append_c() when possible. [Owen Taylor, Tim]
336 * Wrap waitpid() as a GSource. [Jonathan R. Blandford]
337 * Add g_completion_complete_utf8(). [Theppitak Karoonboonyanan,
339 * Add g_strsplit_set(). [Soeren]
340 * Documentation improvements. [Vincent Untz, Sebastian Wilhelmi,
342 * Win32 build fixes. [Tor Lillqvist]
343 * Misc bugfixes [Manish Singh, Noah Levitt, Simon Josefsson,
344 Morten Welinder, Damien Carbery, Julio M. Merino Vidal, Sebastian,
346 * Updated translations (nn,cs,it,ko,sq,ms,az,hr,uk,sr,sr@Latn,sq,ta)
348 Overview of Changes from GLib 2.3.1 to GLib 2.3.2
349 =================================================
351 * Add G_MAXSIZE. [Manish Singh]
352 * Add g_rand_new_with_seed_array(), g_rand_set_seed_array(),
353 implementing the init-by-array functionality of the
354 original mersenne twister. Add g_rand_copy(). Improve seeding.
356 * Add a lowercase_name option to glib-mkenums. [Murray Cumming]
357 * Add g_ptr_array_foreach(). [Matthias Clasen]
358 * Add g_timer_continue(). [Tim-Philipp Müller]
359 * Fix a threadsafety issue in mem chunks. [Matthias, Balazs Scheidler]
360 * Fix g_filename_{to,from}_utf8() on Win32 and improve
361 g_file_test() there too [Hans Breuer]
362 * Add a boxed type for NULL-terminated string arrays. [Matthias]
363 * Add G_DEFINE_TYPE() plus variants to ease the constuction
364 of GObject boilerplate code. [Tim Janik]
365 * Support & in password GECOS field [Matthias, Soeren Boll Overgaard]
366 * Documentation improvements [Matthias, Manish]
367 * Win32 build fixes [Hans]
368 * Misc bug fixes [Damien Carbery, Matthias, Manish, Olivier Poncet,
370 * Updated translations (ar,de,fa,ga,mn,nn,no,sq)
372 Overview of Changes from GLib 2.3.0 to GLib-2.3.1
373 =================================================
375 * Add glib/gi18n.h and glib/gi18n-lib.h for common
376 gettext support, including a Q_() macro for translation
377 with context [Matthias Clasen]
378 * Add a more flexible G_FILENAME_ENCODING variable
379 as a replacement for G_BROKEN_FILENAMES [Matthias]
380 * Fix the return value g_main_context_iterate() for
381 newly ready sources [Padraig O'Briain]
382 * Handle Hangul composition for normalization [Noah Levitt]
383 * Add G_{MIN,MAX,MAXU}INT{8,16,32}. [Mark Jones, Matthias]
384 * Add G_GSIZE_FORMAT/G_SSIZE_FORMAT [Manish Singh]
385 * Add G_STRFUNC as a portable wrapper for __func__ [Tim Janik]
386 * Documentation improvements [Matthias]
387 * GObject [Tim Janik]
388 - Support '-' in g_signal_connect()/disconnect() names
389 like 'swapped-signal'.
390 - Add g_type_class_peek_static() and use to optimize
391 g_object_new() for static types [Tim]
392 - Allow setting construct-only properties from within
393 init() implementations
394 - Enforce readability/writeability in g_object_set/get()
395 * Fix bug with g_ascii_strtod and multi-byte separator.
396 [Behdad Esfahbod, Roozbeh Pournader]
397 * Misc bug fixes [Matthias, John Ehresman, Andrew Lanoix,
398 Tor Lillqvist, Mark McLoughlin, Tim-Philipp Müller, Manish,
400 * Updated translations (ca,cs,da,es,fr,ja,nn,no,pt,ru)
402 Overview of Changes from GLib 2.2.x to GLib-2.3.0
403 =================================================
405 * Replace Trio printf by gnulib vasnprintf [Matthias Clasen]
406 * Update Unicode data to Unicode 4.0 [Noah Levitt]
407 * Support XML-safe formatted output with
408 g_markup_[v]printf_escaped [Owen Taylor]
409 * Add g_file_read_link to read symbolic links [Matthias]
410 * Add g_unichar_get_mirror_char to obtain the
411 mirrored variant of a character [Noah]
412 * Support for one-time initialization functions.
414 * Miscellaneous API additions: g_vasprintf
415 g_string_chunk_insert_len, g_setenv, g_unsetenv [Matthias]
416 * Docs improvements [Matthias]
417 * Add support instance-private data on classed types
418 [Mark McLoughlin, Tim Janik, Owen]
419 * Optimize signal emissions [Soeren Sandmann, Tim]
420 * Support a "default vtable" per interface [Tim]
421 * Add support for properties on interfaces [Owen, Tim]
422 * Miscellaneous API additions: g_value_take_string(),
423 g_value_take_param(), g_value_take_object(),
424 g_value_take_boxed(). [Matthias]
425 * Win32 build fixes [Tor Lillqvist]
427 Overview of Changes from GLib 2.1.5 to GLib-2.2.0
428 =================================================
430 * Fix a problem with g_thread_init() on 64-bit problems
431 [Alceste Scalas, Sebastian Wilhelmi]
432 * Add assembly implementations of byteswap macros
433 for ia64 and x86_64. [Manish Singh]
434 * IOChannel fixes for Win32 [Tor Lillqvist, Thorsten Maerz]
435 * Updated translations (bg,ca,es,da,fi,lv,ru,sk)
437 Overview of Changes from GLib 2.1.4 to GLib-2.1.5
438 =================================================
440 * Win32 bug fixes [Tor Lillqvist]
441 * Various post-rewrite fixes for glib-gettext.m4 [Owen Taylor,
442 Jody Goldberg, Kjartan Maraas, Johannes Stezenbach]
443 * Ensure we have a GUINT64_FORMAT by pulling in Trio
444 if necessary [Manish Singh]
445 * Further Trio build fixes [Matthias Clasen, Owen]
446 * Hack around gcc, libtool issues with -pthread [Owen]
447 * Docs improvements [Matthias]
448 * Bug and portability fixes
449 * Updated and new translations (bg,de,fi,fr,sq,fr)
451 Other contributors: Kai Poitschke, Morten Welinder
453 Overview of Changes from GLib 2.1.3 to GLib-2.1.4
454 =================================================
456 * autoconf changes to make it possible to cross compile
457 GLib. [Owen Taylor, Dan Kegel, Amy Lin, Dimi Shahbaz,
459 * Use libintl when it has bind_textdomain_codeset() and
461 * Improve generation of pseudo-random integers [Morten Welinder,
463 * Avoid literal UTF-8 in favor of octal escapes [Owen, Tomas Ogren]
464 * Cleanup include order [Sven Neumann]
465 * autoconf cleanups and bug fixes [Daniel, Matthias Clasen, Owen]
466 * Doc fixes and additions [Matthias]
468 Other contributors: James M. Cape, Frederic Crozat, Martin Gansser,
469 Phuc LeHong, Manish Singh, Joshua Weage, Morten Welinder
471 Overview of Changes from GLib 2.0.x to GLib-2.1.x
472 =================================================
474 * Add copy of the Trio library to build and use for printf() when
475 system printf isn't good enough. Add g_printf()/etc. [Matthias Clasen]
476 * Add g_str_has_suffix()/g_str_has_prefix() [Alex Larsson]
477 * Add g_markup_parse_context_get_element() [Matthias]
478 * Add g_utf8_strreverse [Matthias]
479 * Add g_ascii_strtoull() [Tim Janik]
480 * Support scanning of 64-bit values with GScanner [Tim]
481 * Add g_set/get_application_name() [Havoc Pennington]
482 * Add G_LIKELY()/G_UNLIKELY() macros for hinting branch probabilities.
483 Use for g_return_if_fail(). [Matthias Clasen]
484 * Add G_GNUC_DEPRECATED macro [Tom Tromey]
485 * Improve the seeding algorithm of GRandom to avoid problems
486 with certain pathological seeds. Support G_RANDOM_VERSION=2.0
487 environment variable. [Sebastian Wilhelmi]
488 * Improve thread configure checks, use -pthread where applicable
490 * Improve handlng of thread priorities [Sebastian]
491 * Fix up parameter names that might shadow functions from
492 system headers [Soeren Sandmann]
493 * Clean up usage of deprecated functions [Manish Singh]
494 * Docs fixes and improvements. In particular, include "Since" information.
495 [Matthias, Soeren, Martin Schulze, Daryll Strauss, Bill Janssen,
496 Owen Taylor, Morten Welinder].
498 Overview of Changes in GLib 2.0.7
499 =================================
501 * Fix C++ warnings in gtype.h [Dom Lachowicz]
502 * Fix g_type_fundamental_next() [Tim Janik]
503 * Fix various missing includes of config.h [Morten Welinder]
504 * Handle main loop initialization before g_thread_init [Sebastian Wilhelmi]
505 * Various 64-bit fixes [Manish Singh]
506 * Fix GPoll on Win32 [Tor Lillqvist, Herman Bloggs]
507 * Fix bug with buffering on UTF-8 IOChannels [Daniel Elstner]
508 * Misc bug and build fixes [Soren Andersen, Gustavo Carneiro, Tor,
509 Tim, Havoc Pennington, Matthias Clasen, Sebastian Rittau,
510 Masahiro Sakai, Arvind Samptur, HideToshi Tajima, Owen Taylor]
511 * Updated and new translations (be,cs,de,*fa,it,lv,pt_BR,tr)
513 Overview of Changes in GLib 2.0.6
514 =================================
516 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
517 * Clean up debug spew from GObject [Anders Carlsson]
518 * Compiler warning fixes [David L. Cooper II]
519 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
520 * Fixes for --disable-debug [Sebastian Wilhelmi]
521 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann,
522 Rajkumar Sivasamy, Laurent Vivier]
523 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat,
524 Sebastian Rittau, Linus Welleij]
525 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
526 * Updated translations (bg,ko,vi)
528 Overview of Changes in GLib 2.0.5
529 =================================
531 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
532 * Clean up debug spew from GObject [Anders Carlsson]
533 * Compiler warning fixes [David L. Cooper II]
534 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
535 * Fixes for --disable-debug [Sebastian Wilhelmi]
536 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann,
537 Rajkumar Sivasamy, Laurent Vivier]
538 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat,
539 Sebastian Rittau, Linus Welleij]
540 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
541 * Updated translations (bg,ko,vi)
543 Overview of Changes in GLib 2.0.4
544 =================================
546 * Fix some 64-bit problems. (George Lebl, David L. Cooper II)
547 * Add note about Tru64 iconv to INSTALL. (Manuel Op de Coul)
548 * Fix problem with timouts > MAXINT. (Tim Janik, Owen Taylor)
549 * Updated translations (ca,es,fr,ja,gl,ms,nl,pl,pt,ru)
551 Overview of Changes in GLib 2.0.3
552 =================================
554 * Handle sorting 0-length arrays (Ron Arts)
555 * Threading fixes (Sebastian Wilhelmi)
556 * Portability fixes (Miroslaw Dobrzanski-Neumann, Jacob Berkman, Gareth Pierce,
557 Sebastian, Qingjiang Yuan)
558 * Various fixes for glib-2.0.m4. (Jim Gettys, others.)
559 * Locate right glib-genmarshal when cross-compiling. (Mitch Natterer)
560 * Win32 fixes (Tor Lillqvist)
561 * Try to fix g_get_charset() related segfaults. (Owen)
562 * Fixes for gettext detection. (Dan Winship, HideToshi Tajima, Boyd Lynn Gerber,
563 Andrew P. Lentvorski, Jr.)
564 * Fix g_scanner_unexp_token() (Tim Janik, Sven Neumann)
565 * g_markup fixes. (Matthias Clasen.)
566 * Bug fixes and cleanups (Daniel Elstner, Matthias, Laszlo Peter, Morten Welinder,
569 Overview of Changes in GLib 2.0.1
570 =================================
572 * Portability fixes for Sun's Forte compiler [Erwann Chenede]
573 * Performance improvements for GObject parameter lookup,
574 g_filename_to/from_utf8() [Alex Larsson]
575 * Actually check interface prerequisites [Matthias Clasen,
576 Miroslaw Dobrzanski-Neumann]
577 * Fix problem with glib-mkenums taking huge amounts of stack. [Owen Taylor]
578 * Fix g_signal_handlers_disconnect_by_func() for C++ [Damien Sandras]
579 * Fixes for g_log() and threading.
580 [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, Tim Janik]
581 * Make g_print(), g_printerr(), g_warning(), etc, convert from
582 UTF-8 to the encoding of the locale [Sebastian Wilhelmi, Tim]
583 * Fixes for GIOChannel on windows. [Tor Lillqvist]
584 * Fix gsize/gint mismatches in giochannel.c [Miroslaw Dobrzanski-Neumann]
585 * Fix file descriptor leak in g_file_get_contents() [Matthias]
586 * Workaround iconv() problems on older Solaris [Lauri Alanko]
587 * Fix warnings with gcc-3.1 about asm const [Cody Russel]
590 Other contributors: Hans Breuer, LEE Sau Dan, Sven Neumann, Salmaso Raffaele,
591 Akira Tagoh, Morten Welinder
594 Overview of Changes in GLib 2.0.0
595 =================================
597 * Thread portability fixes [Sebastian Wilhelmi]
598 * Documentation updates [Owen Taylor]
599 * Make g_strerror(), g_strsignal() properly return UTF-8,
600 call bind_text_domain_codeset() so that error strings
601 are in UTF-8 as well. [Owen, Tor Lillqvist]
603 Overview of Changes in GLib 2.0.0 rc1:
604 ======================================
606 * Win32 fixes [Tor Lillqvist]
607 * Portability fixes [Finlay Dobbie, Miroslaw Dobrzanski-Neumann]
608 * Fix up g_date_strftime [Daniel Elstner]
609 * Add some structure padding [Tim Janik]
610 * Make g_get_homedir() prefer the users home directory to $HOME
612 Other contributors: Matthias Clasen, Paolo Maggi, Christian Rose
614 Overview of Changes in GLib 1.3.15:
615 ===================================
617 * Speed up marshalers by using private access to GValue
618 [Anders Carlsson, Tim Janik]
619 * Reduce GValue to 2 elements [Tim]
620 * Add G_DEBUG environment variable, G_DEBUG=fatal_warnings [Matthias Clasen]
621 * Fixes for AIX compilation [Miroslaw Dobrzanski-Neumann]
622 * Add padding to various structures [Owen Taylor, Tim]
623 * Win32 fixes [Tor Lillqvist]
625 Other contributors: James Henstridge, Ryan Lovett, Morten Welinder,
628 Overview of Changes in GLib 1.3.14:
629 ===================================
631 * Register value transformations for gint64, guint64 [Andy Wingo]
632 * Build with large-file support [Sven Neumann, Owen Taylor]
633 * Fix handling of hostnames in URI's [Darin Adler]
634 * Main loop bug fixes [Havoc Pennington, Owen]
635 * Doc fixes and improvements [Manish Singh, Tim Janik]
636 * Support ' as attribute delimiters in GMarkup [Matthias Clasen]
637 * Win32 fixes [Hans Breuer, Tor Lillqvist]
638 * Threading bug and build fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann]
639 * Miscellaneous bug fixes
641 Other contributors: Matthias Clasen, James Henstridge, Mitch Natterer,
644 Overview of Changes in GLib 1.3.13:
645 ===================================
647 * Fix g_filename_to/from_uri for Win32 [Tor Lillqvist, Darin Adler]
648 * Miscellaneous win32 fixes [Tor, Hans Breuer]
649 * Fix thread options for gcc on AIX [Jerome Zago, Sebastian Wilhelmi]
650 * Documentation improvements [Ron Steinke, Matthias, Sebastian]
651 * Cache iconv converters as used by g_convert() [Jeffrey Stedfast]
652 * Bug fixes [Sven Neumann, Owen Taylor, Matthias Clasen, Jeffrey,
653 Laszlo Peter, Havoc Pennington, Tim Janik]
655 Overview of Changes in GLib 1.3.12:
656 ===================================
658 * Implement closure chaining, fixing up API (Tim Janik)
659 * Closure chaining test case (James Henstridge)
660 * Make GType long not int where both are equal width (Tim)
661 * Win32 fixes and improvements (Hans Breuer, Tor Lillqvist)
662 * Fixes for NetBSD. (Dan Winship)
663 * Use snprintf() for g_printf_string_upper_bound() where possible. (Matthias Clasen)
664 * Save space for GBSearchArray (Tim Janik)
665 * Documentation improvements. (Matthias, Sven Neumann, Havoc Pennington)
667 Other contributors: Darin Adler, Chris Blizzard, Anders Carlson, Daniel Elstner, Michael Meeks,
668 Mark McLoughlin, Dave Neary, Manish Singh, Owen Taylor, HideToshi Tajima,
672 Overview of Changes in GLib 1.3.11:
673 ===================================
675 * Win32 fixes [Hans Breuer, Tor Lillqvist]
676 * Documentation improvements [Matthias Clasen]
677 * Portable directory handling API [Hans]
678 * Threading fixes [Sebastian Wilhelmi, Havoc Pennington]
679 * Fix excess relocations in Unicode tables [Andrew Taylor]
680 * Fix gpattern for UTF-8 [Matthias Clasen]
681 * Support overriding class closures [Tim Janik]
682 * Support for derivation from G_TYPE_POINTER [Owen Taylor]
683 * Hide pointers to type information inside GType to reduce locking
685 * Adds check for direct inclusion of gobject/*.h [Owen]
686 * GObject API cleanups [Tim]
688 Other contributors: Darin Adler, Jacob Berkman, Daniel Egger, Eric Lemings,
689 Michael Meeks, Mark McLoughlin, Arkadiusz Miskiewicz, Dan Winship
692 Overview of Changes in GLib 1.3.10:
693 ===================================
695 * Many Win32 fixes and improvements [Tor Lillqvist]
696 * Documentation improvements [Matthias Clasen]
697 * g_string_printfa() renamed to g_string_append_printf()
698 * Use libcharset from libiconv to implement charset detection
699 more portably. [Owen Taylor, Hidetoshi Tajima]
700 * Add 64 bit type support to GObject [Joshua Pritikin, Mathieu Lacage, Owen]
701 * Make support for 64 bit integers a requirement [Joshua]
702 * GPattern improvements [Tim Janik, Matthias]
703 * Locale independent g_ascii_strtod / g_ascii_dtostr [Alex Larsson]
704 * Many bug fixes and minor tweaks.
706 Other Contributors: Darin Adler, Jakub Jelinek, James Antill, Andrew Taylor,
707 Ben Gertzfield, Elliot Lee, Manish Singh, Abel Cheung, Laszlo Peter,
708 Sven Neumann, George Lebl, Raja Harinath, Sebastian Wilhelmi,
712 Overview of Changes in GLib 1.3.9:
713 ==================================
715 * Fixes for comparison of threads [Sebastian Wilhelmi]
716 * Use vasprintf() when possible for g_strdup_printf [Matthias Clasen]
717 * Win32 fixes [Tor Lillqvist, Hans Breuer]
718 * Add a len argument to g_ascii_strup/strdown
719 * Bug, portability fixes, cleanups.
721 Other Contributors: Darin Adler, Katsuhiro Okuno, Joshua N. Pritikin
724 Overview of Changes in GLib 1.3.8:
725 ==================================
727 * Documentation updates [Owen]
728 * Made GType interfaces overridable in derived types
729 * Many win32 fixes [Tor Lillqvist]
730 * Miscellaneous cleanups and fixes
733 Darin Adler, Matthias Clasen, Ron Steinke, Hans Breuer, Alex Larsson
736 Overview of Changes in GLib 1.3.7:
737 ==================================
739 * Integrate GClosure support into the main loop [Owen Taylor]
740 * More GSignal convenience functions (macros) [Sven Neumann, Tim Janik]
741 * Introduced weak references for GObject [James Henstridge, Sven, Tim]
742 * Minor hash table optimizations
743 * Main loop and threading improvements [Sebastian Wilhelmi]
744 * Added g_ascii_* functions to be used for locale insensitive UTF-8
745 compliant code instead of old string functions [Darin Adler, Alex Larsson]
746 * Add functions for Unicode case-conversion, normalization, and
747 collation [Owen]* GString improvements [Owen]
748 * Reworked the GIOChannel code [Hidetoshi Tajima, Ron Steinke]
749 * Removed glib-config-2.0 in favour of pkgconfig [Sebastian]
750 * Make code 64bit clean [Mark Murnane]
751 * More G_CONST_RETURN fixes
752 * Many improvements to the win32 code [Tor Lillqvist, Hans Breuer]
753 * Miscellaneous bug and API fixes
756 Michael Natterer, Christopher James Lahey, Padraig O'Briain,
757 Matthias Clasen, Josh Pritikin, Steve Baker, Cesar Rincon, Garry R. Osgood,
758 Michael Meeks, Laszlo Peter, Martin Baulig, Kjartan Maraas, Andrew Lanoix,
762 Overview of Changes in GLib 1.3.6:
763 ==================================
765 * Threads have a "return value" from g_thread_join
766 * Removed ability to adjust thread stack size
767 * Prefix warnings with progname/PID by default, change toggle for this to
768 be an env variable G_MESSAGES_PREFIXED not a compile-time option
770 * GDate const, convenience fixups
771 * Include test cases that headers are compilable by C++ compiler
772 * Add ability to spawn processes with argv[0] != executable path.
773 * g_strstr_len, g_strrstr, g_strrstr_len
774 * Add length argument to g_utf8_strchr and g_utf8_strrchr.
778 Overview of Changes in GLib 1.3.5:
779 ==================================
781 * Added an installed glib-mkenums Perl program for parsing enumeration
782 declarations from header files.
783 * Mark some additional deprecated functions.
784 * Bug and Portability fixes
787 Overview of Changes in GLib 1.3.4:
788 ==================================
790 * Efficiency improvements for GThreadPool
793 * Documentation improvements
796 Overview of Changes in GLib 1.3.3:
797 ==================================
801 * More user_data support in various functions.
802 * Main loop API revamps to support per-thread main loops.
803 * Unicode handling improvements.
804 * Implemented debugging traps.
805 * G_CONST_RETURN specification all over the place.
806 * Various new small utility functions.
807 * Random number generator precision improvements.
808 * New configure option --disable-mem-pools.
809 * Many Win32 improvements.
810 * Added g_try_malloc() friends varinats.
811 * Many documentation improvements.
812 * Many threading improvements, support for dynamic allocation
814 * GHookLIst API cleanups.
815 * Improved format support of GDate parser.
816 * String function speed improvements with new g_stpcpy().
817 * Hashtable API additions.
818 * New GPatternSpec for shell-style pattern matching (from GtkPatternSpec).
819 * Optimizations, cleanups, bug fixes.
823 * Added many convenience functions.
824 * GClosure and GParamSpec use float/sink ref-counting scheme now.
825 * Reworked property change notification.
826 * Binary searchable array cleanups, so it's widely usable now.
827 * Added static content keeping for some GValue types.
828 * Support for statically scoped signal parameters.
829 * Extinguished property trailer args in set/get interface.
830 * Added support for abstract types.
831 * G_CONST_RETURN specification all over the place.
832 * Split parameter exchange functionality into value transforms
833 and parameter conversions.
834 * Added signal emission hooks and signal accumulators.
835 * Added interface prerequisites to support is_a (interface, object)
837 * Implemented GValueArray.
838 * New types, boxed: G_TYPE_VALUE, G_TYPE_CLOSURE, G_TYPE_GSTRING
839 GParamSpecs: G_TYPE_PARAM_PARAM, G_TYPE_PARAM_POINTER, G_TYPE_PARAM_CLOSURE,
840 G_TYPE_VALUE_ARRAY, G_TYPE_PARAM_UNICHAR, G_TYPE_PARAM_VALUE_ARRAY.
841 * Varrags value collection improvements.
842 * Implemented debugging traps.
843 * Made things thread-safe.
844 * Many documentation improvements.
845 * Many cleanups, optimizations and bug fixes.
848 Overview of Changes in GLib 1.3.2:
849 ==================================
853 * Win32 build improvements [Tor]
854 * Improvements to error reporting
855 (g_critical(), g_return_if_reached()) [Darin]
856 * Add g_strlcpy/g_strlcat [David Wheeler]
857 * New IO channel implementation for Win32 [Tor]
858 * Make g_array_free, g_string_free return pointer to memory requested
859 not to be freed. [Darin]
860 * Added GError based error reporting for thread functions. [Sebastian]
861 * Moved reference docs into GLib distribution. [Owen]
862 * Added g_convert() for doing convenient character set conversions based
863 on iconv. (GLib now requires libiconv or a native iconv.) [Havoc/Owen]
864 * Various Unicode handling additions (g_ucs4_to_utf8, g_utf8_validate(),
865 g_{locale,filename}_{to,from}_utf8) [Robert/Havoc/Owen]
866 * Portability fixes for threading. [Sebastian]
867 * Added convenient functions for launching new processes (g_spawn_*),
868 and shell quoting/unquoting functions. [Havoc]
869 * Split glib.h into many headers. [Sebastian]
870 * Added a simple callback-based parser for XML-like files (GMarkup). [Havoc]
871 * Fixed confusions between comparison functions that return <0, 0, >0
872 and equaility functions that return FALSE,TRUE. [Sebastian]
873 * Added safe/portable temporary file manipulation functions. [Tor]
874 * autoconf improvements. [Raja]
875 * Many documentation improvements.
880 * Added boxed and pointer types. [Tim/Jonathan]
881 * Added callback abstraction (GClosure) [Tim]
882 * Added signal system (GSignal) [Tim]
883 * Make GTypePlugin an interface [Tim]
884 * Added GTypeModule - a simple GTypePlugin instantiation [Owen]
888 What's new in GLib 1.3.1:
889 =========================
891 * New GObject library added including object system based on
892 the GTK+ object system.
893 * Functions for getting the properties of Unicode characters,
894 computing the canonical decomposition and ordering combining
895 characters aand manipulating UTF-8 string manipulation based
897 * GString now properly handles embedded nuls.
898 * Multiple fixes from the 1.2.x branch.
899 * Upgrade to libtool 1.3.3
900 * Full thread support (thread creation and destruction).
901 * BeOS port, BeOS dynamic modules.
902 * Many improvements to the Windows ports.
903 * Improvements to the OS/2 port, OS/2 module support.
904 * Double ended queue implementation.
905 * GLib macros for printf() formatting, e.g. G_GULONG_FORMAT = "lu"
906 * New configure option --enable-msg-prefix to prefix messages, warnings
907 et ceteri with the program name and the process id.
908 * New thread-safe random number generator Mersenne Twister.
909 * g_strcompress() added, g_strescape() had a slight API change, and
910 more tightly defined semantics.
911 * the g_string(x) macro has been removed, #x may be used instead.