Add GIOStream operations to GFile
[platform/upstream/glib.git] / NEWS
1 Overview of Changes from GLib 2.20.x to GLib 2.21.0
2 ===================================================
3
4 * GIO:
5  - New helper functions g_cancellable_connect/disconnect to avoid
6    race conditions when connecting to the "cancelled" signal on
7    GCancellable.
8  - New types and methods for dealing with IPv4 and IPv6 addresses (and
9    UNIX domain socket addresses under UNIX). This does not include code
10    for actual socket I/O.
11  - GResolver provides asynchronous and cancellable APIs for resolving
12    hostnames, reverse lookup of IP addresses and resolving SRV records.
13
14 * Glib now provides hash and comparison functions for int64 and double
15   types, suitable for use with GHashTable.
16
17 * GArray, GPtrArray and GByteArray can be ref counted now, and have
18   boxed types.
19
20 * Bugs fixed:
21  572844 Helper for GCancellable::cancelled connect/disconnect
22  578363 goption docs should be improved
23  548466 async/cancellable DNS resolver
24  579830 param spec strings should use P_()
25  579862 requesting xattr::foo ends up calling getxattr(..., user...
26  580453 Hash and equal functions for gint64 and gdouble
27  580450 Reference counting and boxed types for arrays
28  580194 gresolver doesn't build on Solaris
29  580301 network: a few issues on old darwin
30  580299 network: include sys/types.h before sys/socket.h to insur...
31  572508 gmarkup speedup
32  580546 g_strtoull() referenced in documentation...
33  580656 g_key_file_set_string_list erroneously asserts list != NULL
34  579272 leaks in g_simple_async_result_set_op_res_gpointer
35
36
37 * Updated translations:
38  Catalan (ca)
39  Pashto (ps)
40  Spanish (es)
41
42
43 Overview of Changes from GLib 2.20.0 to GLib 2.20.1
44 ===================================================
45
46 * Bug fixes:
47  575555 Use fsync() when replacing files to avoid data loss on
48  575708 runaway inotify madness
49  575270 GVolumeMonitor::mount-pre-unmount not being emitted
50  577128 glib make check Failed to execute child process...
51  573673 Always show "backup" directories
52  578369 g_time_val_from_iso8601() parses timezones incorrectly
53  578002 Fix a small typo in GFile docs
54  578017 G_DEFINE_TYPE_EXTENDED docs
55
56 * Updated translations:
57  Arabic
58  Assamese
59  Basque
60  Bularian
61  Brazilian Portuguese
62  British English
63  Catalan
64  Danish
65  French
66  Galician
67  German
68  Greek
69  Hungarian
70  Italian
71  Japanese
72  Kannada
73  Lithuanian
74  Malayalam
75  Norwegian bokmål
76  Oriya
77  Polish
78  Punjabi
79  Russian
80  Simplified Chinese
81  Slovenian
82  Spanish
83  Swedish
84  Tamil
85
86
87 Overview of Changes from GLib 2.19.9 to GLib 2.20.0
88 ===================================================
89
90 * Base64 support: Avoid integer overflows. CVE-2008-4316
91
92 * Bugs fixed:
93  574019 GChecksum: document and guarantee hex characters in lower case
94  573454 Unable copy/move files to directories symlinked to gvfs share
95  561172 gnome-open fails on local URIs with anchors
96  573970 crash in gunixvolumemonitor:update_mounts when unmounting
97  573843 g_get_current_dir returns non-absolute path
98
99 * Updated translations:
100  Assamese (as)
101  Bengali (bn_IN)
102  Czech (cs)
103  Hindi (hi)
104  Italian (it)
105  Japanese (ja)
106  Lithuanian (lt)
107  Malayalam (ml)
108  Marathi (mr)
109  Oriya (or)
110  Polish (pl)
111  Romanian (ro)
112  Telugu (te)
113
114
115 Overview of Changes from GLib 2.19.8 to GLib 2.19.9
116 ===================================================
117
118 * GMarkup:
119  - Considerable speedup
120
121 * GIO
122  - Add G_FILE_CREATE_REPLACE_DESTINATION flag to allow replacing
123    the destination of a copying operation as if it did not exit before.
124  - Be more careful when classifying files as desktop files
125  - Support desktop file key X-GIO-NoFuse which disables the use
126    of fuse pathnames for %u and %U arguments
127
128 * Bugs fixed:
129  572672 glib/gthread.c: argument is different type
130  572464 Doc for g_file_get_contents
131  572151 “it's” and “its” confused in docs and comments
132  570501 g_win32_get_system_data_dirs uses invalid conversion...
133  167569 g_string_append_printf crashes on win32 when used...
134  572508 gmarkup speedup
135  560564 Replacing a symlink with its linked file truncates... 
136  549298 impossible to copy files with p (pipe) flag
137  543183 Clarify docs for g_file_has_prefix
138  540461 g_memory_output_stream_get_data_size() doesn't behave...
139  573462 GEmblemedIcon leak
140  573421 Clarify message format in GMountOperation
141  573658 Deadlock in giomodule.c
142  556706 Inconsistent help arguments -h, -?
143  573527 Wrong shell to run config.status in Makefile.in.in
144  573128 A couple of typos in GObject documentation
145
146 * Updated translations:
147  Catalan (ca)
148  British English (en_GB)
149  Spanish (es)
150  Basque (eu)
151  Finnish (fi)
152  French (fr)
153  Gujarati (gu)
154  Hebrew (he)
155  Hungarian (hu)
156  Korean (ko)
157  Maithili (mai)
158  Norwegian bokmål (nb)
159  Dutch (nl)
160  Portugese (pt)
161  Swedish (sv)
162  Thai (th)
163  Traditional Chinese (zh_HK)
164  Traditional Chinese (zh_TW)
165
166
167 Overview of Changes from GLib 2.19.7 to GLib 2.19.8
168 ===================================================
169
170 * GIO: Fix missing exports of new API
171
172 * Fix strict aliasing warnings and violations to make Glib work
173   with gcc 4.4
174
175
176 Overview of Changes from GLib 2.19.6 to GLib 2.19.7
177 ===================================================
178
179 * GIO
180  - GFile gained an attribute for the actual file size in bytes
181  - GMountOperation gained an "aborted' signal that allows to abort
182    a mount operation from the backend side
183
184 * Bugs fixed:
185  523742 Use noinst for non-installable libraries
186  566747 URIs opened with firefox %u load as local files
187  541225 Can't compile gio on AIX duplicate case value in gioerror.c
188  571598 GAsyncResult with NULL gobject
189  505042 add file attribute for actually used file size in bytes
190
191 * Updates translations:
192  Basque (eu)
193  Gujarati (gu)
194  Italian (it)
195  Japanese (ja)
196  Norwegian bokmål (nb)
197  Dutch (nl)
198  Portugese (pt)
199  Thai (th)
200  Vietnamese (vi)
201
202
203 Overview of Changes from GLib 2.19.5 to GLib 2.19.6
204 ===================================================
205
206 * New format macro to print goffset data: G_OFFSET_FORMAT
207
208 * GIO: 
209  - Add a GFilter{Input,Output}Stream::close-base-stream properties which
210    determine whether the base stream will be closed when the filter stream
211    is finalized.
212  - g_data_input_stream_read_line and ..._read_until have asynchronous
213    variants now.
214
215 * Bugs fixed:
216  568294 A wrong reference in the description of g_bookmark_file_...
217  563141 RFE: define G_OFFSET_FORMAT
218  569105 g_time_val_to_iso8601() assumes time_t==long
219  568394 dropping the last reference to a stream filter closes...
220  568741 g_buffered_input_stream_fill_async doesn't work
221  568723 g_buffered_input_stream_fill_async doesn't take count == -1
222  568575 _async functions for GDataInputStream
223
224 * Updated translations:
225  Bulgarian (bg)
226  Finnish (fi)
227  Hungarian (hu)
228  Oriya (or)
229  Swedish (sv)
230  Traditional Chinese (zh_HK)
231  Traditional Chinese (zy_TW)
232
233
234 Overview of Changes from GLib 2.19.4 to GLib 2.19.5
235 ===================================================
236
237 * Update included PCRE to 7.8
238
239 * g_base64_decode_inplace: New function to do base64 decoding in place
240
241 * Bugs fixed:
242  567138 get_package_directory_from_module() does not free ...
243  566569 gregex docs clarification
244  566573 g_match_info_fetch_pos docs
245  564728 Add function to decode base64 encoded data in place
246  567838 G_STRUCT_OFFSETOF fails to compile under icc 9.1
247  567977 textdomain() macro should not return NULL ...
248  512779 --disable-regex breaks compilation
249  566770 error code 0 for Too many open files is useless
250  565484 g_content_type_guess passes non-UTF8 text to XDG ...
251
252 * Updated translations:
253  Catalan (ca)
254  Spanish (es)
255  Italian (it)
256  Swedish (sv)
257
258  
259 Overview of Changes from GLib 2.19.3 to GLib 2.19.4
260 ===================================================
261
262 * GIO:
263   - Use O_NOATIME when sniffing mimetypes
264   - Add a convenience method to check if a GSimpleAsyncResult
265     is valid
266
267 * Bugs fixed:
268  560676 function access for g_threads_supported
269  565905 There is no g_context_group_set_translation_domain
270  564210 SUN Studio 12 has supported visibility attribute
271  565136 GObject's "notify" signal parameters are wrong in gtk-doc
272  565831 error in interface creation sample
273  566348 g_file_open_tmp uses the wrong g_mkstemp on win32
274  566064 Add NOATIME flag to query_info_flags
275  566170 g_async_result_verify_source_object
276
277 * Updated translations:
278  Spanish (es)
279  Norwegian bokmål (nb)
280  Brazilian Portugese (pt_BR)
281  Simplified Chinese (zh_CN)
282
283
284 Overview of Changes from GLib 2.19.1 to GLib 2.19.3
285 ===================================================
286
287 * Bugs fixed:
288  508021 Add support for the CRIS and CRISv32 architectures
289  526320 should not list mounts that the user doesn't have permission to use
290  558458 Cannot build gio tests on Solaris using SUN cc
291  555465 GUnix{Input,Output}Stream lacks fd/close_fd_at_close property
292  558298 Hide ecryptfs mounts
293  515777 incorrect date&time on copy
294  562452 Ensure we return G_IO_ERROR_CANCELLED if cancelling
295         g_simple_async_result_run_in_thread
296  473150 g_type_module_use inconsistently increases the use
297         counter in case of error
298  563150 G_GU?INT*_MODIFIER/FORMAT docs
299  563156 Document printing and scanning gunichar values
300
301 * Updated translations:
302  Hebrew (he)
303  Italian (it)
304  
305
306 Overview of Changes from GLib 2.19.0 to GLib 2.19.1
307 ===================================================
308
309 * GIO: 
310   - g_icon_to_string, g_icon_new_for_string: GIcon serialization support
311   - G_FILE_ATTRIBUTE_PREVIEW_ICON: new file attribute for preview images
312   - g_app_info_get_commandline: new function to get the full commandline
313   - g_mount_shadow, g_mount_unshadow, g_mount_is_shadowed: New functions 
314     to 'shadow' mounts (i.e. hide them from the UI when they already
315     have a different representation, like a bookmark) 
316
317 * Bugs fixed:
318  556186 gpoll.h breaks gmain.h inclusion
319  557087 mem leak in g_content_types_get_registered
320  556921 gpoll.h breaks hal compilation
321  557210 g_compute_checksum_for_* asserts with less than 2 bytes
322  558381 Add support for compile time assertions
323  558185 'parent' variable in g_local_file_get_child_for_display_name()
324         hits g_object_unref(NULL) assertion
325  558513 g_warn_if_fail FIXME in gtestutils
326  558672 NULL key lookup using g_hash_table_lookup_extended() 
327  555740 gicon serialization
328  557182 preview functionality
329  528320 Incorrect icons displayed for files with custom mimetype icons
330  556910 Memory leak: sub
331  557592 Missing include in gwinhttpfile.c
332  556415 Crash on Windows 2000 in g_winhttp_vfs_init()
333  555935 Clarify the mechanism of overwriting properties
334  552776 ac_cv_func_posix_getgrgid_r not mentioned
335  559448 GObject Reference Manual (typo)
336  561212 GFileReadMoreCallback API doc refers to non-existant function
337  560569 gkeyfile doesn't use the set list_separator in some cases
338  560568 gkeyfile docs buglet
339  559413 g_option_group_set_error_hook docs buglet
340  562378 callback return value not respected for callback option
341         with no arg
342  559110 Do not include libintl.h after glibintl.h
343  557603 carbon check output misplaced
344  562544 g_key_file_get_string and g_key_file_get_value
345         documentation does not explain the difference
346  547264 Missing "no flags" flag
347  562638 GDebugKey key member should be const
348  562639 g_parse_debug_flags() parsing "help"
349  562549 g_byte_array_free should tell how free data
350  559452 GObject Reference Manual (typo)
351  559462 GObject Reference Manual (typo)
352  559517 GObject Reference Manual (typo)
353  562538 GObject interface tutorial shouldn't finalise with
354         "Please forget everything"
355  561352 Leak of icon description
356  561375 Leaks mountpoint description
357  561807 inotify_sub.c: dup_dirname() fails to remove trailing '/'
358  562393 g_buffered_input_stream_read_byte broken if data available
359  541715 win32 : patch for warnings and signature problems in recent code
360  547481 g_data_input_stream_read_line behaves not as stated in the docs
361  548163 Nautilus displays wrong error message for too long file names
362  559633 gtk_image_new_from_gicon does not always work for .desktop files
363  555486 – No way to recover command line from GAppInfo
364
365 * Translation updates:
366  Spanish (es)
367  Ukrainian (uk)
368
369
370 Overview of Changes from GLib 2.18.1 to GLib 2.19.0
371 ===================================================
372
373 * Rewrite GHashTable to use open addressing with quadratic probing instead 
374   of chaining. This has the potential to reduce memory fragmentation 
375   significantly, while being slightly faster due to better locality and 
376   no need to call alloc/free functions for nodes. Benchmarks suggest it 
377   also uses less memory overall.
378
379 * Make g_poll available as public api
380
381 * New macros g_assert_error and g_assert_no_error to assert 
382   that a GError is set or unset
383
384 * g_cancellable_make_pollfd: New method to make a GPollFD for a cancellable
385
386 * g_app_info_can_delete, g_app_info_delete, g_app_info_reset_type_associations:
387   New functions to clean up app infos and content types
388
389 * When launching applications, always pass fuse file:// uris when possible,
390   and let gio convert such uris back to gio uris.
391
392 * Bugs fixed:
393  505361 gunixinputstream.c assumes poll() available
394  509446 portable blocking gio cancellation
395  553820 gpoll.c: undeclared identifier
396  553724 python interpretter path not patched in correctly
397  553857 gbacktrace.h requires signal.h
398  553447 g_assert_no_error()
399  554092 glib doesn't return G_FILE_ERROR_NOENT et al on OS X
400  528670 Always pass file:/// uri's in GAppLaunchContext
401  555224 Improve g_format_size_for_display doc
402  555309 giochannel breaks on error
403  554790 g_convert() misbehaves with winiconv versions
404  555314 mem leak in gmarkup
405  555313 GFileAttribute boxed type get_type function should...
406  552861 glib-2.0.m4 calls system(3) without storing its result
407  554557 Patch to fix gcc warnings about missing format specifiers
408  552107 Small libtool fixes
409  551355 Make glib build with libtool 2.2
410  555311 format not a string literal and no format arguments
411  556101 static mutex yields warnings with g++
412  556186 gpoll.h breaks gmain.h inclusion
413  526456 Open addressing in GHashTable
414  553426 cancellable clarifications
415  545350 GAppInfo deletion
416  545351 Reset associations for content type
417  552168 volume's mount not mounted after g_volume_mount_finish
418  554970 segfault when update-desktop-database is not available...
419  554745 GFileAttributeInfoList should be boxed
420  555121 Improved build-time handling of gio module-dir
421  555711 Wrong fallback order of mimetype icons
422  555331 Deprecate adoption of mounts
423  556335 make check fails in abicheck.sh
424  556334 Warning when building without selinux support
425  556422 g_file_enumerator_next_file: unclear...
426
427 * Updated translations:
428  Arabic (ar)
429  Danish (da)
430  Polish (pl)
431  Brazilian Portugese (pt_BR)
432  Romanian (ro)
433  Russian (ru)
434
435
436 Overview of Changes from GLib 2.18.0 to GLib 2.18.1
437 ===================================================
438
439 * Bugs fixed:
440  550433 g_test_init doesn't recognize --help
441  523463 Core dump in gmain.c:2482:IA__g_main_context_check
442  551228 G_STRFUNC on recent Sun compiler should be expanded...
443  551410 gtestutils.c: using printf without prototype
444  551731 g_date_set_time[_t] docs should mention what timezone
445  548321 <string.h> is not included in gi18n-lib.h
446  551149 xdgmime mem leak
447  550647 synchronous pipe I/O when reading mount reply
448  551887 Docs for g_desktop_app_info_new_from_filename aren't...
449  551681 g_content_type_guess() too naive with filenames
450  552352 g_app_info_launch doesn't work if "Path" key...
451  551408 gmodule.def generated to builddir...
452  552359 g_file_info_get_icon should return GThemedIcon, and...
453
454 * Updated translations:
455  Arabic (ar)
456  Bengali India (bn_IN)
457  British English (en_GB)
458  Hindi (hi)
459  Croatian (hr)
460  Korean (ko)
461  Oriya (or)
462  Turkish (tr)
463  Telugu (te)
464
465
466 Overview of Changes from GLib 2.17.7 to GLib 2.18.0
467 ===================================================
468
469 * Win32:
470   - rework the g_poll() implementation to match poll() semantics more closely
471
472 * Bugs fixed:
473  324234 Using g_io_add_watch_full() to wait for connect() to return...
474  548278 Async GETs connections are always terminated unexpectedly...
475  500246 Bug fixes for giowin32
476  523939 Example program for GValue
477  550096 GBookmarkFile parser is not forward compatible
478  550040 Move GString, rand and printf tests to the unit test framework
479  550104 trivial documentation fix for g_get_home_dir
480  548988 g_file_replace fails on Windows when the target file exists
481  550059 Wrong docs for g_emblemed_icon_add_emblem
482  548800 Missing a g_object_get_type function
483  550056 Missing documentation for g_emblemed_icon_get_emblems
484
485 * Updated translations:
486  Bulgarian (bg)
487  Czech (cs)
488  German (de)
489  Estonian (et)
490  Basque (eu)
491  French (fr)
492  Hebrew (he)
493  Hungarian (hu)
494  Italian (it)
495  Japanese (ja)
496  Lithuanian (lt)
497  Maithili (mai)
498  Dutch (nl)
499  Swedish (sv)
500  Thai (th)
501  Ukrainian (uk)
502  Vietnamese (vi)
503
504
505 Overview of Changes from GLib 2.17.6 to GLib 2.17.7
506 ===================================================
507
508 * More fixes for 64-bit Windows
509
510 * GIO
511  - Add a vfs implementation for HTTP and HTTPS URIs on Windows
512
513 * Bugs fixed:
514  546329 API docs for g_utf8_normalize() are incorrect
515  546876 Modify GMarkup parser to accept &#x1; .. &#x1f;
516  547200 g_utf8_find_next_char() issues
517  547637 unconditional #include of sys/statfs.h in configure
518  547337 G_DISABLE_DEPRECATED breaks tests build
519  547832 gtk+-2.12.11 fails to build - AC_PROG_MMAP too strict
520  502498 Test framework assertion failures should follow gcc
521  546371 Improve docs re g_file_monitor
522  546483 GThemedIcon:use-default-fallbacks is not readable without...
523  546132 GFileIcon is bindings-unfriendly
524  542156 zfs mount in home directory shown on nautilus desktop 
525  535124 umask 002 not being applied for new directories...
526  547080 g_file_copy leaks expected errors
527  546582 Callbacks from GFileMonitor present a GFile...
528  547262 Missing link in the docs
529
530 * Updated translations:
531  Arabic (ar)
532  Catalan (ca)
533  Spanish (es)
534  Basque (eu)
535  Finnish (fi)
536  Galician (gl)
537  Hebrew (he)
538  Marathi (mr)
539  Norwegian bokmål (nb)
540  Portugese (pt)
541  Brazilian Portugese (pt_BR)
542  Swedish (sv)
543  Thai (th)
544
545
546 Overview of Changes from GLib 2.17.4 to GLib 2.17.6
547 ===================================================
548
549 * Fix problems on 64-bit Windows
550
551 * g_markup_context_get_user_data: New function to access
552   the user_data outside of callbacks
553
554 * GIO
555  - g_mount_guess_content_type_sync: synchronous version of
556    g_mount_guess_content_type
557  - GEmblem: A GIcon implementation that adds emblem-related
558    metadata to icons
559  - GEmblemedIcon: A GIcon implementation that can add emblems
560    to icons
561
562 * Bugs fixed:
563  544088 option_test_LDADD is left in tests/Makefile.am
564  544465 gmarkup makes it hard to use pre-rolled parsers
565  545485 Implicit declaration of utime()
566  545798 "Since: 2.18" mark is missing in g_set_error_literal...
567  544140 fam-helper 64-bit issue
568  529694 SELinux context setting support
569  545157 wrong/no list of "open with" applications for .cc...
570  545203 gfile.c: argument is different type
571  545457 gdmsetup crashed with SIGSEGV in g_unix_mount_guess...
572  544177 Fix trivial cut and paste error in documentation
573  545395 Language tweak for g_value_set_string* docs
574  541036 Gnumeric crashes when trying to open Desktop...
575  546079 leak in xdgmime
576  545395 Language tweak for g_value_set_string* docs
577  546017 Don't copy attributes when copying a symlink
578
579 * Updated translations:
580  Arabic (ar)
581  Estonian (et)
582  Galician (gl)
583  Italian (it)
584  Japanese (ja)
585  Korean (ko)
586  Norwegian bokmål (nb)
587  Pashto (ps)
588  Portugese (pt)
589
590
591 Overview of Changes from GLib 2.17.3 to GLib 2.17.4
592 ===================================================
593
594 * GIO:
595  - New API to handle content types: g_mount_guess_content_type,
596    g_content_type_guess_for_tree.
597  - Export the eject-button signal on the volume monitor class
598  - New API to enable out-of-process volume monitors: 
599    g_volume_get_activation_root
600
601 * GObject:
602  - New API to handle signals without slots in the class structure:
603    g_signal_new_class_handler, g_signal_override_class_handler   
604
605 * Internationalization:
606  - Add an NC_ macro that is a no-op equivalent of C_
607
608 * GMarkup:
609  - Add two new functions g_markup_parse_context_push,
610    g_markup_parse_context_pop to support "subparsers"
611
612 * Bugs fixed:
613  541208 Functions to easily install and use signals without...
614  541507 Ambiguous description of assigned characters in the...
615  543040 async reading on dummy file will crash on GIO_USE_VFS=local
616  543560 enable gio-FEN back-end warnings on Solaris will crash...
617  528317 GRegex does not allow recursion limit
618  337518 GMarkup: Subparser support
619  541794 drive-eject-button signal
620  541793 activation root for volumes
621  467707 test_iconv_state() in tests/convert-test.c fails on AIX 5.3
622  428048 2 of 51 tests fail on Solaris
623  542332 small fix for error message in GMarkup
624  482413 get_contents_stdio -- overflow and memory corruption
625  406120 g_ascii_strtod
626  334234 "printf" format error
627  536996 Missing noop i18n macro equivalent to C_
628  540616 mem leak in filechooser button
629  539229 gobject-query calls itself query
630  521589 [RFC] gobject documentation should mention Vala
631  543168 Description of G_SLICE=debug-blocks discourages its use
632  543220 Case collision on gio-extension-points.html
633  530759 update the gobject tutorial to the XXI century
634  535223 gbookmark file inefficiency ...
635  543504 crash in Epiphany Web Browser: Opening local file
636
637 * Updated translation:
638  German (de)
639  Estonian (et)
640  Pashto (ps)
641  Albanian (sq)
642  Thai (th)
643  Traditional Chinese (zh_HK)
644  Traditional Chinese (zh_TW)
645
646
647 Overview of Changes from GLib 2.17.1 to GLib 2.17.3
648 ===================================================
649
650 * PCRE
651  - fix for CVE-2008-2371 
652
653 * Bugs fixed:
654  538119 glib's mainloop leaks a pipe to sub-processes
655  537635 Corrections and improvements to g_time_val_{to,from}_iso8601
656  539067 The document g_io_channel_win32_new_fd() says...
657  535949 annotate g_strip_context and g_dpgettext with G_GNUC_FORMAT
658  539123 annotate g_d[n]gettext with G_GNUC_FORMAT
659  539074 Cannot get exit status with g_spawn_command_line_sync
660  316221 G_LOCK warns about breaking strict-aliasing rules
661  539770 migrate gstrfunc unit tests to gtest
662  539626 Update docstrings for g_object_freeze_notify and g_object_thaw_notify
663  538044 unconditional use of LC_MESSAGES
664  540545 Monotonic time and timer offset
665  535947 want g_set_error_literal
666  539999 glibconfig.h: add GLIB_USING_SYSTEM_PRINTF 
667  536252 GFileEnumerator should allow access to the containing GFile
668  538362 Get Win32 icons back in the file chooser
669  540802 g_list_prepend doesn't concat lists
670  540423 unrecoverable error after g_seekable_truncate
671  538836 make check failure on PPC and ALPHA: pltcheck.sh on g_atomic_pointer_get
672  539090 g_content_type_from_mime_type() should unalias
673  540331 g_file_append_to () documentation: can return NULL
674  534639 add g_desktop_app_info_new_from_keyfile
675  536733 gio build failure on Irix
676  536160 Add g_file_monitor()
677  538127 FileChooser broken on win32
678  531476 /live-g-file/test_traverse_structure test fails on Mac HFS+
679  538564 gio should have gio-types.h
680  540047 glib-genmarshal.c: '#include <io.h>' is too before
681
682 Updated translations:
683  Korean (ko)
684  Occitan (oc)
685
686
687 Overview of Changes from GLib 2.17.0 to GLib 2.17.1
688 ===================================================
689
690 * New function: g_utime(), a gstdio wrapper for utime()
691
692 * New functions: g_dgettext() and g_dngettext(), wrappers
693   for corresponding gettext functions with added functionaliy
694
695 * Support the latest version of the shared-mime spec, including
696   icons for mime types 
697
698 * New function: g_themed_icon_prepend_name()
699
700 * Bugs fixed: 
701  535418 Please document which glib version defines goffset
702  528715 Misprint in the description of the interface g_type_class_add_private
703  528714 Misprint in the description of the interface g_param_spec_flags
704  537260 Doc bug in G_TYPE_INSTANCE_GET_CLASS()
705  530527 Misprint in the description of the interface 
706         g_cclosure_marshal_VOID__FLAGS
707  530526 Misprint in the description of the fields 'class_init' and 
708         'class_finalize' of the structure GTypeInfo
709  528719 Improvement to the documentation of the "g_object_connect" interface
710  528172 gtk_signal_handlers_unblock_* functions return value
711         amount of matched signals, not amount of actually unblocked
712  528717 Misprint in the description of the parameter 'type_id' for 
713         the interface g_type_register_fundamental
714  528716 Misprint in the description of the parameter 'iface_data' for 
715         the callback types GInterfaceInitFunc and GInterfaceFinalizeFunc 
716  537555 GObject instantiation not thread safe
717  537546 'desktop' shortcut in file chooser looks like a generic folder
718  537392 Additional colon in xattr name
719  536641 Filesystem querying in gio does not list AFS and autofs file systems
720  528600 g_dummy_file_get_parent("scheme://example.com/")
721  503071 Application direction changes to right to left even if theres no 
722         translation
723  502511 g_assert_cmphex prints invalid message
724  338162 Use po/LINGUAS
725  314453 Nautilus crashes in Solaris when browsing the attached file
726  529321 make check fails in glib/pcre
727  455215 g_get_user_special_dir: no reference about G_USER_DIRECTORY_DOWNLOAD 
728         fallback to $HOME/Desktop if xdg-user-dirs is not in use
729  498732 g_key_file_to_data cannot fail
730  511367 add g_file_make_directory_with_parents
731  531900 Use __builtin_offsetof for G_STRUCT_OFFSET if building with 
732         gcc 4.0 or newer
733  536158 also bump GHashTable version when a node is removed via
734         g_hash_table_iter_remove()/g_hash_table_iter_steal()
735  531403 g_utf8_collate broken on Mac
736  535628 test/patterntest.c still includes gpattern.h directly
737  535625 alias.h:2648: error: 'utime' undeclared here (not in a function)
738
739 * Translation updates:
740  Arabic (ar)
741  German (de)
742  Italian (it)
743  Norwegian bokmål (nb)
744  Thai (th)
745
746
747 Overview of Changes from GLib 2.16.x to GLib 2.17.0
748 ===================================================
749
750 * Update to Unicode 5.1
751
752 * Update included libcharset to the one shipped with libiconv 0.12
753
754 * Update included PCRE to 7.7
755
756 * Enforce that only toplevel headers are directly included.
757   This is turned on by default for GObject and GIO. To turn
758   it on for GLib, define G_DISABLE_SINGLE_INCLUDES.
759
760 * Fix library version of GIO.  GLib 2.16 shipped with libgio-2.0.so.0.0.0
761
762 * On Solaris, use FEN for file monitoring in GIO
763
764 * Use the GIO_EXTRA_MODULES environment variable to find
765   additional GIO modules 
766
767 * G_GNUC_ALLOC_SIZE: New macro that wraps the gcc alloc_size
768   function attribute
769
770 * g_checksum_reset: New function to reset the state of a GChecksum 
771
772 * g_unix_mount_monitor_set_rate_limit: New function to limit the 
773   rate at which events are reported
774
775 * g_file_query_file_type: New utility function to query the type of
776   a file
777
778 * g_memory_output_stream_get_data_size: New function to obtain the
779   size of the written data.
780
781 * Bugs fixed:
782  522292 Gives warnings in glib/gutils.h with GCC in C99 mode
783  523298 win_iconv can't convert from UTF-8 to GB18030 (or vice versa)
784  518160 replace two g_strdup_printf calls in GBookmarkFile
785  523877 gbookmarkfile: avoid using g_string_append_printf() and
786         other optimizations 
787  525192 100% CPU if run main loop with no IO sources
788  315437 extern inline -> static inline
789  524314 g_convert() on Win32 implicitly converts full width
790         alphanumerics into half width
791  525732 Error in documentation for g_list_first
792  525674 A typo in gmarkup.c
793  448943 g_timeout_add_seconds() problems
794  525972 UCS-4 not in the new win_iconv implementation
795  526619 make test-report crash
796  491554 Update to Unicode 5.1.0
797  519137 g_slice_dup macro needs cast for 64-bit platform
798  528752 Win32 build and SSL not working
799  530457 G_USER_DIRECTORY_DOWNLOAD folder improperly mapped
800  528667 Typos in testing module documentation
801  459905 Bug in wcwidth data
802  534085 g_unichar_iswide_cjk() has a totally wrong table
803  501651 Update glib/libcharset
804  519026 G_STMT_START/G_STMT_END test a non-existent preprocessor symbol
805  534319 GLib's .pc files could use Libs.private
806  534137 Typo in g_spawn_async_with_pipes doc
807  517419 gio win32 directory monitor
808  526796 Wrong order of arguments in g_file_copy's fallback
809  530196 _g_local_file_has_trash_dir() doesn't handle st_dev == 0
810  532965 Should not return filesystem::free for certain file systems
811  525553 fix typo and nitpicking in GArray documentation
812  526572 Missing * in declaration of parent_class in Object
813         Destruction section of GObject Reference Manual
814  528648 Extra >s in Object Construction section
815  535021 g_param_spec_internal documentation should
816         describe purpose of nick and blurb
817  521513 Firefox crash when using file picker
818  528433 gdesktopappinfo snafu ...
819  533369 API g_file_info_get_attribute_string () unables to get "...
820  521045 glib f_fstypename miscellany
821  521672 compile error
822  521946 control rate limit on GUnixMountMonitor
823  522335 Fails to build: glib/gtester.c:276: error: 'ARG_MAX' unde...
824  523015 Implement sliding window based upload operation
825  523019 Use new GCC 4 feature
826  523338 list nfs4 as a nfs mount type
827  524350 Make glib build without NLS again
828  524579 g_file_copy reports wrong total on progress callback for ...
829  524742 A typo in gtestutils.c.
830  524950 Minor documentation typos.
831  525866 the user directory should not be considered as a mount to...
832  526320 should not list mounts that the user doesn't have permiss...
833  527132 nautilus crash when making ftp connection
834  532852 CRITICAL **: totem_pl_parser_parse_with_base: assertion `...
835  534759 Build failure in gio
836  534764 Typo in error produced by g_file_make_directory
837  521851 Redudant tests in gunixmounts.c
838  524344 glib/gthread.h still use G_GNUC_PRETTY_FUNCTION
839  525060 glib fails to build with -DG_DISABLE_ASSERT in CPPFLAGS o...
840  534177 Invalid description of the interface g_cclosure_marshal_S...
841  520715 Add GFile method g_file_query_file_type
842  523039 nautilus can't access to trash/computer/network if gvfs i...
843  
844 * Updated translations:
845  Arabic (ar)
846  Bulgarian (bg)
847  Catalan (ca) 
848  Czech (cs)
849  Greek (el)
850  Candian English (en_CA)
851  British English (en_GB)
852  Spanish (es)
853  Estonian (et)
854  Basque (eu)
855  Galician (gl)
856  Hebrew (he)
857  Hungarian (hu)
858  Japanese (ja)
859  Lithuanian (lt)
860  Norwegian bokmål (nb)
861  Dutch (nl)
862  Occitan (oc)
863  Portugese (pt)
864  Russian (ru)
865  Slovak (sk)
866  Albanian (sq)
867  Swedish (sv)
868  Turkish (tr)
869  Vietnamese (vi)
870
871
872 Overview of Changes from GLib 2.16.0 to GLib 2.16.1
873 ===================================================
874
875 * Fix a crash in g_themed_icon_new
876
877 * Update the included PCRE to 7.6
878
879
880 Overview of Changes from GLib 2.15.6 to GLib 2.16.0
881 ===================================================
882
883 * Fix the definition of G_INLINE_FUNC to work with gcc 4.3.0
884
885 * GIO:
886  - Add missing GMountMountFlags argument to g_unix_volume_mount
887  - Fix the adopt_orphan_mount vfunc to take a volume monitor 
888    reference
889  - Add properties to GThemedIcon for bindings sake
890
891 * Bugs fixed:
892  520484 gvfsd-trash crashed with SIGSEGV in g_path_is_absolute()
893  510855 g_checksum_update(): Take -1 for length.
894  517676 g_themed_icon_new*() do more than call g_object_new().
895  518816 should handle rmdir returning EEXIST correctly
896  519352 g_[s]list_delete_link() docs
897  519489 Fixes for sparse warnings in gio
898  520169 add monitor argument to vfunc for GVolumeMonitor
899  520700 Add type check in g_file_query_exists
900  521145 FILE_READ_ONLY_VOLUME not present on Mingw32
901  518720 No MIME type for empty files
902  521013 in documentation, goffset doesn't say "Since 2.x"
903  521028 Missleading error messages from g_io_channel_set_encoding()
904  517484 GMainLoop could set the thread "Alertable" for APCs to be... 
905
906 * Updated translations:
907  Assamese (as)
908  Bengali India (bn_IN)
909  Czech (cs)
910  German (de)
911  Spanish (es)
912  Estonian (et)
913  Finnish (fi)
914  French (fr)
915  Gujarati (gu)
916  Italian (it)
917  Lithuanian (lt)
918  Malayalam (ml)
919  Marathi (mr)
920  Norwegian bokmål (nb)
921  Romanian (ro)
922  Russian (ru)
923  Slovak (sk)
924  Ukrainian (uk)
925
926  
927 Overview of Changes from GLib 2.15.5 to GLib 2.15.6
928 ===================================================
929
930 * GIO:
931  - New file attributes: trash::item-count, filesystem::use-preview
932  - Rename g_file_contains_file to g_file_has_prefix
933  - g_file_query_filesystem_info grew async variants
934  - g_themed_icon_append_name: new convenience function
935  - g_content_type_get_icon is implemented now
936  - Only show mounts in /media and ~
937  - g_file_contains_file has been renamed to g_file_has_prefix
938
939 * Win32:
940  - g_win32_get_package_installation_directory_of_module: new function
941    which supersedes g_win32_get_package_installation_directory
942  - Use alertable wait functions so that I/O completion routines or 
943    user-mode Asynchronous Procedure Calls can be run
944  - Fix race conditions in g_spawn implementation on win32
945
946 * Other:
947  - g_uri_get_scheme has been renamed go g_uri_parse_scheme
948
949 * Updated translations:
950  Arabic (ar)
951  Belarusian Latin (be@latin)
952  Catalan (ca) 
953  British English (en_GB)
954  Finnish (fi)
955  Galician (gl)
956  Hebrew (he)
957  Italian (it)
958  Kannada (kn)
959  Norwegian bokmål (nb)
960  Dutch (nl)
961  Brazilian Portugese (pt_BR)
962  Vietnamese (vi)
963
964
965 Overview of Changes from GLib 2.15.4 to GLib 2.15.5
966 ===================================================
967
968 * Update the included PCRE to 7.6
969
970 * GIO:
971  - g_volume_should_automount: new function to determine if a volume
972    should be mounted automatically
973  - g_file_query_default_handler: new convenience function to get
974    the default handler for a file
975  - g_app_info_launch_default_for_uri new convenience function to
976    launch the default handler for a URI
977  - Use mimeapps.list and defaults.list as discussed on xdg list
978    recently
979  - g_app_info_get_default_for_uri_scheme has a real implementation
980    now (gvfs provides a GConf-based implementation)
981  - There is the beginning of a test suite
982  - standard::description:  new file attribute
983  - GMountMountFlags flags argument added to mount calls
984
985 * GObject:
986  - class initialization is now threadsafe
987
988 * Updated translations:
989   Arabic (ar)
990   Catalan (ca)
991   Spanish (es)
992   Basque (eu)
993   Italian (it)
994   Japanese (ja)
995   Kannada (kn)
996   Korean (ko)
997   Macedonian (mk)
998   Occitan (oc)
999   Portugese (pt)
1000   Brazilian Portugese (pt_BR)
1001   Swedish (sv)
1002   Thai (th)
1003
1004
1005 Overview of Changes from GLib 2.15.3 to GLib 2.15.4
1006 ===================================================
1007
1008 * G_GNUC_PRETTY_FUNCTION has been deprecated
1009
1010 * GIO:
1011  - g_file_copy has an async variant now
1012  - Drives and volumes now have API to get identifiers
1013    like Hal UDIs or UUIDs.
1014  - There is now a registration API to let modules register
1015    extensions they provide, such as volume monitor implementations
1016
1017 * Bugs fixed:
1018   511807 g_time_val_to_iso8601() uses MT-unsafe gmtime() function
1019   316260 [patch] Doc patches for gnode (2.8.1)
1020   385132 solaris gettext support fix
1021   484261 ./configure check for system PCRE unicode support fails w...
1022   510292 GOption main help not shown
1023   511580 Implement g_file_copy_async
1024   511654 Compile errors due to C99 constructs
1025   487909 g_utf8_strreverse and combining marks
1026   512381 unused variable 'is_main_group' 
1027
1028 * Updated translations:
1029   Arabic (ar)
1030   Belarusian (be)
1031   Czech (cz)
1032   Spanish (es)
1033   French (fr)
1034   Galician (gl)
1035   Portugese (pt)
1036   Russian (ru)
1037   Swedish (sv)
1038   Thai (th)
1039
1040
1041 Overview of Changes from GLib 2.15.2 to GLib 2.15.3
1042 ===================================================
1043
1044 * GChecksum:
1045  - g_checksum_update can accept nul-terminated strings
1046  - The MD5 implementation works correctly on buffers 
1047    that are longer than 64 bytes
1048
1049 * GIO:
1050  - Don't include a copy of the inotify headers, rely on system headers
1051  - g_file_find_enclosing_mount has an async variant now
1052  - Reduntant seek API on file streams has been removed
1053
1054 * Bugs fixed:
1055   508602 gmemory{in|out}putstream.c: unknown pointer size
1056   508771 There is no g_file_test/exists() for GFile
1057   508773 g_uri_escape_string() documentation unclear.
1058   509465 AM_PATH_GLIB_2_0 doesn't support gio
1059   509626 async functions: Document allowed NULL callback?
1060   509990 GSeekable documentation unclear
1061   510448 No inotify support on ARM or SH5
1062   510855 g_checksum_update(): Take -1 for length. 
1063
1064 * Updated translations:
1065   Basque (eu)
1066   Marathi (mr)
1067   Swedish (sv)
1068   Ukrainian (uk)
1069
1070
1071 Overview of Changes from GLib 2.15.1 to GLib 2.15.2
1072 ===================================================
1073
1074 * GIO:
1075  - Mount operation API change: unhandled methods get reported via 
1076    the reply, rather than by the signal emission return value
1077  - File monitor API change: Add a GError argument to g_file_monitor_file
1078  - g_unix_mount_guess_should_display(): new function
1079
1080 * Bugs fixed:
1081   508224 [PATCH] FAM backend crashes due to double free
1082   508074 GAsyncResult documentation suggests g_freeing it.
1083   508108 GFile documentation slightly unclear.
1084   508309 rpc_pipefs mount points should be hidden
1085   508378 GFileInfo documentation implies that it changes attribute...
1086   508719 g_file_get_relative_path fails if parent is root
1087   508773 g_uri_escape_string() documentation unclear.
1088
1089 * Updated translations:
1090   Arabic (ar)
1091   Spanish (es)
1092   Hebrew (he)
1093   Italian (it)
1094   Korean (ko)
1095   Turkish (tr)
1096
1097
1098 Overview of Changes from GLib 2.15.0 to GLib 2.15.1
1099 ===================================================
1100
1101  * Portability fixes:
1102  - Assertion functions are marked as noreturn again
1103  - Handling of inline functions has been fixed to work with gcc 4.3
1104  - C99 comments have been removed from headers
1105  - The nonportable sed -i option is no longer used
1106
1107  * GIO:
1108   - Clarified the semantics of g_app_info_get_all()
1109   - API for memory input and output streams has been changed a bit
1110   - GDirectoryMonitor has been removed; GFileMonitor can monitor
1111     files and directories now
1112
1113  * Bugs fixed:
1114    504829 Invalid environment passed to g_spawn_async in g_desktop_...
1115    505258 crash in Users and Groups: Adding a user
1116    505815 g_content_types_get_registered should not g_free keys
1117    491218 g_timer_new() doesn't initialize timer->end
1118    315437 extern inline -> static inline
1119    476856 Inconsistency between standard and implementation of the ...
1120    480122 g_module_open fails to open modules with ".la" extension
1121    495589 gspawn.c failing to set FD_CLOEXEC
1122    500273 doesn't build with --disable-visibility
1123    504142 Do not show empty groups in --help output
1124    504879 giofam incorrectly linked
1125    505042 add file attribute for actually used file size in bytes
1126    505058 xattr namespace docs
1127    505674 Misprint in the definition of the macro G_CCLOSURE_SWAP_DATA
1128    505730 Fails to build on OSX 10.4: _NSGetEnviron not declared
1129    505887 older darwin lacks lchown
1130    506374 gmemoryinputstream api
1131    506461 Conversion of g_assert_not_reached() and friends into fun...
1132    503051 Small bug in glib interface
1133    506395 Updates to GIO documentation
1134    507628 Missing .pc entry for gio linking against glib
1135    505195 [patch] typo in g_try_new0 docs 
1136    507822 g{file,directory}monitor changes signal problem
1137    506377 gmemoryoutputstream write implementation
1138    507835 bug in gunixinputstream 
1139
1140  * Updated translations:
1141    Arabic (ar)
1142    Belarusian Latin (be@latin)
1143    Spanish (es)
1144    Basque (eu)
1145    Irish (ga)
1146    Hebrew (he)
1147    Occitan (oc)
1148    Vietnamese (vi)
1149
1150
1151 Overview of Changes from GLib 2.14.x to GLib 2.15.0
1152 ===================================================
1153
1154 Major new features:
1155
1156  * GIO: a VFS API, designed to replace GnomeVFS. The GIO implementation 
1157    in GLib has support for local filesystems. The new, separate gvfs 
1158    module contains various backend implementations (cifs, ftp, sftp,
1159    http, ...)
1160
1161  * GChecksum: provides various hash algorithms, such as MD5, SHA-1
1162    and SHA-256
1163  
1164  * GTest: a test framework 
1165  
1166 Smaller additions:
1167
1168  * GHash:
1169  - GHash has iterators, as an alternative to g_hash_table_foreach
1170
1171  * GMarkup: 
1172  - g_markup_parse_context_get_element_stack: New function to
1173    get the stack of open elements
1174  - G_MARKUP_PREFIX_ERROR_POSITION: New flag to improve error
1175    reporting
1176  - g_markup_collect_attributes: Convenience function for handling
1177    attributes
1178
1179 * GKeyFile: 
1180  - Functions that take a GError now return a boolean to indicate 
1181    success, instead of void
1182  - Various performance improvements
1183
1184 * GAsyncQueue:
1185  - g_async_queue_new_full: new function that allows to specify
1186    a free function for leftover elements
1187  
1188 * GError:
1189  - g_prefix_error and g_propagate_prefixed_error: New functions
1190    to ease error propagation
1191
1192 * Internationalization:
1193  - C_: A new 2-argument variant of the Q_() macro 
1194  - Use native character set conversion API on Windows
1195
1196 * GLib builds with automake 1.10
1197
1198 * Bugs fixed:
1199  455725 specific combination of g_utf8_strlen and g_pattern_match...
1200  467537 g_convert_with_iconv() not resetting iconv() state correc...
1201  497033 Commandline option parser should warn about missing optio...
1202  504527 gchecksum: Conditional jump or move depends on uninitiali...
1203  445362 Non-numeric local labels in gatomic.c are causing linker ...
1204  482313 gregex: no way to tell why compilation failed
1205  317775 main loops continues to run after g_main_loop_quit() has ...
1206  418778 Insufficient pkg-config version requirement
1207  436293 g_option_context_new() doc should mention that the string...
1208  466557 glib-mkenums shifts ARGV[0] to undefined
1209  468882 GKeyFile doesn't accept "True" as a true boolean value
1210  469551 application --help messages are garbaged on none UTF-8 lo...
1211  479724 Memory leak upon calling "g_main_loop_run" in the seconda...
1212  490061 outptrs uninitialized after g_parse_long_long
1213  490637 gobject documentation patch
1214  495294 glib-genmarshal prints warnings but returns 0
1215  496046 option to prefix location of errors for GMarkup
1216  498113 tests/regex-test fails on 64bit environment
1217  500506 Fails to build on OSX 10.4
1218  500638 gkeyfile speedup ...
1219  500875 Make check fails as there is no "test" target for "build"...
1220  502511 g_assert_cmphex prints invalid message
1221  502927 g_array_index triggers cast aligment warning
1222  503029 g_time_val_from_iso8601 parse non-ISO8601 dates
1223  503222 Need context to translate
1224  503420 gkeyfile leaks a hash table
1225  503470 Fix build when builddir != srcdir
1226  504227 Inverse variant for g_test_trap_assert_stdout, g_test_tra...
1227  71704  file include order
1228  491957 Misprint in the specification of the interface "g_main_co...
1229  491959 Misprint in description of the structure "GThreadPool"
1230  491965 Mistype in the specification of the function "g_hook_list...
1231  491966 Misprint in the specification of the interface "g_main_co...
1232  491968 The documentation does not mention the restriction for th...
1233  491970 The documentation for the interface "g_date_clamp" is inc...
1234  491974 The documentation of the interface "g_main_context_iterat...
1235  491975 The documentation for the interfaces "g_io_channel_read_u...
1236  491979 Misprint in the description of the interfaces g_key_file_...
1237  491982 Misprint in the description of the interface "g_key_file_...
1238  501107 EXTRA_DIST automake warnings
1239  501997 g_utf8_normalize() returns NULL on invalid string
1240  502590 C_/g_dpgettext efficiency
1241  464259 g_set_application_name() docs should say "Since 2.2"
1242  496518 gbase64.c API doc clarification
1243  498728 g_key_file_get_*_list should set length to 0 when returni...
1244  500361 Improve docs for g_array_free() and g_ptr_array_free()
1245  501853 g_checksum_get_digest docs
1246  503862 Allow NULL strings in g_parse_debug_string()
1247  142676 Q_
1248  367550 Add g_async_queue_new_full() with GDestroyNotify function
1249  375651 Minor enhancements to GKeyFile API
1250  443648 MD5 digest support
1251  449937 Upgrade auto* sources to be clean under automake1.9
1252  452887 gmarkup context "get element" function is useless when ca...
1253  491549 [PATCH] Eliminate libiconv dependency on Windows
1254  500507 GHashTableIter API 
1255
1256 * Translation updates
1257  Belarusian Latin (be@latin)
1258  Czech (cs)
1259  German (de)
1260  Spanish (es)
1261  Esperanto (et)
1262  French (fr)
1263  Korean (ko)
1264  Marathi (mr)
1265  Norwegian bokmål (nb)
1266  Brazilian Portugese (pt_BR)
1267  Slovenian (sl)
1268  Swedish (sv)
1269
1270
1271 Overview of Changes from GLib 2.14.2 to GLib 2.14.3
1272 ===================================================
1273
1274 * Update PCRE to 7.4
1275
1276 * Bugs fixed:
1277  487491 Fix some warnings from sparse
1278  488068 Small (one-time) memory leak in glib_gettext initialization
1279  493688 TYPE macro "_get_type ()" is documented wrong
1280
1281 * Updated translations:
1282  Arabic (ar)
1283  Belarusian Latin (be@latin)
1284  Estonian (et)
1285  Irish (ga)
1286  Slovenian (sl)
1287
1288  
1289 Overview of Changes from GLib 2.14.1 to GLib 2.14.2
1290 ===================================================
1291
1292 * Bugs fixed:
1293  476849 Invocation of the interface "g_hook_free" fails in certai...
1294  359165 marshallers can throw warnings with -Wunused
1295  477957 more discussion on g_value_set_object vs. g_value_take_ob...
1296  478459 G_DEFINE_DYNAMIC_TYPE_EXTENDED doesn't work with G_IMPLEM...
1297  483337 inline is disabled for MSVC when compiling C code
1298  478349 Broken link to gettext website
1299  469231 g_spawn optimization for setting all open fds to CLOEXEC 
1300
1301 * Updated translations:
1302 Arabic (ar)
1303 Galician (gl)
1304 Hebrew (he)
1305 Korean (ko)
1306
1307
1308 Overview of Changes from GLib 2.14.0 to GLib 2.14.1
1309 ===================================================
1310
1311 * Bugs fixed:
1312  476840 Invocation of the interface "g_utf8_strreverse" crashes f...
1313  444765 Fix FIXME in gregex.c when new pcre is out
1314  464145 g_markup_escape_text Produces Invalid XML
1315  465625 g_type_default_interface_ref() does not ensure working g_...
1316  466768 Clearify that comments can be put anywhere in a Key-file.
1317  474229 The GError documentation should give convention for the G...
1318  474899 G_BREAKPOINT() docs inaccurate
1319  475854 Overuse of -lpcre when using system pcre
1320  473879 Incorrect includes in gregex.c
1321  468694 Typoes in documentation
1322  469051 g_snprintf () talks about characters where it probably me...
1323  457601 Missing arch specific atomic implementation
1324  475923 Missing pcre flags when static-linking against glib
1325  475619 glibthread-2.0.la does not list -lpthread
1326
1327 * Updated translations:
1328  Bulgarian (bg)
1329  Catalan (ca)
1330  Danish (da)
1331  German (de)
1332  Canadian English (en_CA)
1333  British English (en_GB)
1334  Spanish (es)
1335  Estonian (et)
1336  Finnish (fi)
1337  French (fr)
1338  Gujarati (gu)
1339  Hungarian (hu)
1340  Italian (it)
1341  Georgian (ka)
1342  Kannada (kn)
1343  Lithuanian (lt)
1344  Makedonian (mk)
1345  Norwegian (nb)
1346  Dutch (nl)
1347  Polish (pl)
1348  Portugese (pt)
1349  Brazilian Portugese (pt_BR)
1350  Romanian (ro)
1351  Russian (ru)
1352  Albanian (sq)
1353  Serbian (sr, sr@Latn)
1354  Swedish (sv)
1355  Tamil (ta)
1356  Thai (th)
1357  Ukrainian (uk)
1358  Vietnamese (vi)
1359
1360
1361 Overview of Changes from GLib 2.13.7 to GLib 2.14.0
1362 ===================================================
1363
1364 * Last-minute API additions:
1365  - Make g_unichar_combining_class public
1366  - Add goffset type, add G_MAXSSIZE and G_MINSSIZE
1367
1368 * Update PCRE to 7.2
1369
1370 * Bugs fixed:
1371  453998 Make _g_unichar_combining_class() public
1372  462549 gregex.c: variable is declared at middle of block
1373  417068 g_file_test doc inconsistency
1374
1375 * Updated translations:
1376  Assamese (as)
1377  Basque (eu)
1378  Kannada (kn)
1379  Malayalam (ml)
1380  Dutch (nl)
1381  Polish (pl)
1382  Brazilian Portugese (pt_BR)
1383  Turkish (tr)
1384
1385
1386 Overview of Changes from GLib 2.13.6 to GLib 2.13.7
1387 ===================================================
1388
1389 * The memory corruption warning from the slice allocator that
1390   occurred when threads were initialized after the slice allocator
1391   has been removed, as the slice allocator now works fine
1392   in this scenario.
1393
1394 * New functions g_once_init_enter() and g_once_init_leave() make
1395   it easier to write threadsafe one-time initialization functions 
1396  
1397 * Bugs fixed:
1398  454473 Simple XML Subset Parser terminates on invalid XML
1399  445813 g_module_open error, add file name
1400  453796 errno gets clobbered by g_filename_display_name
1401  341988 don't use "-c" with msgfmt in Makefile.in.in
1402  447048 Please produce slightly more output during long tests
1403  454785 GModule documentation lists same block of code twice.
1404  454786 GModule documentation lists same paragraph twice.
1405  383155 small docs quirks in gobject/closure API documentation
1406  65041  _get_type() functions aren't thread safe
1407
1408 * Updated translations
1409  Assamese (as)
1410  Spanish (es)
1411  Gujarati (gu)
1412  Japanese (ja)
1413  Korean (ko)
1414  Macedonian (mk)
1415
1416
1417 Overview of Changes from GLib 2.13.5 to GLib 2.13.6
1418 ===================================================
1419
1420 * Reintroduce a GType typedef whose removal in 2.13.5
1421   caused trouble for C++ bindings
1422
1423 * Bugs fixed:
1424  450216 docs not explicit enough about g_free()
1425  451459 g_type_register_static_simple calls g_type_register_static
1426
1427 * Updated translations
1428  Norwegian bokmål (nb)
1429  Sinhala (si)
1430
1431
1432 Overview of Changes from GLib 2.13.4 to GLib 2.13.5
1433 ===================================================
1434
1435 * xdg-user-dirs support: 
1436  - the Desktop directory is guaranteed to be defined
1437  - user-dirs.dirs is no longer reloaded on changes
1438
1439 * Slice allocator: 
1440  - new api to duplicate slices
1441
1442 * Regular expression support:
1443  - GRegex is a boxed type now
1444
1445 * Bugs fixed:
1446  44793 make check failing in trunk
1447  354522 Small problem with PLT hiding 6 symbols
1448  363986 glib 2.12.4 does not compile with SGI IDO cc
1449  443869 g_type_class_add_private doesn't warn when adding 0-sized...
1450  446859 Legitimately return 0 for g_quark_from_string(NULL)
1451  447534 Small typo in g_timeout_add_seconds() doc
1452  447583 GStaticRWLock
1453  447935 g_get_current_dir SIGSEGV on long path
1454  448260 CLAMP has surprising result if low > high
1455  57693  g_string_vprintf()
1456  442029 add g_slice_dup()
1457  445065 Add GRegex boxed type
1458  448819 Add full version of g_timeout_add_seconds()
1459
1460 * Updated translations: 
1461  Swedish (sv)
1462  Oriya (or)
1463  Hebrew (he)
1464  Spanish (es)
1465  Estonian (et)
1466
1467  
1468 Overview of Changes from GLib 2.13.3 to GLib 2.13.4
1469 ===================================================
1470
1471 * Bugs fixed:
1472  444121 g_get_user_special_dir deadlocks
1473  444161 invalid UTF8 in key name shows up as valgrind error in g_...
1474  444130 g_option_context_get_help() is broken when there's a desc...
1475
1476
1477 Overview of Changes from GLib 2.13.2 to GLib 2.13.3
1478 ===================================================
1479
1480 * GKeyFile:
1481  - Added defines for easier handling of desktop files
1482
1483 * Unicode support:
1484  - Update g_unichar_iswide_cjk for Unicode 5.0
1485
1486 * Regular expression support:
1487  - GRegex structs can now be ref-counted
1488  - Some new functions for dealing with incremental 
1489    replacement have been added
1490  - The GRegexEvalCallback signature has been changed
1491
1492 * g_get_user_special_dir() has been added to support
1493   xdg-user-dirs
1494
1495 * Bugs fixed:
1496  419376 Functions using named subpatterns behave inconsistently w...
1497  434358 g_regex_fetch_named() and g_regex_fetch_named_pos() are b...
1498  423708 typo in the README.win32 file see patch below
1499  339225 Add new defines for easier handling of .desktop files 
1500  442265 API additions/changes for GRegex
1501  432651 Add a glib-ish xdg_user_dir_lookup
1502
1503 * Updated translations:
1504  Estonian (et)
1505  Norwegian bokmål (nb)
1506
1507
1508 Overview of Changes from GLib 2.13.1 to GLib 2.13.2
1509 ===================================================
1510
1511 * Unicode support:
1512  - Add g_unichar_ismark()
1513
1514 * GOption:
1515  - Allow to use callbacks for remaining args
1516
1517 * Updated translations:
1518   Belarusian Latin (be@latin)
1519   British English (en_GB)
1520   Galician (gl)
1521   Norwegian bokmål (nb)
1522   Oriya (or)
1523   Spanish (es)
1524   Thai (th)
1525
1526
1527 Overview of Changes from GLib 2.13.0 to GLib 2.13.1
1528 ===================================================
1529
1530 * GRegex:
1531  - Portability fixes
1532  - Split into immutable GRegex and GMatchInfo
1533  - Add g_regex_get_max_backref() and g_regex_get_capture_count()
1534    to obtain information about the compiled regex
1535
1536 * GKeyFile:
1537  - Fix roundtrip problems
1538  - Add g_key_file_load_from_dirs()
1539
1540 * Unicode support:
1541  - Fix corner cases in case conversion routines
1542
1543 * GOption:
1544   - Add a function to get the formatted help string
1545
1546 * GHash:
1547  - Add new functions g_hash_table_get_keys() and
1548    g_hash_table_get_values() to retrieve the keys and
1549    values in list form
1550
1551 * Updated transations:
1552   Simplified Chinese (zh_CN)
1553   Arabic (ar)
1554
1555
1556 Overview of Changes from GLib 2.12 to GLib 2.13.0
1557 =================================================
1558
1559 * Add GSequence, a list that is implemented using
1560   a balanced binary tree.
1561
1562 * Add GRegex, an implementation of Perl regular expressions,
1563   based on PCRE.
1564  
1565 * Use Posix monotonic clocks instead of gettimeofday()
1566   for GTimer when available.
1567
1568 * Support static initialization of GQeues with G_QUEUE_INIT,
1569   g_queue_init() and g_queue_clear().
1570
1571 * Add g_string_chunk_clear() for clearing a 
1572   GStringChunk.
1573
1574 * Add g_unichar_get_script() to obtain Unicode
1575   script information.
1576
1577 * Add g_unichar_iszerowidth() to obtain information
1578   about zero-width characters.
1579
1580 * Add G_GNUC_MAY_ALIAS which wraps the gcc may_alias 
1581   type attribute.
1582
1583 * G_GNUC_INTERNAL has a working definition for the
1584   Sun Studio compiler. This requires the macro to
1585   be positioned before the function declaration.
1586
1587 * The slice allocator can produce detailed debugging
1588   information with G_SLICE=debug-blocks.
1589
1590 * Modules support G_DEBUG flags resident-modules and
1591   bind-now-modules.
1592
1593 * Add G_DEFINE_DYNAMIC_TYPE() to make it easier
1594   to define types in modules.
1595
1596 * Bug fixes: too many to list them in detail here.
1597
1598 * New and updated translations (be,bg,bn,ca,cs,de,
1599   en_CA,en_GB,et,fa,fr,he,hu,it,ja,ku,lt,mg,mk,ml,
1600   nb,ne,nn,pt,pt_BR,ro,sr,sr@Latn,sv,ta,uk,vi,zh_CN,
1601   zh_HK,zh_TW)
1602
1603
1604 Overview of Changes from GLib 2.12.1 to GLib 2.12.2
1605 ===================================================
1606
1607 * Unicode updates:
1608  - Normalization is following Unicode TR #29
1609  - g_unichar_isxdigit() only accept characters
1610    for which g_unichar_xdigit_value() returns a value
1611  - g_unichar_toupper and g_unichar_tolower leave
1612    unconvertable characters in place instead of
1613    replacing them by NUL
1614
1615 * Bugs fixed
1616  348491 g_utf8_strup() and g_utf8_strdown() returns 
1617         string with NUL bytes
1618  349825 GKeyFile always inserts a newline before a group
1619  347842 g_unichar_isxdigit() is too general about what 
1620         it considers a digit
1621  348694 g_utf8_normalize() hasn't been updated to PR #29
1622  348785 Hint about G_DEBUG in Message Logging docs
1623  349792 Wrong english string (UI)
1624  349952 gparamspecs.c uses gcc feature
1625
1626 * Translation updates (ca,cs,de,dz,es,eu,fi,gu,ko,
1627   nl,pl,tr,uk,zh_HK,zh_TW)
1628
1629
1630 Overview of Changes from GLib 2.12.0 to GLib 2.12.1
1631 ===================================================
1632
1633 * Update to final Unicode Character Database 5.0.0
1634
1635 * Bugs fixed:
1636  346660 issues with base64 api documentation / g_base64_decode_cl...
1637  348136 Coverity reports allocation of wrong size CID #2839
1638  336281 Update to UCD 5.0
1639  346197 g_date_strftime %F option doesnt work for win32
1640  348011 Small optimization to real_toupper()
1641  246494 prototype mismatch in glib/gconvert.c
1642
1643 * New and updated translations (bg,bn_IN,ca,dz,eu,fi,
1644   fr,he,it,ja,mk,or,pt)
1645
1646
1647 Overview of Changes from GLib 2.11.4 to GLib 2.12
1648 =================================================
1649
1650 * Bugs fixed:
1651  344905 leap-year bug in g_time_val_from_iso8601 w/o HAVE_TIMEGM
1652
1653 * Updated translations (cy,nb,nl)
1654
1655
1656 Overview of Changes from GLib 2.11.3 to GLib 2.11.4
1657 ===================================================
1658
1659 * GBookmarkFile:
1660  - g_bookmark_file_remove_item returns a boolean
1661  
1662 * g_mkstemp accepts the XXXXXX in the middle of
1663   the template
1664  
1665 * Bugs fixed:
1666  344868 g_key_file_to_data should separate groups 
1667
1668 * Updated translations (de,es,fr,gu,hi,ko,th)
1669
1670
1671 Overview of Changes from GLib 2.11.2 to GLib 2.11.3
1672 ===================================================
1673
1674 * GBookmarkFile:
1675   - g_bookmark_file_move_item: Return TRUE in case of
1676     an empty target
1677
1678 * Bugs fixed: 
1679  343919 gunicollate.c: strxfrm bug on VC8
1680
1681 * Updated translations (fi)
1682
1683 Overview of Changes from GLib 2.11.1 to GLib 2.11.2
1684 ===================================================
1685
1686 * Add g_ascii_stroll to parse signed 64bit integers
1687
1688 * GMarkup: add a flag to treat CDATA as text
1689
1690 * GHashTable: add functions to remove all entries
1691
1692 * GMainLoop: add functions to find the currently
1693   running source, and determine if it is destroyed
1694
1695 * Bug fixes:
1696  342563  g_atomic_thread_init() needs to be called before 
1697          other _g_*_thread_init() functions
1698  343548  Potential use after free in callers of g_string_free() 
1699  168538  Wish: Clearing contents of GHashTables
1700  321886  GTK+ cannot be reliably used in multi-threaded 
1701          applications
1702  341826  goption.c: 'strtoll' is C99's function
1703  343899  g_ascii_formatd dosn't work as expected for all 
1704          format strings
1705  317793  Make GEnumValue strings const
1706  337129  Compile warnings in G_IMPLEMENT_INTERFACE
1707  303622  What is G_TYPE_CHAR?
1708
1709 * Updated translations (bg,dz,eu,gl,ja,ko,nl,th,vi)
1710  
1711
1712 Overview of Changes from GLib 2.11.0 to GLib 2.11.1
1713 ===================================================
1714
1715 * GOption  
1716   - Support 64-bit integers 
1717   - Allow optional text before and after the options
1718     in help output
1719
1720 * Bug fixes:
1721  340538 gbase64-test writes OOB 
1722  340816 GKeyFile set_string_list invalid memory reads 
1723  339105 g_key_file_parse_value_as_double
1724  340434 convert-test.c fails (function test_one_half)
1725  311043 Memory leaks (and potential infinite loops) 
1726         when using G_ERRORCHECK_MUTEXES
1727  335198 Error checking mutexes are fubar  
1728  341237 Add a G_OPTION_ARG_INT64
1729  341192 g_io_channel_set_flags not implemented on win32
1730  336120 Allow adding description before/after GOption 
1731         --help output body
1732  341191 misplaced check in g_relation_delete
1733  340530 mismatched calloc / g_free in win32 threads
1734
1735 * Updated translation (es)
1736
1737 Overview of Changes from GLib 2.10.x to GLib 2.11.0
1738 ===================================================
1739
1740 * GBookmarkFile: a parser for files containing bookmarks
1741   stored using the Desktop Bookmark specification.
1742
1743 * Base64 encoding support
1744         
1745 * Unicode 5.0 support
1746
1747 * GOption supports floating point numbers 
1748
1749 * GKeyFile supports floating point numbers
1750
1751 * Bug fixes:
1752  155884 gatomic.c should be based on new SDK
1753  157877 update-desktop-database doesn't handle duplicate entries
1754  164719 keyfile parser doesn't support floats
1755  327662 Import BookmarkFile from libegg
1756  329548 Add G_OPTION_ARG_DOUBLE
1757  329789 option-test.c type confusion
1758  332841 Segmentation Fault when %llu is passed to vasnprintf and 
1759         HAVE_SNPRINTF is not defined
1760  333879 gthread/gthread-win32.c: IsDebuggerPresent needs '#define 
1761         _WIN32_WINDOWS 0x0401'
1762  333916 g_timer_elapsed docs should mention that microseconds 
1763         may be NULL
1764  334440 dlerror() portability issue causes crash on (old) a.out 
1765         NetBSD platform
1766  334646 goption + error out params
1767  334799 g_remove() must check return value of remove()
1768  334943 make check FAIL: threadpool-test
1769  335215 Some breakages with GThreadPool
1770  336085 g_option_context_new parameter lacks better explanation
1771  336677 Documentation for g_object_ref_sink() is incorrect
1772  337027 gbookmarkfile.c: sys/time.h include error
1773  337553 Wrong escaping of URIs
1774  338572 Dereferencing NULL value in g_key_file_get_group_comment
1775  338845 g_completion_complete_utf8 crashes when NULL is passed to it
1776  339337 g_bookmark_file_set_description
1777  339338 gbookmarkfile.c, function expand_exec_line
1778  339340 gbookmarkfile.c, function bookmark_app_info_dump
1779
1780 * Translation updates (bg,en_GB,et,gl,gu,he,hi,ka,nb,nl,nn,
1781                        or,pt_BR,ro,tr,vi,zh_CN)
1782
1783
1784 Overview of Changes from GLib 2.10.0 to GLib 2.10.1
1785 ===================================================
1786
1787 * Bugs fixed:
1788  314794 Broken pthread detection on Darwin [Gregor Riepl]
1789  322476 Missing check for .dylib [Vladimir Panov]
1790  333651 Inconsistent _g_charset_get_aliases prototype [Julio 
1791         M. Merino Vidal]
1792  333761 GInitiallyUnowned breaks application code [Sven Herzberg]
1793
1794 * Win32 changes:
1795  - Fix g_listenv() implementation.
1796  - Allow up to 100 GPrivate structs
1797
1798 * Translation updates (fr,hu,lt,pl,sv)
1799
1800
1801 Overview of Changes from GLib 2.9.6 to GLib 2.10.0
1802 ==================================================
1803
1804 * Bugs fixed:
1805  328997 64bit pointer trunction in glib slab-allocator
1806         [Pascal Hofstee]
1807  331110 g_cond_broadcast(inform_cond) without holding 
1808         inform_mutex [Chris Wilson, Sebastian Wilhelmi]
1809  332093 Fix some leaks in the tests [Kjartan Maraas]
1810  332435 g_utf8_strlen returns wrong value if a maximum 
1811         number of bytes to check is specified 
1812         [Matthias Clasen]
1813  331367 gslice requires more POSIX-like semantics for 
1814         GPrivate destructors [Tor Lillqvist]
1815
1816 * Documentation improvements [Matthias, Kang Jeong-Hee,
1817   Tor Lillqvist, Stefan Kost]
1818
1819 * Translation updates (el,eu,ka,uk)
1820
1821 Overview of Changes from GLib 2.9.5 to GLib 2.9.6
1822 =================================================
1823
1824 * Bugs fixed: 
1825  329124 distclean removes README [Kjartan Maraas, Tim Janik]
1826  317679 GRelation field type not documented [Behdad Esfahbod]
1827  329123 Typo in GTime docs [Kjartan Maraas]
1828
1829 * Documentation improvements [Sven Herzberg, David
1830   Schleef, Kjartan Maraas, Behdad Esfahbod]
1831
1832 * Translation updates (cs,cy,it,ko,pt,sq,sr,sr@Latn,ru
1833
1834 Overview of Changes from GLib 2.9.4 to GLib 2.9.5
1835 =================================================
1836
1837 * Memory management: 
1838   Runtime debugging support: The slice allocator
1839   can be turned off by setting G_SLICE=always-malloc
1840   in the environment. Zeroing of freed memory can
1841   now be turned on at runtime by setting
1842   G_DEBUG=gc-friendly in the environment. [Tim Janik]
1843
1844 * Bugs fixed:
1845  328253 HP-UX/IA-64 uses ".so" as default shared library 
1846         extension [Albert Chin]
1847  143380 unicode-encoding test fails converting to UTF-16 
1848         with libiconv [Marc Moorcroft]
1849  328254 Build breakage (GSlice) [Jens Ganseuer]
1850  328705 C99ism in glib/gmem.c [Kazuki Iwamoto]
1851
1852 * Translation updates (da,et,zh_CN)
1853
1854 Overview of Changes from GLib 2.9.3 to GLib 2.9.4
1855 =================================================
1856
1857 * Type system:
1858   Fix a problem with g_object_compat_control() which 
1859   can lead to segfaults in GTK+ applications on 64bit 
1860   platforms. 
1861
1862 * Thread suppport: 
1863   Unused threads now fall back to the global pool after 
1864   500 milliseconds, where they wait for another 
1865   max-idle-time milliseconds. [Sebastian Wilhelmi]
1866
1867 * Fix a memory allocation problem in GKeyFile. [Morten 
1868   Welinder]
1869
1870
1871 Overview of Changes from GLib 2.9.2 to GLib 2.9.3
1872 =================================================
1873
1874 * GTree:
1875  - Replace the simple recursive implementation by
1876    a nonrecursive, threaded one  [Maurizio Monge]
1877
1878 * Change g_filename_display_name and
1879   g_filename_display_basename to use the Unicode
1880   replacement character U+FFFD instead of a question
1881   mark, and don't append "(invalid encoding)"  [Matthias]
1882
1883 * Documentation improvements [Sven Herzberg, Federico
1884   Mena Quintero, Stefan Kost]
1885
1886 * Bugs fixed:
1887  323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X 
1888         [Bogdan Nicula]
1889  326558 Some test failures on IRIX 6.5 [Daichi Kawahata]
1890  169285 "threaded" tree implementation for GTree 
1891         [Maurizio Monge]
1892  326747 g_filename_display_basename adds (invalid encoding) 
1893         [Alberto Ruiz]
1894
1895 Other contributors: Christian Kellner, Murray Cumming
1896
1897 New and updated translations (bg,ca,de,es,et,gu,ja,nl,th,vi)
1898
1899
1900 Overview of Changes from GLib 2.9.1 to GLib 2.9.2
1901 =================================================
1902
1903 * Memory management:
1904  - Add tests for cache colorization [Tim Janik]
1905  - Minimize space consumption if small amounts of differently
1906    sized slices are allocated, at a small performance cost.  [Tim]
1907
1908 * Thread support:
1909  - Add g_atomic_pointer_set() and g_atomic_int_set() [Tim Janik,
1910    Sebastian Wilhelmi]
1911  - Add g_thread_pool_set_sort_function() to allow sorting the 
1912    tasks of a threadpool.  [Martyn Russell]
1913  - Add g_thread_pool_set_idle_time() to allow unused threads
1914    to exit after a certain time.  [Martyn]
1915
1916 * Type system:
1917  - introduce a new type GInitiallyUnowned, which has an initial
1918    floating reference. [Tim]
1919  - Add support for GType parameters. [Matthias]
1920
1921 * Main loop:
1922  - Add g_main_context_is_owner() to determine if the current
1923    thread is the owner of the context.  [Michael Meeks]
1924
1925 * Provide g_access(), g_chdir(), g_unlink(), g_rmdir() as 
1926   wrapper functions instead of macros.  [Manish Singh]
1927
1928 * Documentation improvements [Tim, Matthias, Federico Mena Quintero,
1929   Stefan Kasal, Dan Williams]
1930
1931 * New and updated translations (en_CA,fi,fr,gl,ml,nb,no,zh_HK,zh_TW)
1932
1933 * Bugs fixed:
1934  324179 g_allocator_new() returns pointer to const dummy which Gtk+ 2.8 
1935         tries to modify [J. Ali Harlow]
1936  324332 g_option_context_parse() returns false without setting error 
1937         [Tim-Philipp Müller]
1938  324950 GLIB 2.9.1 testcase errors [Dan Yefimov]
1939  325015 gslice.c: process.h is needed on Windows [Kazuki Iwamoto]
1940  321978 G_DATALIST_GET_FLAGS() macro is not casting datalist to 
1941         gpointer [Andrew Paprocki]
1942  316221 G_LOCK warns about breaking strict-aliasing [Michal Benes, 
1943         Stanislav Brabec]
1944  325273 Error in documentation for glib_check_version () [Declan Naughton]
1945  325310 g_spawn_sync hangs when catching both stdout and 
1946         stderr [Tor Lillqvist]
1947  325249 gcc warning when using g_rmdir from <glib/gstdio.h> [Jani Monoses]
1948  325864 glib/gthreadpool.c:"#define debug(...)" is C99 [Kazuki Iwamoto]
1949  325874 Should say somewhere that source IDs are > 0 [Dan Williams]
1950  325438 a typo (compatability) [Stefan Kasal]
1951  323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X [Bogdan Nicula]
1952
1953
1954 Overview of Changes from GLib 2.9.0 to GLib 2.9.1
1955 =================================================
1956
1957 * Memory management
1958  - The slice allocator is implemented [Tim Janik]
1959  - g_slice_free_chain() has been renamed to 
1960    g_slice_free_chain_with_offset()  [Tim, Behdad Esfahbod]
1961  - Mem chunks are deprecated [Matthias Clasen]
1962
1963 * Data structures
1964  - Hash tables are refcounted, and have a boxed type [Tim]
1965
1966 * Thread support
1967  - Support for Solaris threads has been removed 
1968    [Sebastian Wilhelmi, Andrew Paprocki]
1969  - g_async_queue_sort(), g_async_queue_push_sorted() have 
1970    been added to allow GAsyncQueue to be used as a priority 
1971    queue, together with the corresponding _unlocked 
1972    variants  [Martyn Russell]
1973
1974 * GObject:
1975  - The concept of a floating initial reference has been
1976    moved from GtkObject to GObject [Tim]
1977
1978 * Win32 changes:
1979  - Make g_rename() replace existing files [Tor Lillqvist]
1980
1981 * Misc new API:
1982  - G_GUINT64_CONSTANT macro to define guint64 
1983    constants [Andrew Paprocki]
1984  - G_GNUC_WARN_UNUSED_RESULT macro to instruct the 
1985    compiler to emit a warning if the value returned
1986    by a function is ignored. [Arjan van de Ven, Alex Larsson]
1987  - GList and GSList now have sort functions which take an
1988    extra user data argument [Martyn Russell]
1989  - g_param_spec_ref_sink() has been added for consistency [Tim]
1990
1991 * $LOGNAME is respected when determining user data. [Laszlo Peter]
1992
1993 * Other changes and bug fixes [Tim, Matthias, Behdad, 
1994   Christian Persch, Benedikt Meurer, Andrew Paprocki, 
1995   Kazuki Iwamoto, Alexis S. L. Carvalho, Stanislav Brabec,
1996   Andreas Schwab, Kalle Vahlman]
1997
1998 * Documentation
1999  - Deprecation warnings carry version information [Matthias]
2000  - The slice allocator has been documented [Matthias, Tim]
2001  - Other improvements [Morten Welinder]
2002
2003 Overview of Changes from GLib 2.8.x to GLib 2.9.0
2004 =================================================
2005 * Unicode support:
2006  - The Unicode tables have been updated to Unicode 4.1, 
2007    adding several new values to the GUnicodeBreakType 
2008    enumeration. This breaks Pango <= 1.10 
2009    [Behdad Esfahbod]
2010  - The various Unicode character predicate functions 
2011    (g_unichar_isalpha, g_unichar_isdigit,...) have
2012    been optimized
2013    [Behdad]
2014  - g_utf8_pointer_to_offset, g_utf8_offset_to_pointer:
2015    These functions handle negative offsets now, and
2016    going backwards in g_utf8_offset_to_pointer uses
2017    "stutter stepping".
2018    [Larry Ewing, Matthias Clasen]
2019
2020 * Memory management:
2021  - Mem chunks are no longer used internally in GLib and
2022    GObject. GMemChunk will be deprecated in GLib 2.10
2023  - All APIs based on GAllocator (g_list_push/pop_allocator,
2024    and similar push/pop_allocator functions for other
2025    data structures) have been deprecated, since they
2026    never worked as intended.
2027  - The g_slice_* functions have been added as a 
2028    new API for fast allocation of small memory blocks. 
2029    The implementation in GLib 2.9.0 is just a simple 
2030    wrapper around malloc. GLib 2.10 will have an
2031    efficient and scalable implementation. 
2032    [Tim Janik, Matthias]
2033
2034 * Pattern matching:
2035  - g_pattern_match has been optimized to avoid
2036    unnecessary recursion.
2037    [Tim, Matthias]
2038
2039 * g_intern_string, g_intern_static_string: 
2040  - New functions to intern strings. These are now used 
2041    by GObject to avoid duplicating static strings 
2042    [Matthias]
2043
2044 * g_thread_foreach: 
2045  - New function to iterate over all GThreads 
2046    [Tim, Matthias]
2047
2048 * g_date_set_time_t, g_date_set_time_val:
2049  - New functions to set a GDate from a time_t or
2050    GTimeVal value. g_date_set_time has been deprecated 
2051    in favor of these.
2052    [Roger Leigh]
2053
2054 * g_snprintf and g_vsnprintf:
2055  - These functions are no longer declared in gprintf.h, 
2056    since they are in glib.h
2057    [Matthias]
2058
2059 Overview of Changes from GLib 2.8.0 to GLib 2.8.1
2060 =================================================
2061 * Optimize single-character insertions in GString [Ross Burton]
2062 * Fix build problems on OS X
2063 * Fix build problems on Win32 [Tor Lillqvist, Hans Breuer]
2064 * Other bug fixes [Matthew F. Barnes, Stepan Kasal] 
2065 * Documentation improvements [Tristan van Berkom, Behnam
2066   Esfahbod, Gustavo Carneiro, Stepan Kasal, Matthias]
2067 * New and updated translations (ca,cy,ko,ro,uk)
2068
2069 Overview of Changes from GLib 2.7.7 to GLib 2.8.0
2070 =================================================
2071 * Make g_value_transform() handle enum values
2072   correctly on ppc64.  [Michael Lorenz]
2073   (Third-party code accessing enumeration values 
2074   in GValues should also be changed to access 
2075   v_long, not v_int, in order to work on bigendian 
2076   64bit machines.)
2077 * Make g_flags_get_first_value() handle a value
2078   of 0 meaningfully. [Tim-Philipp Müller] 
2079
2080 Overview of Changes from GLib 2.7.6 to GLib 2.7.7
2081 =================================================
2082 * Make atomic operations on s390 work [Matthias]
2083 * Fix C++ guards in gstdio.h [Tor Lillqvist]
2084
2085 Overview of Changes from GLib 2.7.5 to GLib 2.7.6
2086 =================================================
2087 * Add native implementations of atomic operations 
2088   on s390 [Matthias]
2089 * Make atomic reference counting of closures
2090   work on s390 [Matthias]
2091 * Avoid an infinite loop in g_convert_with_iconv().
2092   [Sebastian Bacher]
2093 * Documentation improvements [Ross Burton]
2094
2095 Overview of Changes from GLib 2.7.4 to GLib 2.7.5
2096 =================================================
2097 * Thread-related changes
2098  - Fix build issues on HP-UX [Paul Cornett]
2099  - Threadsafe access to flags stored in datasets [Tim Janik]
2100  - Fix several issues with atomic refcounting for 
2101    closures, objects and paramspecs [Tim]
2102  - Improve tests for atomic refcounting changes [Tim]
2103 * Fix handling of stateful encodings in g_convert_* [Matthias]
2104 * Fix translation of GOption help output [Dan Winship]
2105 * Catch format errors in translations. This may cause 
2106   "make check" to fail when using older versions
2107   of gettext [Matthias]
2108 * Win32 bug fixes [Tor Lillqvist]
2109 * Documentation improvements [Ross Burton, Jochen Baier, 
2110   Matthias, Tim]
2111 * New and updated translations (de,fi,gu,pl,pt,tr,zh_TW)
2112
2113 Overview of Changes from GLib 2.7.3 to GLib 2.7.4
2114 =================================================
2115 * Fix g_atomic_pointer_compare_and_exchange 
2116   on Sparc64 [Gert Doering]
2117 * Fix a hang in g_thread_pool_free. [Hong Jen Yee]
2118 * Win32 bug fixes [Tor Lillquist]
2119 * Other bug fixes [Benoit Dejean, Manish Singh]
2120 * Documentation improvements [Bryan Silverthorn,
2121   Callum McKenzie] 
2122 * New and updated translations (de,lt,sq,zh_CN)
2123
2124 Overview of Changes from GLib 2.7.2 to GLib 2.7.3
2125 =================================================
2126 * GOption
2127  - Allow callbacks with optional arguments [Pawel Sliwowski]
2128  - Allow to turn off the automatic long option name
2129    disambiguation  [Adam McLaurin]
2130  - Only allow printable ASCII as short option names [Matthias]
2131 * Win32
2132  - Build fixes [Tor Lillqvist]
2133  - Rewrite iochannel socket implementation [Tor]
2134 * GObject
2135  - Threadsafety improvements; in particular, refcounting
2136    of objects is done atomically now. [Wim Taymans, Tim Janik]
2137 * Bug fixes [Morten Welinder, Matthias, Wim Taymans]
2138 * Documentation improvements [Richard Laager, Matthias]
2139 * New and improved translations (bf,cs,hu,nb,nl,no)
2140
2141 Overview of Changes from GLib 2.7.1 to GLib 2.7.2
2142 =================================================
2143 * Win32 build fixes [Hans Breuer]
2144 * Bug fixes [Mikael Magnusson]
2145 * Documentation improvements [Matthias Clasen]
2146 * New and updated translations (en_CA,es,et,ja,sr,sr@Latn,zh_TW)
2147
2148 Overview of Changes from GLib 2.7.0 to GLib 2.7.1
2149 =================================================
2150 * GOption 
2151  - Allow callback arguments without parameters [Dan Winship]
2152 * GMappedFile: an mmap wrapper [David Schleef, Behdad Esfahbod]
2153 * Misc new functions:
2154  - g_get_host_name [Tor Lillqvist]
2155  - g_mkdir_with_parents [Tor]
2156  - g_build_pathv, g_build_filenamev [Todd A. Fisher, 
2157    Matthias Clasen]
2158 * Bug fixes [Roger Leigh, Masatake YAMATO, Kjartan Maraas,
2159   Manish Singh, Tor, Murray Cumming, Kian Duffy, Morten Welinder]
2160 * Documentation improvements [Hong Gang XU, Dan Winship, Matthias]
2161 * New and updated translations (bg,cs,da,en_CA,es,et,nb,nl,no,
2162   sk,th,zh_TW)
2163
2164 Overview of Changes from GLib 2.6.x to GLib 2.7.0
2165 =================================================
2166 * GKeyFile
2167  - Add unit tests [Matthias Clasen, Suren A. Chilingaryan]
2168  - Accept \r\n as line end [Bastian Nocera]
2169  - Don't interpret leading zeros as octal numbers. [Matthias]
2170  - Make key and group removal work [David Hoover, Matthias Hasselmann]
2171 * GOption
2172  - Improve formatting of --help output [Matthias, Noah Levitt]
2173  - Accept -? [Matthias]
2174  - Warn about duplicate main groups [Jeff Franks]
2175  - Treat '-' as non-option argument [Tim Musson, Thomas Leonard]
2176  - Report missing arguments as errors [Björn Lindqvist]
2177  - Add a boxed type for GDate [Tim-Philipp Müller]
2178 * GTree
2179  - g_tree_remove() and g_tree_steal() return status information [Matthew F. Barnes]
2180 * Stdio wrappers
2181  - Work regardless of large file support [Manish Singh]
2182  - Add g_access(), g_chmod(), g_creat(), g_chdir [Tor Lillqvist]
2183 * GObject
2184  - Implement "toggle references" to help language bindings [Owen Taylor]
2185  - Allow to mark names, nicks and blurbs of pspecs as static [Ben Maurer, Matthias]
2186  - Make pspec lookup a bit faster [Morten Welinder]
2187 * Add g_listenv() to list all set environment variables [Hans Petter Jansson]
2188 * Add g_file_set_contents() to atomically write a file.  [Søren Sandmann,
2189   Sven Neumann, Manish, Alexis S. L. Carvalho]
2190 * Add g_try_malloc(), g_try_new(), g_try_new0() and g_try_renew() [Stefan Kost]
2191 * Add g_utf8_collate_key_for_filename() to sort filenames taking
2192   extensions and numeric suffixes into account.  [Ole Laursen, Alex Larsson]
2193 * Add G_GNUC_NULL_TERMINATED to mark varargs function with 
2194   NULL-terminated argument lists. [Marc Meissner]
2195 * Win32 changes
2196  - Improved debugability [Ulf Lamping, Hans Breuer]
2197  - Make filename handling more robust [Tor, Billy Skaggs]
2198  - Improve g_get_system_data_dirs() [Tor]
2199  - Use more precise timers [Tor]
2200  - Build fixes [Kazuki Iwamoto, Hans, Tor, Robert Ögren]
2201 * Other bug fixes [Roger Leigh, Owen, Matthias, Morten, Kjartan Maraas, 
2202   Pawel Sakowski, Tor, Simon Budig, Ed Avis, Manish, Nicolas Laurent, 
2203   Bastien, Fabrício Barros Cabral, Michael Banck, Daniel Atallah, 
2204   J. Ali Harlow, Tim Janik, Hazael Maldonado Torres, Sven, Jon-Kare Hellan,
2205   Dave Benson, Tommi Komulainen, Benjamin Otte, Brian Cameron, Changwoo Ryu, 
2206   Christian Biere, Noah, Benoît Carpentier]
2207 * Documentation improvements [Vincent Untz, Matthias, Tim-Philipp Müller,
2208   Morten, Matthew, Federico Mena Quintero, Sebastian Bacher, Oliver Sessink, 
2209   Stefan, Jared Lash, Tor, Owen, Daniel Vaillard, Mathieu Lacage]
2210 * New and updated translations (ca,cs,da,el,en_CA,en_GB,es,et,eu,fa,fr,gl,
2211   hu,id,it,lt,mn,ne,nl,pl,pt,pt_BR,ro,rw,sk,sq,sr,sr@Latn,tl,uk,xh,zh_CN)
2212
2213 Overview of Changes from GLib 2.6.0 to GLib 2.6.1
2214 =================================================
2215 * GOption
2216  - Make gtk_init(NULL, NULL) work again [Marcin Krzyzanowski]
2217  - Improve handling of -- [Matthias Clasen]
2218  - Don't show G_OPTION_REMAINING in --help output [Matthew F. Barnes]
2219 * g_find_program_in_path() doesn't return directories [Tommi Komulainen]
2220 * Add gmodule-export-2.0.pc [Matthias]
2221 * Win32 changes
2222  - Improve hangling of UNC paths [Tor Lillqvist]
2223  - g_getenv(), g_setenv(), g_unsetenv(), g_find_program_in_path()
2224    take and return UTF-8 now [Tor] 
2225  - Make g_file_test() work more reliably, and use PATHEXT
2226    when check for executables [Tor]
2227  - Build and cross-compilation fixes [J. Ali Harlow]
2228 * Other bug fixes [Jens Hatlak, Morten Welinder, 
2229   Tor, Kalpesh Shah, Adrian Bunk]
2230 * Documentation improvements [Marcin Krzyzanowski, Tor, Crispin
2231   Flowerday, Mariano Suárez-Alvarez, Christian Biere, Danny Milo,
2232   Vincent Untz, Bastien Nocera]
2233 * New and updated translations (cy,de,nl,ru,sq,sv)
2234
2235 Overview of Changes from GLib 2.4.x to GLib 2.6.0
2236 =================================================
2237
2238 * Major new APIs
2239   - GOption, a commandline option parser
2240   - GKeyFile, a parser/editor for the .ini like files 
2241   - Functions to support the XDG basedir specification
2242   - Wrappers for common POSIX pathname functions to handle filename
2243     encodings consistently. On Windows, these use UTF-8.
2244
2245 * Miscellaneous new functions
2246   - g_filename_display_name() converts filenames in displayable UTF-8 strings
2247   - g_uri_list_extract_uris() splits uri lists
2248   - g_date_get_iso8601_week_of_year() gets ISO 8601 week numbers
2249   - g_log_set_default_handler() installs an alternate default log handler
2250   - g_get_language_names() obtains a list of applicable locale names
2251   - g_strv_length() calculates the length of NULL-terminated string arrays
2252   - g_win32_get_windows_version() determines the Windows version 
2253   - G_GNUC_INTERNAL marks functions as non-exported
2254   - glib_check_version() checks the GLib version at runtime
2255   - g_debug() completes the family of logging functions
2256
2257 * Performance improvements
2258   - Optimize g_utf8_validate()
2259   - Optimize g_markup_parse_context_parse()
2260   - Reduce signal connection complexity from O(n) to O(1) 
2261   - Get rid of many PLT entries for internally used exported symbols
2262   - Reduce code size by removing literal strings from g_return_if_fail()
2263
2264 * Other changes
2265   - On Windows, GLib functions that take file name arguments now require
2266     those to be in UTF-8. Functions that return file names return UTF-8.
2267   - Use higher precision for mathematical constants
2268   - Don't convert to/from UTF-8 in g_filename_to_uri/g_filename_from_uri
2269   - Support ll as printf format modifier for long long on all platforms
2270   - Clean up the ABI and enforce the list of exported symbols
2271   - Add a .pc file for using gmodule in libraries
2272   - Require ngettext
2273
2274 Overview of Changes from GLib 2.5.7 to GLib 2.6.0
2275 =================================================
2276 * GOption: Don't list help options if group-specific
2277   options have been requested [Glynn Foster]
2278 * Make g_get_language_names() track locale changes [Christian Persch]
2279 * Win32 bug fixes [Tor Lillqvist]
2280 * Bug fixes [Philippe Blain, Owen Taylor, Sebastian Wilhelmi]
2281 * New and updated translations (da,es,ja,lt,zh_CN)
2282 Bugs fixed: 159530,100697,160271,160645,157255
2283
2284 Overview of Changes from GLib 2.5.6 to GLib 2.5.7
2285 =================================================
2286 * Optimize g_utf8_validate() [Owen Taylor, Matthias Clasen]
2287 * Optimize g_markup_parse_context_parse() [Havoc Pennington, 
2288   Morten Welinder]
2289 * Reduce signal connection complexity from O(n) to O(1) 
2290   [Sven Neumann]
2291 * Add a .pc file for using gmodule in libraries [Owen]
2292 * Add G_GNUC_MALLOC to mark functions returning newly 
2293   allocated memory  [Matthias]
2294 * Win32 bug fixes [Hans Breuer, Tor Lillqvist, Robert Ögren,
2295   Bruce Hochstetler]
2296 * Bug fixes [Kazuki IWAMOTO, Matthias, Manish Singh, Morten,
2297   Frederic Crozat, Tor]
2298 * Documentation improvements [Matthias, Tor, Owen]
2299 * New and updated translations (cs,da,de,en_CA,en_GB,es,nb,nl,sq,zh_CN)
2300
2301 Overview of Changes from GLib 2.5.5 to GLib 2.5.6
2302 =================================================
2303 * GOption
2304   - Add G_OPTION_FLAG_REVERSE to allow options 
2305     which unset a  boolean variable [Tor Lillqvist]
2306 * GChildWatch
2307   - Use sigaction instead of signal [Jonas Jonnson, 
2308   Archana Shah]
2309   - Make the very first SIGCHLD work [Gustavo Carneiro]
2310 * Bug fixes [Morten Welinder, Tor, David MacLachlan,
2311   Manish Singh, J. Ali Harlow]
2312 * Documentation improvements [Matthias Clasen, Tor]
2313 * Updated translations (da,ja,tr,zh_CN)
2314
2315 Overview of Changes from GLib 2.5.4 to GLib 2.5.5
2316 =================================================
2317 * GKeyFile
2318   - Cleanups, add more error checking [Ray Strode]
2319   - Fall back to the untranslated string when getting 
2320     locale strings [Mark McLoughlin]
2321 * GOption
2322   - Document GOption [Matthias Clasen]
2323   - Better support for rest arguments [Owen Taylor, Matthias]
2324   - Handle conflicts between groups [Matthias]
2325 * Add g_lstat() to the stdio wrappers [Tor Lillqvist]
2326 * Add g_filename_display_name() to convert filenames
2327   in displayable UTF-8 strings  [Alex Larsson, Matthias]
2328 * Win32 bug fixes [Kazuki IWAMOTO, Hans Breuer, Tor]
2329 * Bug fixes [Christophe Fergeau, Morten Welinder, 
2330   Owen, Kjartan Maraas, Mark]
2331 * Documentation improvements [Matthias, Tor]
2332
2333 Overview of Changes from GLib 2.5.3 to GLib 2.5.4
2334 =================================================
2335 Add GKeyFile, a parser/editor for the .ini like files used in various
2336    freedesktop.org specifications. [Ray Strode]
2337 Make the handling of filename encodings consistent across all
2338    GLib functions, introduce wrappers for common POSIX 
2339    functions which accept the same filename encoding. [Tor Lillqvist, 
2340    Owen Taylor]
2341 GOption
2342  - Rename g_context_option_error_quark() to a more language-binding
2343    friendly name [Murray Cumming]
2344  - Accept backslashes in filenames on Win32 [Tor Lillqvist]
2345 * Strip the internal aliasing prefix IA__ from function names in 
2346   assertions [Matthias Clasen]
2347 * Add a function to split uri lists. [Matthias]
2348 * Win32 bug fixes 
2349  - Don't open console windows [Tor]
2350 * Other bug fixes [Philippe Blain, Robert Ögren, Hidetaka Iwai, Matthias,
2351  Morten Welinder, Mats-Ola Persson, Tor, Nickolay V. Shmyrev, Kjartan Maraas,
2352   Anders Carlsson, Tim-Philipp Müller, Lucas Rocha, Andrea Campi, Manish
2353   Singh, Thomas Fitzsimmons, Kazuki IWAMOTO]
2354 * Documentation improvements [Matthias, Linus Walleij, Nickolay, Philippe, 
2355  Adam Hooper, Gustavo Carneiro]
2356 * New and updated translations (cs,en_CA,en_GB,ja,nb,nl,or,sr,sr@Latn,sq)
2357
2358 Overview of Changes from GLib 2.5.2 to GLib 2.5.3
2359 =================================================
2360 * GOption
2361  - set the program name from argv[0] [Masatake YAMATO] 
2362  - make contexts work without a main group [Anders Carlsson]
2363 * Performance 
2364  - Get rid of many PLT entries for internally used exported symbols,
2365    and clean up the ABI at the same time and make make check check the
2366    list of exported symbols.  [Matthias Clasen]
2367 * Add API to get ISO 8601 week numbers [Niklas Lundell]
2368 * Add API to install an alternate default log handler [Darin Adler]
2369 * Add API to obtain a list of applicable locale names [Hidetoshi Tajima]
2370 * Reduce code size bloat by removing literal strings from
2371  the g_return_if_fail() macros [Owen Taylor]
2372 * Add g_strv_length [Tim-Philipp Müller]
2373 * Win32 changes
2374  - Add API to determine the Windows version [Tor Lillqvist]
2375 * Other bug fixes [Stepan Kasal, Anders, Tor, Kazuki Iwamoto,
2376   Manish Singh]
2377 * Documentation improvements [Morten Welinder, Matthias]
2378 * New and updated translations (es,nn,ro)
2379
2380 Overview of Changes from GLib 2.5.1 to GLib 2.5.2
2381 =================================================
2382 * Add G_GNUC_INTERNAL macro [Arjan van de Ven]
2383 * Add GOption, a commandline option parser [Anders Carlsson]
2384 * Add glib_check_version [Michael Natterer]
2385 * Add XDG basedir API [Ray Strode]
2386 * Require ngettext [Danilo Segan]
2387 * Bug fixes [Manish Singh, Ray Strode, Vincent Noel, 
2388   Jon-Kare Hellan, Jody Goldberg]
2389 * Win32 bug fixes [Tor Lillqvist, Hans Breuer, Peter Zelezny]
2390 * Documentation improvements [Matthias Clasen, Vincent Untz, Christian Persch]
2391 * New and updated translations (bs,eu,fi,gu,ne,pa)
2392
2393 Overview of Changes from GLib 2.5.0 to GLib 2.5.1
2394 =================================================
2395
2396 * Bug fixes [Oliver Guntermann, Sven Neumann, James 
2397   Henstridge, Hiroyuki Ikezoe, Matthias Clasen, Robert 
2398   Ögren, Tommi Komulainen]
2399 * Documentation improvements [Soeren Sandmann, 
2400   Christophe Fergeau, Danek Duvall]
2401 * New and updated translations (eu,hi)
2402   
2403 Overview of Changes from GLib 2.4.1 to GLib 2.5.0
2404 =================================================
2405
2406 * New functions g_debug [Sven Herzberg]
2407 * Use higher precision for mathematical constants [Morten 
2408  Welinder]
2409 * Don't convert to/from UTF-8 in g_filename_{to,from}_uri 
2410  [Federico Mena Quintero]
2411 * Win32
2412  - Handle empty digit string in printf() functions 
2413    correctly [Tor Lillqvist]
2414  - Support ll as format modifier for long long [Tor]
2415  - Be more careful about HOME [Tor, Ivan Wong]
2416  - Bug fixes [John Ehresman]
2417 * Miscellaneous bug and portability fixes [Danilo Segan, 
2418  Owen Taylor, Nikolai Weibull, Benoît Carpentier, Morten 
2419  Welinder, Manish Singh, Sven Neumann, Julio M. Merino Vidal,
2420  Kaz Sasayama, Murray Cumming, Federico, Mariano Suarez-Alvarez]
2421 * Documentation updates [Matthias Clasen, Crispin Flowerday,
2422  Tommi Komulainen, Federico Mena Quintero, Ed Griffiths]
2423 * New and updated translations (ja,ne,no,wa)
2424  
2425 Overview of Changes from GLib 2.4.0 to GLib 2.4.1
2426 =================================================
2427
2428 * Win32 bug fixes [Tor Lillqvist, Roger Leigh, John Ehresman]
2429 * Miscellaneous bug and portability fixes [Owen Taylor,
2430   Matthias Clasen, Jonas Jonsson, Christian Krause,
2431   Nickolay V. Shmyrev, Christophe Saout, Philippe Blain,
2432   Piotr Klaban]
2433 * Documentation updates [Matthias]
2434 * New and updated translations (ca,cs,cy,el,en_CA,en_GB,es,eu,fi,
2435   fr,gu,he,id,nl,pt,pl,ru,sr,sr@ije,sr@Latn,sv,uk)
2436
2437 Overview of Changes from GLib 2.3.6 to GLib 2.4.0
2438 =================================================
2439
2440 * Handle invalid-UTF-8 in g_log() properly [Matthias Clasen]
2441 * Win32 bug fixes [Tor Lillqvist, Bruce Hochstetler]
2442 * Miscellaneous bug and portability fixes [Olivier Biot, David L. Cooper II, 
2443   Kjartan Maraas, Frédéric L. W. Meunier, Christof Petig, Manish Singh, 
2444   Sebastian Wilhelmi]
2445 * Documentation updates [Owen]
2446 * Updated translations (hr,ro)
2447
2448 Overview of Changes from GLib 2.3.5 to GLib 2.3.6
2449 =================================================
2450
2451 * GAtomic bug fixes [Sebastian Wilhelmi, Mark McLoughlin]
2452 * GMain threading fixes and improvements [Sebastian]
2453 * Win32 [Tor Lillqvist]
2454  - restore some symbols extraneously exported from gobject to maintain ABI compatibility
2455  - Misc build improvements and fixes [Tor, Cedric Gustin, Hans Breuer]
2456 * Documentation updates [Sebastian, Takeshi AIHANA, Matthias, Sven Herzberg]
2457 * New and updated translations (be,es,fi,ga,pa,sr@ije,zh_CN)
2458
2459 Overview of Changes from GLib 2.3.3 to GLib 2.3.5
2460 =================================================
2461
2462 * Make glib-mkenums parse initializers with macros. [Matthias Clasen, muppet]
2463 * Respect locale era in g_date_set_parse(). [Theppitak Karoonboonyanan] 
2464 * Add atomic operations and use it for the async queue and
2465   gonce implementation. [Sebastian Wilhelmi]
2466 * Documentation improvements [Sebastian, Matthias, Sven Herzberg]
2467 * Add g_main_depth() for finding the recursion depth of the main
2468   loop [Owen Taylor, Tim Janik, Stefan Westerfeld]
2469 * Add g_spawn_close_pid(), needed on win32 [J. Ali]
2470 * Win32 fixes. [Hans Breuer, J. Ali Harlow]
2471 * Misc bugfixes [Sebastian, Matthias, Balazs Scheidler, Owen]
2472 * Updated translations (cy,et,ga,sq)
2473
2474 Overview of Changes from GLib 2.3.2 to GLib 2.3.3
2475 =================================================
2476
2477 * Add a native AIX gmodule implementation. [Laurent Vivier]
2478 * Add g_node_copy_deep().  [James M. Cape, Matthias Clasen]
2479 * Extend GQueue API to match the GList API. [Soeren Sandmann]
2480 * Add g_hash_table_find().  [Tim Janik]
2481 * Add a G_MODULE_BIND_LOCAL flag. [David Schleef]
2482 * Inline g_string_append_c() when possible. [Owen Taylor, Tim]
2483 * Wrap waitpid() as a GSource. [Jonathan R. Blandford]
2484 * Add g_completion_complete_utf8(). [Theppitak Karoonboonyanan, 
2485   Matthias]
2486 * Add g_strsplit_set(). [Soeren]
2487 * Documentation improvements. [Vincent Untz, Sebastian Wilhelmi, 
2488   Soeren, Matthias]
2489 * Win32 build fixes. [Tor Lillqvist]
2490 * Misc bugfixes [Manish Singh, Noah Levitt, Simon Josefsson, 
2491   Morten Welinder, Damien Carbery, Julio M. Merino Vidal, Sebastian, 
2492   Matthias]
2493 * Updated translations (nn,cs,it,ko,sq,ms,az,hr,uk,sr,sr@Latn,sq,ta)
2494
2495 Overview of Changes from GLib 2.3.1 to GLib 2.3.2
2496 =================================================
2497
2498 * Add G_MAXSIZE. [Manish Singh]
2499 * Add g_rand_new_with_seed_array(), g_rand_set_seed_array(),
2500   implementing the init-by-array functionality of the 
2501   original mersenne twister. Add g_rand_copy(). Improve seeding. 
2502   [George Lebl]
2503 * Add a lowercase_name option to glib-mkenums. [Murray Cumming]
2504 * Add g_ptr_array_foreach(). [Matthias Clasen]
2505 * Add g_timer_continue(). [Tim-Philipp Müller]
2506 * Fix a threadsafety issue in mem chunks. [Matthias, Balazs Scheidler]
2507 * Fix g_filename_{to,from}_utf8() on Win32 and improve 
2508   g_file_test() there too [Hans Breuer] 
2509 * Add a boxed type for NULL-terminated string arrays.  [Matthias]
2510 * Add G_DEFINE_TYPE() plus variants to ease the constuction
2511   of GObject boilerplate code.  [Tim Janik]
2512 * Support & in password GECOS field [Matthias, Soeren Boll Overgaard]
2513 * Documentation improvements [Matthias, Manish]
2514 * Win32 build fixes [Hans]
2515 * Misc bug fixes [Damien Carbery, Matthias, Manish, Olivier Poncet, 
2516   Zack Rusin]
2517 * Updated translations (ar,de,fa,ga,mn,nn,no,sq)
2518
2519 Overview of Changes from GLib 2.3.0 to GLib-2.3.1
2520 =================================================
2521
2522 * Add glib/gi18n.h and glib/gi18n-lib.h for common
2523   gettext support, including a Q_() macro for translation
2524   with context [Matthias Clasen]
2525 * Add a more flexible G_FILENAME_ENCODING variable
2526   as a replacement for G_BROKEN_FILENAMES [Matthias]
2527 * Fix the return value g_main_context_iterate() for
2528   newly ready sources [Padraig O'Briain]
2529 * Handle Hangul composition for normalization [Noah Levitt]
2530 * Add G_{MIN,MAX,MAXU}INT{8,16,32}. [Mark Jones, Matthias]
2531 * Add G_GSIZE_FORMAT/G_SSIZE_FORMAT [Manish Singh]
2532 * Add G_STRFUNC as a portable wrapper for __func__ [Tim Janik]
2533 * Documentation improvements [Matthias]
2534 * GObject [Tim Janik]
2535  - Support '-' in g_signal_connect()/disconnect() names
2536    like 'swapped-signal'.
2537  - Add g_type_class_peek_static() and use to optimize
2538    g_object_new() for static types [Tim]
2539  - Allow setting construct-only properties from within
2540    init() implementations
2541  - Enforce readability/writeability in g_object_set/get()
2542 * Fix bug with g_ascii_strtod and multi-byte separator.
2543   [Behdad Esfahbod, Roozbeh Pournader]  
2544 * Misc bug fixes [Matthias, John Ehresman, Andrew Lanoix,
2545   Tor Lillqvist, Mark McLoughlin, Tim-Philipp Müller, Manish, 
2546   Morten Welinder]
2547 * Updated translations (ca,cs,da,es,fr,ja,nn,no,pt,ru)
2548
2549 Overview of Changes from GLib 2.2.x to GLib-2.3.0
2550 =================================================
2551
2552 * Replace Trio printf by gnulib vasnprintf [Matthias Clasen]
2553 * Update Unicode data to Unicode 4.0 [Noah Levitt]
2554 * Support XML-safe formatted output with 
2555   g_markup_[v]printf_escaped [Owen Taylor]
2556 * Add g_file_read_link to read symbolic links [Matthias]
2557 * Add g_unichar_get_mirror_char to obtain the 
2558   mirrored variant of a character [Noah]
2559 * Support for one-time initialization functions. 
2560   [Sebastian Wilhelmi]
2561 * Miscellaneous API additions: g_vasprintf
2562   g_string_chunk_insert_len, g_setenv, g_unsetenv [Matthias]
2563 * Docs improvements [Matthias]
2564 * Add support instance-private data on classed types
2565   [Mark McLoughlin, Tim Janik, Owen]
2566 * Optimize signal emissions [Soeren Sandmann, Tim]
2567 * Support a "default vtable" per interface [Tim]
2568 * Add support for properties on interfaces [Owen, Tim]
2569 * Miscellaneous API additions: g_value_take_string(),
2570   g_value_take_param(), g_value_take_object(), 
2571   g_value_take_boxed(). [Matthias]
2572 * Win32 build fixes [Tor Lillqvist]
2573
2574 Overview of Changes from GLib 2.1.5 to GLib-2.2.0
2575 =================================================
2576
2577 * Fix a problem with g_thread_init() on 64-bit problems
2578   [Alceste Scalas, Sebastian Wilhelmi]
2579 * Add assembly implementations of byteswap macros
2580   for ia64 and x86_64. [Manish Singh]
2581 * IOChannel fixes for Win32 [Tor Lillqvist, Thorsten Maerz]
2582 * Updated translations (bg,ca,es,da,fi,lv,ru,sk)
2583
2584 Overview of Changes from GLib 2.1.4 to GLib-2.1.5
2585 =================================================
2586
2587 * Win32 bug fixes [Tor Lillqvist]
2588 * Various post-rewrite fixes for glib-gettext.m4 [Owen Taylor,
2589   Jody Goldberg, Kjartan Maraas, Johannes Stezenbach]
2590 * Ensure we have a GUINT64_FORMAT by pulling in Trio
2591   if necessary [Manish Singh]
2592 * Further Trio build fixes [Matthias Clasen, Owen]
2593 * Hack around gcc, libtool issues with -pthread [Owen]
2594 * Docs improvements [Matthias]
2595 * Bug and portability fixes 
2596 * Updated and new translations (bg,de,fi,fr,sq,fr)
2597
2598 Other contributors: Kai Poitschke, Morten Welinder
2599
2600 Overview of Changes from GLib 2.1.3 to GLib-2.1.4
2601 =================================================
2602
2603 * autoconf changes to make it possible to cross compile
2604   GLib. [Owen Taylor, Dan Kegel, Amy Lin, Dimi Shahbaz, 
2605   Johannes Stezenbach]
2606 * Use libintl when it has bind_textdomain_codeset() and
2607   GLib doesn't. [Owen]
2608 * Improve generation of pseudo-random integers [Morten Welinder, 
2609   Sebastian Wilhelmi]
2610 * Avoid literal UTF-8 in favor of octal escapes [Owen, Tomas Ogren]
2611 * Cleanup include order [Sven Neumann]
2612 * autoconf cleanups and bug fixes [Daniel, Matthias Clasen, Owen]
2613 * Doc fixes and additions [Matthias]
2614
2615 Other contributors: James M. Cape, Frederic Crozat, Martin Gansser,
2616   Phuc LeHong, Manish Singh, Joshua Weage, Morten Welinder
2617
2618 Overview of Changes from GLib 2.0.x to GLib-2.1.x
2619 =================================================
2620
2621 * Add copy of the Trio library to build and use for printf() when 
2622   system printf isn't good enough. Add g_printf()/etc. [Matthias Clasen]
2623 * Add g_str_has_suffix()/g_str_has_prefix() [Alex Larsson]
2624 * Add g_markup_parse_context_get_element() [Matthias]
2625 * Add g_utf8_strreverse [Matthias]
2626 * Add g_ascii_strtoull() [Tim Janik]
2627 * Support scanning of 64-bit values with GScanner [Tim]
2628 * Add g_set/get_application_name() [Havoc Pennington]
2629 * Add G_LIKELY()/G_UNLIKELY() macros for hinting branch probabilities. 
2630   Use for g_return_if_fail(). [Matthias Clasen]
2631 * Add G_GNUC_DEPRECATED macro [Tom Tromey]
2632 * Improve the seeding algorithm of GRandom to avoid problems
2633   with certain pathological seeds. Support G_RANDOM_VERSION=2.0
2634   environment variable. [Sebastian Wilhelmi]
2635 * Improve thread configure checks, use -pthread where applicable
2636   [Sebastian]
2637 * Improve handlng of thread priorities [Sebastian]
2638 * Fix up parameter names that might shadow functions from
2639   system headers [Soeren Sandmann]
2640 * Clean up usage of deprecated functions [Manish Singh]
2641 * Docs fixes and improvements. In particular, include "Since" information.
2642   [Matthias, Soeren, Martin Schulze, Daryll Strauss, Bill Janssen, 
2643   Owen Taylor, Morten Welinder]. 
2644
2645 Overview of Changes in GLib 2.0.7
2646 =================================
2647
2648 * Fix C++ warnings in gtype.h [Dom Lachowicz]
2649 * Fix g_type_fundamental_next() [Tim Janik]
2650 * Fix various missing includes of config.h [Morten Welinder]
2651 * Handle main loop initialization before g_thread_init [Sebastian Wilhelmi]
2652 * Various 64-bit fixes [Manish Singh]
2653 * Fix GPoll on Win32 [Tor Lillqvist, Herman Bloggs]
2654 * Fix bug with buffering on UTF-8 IOChannels [Daniel Elstner]
2655 * Misc bug and build fixes [Soren Andersen, Gustavo Carneiro, Tor,
2656      Tim, Havoc Pennington,  Matthias Clasen, Sebastian Rittau,
2657      Masahiro Sakai, Arvind Samptur, HideToshi Tajima, Owen Taylor]
2658 * Updated and new translations (be,cs,de,*fa,it,lv,pt_BR,tr)
2659
2660 Overview of Changes in GLib 2.0.6
2661 =================================
2662
2663 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
2664 * Clean up debug spew from GObject [Anders Carlsson]
2665 * Compiler warning fixes [David L. Cooper II]
2666 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
2667 * Fixes for --disable-debug [Sebastian Wilhelmi]
2668 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
2669   Rajkumar Sivasamy, Laurent Vivier]
2670 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
2671   Sebastian Rittau, Linus Welleij]
2672 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
2673 * Updated translations (bg,ko,vi)
2674
2675 Overview of Changes in GLib 2.0.5
2676 =================================
2677
2678 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
2679 * Clean up debug spew from GObject [Anders Carlsson]
2680 * Compiler warning fixes [David L. Cooper II]
2681 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
2682 * Fixes for --disable-debug [Sebastian Wilhelmi]
2683 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
2684   Rajkumar Sivasamy, Laurent Vivier]
2685 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
2686   Sebastian Rittau, Linus Welleij]
2687 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
2688 * Updated translations (bg,ko,vi)
2689
2690 Overview of Changes in GLib 2.0.4
2691 =================================
2692
2693 * Fix some 64-bit problems. (George Lebl, David L. Cooper II)
2694 * Add note about Tru64 iconv to INSTALL. (Manuel Op de Coul)
2695 * Fix problem with timouts > MAXINT. (Tim Janik, Owen Taylor)
2696 * Updated translations (ca,es,fr,ja,gl,ms,nl,pl,pt,ru)
2697
2698 Overview of Changes in GLib 2.0.3
2699 =================================
2700
2701 * Handle sorting 0-length arrays (Ron Arts)
2702 * Threading fixes (Sebastian Wilhelmi)
2703 * Portability fixes (Miroslaw Dobrzanski-Neumann, Jacob Berkman, Gareth Pierce, 
2704   Sebastian, Qingjiang Yuan)
2705 * Various fixes for glib-2.0.m4. (Jim Gettys, others.)
2706 * Locate right glib-genmarshal when cross-compiling. (Mitch Natterer)
2707 * Win32 fixes (Tor Lillqvist)
2708 * Try to fix g_get_charset() related segfaults. (Owen)
2709 * Fixes for gettext detection. (Dan Winship, HideToshi Tajima, Boyd Lynn Gerber,
2710   Andrew P. Lentvorski, Jr.)
2711 * Fix g_scanner_unexp_token() (Tim Janik, Sven Neumann)
2712 * g_markup fixes. (Matthias Clasen.)
2713 * Bug fixes and cleanups (Daniel Elstner, Matthias, Laszlo Peter, Morten Welinder,
2714   Wayne Schuller)
2715
2716 Overview of Changes in GLib 2.0.1
2717 =================================
2718
2719 * Portability fixes for Sun's Forte compiler [Erwann Chenede]
2720 * Performance improvements for GObject parameter lookup, 
2721   g_filename_to/from_utf8() [Alex Larsson]
2722 * Actually check interface prerequisites [Matthias Clasen,
2723   Miroslaw Dobrzanski-Neumann]
2724 * Fix problem with glib-mkenums taking huge amounts of stack. [Owen Taylor]
2725 * Fix g_signal_handlers_disconnect_by_func() for C++ [Damien Sandras]
2726 * Fixes for g_log() and threading.
2727   [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, Tim Janik]
2728 * Make g_print(), g_printerr(), g_warning(), etc, convert from
2729   UTF-8 to the encoding of the locale [Sebastian Wilhelmi, Tim]
2730 * Fixes for GIOChannel on windows. [Tor Lillqvist]
2731 * Fix gsize/gint mismatches in giochannel.c [Miroslaw Dobrzanski-Neumann]
2732 * Fix file descriptor leak in g_file_get_contents() [Matthias]
2733 * Workaround iconv() problems on older Solaris [Lauri Alanko]
2734 * Fix warnings with gcc-3.1 about asm const [Cody Russel]
2735 * Minor bug fixes.
2736
2737 Other contributors: Hans Breuer, LEE Sau Dan, Sven Neumann, Salmaso Raffaele,
2738   Akira Tagoh, Morten Welinder
2739
2740
2741 Overview of Changes in GLib 2.0.0
2742 =================================
2743
2744 * Thread portability fixes [Sebastian Wilhelmi]
2745 * Documentation updates [Owen Taylor]
2746 * Make g_strerror(), g_strsignal() properly return UTF-8,
2747   call bind_text_domain_codeset() so that error strings
2748   are in UTF-8 as well. [Owen, Tor Lillqvist]
2749
2750 Overview of Changes in GLib 2.0.0 rc1:
2751 ======================================
2752
2753 * Win32 fixes [Tor Lillqvist]
2754 * Portability fixes [Finlay Dobbie, Miroslaw Dobrzanski-Neumann]
2755 * Fix up g_date_strftime [Daniel Elstner]
2756 * Add some structure padding [Tim Janik]
2757 * Make g_get_homedir() prefer the users home directory to $HOME
2758
2759 Other contributors: Matthias Clasen, Paolo Maggi, Christian Rose
2760
2761 Overview of Changes in GLib 1.3.15:
2762 ===================================
2763
2764 * Speed up marshalers by using private access to GValue 
2765   [Anders Carlsson, Tim Janik]
2766 * Reduce GValue to 2 elements [Tim]
2767 * Add G_DEBUG environment variable, G_DEBUG=fatal_warnings [Matthias Clasen]
2768 * Fixes for AIX compilation [Miroslaw Dobrzanski-Neumann]
2769 * Add padding to various structures [Owen Taylor, Tim]
2770 * Win32 fixes [Tor Lillqvist]
2771
2772 Other contributors: James Henstridge, Ryan Lovett, Morten Welinder,
2773   Daniel Elstner
2774
2775 Overview of Changes in GLib 1.3.14:
2776 ===================================
2777
2778 * Register value transformations for gint64, guint64 [Andy Wingo]
2779 * Build with large-file support [Sven Neumann, Owen Taylor]
2780 * Fix handling of hostnames in URI's [Darin Adler]
2781 * Main loop bug fixes [Havoc Pennington, Owen]
2782 * Doc fixes and improvements [Manish Singh, Tim Janik]
2783 * Support ' as attribute delimiters in GMarkup [Matthias Clasen]
2784 * Win32 fixes [Hans Breuer, Tor Lillqvist]
2785 * Threading bug and build fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann]
2786 * Miscellaneous bug fixes
2787
2788 Other contributors: Matthias Clasen, James Henstridge, Mitch Natterer, 
2789   Morten Welinder.
2790
2791 Overview of Changes in GLib 1.3.13:
2792 ===================================
2793
2794 * Fix g_filename_to/from_uri for Win32 [Tor Lillqvist, Darin Adler]
2795 * Miscellaneous win32 fixes [Tor, Hans Breuer]
2796 * Fix thread options for gcc on AIX [Jerome Zago, Sebastian Wilhelmi]
2797 * Documentation improvements [Ron Steinke, Matthias, Sebastian]
2798 * Cache iconv converters as used by g_convert() [Jeffrey Stedfast]
2799 * Bug fixes [Sven Neumann, Owen Taylor, Matthias Clasen, Jeffrey,
2800   Laszlo Peter, Havoc Pennington, Tim Janik]
2801
2802 Overview of Changes in GLib 1.3.12:
2803 ===================================
2804
2805 * Implement closure chaining, fixing up API (Tim Janik)
2806 * Closure chaining test case (James Henstridge)
2807 * Make GType long not int where both are equal width (Tim)
2808 * Win32 fixes and improvements (Hans Breuer, Tor Lillqvist)
2809 * Fixes for NetBSD. (Dan Winship)
2810 * Use snprintf() for g_printf_string_upper_bound() where possible. (Matthias Clasen)
2811 * Save space for GBSearchArray (Tim Janik)
2812 * Documentation improvements. (Matthias, Sven Neumann, Havoc Pennington)
2813
2814 Other contributors: Darin Adler, Chris Blizzard, Anders Carlson, Daniel Elstner, Michael Meeks, 
2815   Mark McLoughlin, Dave Neary, Manish Singh, Owen Taylor, HideToshi Tajima, 
2816   Sebastian Wilhelmi.
2817
2818
2819 Overview of Changes in GLib 1.3.11:
2820 ===================================
2821
2822 * Win32 fixes [Hans Breuer, Tor Lillqvist]
2823 * Documentation improvements [Matthias Clasen]
2824 * Portable directory handling API [Hans]
2825 * Threading fixes [Sebastian Wilhelmi, Havoc Pennington]
2826 * Fix excess relocations in Unicode tables [Andrew Taylor]
2827 * Fix gpattern for UTF-8 [Matthias Clasen]
2828 * Support overriding class closures [Tim Janik]
2829 * Support for derivation from G_TYPE_POINTER [Owen Taylor]
2830 * Hide pointers to type information inside GType to reduce locking
2831   [Alex Larsson, Tim]
2832 * Adds check for direct inclusion of gobject/*.h [Owen]
2833 * GObject API cleanups [Tim]
2834
2835 Other contributors: Darin Adler, Jacob Berkman, Daniel Egger, Eric Lemings, 
2836   Michael Meeks, Mark McLoughlin, Arkadiusz Miskiewicz, Dan Winship
2837
2838
2839 Overview of Changes in GLib 1.3.10:
2840 ===================================
2841
2842 * Many Win32 fixes and improvements [Tor Lillqvist]
2843 * Documentation improvements [Matthias Clasen]
2844 * g_string_printfa() renamed to g_string_append_printf()
2845 * Use libcharset from libiconv to implement charset detection
2846   more portably. [Owen Taylor, Hidetoshi Tajima]
2847 * Add 64 bit type support to GObject [Joshua Pritikin, Mathieu Lacage, Owen]
2848 * Make support for 64 bit integers a requirement [Joshua]
2849 * GPattern improvements [Tim Janik, Matthias]
2850 * Locale independent g_ascii_strtod / g_ascii_dtostr [Alex Larsson]
2851 * Many bug fixes and minor tweaks.
2852
2853 Other Contributors: Darin Adler, Jakub Jelinek, James Antill, Andrew Taylor,
2854   Ben Gertzfield, Elliot Lee, Manish Singh, Abel Cheung, Laszlo Peter,
2855   Sven Neumann, George Lebl, Raja Harinath, Sebastian Wilhelmi,
2856   Jacob Berkman
2857
2858
2859 Overview of Changes in GLib 1.3.9:
2860 ==================================
2861
2862 * Fixes for comparison of threads [Sebastian Wilhelmi]
2863 * Use vasprintf() when possible for g_strdup_printf [Matthias Clasen]
2864 * Win32 fixes [Tor Lillqvist, Hans Breuer]
2865 * Add a len argument to g_ascii_strup/strdown
2866 * Bug, portability fixes, cleanups.
2867
2868 Other Contributors: Darin Adler, Katsuhiro Okuno, Joshua N. Pritikin
2869
2870
2871 Overview of Changes in GLib 1.3.8:
2872 ==================================
2873
2874 * Documentation updates [Owen]
2875 * Made GType interfaces overridable in derived types
2876 * Many win32 fixes [Tor Lillqvist]
2877 * Miscellaneous cleanups and fixes
2878
2879 Other contributors:
2880   Darin Adler, Matthias Clasen, Ron Steinke, Hans Breuer, Alex Larsson
2881
2882
2883 Overview of Changes in GLib 1.3.7:
2884 ==================================
2885
2886 * Integrate GClosure support into the main loop [Owen Taylor]
2887 * More GSignal convenience functions (macros) [Sven Neumann, Tim Janik]
2888 * Introduced weak references for GObject [James Henstridge, Sven, Tim] 
2889 * Minor hash table optimizations
2890 * Main loop and threading improvements [Sebastian Wilhelmi]
2891 * Added g_ascii_* functions to be used for locale insensitive UTF-8
2892   compliant code instead of old string functions  [Darin Adler, Alex Larsson]
2893 * Add functions for Unicode case-conversion, normalization, and 
2894   collation [Owen]* GString improvements [Owen]
2895 * Reworked the GIOChannel code [Hidetoshi Tajima, Ron Steinke]
2896 * Removed glib-config-2.0 in favour of pkgconfig [Sebastian]
2897 * Make code 64bit clean [Mark Murnane]
2898 * More G_CONST_RETURN fixes
2899 * Many improvements to the win32 code [Tor Lillqvist, Hans Breuer]
2900 * Miscellaneous bug and API fixes
2901
2902 Other contributors:
2903   Michael Natterer, Christopher James Lahey, Padraig O'Briain,
2904   Matthias Clasen, Josh Pritikin, Steve Baker, Cesar Rincon, Garry R. Osgood,
2905   Michael Meeks, Laszlo Peter,  Martin Baulig, Kjartan Maraas, Andrew Lanoix,
2906   Peter Williams
2907
2908
2909 Overview of Changes in GLib 1.3.6:
2910 ==================================
2911
2912 * Threads have a "return value" from g_thread_join
2913 * Removed ability to adjust thread stack size
2914 * Prefix warnings with progname/PID by default, change toggle for this to 
2915   be an env variable G_MESSAGES_PREFIXED not a compile-time option
2916 * GMarkup speedups
2917 * GDate const, convenience fixups
2918 * Include test cases that headers are compilable by C++ compiler
2919 * Add ability to spawn processes with argv[0] != executable path.
2920 * g_strstr_len, g_strrstr, g_strrstr_len
2921 * Add length argument to g_utf8_strchr and g_utf8_strrchr.
2922 * Misc bug fixes
2923
2924
2925 Overview of Changes in GLib 1.3.5:
2926 ==================================
2927
2928 * Added an installed glib-mkenums Perl program for parsing enumeration
2929   declarations from header files.
2930 * Mark some additional deprecated functions.
2931 * Bug and Portability fixes
2932
2933
2934 Overview of Changes in GLib 1.3.4:
2935 ==================================
2936
2937 * Efficiency improvements for GThreadPool
2938 * A few bug fixes
2939 * Build fixes
2940 * Documentation improvements
2941
2942
2943 Overview of Changes in GLib 1.3.3:
2944 ==================================
2945
2946 GLib:
2947
2948 * More user_data support in various functions.
2949 * Main loop API revamps to support per-thread main loops.
2950 * Unicode handling improvements.
2951 * Implemented debugging traps.
2952 * G_CONST_RETURN specification all over the place.
2953 * Various new small utility functions.
2954 * Random number generator precision improvements.
2955 * New configure option --disable-mem-pools.
2956 * Many Win32 improvements.
2957 * Added g_try_malloc() friends varinats.
2958 * Many documentation improvements.
2959 * Many threading improvements, support for dynamic allocation
2960   of static mutexes.
2961 * GHookLIst API cleanups.
2962 * Improved format support of GDate parser.
2963 * String function speed improvements with new g_stpcpy().
2964 * Hashtable API additions.
2965 * New GPatternSpec for shell-style pattern matching (from GtkPatternSpec).
2966 * Optimizations, cleanups, bug fixes.
2967
2968 GObject:
2969
2970 * Added many convenience functions.
2971 * GClosure and GParamSpec use float/sink ref-counting scheme now.
2972 * Reworked property change notification.
2973 * Binary searchable array cleanups, so it's widely usable now.
2974 * Added static content keeping for some GValue types.
2975 * Support for statically scoped signal parameters.
2976 * Extinguished property trailer args in set/get interface.
2977 * Added support for abstract types.
2978 * G_CONST_RETURN specification all over the place.
2979 * Split parameter exchange functionality into value transforms
2980   and parameter conversions.
2981 * Added signal emission hooks and signal accumulators.
2982 * Added interface prerequisites to support is_a (interface, object)
2983   relations.
2984 * Implemented GValueArray.
2985 * New types, boxed: G_TYPE_VALUE, G_TYPE_CLOSURE, G_TYPE_GSTRING
2986   GParamSpecs: G_TYPE_PARAM_PARAM, G_TYPE_PARAM_POINTER, G_TYPE_PARAM_CLOSURE,
2987   G_TYPE_VALUE_ARRAY, G_TYPE_PARAM_UNICHAR, G_TYPE_PARAM_VALUE_ARRAY.
2988 * Varrags value collection improvements.
2989 * Implemented debugging traps.
2990 * Made things thread-safe.
2991 * Many documentation improvements.
2992 * Many cleanups, optimizations and bug fixes.
2993
2994
2995 Overview of Changes in GLib 1.3.2:
2996 ==================================
2997
2998 GLib:
2999
3000 * Win32 build improvements  [Tor]
3001 * Improvements to error reporting  
3002   (g_critical(), g_return_if_reached()) [Darin]
3003 * Add g_strlcpy/g_strlcat  [David Wheeler]
3004 * New IO channel implementation for Win32  [Tor] 
3005 * Make g_array_free, g_string_free return pointer to memory requested
3006   not to be freed.  [Darin]
3007 * Added GError based error reporting for thread functions.  [Sebastian]
3008 * Moved reference docs into GLib distribution. [Owen]
3009 * Added g_convert() for doing convenient character set conversions based
3010   on iconv. (GLib now requires libiconv or a native iconv.) [Havoc/Owen]
3011 * Various Unicode handling additions (g_ucs4_to_utf8, g_utf8_validate(),
3012   g_{locale,filename}_{to,from}_utf8)  [Robert/Havoc/Owen]
3013 * Portability fixes for threading.  [Sebastian]
3014 * Added convenient functions for launching new processes (g_spawn_*),
3015   and shell quoting/unquoting functions.  [Havoc]
3016 * Split glib.h into many headers.  [Sebastian]
3017 * Added a simple callback-based parser for XML-like files (GMarkup).  [Havoc]
3018 * Fixed confusions between comparison functions that return <0, 0, >0
3019   and equaility functions that return FALSE,TRUE.  [Sebastian]
3020 * Added safe/portable temporary file manipulation functions.  [Tor]
3021 * autoconf improvements.  [Raja]
3022 * Many documentation improvements.
3023 * Bug fixes.
3024
3025 GObject:
3026
3027 * Added boxed and pointer types.  [Tim/Jonathan]
3028 * Added callback abstraction (GClosure)  [Tim]
3029 * Added signal system (GSignal)  [Tim]
3030 * Make GTypePlugin an interface  [Tim]
3031 * Added GTypeModule - a simple GTypePlugin instantiation  [Owen]
3032 * Bug fixes.
3033
3034
3035 What's new in GLib 1.3.1:
3036 =========================
3037
3038 * New GObject library added including object system based on
3039   the GTK+ object system. 
3040 * Functions for getting the properties of Unicode characters, 
3041   computing the canonical decomposition and ordering combining
3042   characters aand manipulating UTF-8 string manipulation based
3043   on libunicode.
3044 * GString now properly handles embedded nuls.
3045 * Multiple fixes from the 1.2.x branch.
3046 * Upgrade to libtool 1.3.3
3047 * Full thread support (thread creation and destruction).
3048 * BeOS port, BeOS dynamic modules.
3049 * Many improvements to the Windows ports.
3050 * Improvements to the OS/2 port, OS/2 module support.
3051 * Double ended queue implementation.
3052 * GLib macros for printf() formatting, e.g. G_GULONG_FORMAT = "lu"
3053 * New configure option --enable-msg-prefix to prefix messages, warnings
3054   et ceteri with the program name and the process id.
3055 * New thread-safe random number generator Mersenne Twister.
3056 * g_strcompress() added, g_strescape() had a slight API change, and
3057   more tightly defined semantics.
3058 * the g_string(x) macro has been removed, #x may be used instead.
3059                                 
3060 * bugs fixed: