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