1 Overview of Changes from GLib 2.25.15 to GLib 2.27.0
2 ====================================================
5 - massive restructuring to reduce #include abuse
6 - tweaks to silence some harmless compiler warnings
7 - rename gschema-compile.c to glib-compile-schemas.c
9 - fix building with zlib < 1.2.4 on win32
12 - better msgctxt for translating month and weekday names
13 - API is changed quite a lot, implementation is improved
14 - GTimeZone is now exposed
17 - make ordering for overridden interface properties consistent
18 - ->priv structures are limited to 64k but this was not documented,
19 and exceeding this limit produced bad results. Add docs and enforce
21 - add g_object_class_install_properties() to install multiple
23 - improve debugging output for GValue containing G_TYPE_STRV
26 - fix priority sorting of GIO extensions
27 - add GCredentials support on FreeBSD
28 - fix support for IPv6 addresses in URI parsing functions
29 - GSocketClient fixes for when g_socket_connect succeeds immediately
30 - clarify string encoding for GFile constructors in docs
31 - new functions g_data_input_stream_read_upto{,async,finish}
32 - tweak confusing documentation for g_output_stream_write()
35 - GDBusMessage can now be locked and copied (like in libdbus)
36 - GDBusConnection filter function API has changed again
37 - GDBusServer: ::new-connection now declares if the connection was claimed
38 - add a partial workaround for GObject bug 627724.
39 - very many memory leaks fixed
42 - check for size == 0 in g_variant_get_bytestring to avoid a crash
43 when attempting to get_bytestring() from an empty array
44 - improve gobject-introspection annotations
47 - add GSettings Windows registry backend
48 - some internal tweaks to the backend API
49 - remove g_settings_list_items
50 - add g_settings_list_children and _list_keys to replace it
51 - add schema compiler restrictions for dealing with lists
52 - don't automatically emit value changed signals on writability
56 - constify the 'parser' vtable param to g_markup_parse_context_push()
57 - plug many memory leaks in test cases
60 50076 Time API to go with date API
61 584284 g_data_input_stream_read_until_async different from sync version
62 624546 Modification of GDBusMessage in filter function
63 626919 Let g_object_class_install_property() return the installed GParamSpec*
64 628029 GDateTime missing get_week_of_year method
65 628253 Interface properties not listed in a consistent order
66 628331 Plug lots of mem leaks in gio test suite
67 628345 Plug a mem leak
68 628436 Plug a mem leak
69 628505 Fix building with zlib < 1.2.4 on win32
70 628839 [PATCH] datetime: Rename shadowing variables
71 628904 [PATCH] Add credential support for FreeBSD and fix a socket issue
72 628952 incorrect glib_major_version and other variables on cygwin.
73 629192 g_strdup_value_contents(): dump GStrv more usefully
74 629251 g_socket_client_async_connect_complete: assertion failed
75 629259 Failed to connect to "::1"
76 629328 g_markup_parse_context_push doesn't respect const structs
77 629429 month "May" short and full form same with "GDateTime" msgctxt
78 629689 GDBusConnection leaks its GCredentials
79 629698 Segfault in g_variant_get_bytestring()
105 Overview of Changes from GLib 2.25.14 to GLib 2.25.15
106 =====================================================
110 - The GZip(De}Compressor can now process header information
111 - Support for network proxies has been added, with the GProxy
112 interface and the gio-proxy-resolver extension point. GIO
113 includes SOCKSv4 and SOCKSv5 implementations, and libproxy
114 is also going to provide an implementation of this extension
116 - There are GAction and GActionGroup interfaces now, which will
117 be used in GApplication in the near future.
120 - There are now convenience macros for defining boxed and
125 - GDBusProxy for well-known names can now auto-restart
126 the service if the name owner disapperas
127 - Filter functions are now allowed to modify messages
130 - GDateTime is a replacement for GDate that supports time
131 and timezone information.
134 50076 Time API to go with date API
135 449565 Add G_DEFINE_BOXED_TYPE()
136 617691 Add GZIP header processing to GZlibCompressor/GZlibDecompressor
137 622184 add g_memory_output_stream_steal_data
138 624546 Modification of GDBusMessage in filter function
139 627088 Build failure in gdbus-peer.c on FreeBSD
141 627182 Plug a mem leak in the gdbus-connection test
142 627187 Plug some gdbus mem leaks
143 627188 gdbus-non-socket test occasionally fails
144 627252 G_OPTION_FLAG_NO_ARG is only for callback options
145 627392 gdbus commit 8a3a4596 breaks win32 compile
146 627407 FTBFS on !linux UNIX platforms
147 627604 String error: 'that' twice in a row
148 627969 ABR in g_file_open_tmp
149 628084 gdbus-peer fails with assertion
150 628193 Miscellaneous string fixes
151 628296 abort() in gsocketconnection.c
152 628309 Plug a mem leak in GConverterOutputStream
153 628317 GEmblemedIcon:equal implementation is buggy
154 628323 Fix invalid reads
155 628327 Plug a mem leak
156 628328 Plug a mem leak
157 628329 Don't leak the FD list
158 628324 Invalid reads in gdbus-export test
160 * Updated translations:
171 Overview of Changes from GLib 2.25.13 to GLib 2.25.14
172 =====================================================
175 - Make the closure variants of GDBus apis work
176 - Make error unregistration work
177 - Use async IO in the IO thread (626748)
180 - Make g_simple_async_result_is_valid work without source (626208)
181 - GSocketClient: add a timeout property
182 - Fix memory leaks in GSocketClient
183 - Handle async vs. sync correctly in GSocketConnection stream (616458)
184 - Declare stream base classes as abstract
185 - Clarify semantics of g_output_stream_write() (627071)
188 - Improve test coverage for GDBus, GRegex, GAsyncResult
189 - Drop dead code in pcre, xdgmime
190 - Fix a race condition in gtester (578295)
191 - Avoid an extra allocation in GAsyncQueue (626704)
192 - Add test case for non-socket GIOStream (626841)
193 - More explicit GVariant docs (622770)
194 - Imroved docs for GAsyncInitable and GSimpleAsyncResult (602417)
196 * Translation updates:
204 Overview of Changes from GLib 2.25.12 to GLib 2.25.13
205 =====================================================
207 +-------------------------------------------------------------------+
208 | WARNING: There have been no breaks in API or ABI. Weird, eh? |
209 +-------------------------------------------------------------------+
211 The primary purpose of this release is to fix a serious problem with
212 glib 2.25.12: glibconfig.h (as generated on a Fedora amd64 system) was
213 being distributed in the tarball. It was being used to build some parts
214 of glib on other systems (eg: 32bit ones). This was causing some very
217 There have been many other improvements, however:
220 - vastly improved test coverage
221 - old tests moved to the gtester framework
222 - gtester Makefile modified so that the tests only run once
223 - cleanup of how we handle includes while building glib
226 - add a g_return_if_fail (utf8) to g_variant_new_string()
229 - perform extra sanity checks when serialising messages
230 - add API to query and set the byteorder of a GDBusMessage
231 - improve debug output, add some extra options
232 - if exiting due to the bus disconnecting us, print an error message
234 - sort property names correctly
235 - don't bother sending RemoveMatch when we will close the connection
237 - use effective uid/gid for credential passing
240 - add G_SETTINGS_BIND_INVERT_BOOLEAN for inverting boolean bindings
241 without mapping functions
242 - mark all strings in the schema compiler for translation
245 - improve closure support for bindings
246 - copy GSettings INVERT_BOOLEAN flag
249 - fix another complicated GCancellable deadlock possibility
252 599590 glib build doesn't look for correct pkg-config
253 619026 avoid warning in gutils.h when using gcc with -Wconversion
254 624739 Please fix POTFILES.in
255 625472 Valgrind claims uninitialized bytes used
256 625500 g_date_set_time_val documentation doesn't mention local time
257 625628 GDBusProxy: wrong property name sorting
258 625753 Incorrect flags used in g_dbus_connection_call_sync()
259 625827 Expand documentation about error quark naming
260 625988 builddir != srcdir issues
261 626107 glibconfig.h is being disted
263 Updated translations:
271 Overview of Changes from GLib 2.25.11 to GLib 2.25.12
272 =====================================================
274 +-------------------------------------------------------------------+
275 | WARNING: There have been many API changes in GDBus -- sending |
276 | messages, subscribing to signals, closing connections and |
277 | registering subtrees are affected. The ABI for GSettingsBackend |
278 | has also been changed. For both reasons, a new dconf release is |
279 | required (and will be along soon). |
280 +-------------------------------------------------------------------+
283 - cleanup automake setup
284 - rename configure.in to configure.ac
285 - various docs fixups
286 - move glibconfig.h to glib/
287 - disable dtrace support on Mac OS (which has incompatible 'dtrace')
290 - add support for vendor override files (to change the default values
292 - change GSettingsBackend vtable
293 - add g_settings_reset()
294 - support binding to G_TYPE_STRV properties
297 - many bug fixes, including a serialisation fix
298 - stop handling incoming connections as soon as stop() is called
299 - proper support for file descriptor passing
300 - new flags parameter for sending messages
301 - new flags parameter for subscribing to signals
302 - always reset the message serial when sending a message unless
303 G_DBUS_SEND_MESSAGE_FLAGS_PRESERVE_SERIAL is given
304 - constness fixes for introspection structures
305 - clean ups to subtree registration API
308 - fix divide by zero bug in g_malloc_n functions
309 - GIO: don't blindly assume that SOCK_CLOEXEC is supported
310 - make GObject property notify freezes threadsafe
311 - GIO: clean up credentials passing
312 - GApplication: make default-quit not apply if register=FALSE
313 - GIO: add annotations for gobject-introspection
316 166020 use GAtomic for refcounting
317 617483 Credentials passing
318 622005 [GApplication] no way to modify the "default-quit" property
319 623293 vendor override files
320 623810 Message serialization bug
321 623815 Don't check sender for GDBusProxy objects where name is not set
322 624473 GDBusSubtreeIntrospectFunc return type
323 624483 GDBusSubtreeEnumerateFunc clarification
324 624484 GDBusSubtreeDispatchFunc clarification
325 624754 gdbusaddress.c missing sys/wait.h
326 624968 div by zero in g_malloc_n family
327 624991 GSettings mapping for G_TYPE_STRV
328 625383 Add missing GI annotations
330 Updated Translations:
340 Overview of Changes from GLib 2.25.10 to GLib 2.25.11
341 =====================================================
343 +-------------------------------------------------------------------+
344 | WARNING: There have been minor API changes in GDBus and GVariant. |
345 | These API changes will not affect many users, but they do require |
346 | a new version of GTK+ to be installed. |
347 +-------------------------------------------------------------------+
350 - add a --disable-Bsymbolic configure flag to disable linking with
352 - this release sees the complete removal of the old 'g*alias' hacks
353 - honour the NOCONFIGURE environment variable from autogen.sh
354 - use proper feature test macros for isnan
355 - use pkg-config to check for zlib
356 - add ACLOCAL_AMFLAGS to Makefile.am
359 - hide Class and instance structures for all GDBus types except
360 GDBusProxy. This breaks API by preventing subclassing, but probably
361 nobody was doing that.
362 - add new GDBusConnection call to support flushing all pending
364 - change the register_object API to add a reference to the
365 GDBusInterfaceInfo object so the caller need not keep it alive
367 - don't rewrite the serial number when sending messages that already
369 - better error checking for DBUS_SESSION_BUS_ADDRESS environment
371 - switch to g_parse_debug_string for G_DBUS_DEBUG and add a lot of new
373 - add support for temporarily freezing a freshly created
374 GDBusConnection. Do this until after the ::new-connection signal
375 has finished running on GDBus services.
376 - never require non-closed connections (the user is incapable of doing
377 this due to the obvious race)
378 - remove weird/misleading redundant check on NameOwnerChanged signal
379 - emit GDBusProxy::g-properties-changed on NameOwnerChanged
382 - the 'g_variant_{new,get}_byte_array' APIs have been removed
383 - g_variant_{new,get,dup}_bytestring has been added, with different
384 arguments and different behaviour
385 - g_variant_{new,get,dup}_bytestring_array has been added, doing
386 essentially the same thing as the 'strv' functions, but with byte
387 strings instead of utf8 strings
388 - G_VARIANT_TYPE_BYTESTRING ('ay'), BYTESTRING_ARRAY ('aay') and
389 STRING_ARRAY ('as') constants have been added
390 - the undocumented behaviour that g_variant_get_strv() deserialised
391 arrays of object paths or signature strings has been dropped
392 - additional varargs support for converting bytestrings or bytestring
393 arrays with ^ay ^aay ^&ay and ^a&ay
394 - improved gobject-introspection annotation
395 - fix a problem with GBuffer calling g_slice_free for the wrong type
396 - fix leaks in the type inferencing code of the parser
399 - improved documentation
400 - updated schema XML DTD, now xincluded into the docs
401 - added support for schemas that extend other schemas (using the
402 'extends=' attribute). Values of keys in the base schema can be
403 overridden using <override>.
404 - added theoretical support for lists (using the 'list-of=' attribute)
406 - add support for flags (implemented similarly to enums)
407 - add support for generating .enums.xml files to gsettings.m4:
408 gsettings_ENUM_NAMESPACE = org.example.myapp
409 gsettings_ENUM_FILES = ../path/to/*.h
410 will generate org.example.myapp.enums.xml with mappings for all
411 enums and flags in the specified .h files.
412 - warn with g_message() if the 'memory' backend is used by default
413 (ie: because no other GSettings backends are installed)
414 - fix get_property() for GSettings::schema
415 - command line tool: fix a bug that prevented non-basic values from
416 being set due to a premature free
417 - command line tool: bash completion support
418 - chain up in _finalize
419 - add a new g_settings_get_mapped API to read settings that require
421 - retry with the translated or schema default value if the
422 GSettingsBindGetMapping function fails
423 - schema compiler: never fail due to empty schema directories (but
425 - peek rather than ref/unref the GEnumClass in the mapping function
426 - schema compiler: compile *.enums.xml before *.gschemas.xml to ensure
427 that we have all the enums that the schemas may reference
428 - schema compiler: improve accuracy of line numbers in error reports
429 - fix crashes in the keyfile backend caused by invalid group names in
433 - always intern GBinding prop names
434 - base64: remove asserts preventing conversion of empty strings
435 - document NULL special-cases for GValueArray
436 - GNode docs improvements
437 - improve detection of 'system internal' mounts
438 - fix leaks in the inotify GFileMonitor implementation
439 - annotate all custom GIO GSources to improve debugging (e.g. using
443 - Turn on glibc malloc checking features for make check
444 - improvements for GSettings tests, plus new tests
445 - improved tests for GKeyfile
446 - new tests for GDir, GSList, GSList, GAppLaunchContext,
447 CharsetConverter, GIcon, ...
448 - move some tests to GTester (tree tests, uri tests)
449 - generally, really an awful lot of new tests
450 - don't try to allocate 2gigs of memory anymore for the array test
452 552363 g_value_array_{insert,prepend,append}'s special cases for NULL
453 561248 Improve return value description from g_node_prev/next_sibling()
454 570036 Add ACLOCAL_AMFLAGS to Makefile.am
455 576833 g_sprintf add a reference to g_strdup_printf
456 576854 g_strconcat() documentation should provide a hint about bad l10n
457 582227 reference: add other URI functions to 'URI Functions' section
458 599223 should provide g_spawn_* variants that take a GAppLaunchContext
459 610784 array test failing
460 613057 Leak in inotify GFileMonitor implementation
461 620536 Annotate all custom GIO GSource using g_source_set_name
462 620913 More control with G_DBUS_DEBUG
463 622124 implement flags
464 622127 GSettings extended key validation
465 622128 retry with default value for failed mapping
466 622294 More annotations for GVariant
467 622565 glib-compile-schemas fails when no schemas
468 622600 Fix missing prototype warning
469 622813 gsettings mapping & enum buglet
470 623142 Ensure ::new-connection runs before processing D-Bus messages
471 623143 Never require non-closed connections
472 623319 use g_parse_debug_string for dbus debug flags
473 623401 process enums first
474 623402 schema compiler reports wrong line numbers
475 623407 g_keyfile_settings_backend_new crashes with the key "/"
476 623473 zlib should be checked with pkg-config
477 623537 GDBusProxy has weird checking on NameOwnerChanged
478 623538 GDBusProxy::g-properties-changed emission for corner cases
479 623692 directory with file at multiple MLS levels may display empty
480 623720 gschema.dtd does not contain enum definitions
481 623770 quoting of expand_macro in gdesktopappinfo.c
482 623772 gdesktopappinfo.c, function child_setup
483 623780 g_unix_is_mount_path_system_internal
484 623954 g_settings_finalize
485 623955 Dubious return values
487 Updated translations:
493 Overview of Changes from GLib 2.25.9 to GLib 2.25.10
494 ====================================================
496 +----------------------------------------------------------------+
497 | WARNING: There have been API changes in GDBus. Users of these |
498 | APIs will need to be adapted. In particular, a new release of |
499 | dconf is required to go along with this one. There has also |
500 | been a change in the GSettings backend API used for keyfiles. |
501 +----------------------------------------------------------------+
504 - add direction parameter to filter functions (API change)
505 - allow calling other interfaces with a GDBusProxy
506 - padding added to class struct fields (ABI change)
507 - fixes for closures-based functions
510 - new is_floating() call
511 - add g_value_take_variant() call (required for marshallers)
514 - support for binding GParamSpecEnum properties
515 - ifelse-style condition support for GLIB_GSETTINGS m4 macro
516 - remove gsettings-schema-convert tool (now in GConf)
517 - allow introspection of all installed schemas
518 - allow introspection of the keys in a schema
519 - rewrite keyfile backend (API change)
522 - don't implicitly close GSocket until it is destroyed
526 - allow GChecksum to take (NULL, 0) for data/length
527 - GRelation and GCompletion are now deprecated
528 - introduce G_PARAM_DEPRECATED and G_ENABLE_DIAGNOSTIC
529 - add working directory to GApplication platform data
530 - lots of documentation cleanups
531 - PCRE updated to 8.02
534 - the IA__g_* style symbol aliasing has been disabled and replaced with
535 the -Bsymbolic-functions linker flag on platforms that support it.
536 Please be on the watch for portability issues and report them to us.
537 - many test cases have been moved to the GTester framework
538 - lcov support has been added for tests
542 501057 lcov coverage suite and GLib integration
543 551271 deprecate GRelation
544 601686 Implement diagnostic mode
545 603309 GSocketOutputStream broken on Windows (?)
546 616718 GLIB_GSETTINGS macro can't be used conditionally
547 616855 GSocketConnection: don't close the socket if it's still reffed
548 618866 g_ptr_array_remove_index_fast memory leak
549 619878 keyfile backend calls keys_changed with invalid argument
550 619879 keyfile backend doesn't make use of expected_type
551 621092 Add with_closures() variants for bindings
552 621172 Cross compiling fails
553 621838 Actually add cwd to platform data
554 621945 Filter outgoing messages in GDBusConnection
555 621947 add g_value_take_variant
556 622038 GSettings: "It is a programmer error" documentation is unclear
557 622154 [patch] update documentation for g_application_new
558 622281 binding: Add SYNC_CREATE to the flags
559 622480 Improve documentation for g_strcmp0()
560 622554 g_error called if schema not installed
561 622601 Return interned strings from g_settings_list_keys
563 * Translation updates:
566 Overview of Changes from GLib 2.25.8 to GLib 2.25.9
567 ===================================================
569 +----------------------------------------------------------------+
570 | WARNING: There have been API changes in GDBus, GSettings and |
571 | GApplication. Users of these APIs will need to be adapted. In |
572 | particular, a new release of GTK+ is required to go along with |
574 +----------------------------------------------------------------+
577 - Use Gio's default async implementation
578 - Fix proxy construction for objects with no properties
579 - Fix error handling in synchronous initialization
580 - Do not dispatch calls to unregistered objects
581 - Add _with_closures alternative functions
582 - Allow constructing GDBusProxy with well-known names
583 - Remove GType parameters from GDBusProxy constructors
584 - Nuke g_bus_watch_proxy API
585 - Add --xml to gdbus-tool to print raw introspected XML
588 - schema file format change: store (default, options) in gvdb
589 - Add g_settings_sync()
590 - Add support for enums and ranges
591 - 'context' support has been replaced by direct use of
595 - Switch to using variants for timestamps
599 - Introduce g_object_notify_by_pspec
601 - The GVariant gtype G_TYPE_VARIANT was changed from boxed
602 to fundamental. We believe there were no existing users
603 of the boxed type, so this should not cause any applications
607 - Add package and version to the test report XML
608 - Use optparse to parse gtester-report commandline
609 - Add subunit support to gtester-report
610 - Prevent division by zero if no tests
613 621782 Crash using gbinding
614 619945 GConverterOutputStream triggers assertion and corrupts data
615 621319 more leaked GVariants in GSettings
616 621168 GKeyFile memory leak on Windows platform
617 621002 Switch to using variants for timestamps, split out signals
618 620953 tiny docs addition
619 618904 Lies in gunixmounts documentation
620 621702 Correctly initialize GError
621 611778 minor cleanup of gtester-report
622 621213 GDBusProxy and well-known names
623 621034 Rewrite apps test to ensure children are killed
624 620954 gapplication gvariant simplifications
625 611869 add subunit out feature to gtester-report
626 621119 GDBusProxy and objects with no properties
627 620990 Use Gio's default async implementation again
628 620952 g_application_register_with_data is an ugly API
629 621252 GSettings leaks context
630 618715 fork() in GSettings test cases is problematic 618715
631 621905 Assume a ref when doing async work
632 621266 GSettings "context" clarification
634 * Translation updates:
638 Overview of Changes from GLib 2.25.7 to GLib 2.25.8
639 ===================================================
641 * Initial support for dtrace and systemtap profiling:
642 - mainloop sources can be named
643 - probes for memory allocation with g_malloc and gslice
644 - gquark name tracking
646 - object life-cyle (creation, finalization, ref, unref)
647 - signal creation and emission
650 - has been fixed to work with the FreeBSD malloc
651 - added introspection annotations
652 - new function: g_variant_builder_add_parsed
655 - g_settings_set/get_strv functions have lost their length parameter
656 - g_settings_set_strv accepts NULL
657 - added introspection annotiations
659 * GPermission: an abstract interface for representing permissions,
660 with a minimal implementation named GSimplePermission
662 * GApplication: a basic application support class, with a D-Bus based
666 619585 glib-compile-schemas asserts on FreeBSD
667 620384 Annotate GVariant and GSettings _strv() functions
668 606044 Add support for dtrace/systemtap static markers
669 620350 add g_variant_builder_add_parsed() API
670 620349 utf8ify GVariant printer
671 620767 Typo in GSettings documentation: "INTLTOOL_NOMERGE_RULE"
672 620312 Fix g_settings_[gs]et_strv() API
674 620582 GPermission needs a simple implementation
675 620496 GSettings schema compiler should reject invalid paths
676 620173 missing single header inclusion guards
677 620265 g_assertion_message_error should take const GError *
679 * Translation updates:
689 Overview of Changes from GLib 2.25.6 to GLib 2.25.7
690 ===================================================
692 * NOTE: API/ABI breaks since 2.25.6 release:
693 - g_dbus_connection_sync{,_sync} takes a new 'reply_type' argument
694 - GSettingsBackendClass 'list' virtual function changed
696 GSettings backends and things using GDBus may need to be rebuilt.
698 * GDBus: many build-related fixes
700 * GDBus (service): return a DBus error when receiving a method call for
701 an unknown interface.
703 * GSettings: fix 'make install' bug in gsettings.m4 for generated schema
706 * GSettings: avoid non-portable use of LC_MESSAGES
708 * better approach to handling man pages
712 619527 please improve docs on g_file_make_symlink
713 619391 send-with-reply should have expected result signature
714 618616 Use stack-allocated GVariantBuilders
715 617004 Build with "--disable-nls" fails under MinGW/Win32
716 619142 Build fixes (GDBus)
718 * Updated translations:
723 Overview of Changes from GLib 2.25.5 to GLib 2.25.6
724 ===================================================
726 * GDBus: introspection improvements
729 * GSettings: GSettingsBackend ABI changed **** NOTE ****
730 * GSettings: --uninstall option for schema compiler
731 * GSettings: new m4 macro with more power
732 * GSettings: thread support
734 * rework of file notification on Solaris
735 * fixes for gold linker
738 619038 increase gsettings.m4 power
739 619031 method-calls-in-thread test failing
740 618839 Typo at translation message
741 616864 GSETTINGS_CHECK_RULE doesn't work with multiple files
742 618730 gunixcredentialsmessage.c doesn't compile on GNU/kfreebsd
743 616314 Make GSettings (partially) threadsafe
745 * Updated Translations:
750 Overview of Changes from GLib 2.25.4 to GLib 2.25.5
751 ===================================================
753 * GDBus: Fix serialization of empty arrays
755 * GDBus: Plug various memory leaks
757 * GSettings: Fix problems with GSETTINGS_CHECK_RULE
760 616731 GSETTINGS_CHECK_RULE doesn't work in non-srcdir builds
761 616864 GSETTINGS_CHECK_RULE doesn't work with multiple files
762 618615 mem leaks in parse_value_from_blob
763 618622 Plug some mem leaks in gdbus
764 618650 Plug a mem leak in gdbusauth
765 618663 Plug mem leaks in gdbus tests & examples
767 * Updated translations:
771 Overview of Changes from GLib 2.25.3 to GLib 2.25.4
772 ===================================================
774 * GDBus D-Bus support has been merged. This provides an API
777 * GVariant no requires strings to be UTF-8. You can use byte
778 arrays for non-UTF-8 strings.
780 * GSettings allows to bind string properties to byte arrays
782 * The schema compiler supports range restrictions
785 618051 socket-server|client.c fail to compile under AIX...
786 616102 GSettings ignores <choice> and <range>
787 616720 Chunked quark allocation
788 616877 Several issues with g_socket_receive_message
789 616892 gio: Add a boxed type for GFileAttributeMatcher
790 616967 Add g_regex_get_compile_flags() and g_regex_get_match_flags()
791 617767 g_settings_[gs]et_strv() 'length' argument has missing docs...
792 617914 gtester-report: cope with binaries with no test cases
793 617937 output_stream_close vs output_stream_close_async semantics
794 615494 Connction timeouts produce partially invalid error messages
795 617823 glib-compile-schemas problems with an out of source build
796 617947 glib-mkenums: add @valuenum@ support
798 * Translation updates:
805 Overview of Changes from GLib 2.25.2 to GLib 2.25.3
806 ===================================================
808 * New macro: G_GNUC_DEPRECATED_FOR, a variant of G_GNUC_DEPRECATED
809 that lets you add replacement information (requires gcc 4.5)
811 * Rename AM_GSETTINGS autoconf macro to GLIB_GSETTINGS
813 * Rename gschema-compile utility to glib-compile-schemas
815 * Add support for timeouts in GSocket
818 589989 Compilation error on Solaris 9
819 616648 Change AM_GSETTINGS macro to GLIB_GSETTINGS
820 587898 I/O timeouts for GSocket
821 614541 Add G_TYPE_ERROR boxed type for GError
824 Overview of Changes from GLib 2.25.0 to GLib 2.25.2
825 ===================================================
827 * Include a 'gsettings' utility, for commandline access to GSettings
829 * Install a AM_GSETTINGS autoconf macro similar to AM_GCONF
831 * GSettings can bind the writability of a key explicitly
833 * There is now a predefined boxed type for GError
836 615379 g_new macros crash if sizeof(struct_type) == 0
837 616312 Add m4 rule equivalent to GCONF_SCHEMAS_INSTALL
838 616295 mapping bug for uint64
839 616216 glib compile from remote directory fails
840 615960 Fix size passed to connect() for abstract sockets
841 616432 Crash in gschema-compile
842 616331 gsettings-schema-convert uses imaginary types
843 616309 gsettings-schema-convert should output gettext-domain
844 616384 Add mention of GConfBridge in conversion docs
845 616311 gschema-compile outputs in current directory
846 616276 simplify gschema-compile test setup
847 616156 keys with unnecessary empty options arrays
848 616405 gsettings missing g_return_if_fail's
849 616245 Use G_DEFINE_INTERFACE macro
850 614541 Add G_TYPE_ERROR boxed type for GError
852 * Updated translations:
859 Overview of Changes from GLib 2.24.0 to GLib 2.25.0
860 ===================================================
862 * The GSettings framework has been merged. This provides the API to
863 replace GConf. DConf will provide a backend implementation for it.
864 GConf will also provide a backend implementation to ease the
865 transition. We provide utilities to assist with schema conversion
866 and data migration, as well as a porting guide.
868 * Translation updates:
878 Overview of Changes from GLib 2.23.6 to GLib 2.24.0
879 ===================================================
882 613601 buglet in dup_close_on_exec_fd
883 584284 g_data_input_stream_read_until_async behaves confusingly
884 613748 Write errors in middle of copy cause hang
885 613923 splice_stream_with_progress: wrong error handling
886 613667 Typo in GObject documentation
887 613618 gvariant format string docs unclear
889 * Translation updates:
895 Overview of Changes from GLib 2.23.5 to GLib 2.23.6
896 ===================================================
898 * Class private data:
899 - support for private data associated with a GTypeClass
901 * GVariant merge is now complete:
902 - loading functions and parser merged
904 * Windows improvements:
906 - various build improvements
907 - removal of GCC/C99isms in favour of portable code
908 - drop unmaintained Visual Studio 8 support
910 * Minor API addition:
911 - g_desktop_app_info_get_filename()
914 521707 Class private data
915 612502 build fails on glib/tests/gvariant.c
916 612832 [GDesktopAppInfo] New function g_desktop_app_info_get_filename
917 612702 [PATCH] Fix GSocket-related crash on Windows
918 612736 Improve the documentation about single include
919 610858 gvariant test fails sometimes
920 612327 uninitialized variable
926 * Updated translations:
936 Overview of Changes from GLib 2.23.4 to GLib 2.23.5
937 ===================================================
939 * New API addition: g_malloc_n() and friends used to implement an
940 overflow-safe family of g_new() macros.
943 - GVariantBuilder and GVariantIter are now merged.
944 - The variable arguments API is now merged.
945 - The parser will be in a future release.
948 - Remove GUtf8InputStream (which never appeared in a stable release)
949 for now since it doesn't satisfy the needs of its main intended use
950 case. We hope to reimplement this feature in a better form in a
954 609531 missing licence headers
955 612107 Missing G_FILE_ATTRIBUTE_TRASH_ORIG_PATH
956 611897 g_io_modules_scan_all_in_directory leaks
957 608196 Overflow-safe g_new family
958 611696 gio uses GetAddrInfo which requires special handing on windows 2k
959 605667 Don't use G_PARAM_SPEC_VALUE_TYPE when we know the pspec is valid
960 610860 test_g_file_open_readwrite fails if $HOME is unwritable
961 552912 glib-2.18 /live-g-file/test_copy_move failed when run as root
962 609813 Renaming a file discards file notes
964 * Updated translations:
986 Overview of Changes from GLib 2.23.3 to GLib 2.23.4
987 ===================================================
989 * GVariant: The core of GVariant has been merged now, with some
993 - There is a new interface GFileDescriptorBased for file descriptor
994 based IO. GLocalFile{Input,Output}Stream implement it
995 - Use splice(2) to transfer data between file descriptors without
997 - Add a way to request move events from file monitors
1000 609143 *result_uncertain is never assigned in g_content_type_guess
1001 604086 Use splice(2) when doing local file copies
1002 547890 No move events for GFileMonitorEvent?
1003 568760 nautilus freezes due to a bug in garray.c:322
1004 609962 Add info about the use of G_DEFINE_INTERFACE
1005 609564 g_base64_encode_close docs should mention outbuf size...
1006 610484 g_variant_equal bug
1007 610131 libasyncns does not compile on Solaris 8
1008 609530 missing single header include guards
1010 * Updated translations:
1022 Overview of Changes from GLib 2.23.2 to GLib 2.23.3
1023 ===================================================
1025 * GLib now has a facility for locks that consume only one bit of
1026 storage inside an integer: g_bit_lock()
1028 * GVariant: The serializer has been merged, with more API to follow
1031 548967 1 bit mutex lock
1032 604967 2.22.3 libasyncns build fails on HP-UX 11.11
1033 608602 G_VALUE_COLLECT_INIT variables shadow those in G_VALUE_COLLECT
1034 608743 Crash in g_hostname_to_ascii visiting certain website in epiphany
1035 599197 array ref and unref functions crash on NULL array.
1036 608159 mem leak in g_io_modules_scan_all_in_directory
1038 * Translation updates
1039 Brazilian Portuguese
1048 Overview of Changes from GLib 2.23.1 to GLib 2.23.2
1049 ===================================================
1051 * We are now using gcc builtins for atomic operations when available
1053 * g_assert() grew the ability to store assertions in core dumps
1055 * GIO supports lazy loading of GIO modules, and there is a new
1056 gio-querymodule utility that goes along with this.
1057 Packagers will need to adapt to this.
1059 * Threading changes:
1060 - The requirements for g_thread_init() have been relaxed slightly,
1061 it can be called multiple times, and does not have to be the first
1063 - GObject now links to GThread and threads are enabled automatically
1064 when g_type_init() is called.
1065 - Thread-safety issues with boxed types in GObject have been fixed.
1068 - Another bunch of performance work has landed
1071 - GVariantType has been merged, with the rest of the GVariant
1075 568760 nautilus freezes due to a bug in garray.c:322
1076 602417 Document lifecycles of GSimpleAsyncResult and friends
1077 604824 crash in Epiphany: Selecting my Slashdot bo...
1078 448888 don't init g_slice for always-malloc
1079 531902 Use GCC atomic buildins for g_atomic*
1080 554887 boxed type registration is not thread safe
1081 586150 unresolved symbols when building glib 2.21.2 on OS X Tiger
1082 589176 row gvalue transform array exponentially
1083 594872 Support storing assertion messages into core dump
1084 602240 Upgrade libasyncns to 0.8
1085 603590 Speed up G_VALUE_COLLECT
1086 604457 gutf8inputstream.c: increasing unknown size pointer
1087 605686 GCharsetConverter doesn't flush
1088 605733 g_memory_output_stream_new violates GObject standards
1089 605883 g_object_new() processes varargs even when there are none
1090 605977 invalid utf-8 conversion in g_local_file_get_parse_name(...
1091 606775 Enable threads by default in gobject
1093 * Translation updates:
1105 Overview of Changes from GLib 2.23.0 to GLib 2.23.1
1106 ===================================================
1108 * GObject performance work has landed:
1109 - Construction of simple objects is much faster
1110 - Interface lookup is lock-free and constant-time now
1111 - Reduced locking overhead when dealing with types
1113 * GType now has a G_DEFINE_INTERFACE convenience macro
1115 * GIO gained GUtf8InputStream, an input stream that
1116 performs utf-8 validation
1118 * GLib now has byte-swap macros for gsize and gssize
1121 557151 Determining the newly_constructed boolean in gobject.c...
1122 557100 Performance improvements for GObjectClasses that don't...
1123 501166 Warning message says IA__g_type_init instead of g_type_init
1124 585375 Performance and Contention problems with g_type_class_ref...
1125 587892 Race in GType when instantiating the same class for the...
1126 603270 Input Stream validating utf8
1127 603476 gioenums.h:62: error: comma at end of enumerator list
1128 603540 g_time_val_from_iso8601 uses uninitialised variable
1129 603982 Stack overflow when reading file async with filter
1130 604645 G_DEFINE_INTERFACE_* documentation is not generated
1131 604875 Use of sa_len conflicts with system header
1132 320482 provide G_DEFINE_TYPE like macros for interfaces
1134 * Updated translations:
1142 Overview of Changes from GLib 2.22.x to GLib 2.23.0
1143 ===================================================
1146 - GConverter: a generic interface for stateful conversions of data,
1147 suitable for charset conversion, compression, decompression, regexp
1148 replacement. Concrete implementations are GCharsetConverter,
1149 GZlibCompressor and GZlibDecompressor. GConverterInputStream,
1150 GConverterOutputStream are stream implementations that convert data
1151 while loading or saving it.
1152 - GMounts can now have a 'default location': a path that reflects
1153 the main entry point for the user (e.g. the home directory).
1154 - As a consequence of the compression support, GIO depends on zlib now.
1157 - G_IMPLEMENT_INTERFACE_DYNAMIC: a convenience macro for adding
1158 interfaces to dynamic types.
1161 - The -pthread flag has been added to all gmodule .pc files, because
1162 it is not generally permissible to load modules that are linked
1163 against libpthread if the program has not been compiled with threading
1167 601637 GUnixFDMessage should contain a GUnixFDList
1168 585566 GSocketListener API issues
1169 572252 Bug in g_file_test() function.
1170 600550 g_app_info_create_from_commandline doesn't treat arguments properly
1171 541236 not detecting exact content type
1172 350200 [PATCH] GTypeModule derived class unref does not unload plugin
1173 589631 Please enclose literal values with double quotes
1174 577711 cross compile check for g++ broken
1175 600620 Support X-GNOME-FullName in GAppInfo
1176 598899 GWin32DirectoryMonitor is broken
1177 593809 Nautilus does not restore the position of the icons on the desktop...
1178 563627 g_get_prgname() threadsafety
1179 600141 Add -pthread to gmodule pkg-config
1180 593856 file and directory monitors don't work when glib is compiled...
1181 324930 Nautilus should disallow copying of symlink to FAT drive early
1182 587300 Deadlock when calling g_cancellable_disconnect in a...
1183 595138 GFile not robust with invalid input
1184 591216 Warning building resolver.o
1185 590016 Does not compile under MinGW32 + Wine
1186 591214 Warnings building gcancellable.o
1187 561998 Have specific entry points (paths) for mounts...
1188 508157 Add G_IMPLEMENT_INTERFACE_DYNAMIC
1189 535159 g_file_has_parent
1191 * Updated translations:
1192 Brazilian Portuguese
1203 Overview of Changes from GLib 2.22.1 to GLib 2.22.2
1204 ===================================================
1207 - Support case-sensitive globs in the shared mime database,
1208 including support for the newer cache format that allows these.
1209 Case-sensitive globs have been introduced in shared-mime-info
1213 - Speed up creation of simple objects
1216 597194 Typo in _G_TYPE_CVH macro
1218 * Updated translations:
1222 Overview of Changes from GLib 2.22.0 to GLib 2.22.1
1223 ===================================================
1226 596064 Test file marked for translation
1227 595972 possibly invalid search in mime_info_cache_dir_add_...
1228 596561 C99 style of declaration of variable in gmessages.c
1229 596314 g_utf16_to_utf8 returns an invalid UTF8 string
1230 596748 g_async_result_get_source_object returns a new ref
1231 593809 Nautilus does not restore the position of the icons...
1232 593775 uses inotify_init1 unconditionally
1234 * Updated translations:
1239 Overview of Changes from GLib 2.21.6 to GLib 2.22.0
1240 ===================================================
1242 * Add gdb python macros to make gobject debugging more pleasant
1245 579050 Allow making selected critical and warning messages non-fatal
1246 594759 g_socket_send_message fails due to invalid sendmsg params
1247 593941 GNetworkAddress skipping addresses when enumerating
1248 594597 Fix build with srcdir != builddir
1249 595619 Include gdb pretty printers
1251 * Changes that might affect bindings:
1252 - The error parameter of g_simple_async_result_set_from_error has been
1255 * Updated translations:
1289 Overview of Changes from GLib 2.21.5 to GLib 2.21.6
1290 ===================================================
1292 * Minor API additions:
1293 g_mkstemp_full is a variant of g_mkstemp that allows to specify flags
1297 593232 g_rand_new: read no more than requested from /dev/urandom
1298 591995 use saved errno
1299 589491 g_time_val_from_iso8601 doesn't handle some cases
1300 593406 Permissions set to 777 after copying via Nautilus
1301 594034 Add g_mkstemp_full()
1303 * Updated translations:
1306 Brazilian Portuguese
1324 Overview of Changes from GLib 2.21.4 to GLib 2.21.5
1325 ===================================================
1327 * A performance problem with trashing of many files has been fixed
1329 * GResolver now invalidates the libc resolv.conf cache as needed
1331 * Minor api additions:
1332 - g_cancellable_make_pollfd returns a boolean now. And there is a
1333 new function g_cancellable_release_fd that can be used to released
1334 the resources used by a GCancellable.
1337 589988 Compilation error on Solaris 9 (missing stdint.h)
1338 588901 gtcpconnection.c won't compile
1339 584246 GResolver needs to call res_init() when network state changes
1340 591714 Figure out failure handling for g_cancellable_make_pollfd()
1341 591532 redundent '/' returned from g_file_resolve_relative_path
1342 591378 Use MSG_NOSIGNAL in GSocket if it's available
1343 589649 API documentation migration for Base64 Encoding
1344 591840 configure fails with autoconf 2.64
1346 * Updated translations:
1348 Brazilian Portuguese
1370 Overview of Changes from GLib 2.21.3 to GLib 2.21.4
1371 ===================================================
1373 * GTree is now refcounted
1376 587938 Undocumented limitation for g_str_equal
1377 587773 refcounts for GTree
1379 * Updated translations:
1389 Overview of Changes from GLib 2.21.2 to GLib 2.21.3
1390 ===================================================
1392 * GMappedFile is refcounted now
1394 * Mainloop: It is now possible to set per-thread default contexts,
1395 with g_main_context_push_thread_default.
1397 * glib-mkenums supports a @basename@ substitution, in addition
1401 - Vfs implementations can support storing of per-file metadata.
1402 - GCancellable can now be subclassed.
1403 - Unmount and eject methods now optionally allow interaction, via
1404 variants that take a GMountOperation object.
1407 556706 Inconsistent help arguments -h, -?
1408 579449 FileChoosers no longer work if an idle handler is active
1409 579933 mainloop FD_CLOEXEC has a race condition
1410 579984 alternate GMainContext support
1411 585937 gio/gsocket.c (glib 2.21.2) does not compile (Windows/mingw)
1412 586675 Runtime library location
1413 586797 Add GCancellables to GSocket ops
1414 586868 g_filename_complete_get_completions doesn't always return...
1415 587415 g_resolver_lookup_by_name_finish returns a freed list
1416 587434 regression tests fail, at least on x86_64
1417 586928 Avoid g++ warning in g_error()
1419 * Updated translations:
1424 Overview of Changes from GLib 2.21.1 to GLib 2.21.2
1425 ===================================================
1428 - g_socket_speaks_ipv4 is a new function to check if a socket can
1430 - g_socket_listener_add_address gained a new effective_address out
1432 - GIO now returns special icons for XDG user directories, by the
1433 name folder-music, folder-documents, etc.
1434 - GIO gained support for starting/stopping of drives, which can be used
1435 in connection with external hard disk enclosures, disk arrays, iSCSI
1436 devices, etc. See g_file_start/stop_mountable.
1439 - g_reload_user_special_dirs_cache is a new function to force GLib to
1440 reload the XDG user directory mapping from disk.
1443 584574 glib compile failure on Mac OS X with gunixresolver.c and...
1444 585566 GSocketListener API issues
1445 584255 Incorrect freeing of thread pool in GThreadedSocketService
1446 585088 g_string_chunk_insert_len stops at nul bytes
1447 585360 Monitor fontconfig configuration files using gio causes m...
1448 580103 Terminal starts on Display :0.0 when started on :0.1 in D...
1449 580301 network: a few issues on old darwin
1450 583398 SRV weight sorting is incorrect
1451 584176 build fixes on FreeBSD
1452 585189 g_cancellable_reset() must be called in same thread as g_...
1453 585280 compilation dies on gio/gsocket.c, needs sys/uio.h to con...
1454 585281 gio/gunixfdmessage.c needs sys/types.h for platforms that...
1455 585478 don't leak the inotify fd
1456 585575 g_socket_listener_add_inet_port() doesn't do the right thing
1457 585599 g_socket_listener_add_socket() consumes the socket
1458 585676 GEmblem doesn't reference its 'icon' if that is set as a ...
1459 585717 "bytes" nautilus translation to french is not shown in th...
1460 541276 XDG directories should have their own icons
1461 585726 Grammatical error in GList documentation
1462 585520 Wrong warning option in documentation
1463 585673 GNOME Goal: Remove deprecated glib symbols
1464 585591 Starting/stopping drives
1466 * Updated translations:
1471 Overview of Changes from GLib 2.21.0 to GLib 2.21.1
1472 ===================================================
1475 - Support for network IO has been added, including a low-level
1476 socket API and a high-level API for network connections and
1478 - Support for read-write access with GIOStream and its subclasses.
1479 - GMount gained a pre-unmount signal.
1482 576104Implement GMount::pre-unmount
1483 578769 implement GWinHttpFileInputStream::close_fn
1484 582856 gsocket.c doesn't compile on Solaris
1485 569375 g[u]intptr undocumented
1486 573246 [FIX] g_desktop_app_info_dup() can access NULL pointer
1487 575013 g_cancellable_push_current() does not allow NULL
1488 577884 live-g-file.c:461: error: format ‘%d’ expects type ...
1489 578499 g_output_stream_splice and stream closing with gnio strea...
1490 579558 Application employing gvfs crashes with only libgvfscommo...
1491 583001 SIGPIPE (grr!)
1492 583061 Please add convenience function to connect to machines by...
1493 583198 typo in error message
1494 583206 use g_set_error_literal where appropriate
1495 583229 void function g_async_initable_init_async returns value
1496 583324 locking problem in g_main_context_iterate()
1497 583408 void function g_socket_control_message_serialize returns ...
1498 578786 wrong and confusing error message
1499 583205 g_inet_address_to_bytes has no length outparam
1500 583196 mem leak in keyfile test
1501 583663 GSocketType enum ends with a comma
1502 569024 Make g_error_new_valist public
1503 569376 missing G_G[U]INTPTR_FORMAT
1504 580347 off-by-1 bug in GWinHttpFile
1506 * Updated translations:
1512 Overview of Changes from GLib 2.20.x to GLib 2.21.0
1513 ===================================================
1516 - New helper functions g_cancellable_connect/disconnect to avoid
1517 race conditions when connecting to the "cancelled" signal on
1519 - New types and methods for dealing with IPv4 and IPv6 addresses (and
1520 UNIX domain socket addresses under UNIX). This does not include code
1521 for actual socket I/O.
1522 - GResolver provides asynchronous and cancellable APIs for resolving
1523 hostnames, reverse lookup of IP addresses and resolving SRV records.
1525 * Glib now provides hash and comparison functions for int64 and double
1526 types, suitable for use with GHashTable.
1528 * GArray, GPtrArray and GByteArray can be ref counted now, and have
1532 572844 Helper for GCancellable::cancelled connect/disconnect
1533 578363 goption docs should be improved
1534 548466 async/cancellable DNS resolver
1535 579830 param spec strings should use P_()
1536 579862 requesting xattr::foo ends up calling getxattr(..., user...
1537 580453 Hash and equal functions for gint64 and gdouble
1538 580450 Reference counting and boxed types for arrays
1539 580194 gresolver doesn't build on Solaris
1540 580301 network: a few issues on old darwin
1541 580299 network: include sys/types.h before sys/socket.h to insur...
1542 572508 gmarkup speedup
1543 580546 g_strtoull() referenced in documentation...
1544 580656 g_key_file_set_string_list erroneously asserts list != NULL
1545 579272 leaks in g_simple_async_result_set_op_res_gpointer
1548 * Updated translations:
1554 Overview of Changes from GLib 2.20.0 to GLib 2.20.1
1555 ===================================================
1558 575555 Use fsync() when replacing files to avoid data loss on
1559 575708 runaway inotify madness
1560 575270 GVolumeMonitor::mount-pre-unmount not being emitted
1561 577128 glib make check Failed to execute child process...
1562 573673 Always show "backup" directories
1563 578369 g_time_val_from_iso8601() parses timezones incorrectly
1564 578002 Fix a small typo in GFile docs
1565 578017 G_DEFINE_TYPE_EXTENDED docs
1567 * Updated translations:
1572 Brazilian Portuguese
1598 Overview of Changes from GLib 2.19.9 to GLib 2.20.0
1599 ===================================================
1601 * Base64 support: Avoid integer overflows. CVE-2008-4316
1604 574019 GChecksum: document and guarantee hex characters in lower case
1605 573454 Unable copy/move files to directories symlinked to gvfs share
1606 561172 gnome-open fails on local URIs with anchors
1607 573970 crash in gunixvolumemonitor:update_mounts when unmounting
1608 573843 g_get_current_dir returns non-absolute path
1610 * Updated translations:
1626 Overview of Changes from GLib 2.19.8 to GLib 2.19.9
1627 ===================================================
1630 - Considerable speedup
1633 - Add G_FILE_CREATE_REPLACE_DESTINATION flag to allow replacing
1634 the destination of a copying operation as if it did not exit before.
1635 - Be more careful when classifying files as desktop files
1636 - Support desktop file key X-GIO-NoFuse which disables the use
1637 of fuse pathnames for %u and %U arguments
1640 572672 glib/gthread.c: argument is different type
1641 572464 Doc for g_file_get_contents
1642 572151 “it's” and “its” confused in docs and comments
1643 570501 g_win32_get_system_data_dirs uses invalid conversion...
1644 167569 g_string_append_printf crashes on win32 when used...
1645 572508 gmarkup speedup
1646 560564 Replacing a symlink with its linked file truncates...
1647 549298 impossible to copy files with p (pipe) flag
1648 543183 Clarify docs for g_file_has_prefix
1649 540461 g_memory_output_stream_get_data_size() doesn't behave...
1650 573462 GEmblemedIcon leak
1651 573421 Clarify message format in GMountOperation
1652 573658 Deadlock in giomodule.c
1653 556706 Inconsistent help arguments -h, -?
1654 573527 Wrong shell to run config.status in Makefile.in.in
1655 573128 A couple of typos in GObject documentation
1657 * Updated translations:
1659 British English (en_GB)
1669 Norwegian bokmål (nb)
1674 Traditional Chinese (zh_HK)
1675 Traditional Chinese (zh_TW)
1678 Overview of Changes from GLib 2.19.7 to GLib 2.19.8
1679 ===================================================
1681 * GIO: Fix missing exports of new API
1683 * Fix strict aliasing warnings and violations to make Glib work
1687 Overview of Changes from GLib 2.19.6 to GLib 2.19.7
1688 ===================================================
1691 - GFile gained an attribute for the actual file size in bytes
1692 - GMountOperation gained an "aborted' signal that allows to abort
1693 a mount operation from the backend side
1696 523742 Use noinst for non-installable libraries
1697 566747 URIs opened with firefox %u load as local files
1698 541225 Can't compile gio on AIX duplicate case value in gioerror.c
1699 571598 GAsyncResult with NULL gobject
1700 505042 add file attribute for actually used file size in bytes
1702 * Updates translations:
1707 Norwegian bokmål (nb)
1714 Overview of Changes from GLib 2.19.5 to GLib 2.19.6
1715 ===================================================
1717 * New format macro to print goffset data: G_OFFSET_FORMAT
1720 - Add a GFilter{Input,Output}Stream::close-base-stream properties which
1721 determine whether the base stream will be closed when the filter stream
1723 - g_data_input_stream_read_line and ..._read_until have asynchronous
1727 568294 A wrong reference in the description of g_bookmark_file_...
1728 563141 RFE: define G_OFFSET_FORMAT
1729 569105 g_time_val_to_iso8601() assumes time_t==long
1730 568394 dropping the last reference to a stream filter closes...
1731 568741 g_buffered_input_stream_fill_async doesn't work
1732 568723 g_buffered_input_stream_fill_async doesn't take count == -1
1733 568575 _async functions for GDataInputStream
1735 * Updated translations:
1741 Traditional Chinese (zh_HK)
1742 Traditional Chinese (zy_TW)
1745 Overview of Changes from GLib 2.19.4 to GLib 2.19.5
1746 ===================================================
1748 * Update included PCRE to 7.8
1750 * g_base64_decode_inplace: New function to do base64 decoding in place
1753 567138 get_package_directory_from_module() does not free ...
1754 566569 gregex docs clarification
1755 566573 g_match_info_fetch_pos docs
1756 564728 Add function to decode base64 encoded data in place
1757 567838 G_STRUCT_OFFSETOF fails to compile under icc 9.1
1758 567977 textdomain() macro should not return NULL ...
1759 512779 --disable-regex breaks compilation
1760 566770 error code 0 for Too many open files is useless
1761 565484 g_content_type_guess passes non-UTF8 text to XDG ...
1763 * Updated translations:
1770 Overview of Changes from GLib 2.19.3 to GLib 2.19.4
1771 ===================================================
1774 - Use O_NOATIME when sniffing mimetypes
1775 - Add a convenience method to check if a GSimpleAsyncResult
1779 560676 function access for g_threads_supported
1780 565905 There is no g_context_group_set_translation_domain
1781 564210 SUN Studio 12 has supported visibility attribute
1782 565136 GObject's "notify" signal parameters are wrong in gtk-doc
1783 565831 error in interface creation sample
1784 566348 g_file_open_tmp uses the wrong g_mkstemp on win32
1785 566064 Add NOATIME flag to query_info_flags
1786 566170 g_async_result_verify_source_object
1788 * Updated translations:
1790 Norwegian bokmål (nb)
1791 Brazilian Portugese (pt_BR)
1792 Simplified Chinese (zh_CN)
1795 Overview of Changes from GLib 2.19.1 to GLib 2.19.3
1796 ===================================================
1799 508021 Add support for the CRIS and CRISv32 architectures
1800 526320 should not list mounts that the user doesn't have permission to use
1801 558458 Cannot build gio tests on Solaris using SUN cc
1802 555465 GUnix{Input,Output}Stream lacks fd/close_fd_at_close property
1803 558298 Hide ecryptfs mounts
1804 515777 incorrect date&time on copy
1805 562452 Ensure we return G_IO_ERROR_CANCELLED if cancelling
1806 g_simple_async_result_run_in_thread
1807 473150 g_type_module_use inconsistently increases the use
1808 counter in case of error
1809 563150 G_GU?INT*_MODIFIER/FORMAT docs
1810 563156 Document printing and scanning gunichar values
1812 * Updated translations:
1817 Overview of Changes from GLib 2.19.0 to GLib 2.19.1
1818 ===================================================
1821 - g_icon_to_string, g_icon_new_for_string: GIcon serialization support
1822 - G_FILE_ATTRIBUTE_PREVIEW_ICON: new file attribute for preview images
1823 - g_app_info_get_commandline: new function to get the full commandline
1824 - g_mount_shadow, g_mount_unshadow, g_mount_is_shadowed: New functions
1825 to 'shadow' mounts (i.e. hide them from the UI when they already
1826 have a different representation, like a bookmark)
1829 556186 gpoll.h breaks gmain.h inclusion
1830 557087 mem leak in g_content_types_get_registered
1831 556921 gpoll.h breaks hal compilation
1832 557210 g_compute_checksum_for_* asserts with less than 2 bytes
1833 558381 Add support for compile time assertions
1834 558185 'parent' variable in g_local_file_get_child_for_display_name()
1835 hits g_object_unref(NULL) assertion
1836 558513 g_warn_if_fail FIXME in gtestutils
1837 558672 NULL key lookup using g_hash_table_lookup_extended()
1838 555740 gicon serialization
1839 557182 preview functionality
1840 528320 Incorrect icons displayed for files with custom mimetype icons
1841 556910 Memory leak: sub
1842 557592 Missing include in gwinhttpfile.c
1843 556415 Crash on Windows 2000 in g_winhttp_vfs_init()
1844 555935 Clarify the mechanism of overwriting properties
1845 552776 ac_cv_func_posix_getgrgid_r not mentioned
1846 559448 GObject Reference Manual (typo)
1847 561212 GFileReadMoreCallback API doc refers to non-existant function
1848 560569 gkeyfile doesn't use the set list_separator in some cases
1849 560568 gkeyfile docs buglet
1850 559413 g_option_group_set_error_hook docs buglet
1851 562378 callback return value not respected for callback option
1853 559110 Do not include libintl.h after glibintl.h
1854 557603 carbon check output misplaced
1855 562544 g_key_file_get_string and g_key_file_get_value
1856 documentation does not explain the difference
1857 547264 Missing "no flags" flag
1858 562638 GDebugKey key member should be const
1859 562639 g_parse_debug_flags() parsing "help"
1860 562549 g_byte_array_free should tell how free data
1861 559452 GObject Reference Manual (typo)
1862 559462 GObject Reference Manual (typo)
1863 559517 GObject Reference Manual (typo)
1864 562538 GObject interface tutorial shouldn't finalise with
1865 "Please forget everything"
1866 561352 Leak of icon description
1867 561375 Leaks mountpoint description
1868 561807 inotify_sub.c: dup_dirname() fails to remove trailing '/'
1869 562393 g_buffered_input_stream_read_byte broken if data available
1870 541715 win32 : patch for warnings and signature problems in recent code
1871 547481 g_data_input_stream_read_line behaves not as stated in the docs
1872 548163 Nautilus displays wrong error message for too long file names
1873 559633 gtk_image_new_from_gicon does not always work for .desktop files
1874 555486 – No way to recover command line from GAppInfo
1876 * Translation updates:
1881 Overview of Changes from GLib 2.18.1 to GLib 2.19.0
1882 ===================================================
1884 * Rewrite GHashTable to use open addressing with quadratic probing instead
1885 of chaining. This has the potential to reduce memory fragmentation
1886 significantly, while being slightly faster due to better locality and
1887 no need to call alloc/free functions for nodes. Benchmarks suggest it
1888 also uses less memory overall.
1890 * Make g_poll available as public api
1892 * New macros g_assert_error and g_assert_no_error to assert
1893 that a GError is set or unset
1895 * g_cancellable_make_pollfd: New method to make a GPollFD for a cancellable
1897 * g_app_info_can_delete, g_app_info_delete, g_app_info_reset_type_associations:
1898 New functions to clean up app infos and content types
1900 * When launching applications, always pass fuse file:// uris when possible,
1901 and let gio convert such uris back to gio uris.
1904 505361 gunixinputstream.c assumes poll() available
1905 509446 portable blocking gio cancellation
1906 553820 gpoll.c: undeclared identifier
1907 553724 python interpretter path not patched in correctly
1908 553857 gbacktrace.h requires signal.h
1909 553447 g_assert_no_error()
1910 554092 glib doesn't return G_FILE_ERROR_NOENT et al on OS X
1911 528670 Always pass file:/// uri's in GAppLaunchContext
1912 555224 Improve g_format_size_for_display doc
1913 555309 giochannel breaks on error
1914 554790 g_convert() misbehaves with winiconv versions
1915 555314 mem leak in gmarkup
1916 555313 GFileAttribute boxed type get_type function should...
1917 552861 glib-2.0.m4 calls system(3) without storing its result
1918 554557 Patch to fix gcc warnings about missing format specifiers
1919 552107 Small libtool fixes
1920 551355 Make glib build with libtool 2.2
1921 555311 format not a string literal and no format arguments
1922 556101 static mutex yields warnings with g++
1923 556186 gpoll.h breaks gmain.h inclusion
1924 526456 Open addressing in GHashTable
1925 553426 cancellable clarifications
1926 545350 GAppInfo deletion
1927 545351 Reset associations for content type
1928 552168 volume's mount not mounted after g_volume_mount_finish
1929 554970 segfault when update-desktop-database is not available...
1930 554745 GFileAttributeInfoList should be boxed
1931 555121 Improved build-time handling of gio module-dir
1932 555711 Wrong fallback order of mimetype icons
1933 555331 Deprecate adoption of mounts
1934 556335 make check fails in abicheck.sh
1935 556334 Warning when building without selinux support
1936 556422 g_file_enumerator_next_file: unclear...
1938 * Updated translations:
1942 Brazilian Portugese (pt_BR)
1947 Overview of Changes from GLib 2.18.0 to GLib 2.18.1
1948 ===================================================
1951 550433 g_test_init doesn't recognize --help
1952 523463 Core dump in gmain.c:2482:IA__g_main_context_check
1953 551228 G_STRFUNC on recent Sun compiler should be expanded...
1954 551410 gtestutils.c: using printf without prototype
1955 551731 g_date_set_time[_t] docs should mention what timezone
1956 548321 <string.h> is not included in gi18n-lib.h
1957 551149 xdgmime mem leak
1958 550647 synchronous pipe I/O when reading mount reply
1959 551887 Docs for g_desktop_app_info_new_from_filename aren't...
1960 551681 g_content_type_guess() too naive with filenames
1961 552352 g_app_info_launch doesn't work if "Path" key...
1962 551408 gmodule.def generated to builddir...
1963 552359 g_file_info_get_icon should return GThemedIcon, and...
1965 * Updated translations:
1967 Bengali India (bn_IN)
1968 British English (en_GB)
1977 Overview of Changes from GLib 2.17.7 to GLib 2.18.0
1978 ===================================================
1981 - rework the g_poll() implementation to match poll() semantics more closely
1984 324234 Using g_io_add_watch_full() to wait for connect() to return...
1985 548278 Async GETs connections are always terminated unexpectedly...
1986 500246 Bug fixes for giowin32
1987 523939 Example program for GValue
1988 550096 GBookmarkFile parser is not forward compatible
1989 550040 Move GString, rand and printf tests to the unit test framework
1990 550104 trivial documentation fix for g_get_home_dir
1991 548988 g_file_replace fails on Windows when the target file exists
1992 550059 Wrong docs for g_emblemed_icon_add_emblem
1993 548800 Missing a g_object_get_type function
1994 550056 Missing documentation for g_emblemed_icon_get_emblems
1996 * Updated translations:
2016 Overview of Changes from GLib 2.17.6 to GLib 2.17.7
2017 ===================================================
2019 * More fixes for 64-bit Windows
2022 - Add a vfs implementation for HTTP and HTTPS URIs on Windows
2025 546329 API docs for g_utf8_normalize() are incorrect
2026 546876 Modify GMarkup parser to accept  .. 
2027 547200 g_utf8_find_next_char() issues
2028 547637 unconditional #include of sys/statfs.h in configure
2029 547337 G_DISABLE_DEPRECATED breaks tests build
2030 547832 gtk+-2.12.11 fails to build - AC_PROG_MMAP too strict
2031 502498 Test framework assertion failures should follow gcc
2032 546371 Improve docs re g_file_monitor
2033 546483 GThemedIcon:use-default-fallbacks is not readable without...
2034 546132 GFileIcon is bindings-unfriendly
2035 542156 zfs mount in home directory shown on nautilus desktop
2036 535124 umask 002 not being applied for new directories...
2037 547080 g_file_copy leaks expected errors
2038 546582 Callbacks from GFileMonitor present a GFile...
2039 547262 Missing link in the docs
2041 * Updated translations:
2050 Norwegian bokmål (nb)
2052 Brazilian Portugese (pt_BR)
2057 Overview of Changes from GLib 2.17.4 to GLib 2.17.6
2058 ===================================================
2060 * Fix problems on 64-bit Windows
2062 * g_markup_context_get_user_data: New function to access
2063 the user_data outside of callbacks
2066 - g_mount_guess_content_type_sync: synchronous version of
2067 g_mount_guess_content_type
2068 - GEmblem: A GIcon implementation that adds emblem-related
2070 - GEmblemedIcon: A GIcon implementation that can add emblems
2074 544088 option_test_LDADD is left in tests/Makefile.am
2075 544465 gmarkup makes it hard to use pre-rolled parsers
2076 545485 Implicit declaration of utime()
2077 545798 "Since: 2.18" mark is missing in g_set_error_literal...
2078 544140 fam-helper 64-bit issue
2079 529694 SELinux context setting support
2080 545157 wrong/no list of "open with" applications for .cc...
2081 545203 gfile.c: argument is different type
2082 545457 gdmsetup crashed with SIGSEGV in g_unix_mount_guess...
2083 544177 Fix trivial cut and paste error in documentation
2084 545395 Language tweak for g_value_set_string* docs
2085 541036 Gnumeric crashes when trying to open Desktop...
2086 546079 leak in xdgmime
2087 545395 Language tweak for g_value_set_string* docs
2088 546017 Don't copy attributes when copying a symlink
2090 * Updated translations:
2097 Norwegian bokmål (nb)
2102 Overview of Changes from GLib 2.17.3 to GLib 2.17.4
2103 ===================================================
2106 - New API to handle content types: g_mount_guess_content_type,
2107 g_content_type_guess_for_tree.
2108 - Export the eject-button signal on the volume monitor class
2109 - New API to enable out-of-process volume monitors:
2110 g_volume_get_activation_root
2113 - New API to handle signals without slots in the class structure:
2114 g_signal_new_class_handler, g_signal_override_class_handler
2116 * Internationalization:
2117 - Add an NC_ macro that is a no-op equivalent of C_
2120 - Add two new functions g_markup_parse_context_push,
2121 g_markup_parse_context_pop to support "subparsers"
2124 541208 Functions to easily install and use signals without...
2125 541507 Ambiguous description of assigned characters in the...
2126 543040 async reading on dummy file will crash on GIO_USE_VFS=local
2127 543560 enable gio-FEN back-end warnings on Solaris will crash...
2128 528317 GRegex does not allow recursion limit
2129 337518 GMarkup: Subparser support
2130 541794 drive-eject-button signal
2131 541793 activation root for volumes
2132 467707 test_iconv_state() in tests/convert-test.c fails on AIX 5.3
2133 428048 2 of 51 tests fail on Solaris
2134 542332 small fix for error message in GMarkup
2135 482413 get_contents_stdio -- overflow and memory corruption
2136 406120 g_ascii_strtod
2137 334234 "printf" format error
2138 536996 Missing noop i18n macro equivalent to C_
2139 540616 mem leak in filechooser button
2140 539229 gobject-query calls itself query
2141 521589 [RFC] gobject documentation should mention Vala
2142 543168 Description of G_SLICE=debug-blocks discourages its use
2143 543220 Case collision on gio-extension-points.html
2144 530759 update the gobject tutorial to the XXI century
2145 535223 gbookmark file inefficiency ...
2146 543504 crash in Epiphany Web Browser: Opening local file
2148 * Updated translation:
2154 Traditional Chinese (zh_HK)
2155 Traditional Chinese (zh_TW)
2158 Overview of Changes from GLib 2.17.1 to GLib 2.17.3
2159 ===================================================
2162 - fix for CVE-2008-2371
2165 538119 glib's mainloop leaks a pipe to sub-processes
2166 537635 Corrections and improvements to g_time_val_{to,from}_iso8601
2167 539067 The document g_io_channel_win32_new_fd() says...
2168 535949 annotate g_strip_context and g_dpgettext with G_GNUC_FORMAT
2169 539123 annotate g_d[n]gettext with G_GNUC_FORMAT
2170 539074 Cannot get exit status with g_spawn_command_line_sync
2171 316221 G_LOCK warns about breaking strict-aliasing rules
2172 539770 migrate gstrfunc unit tests to gtest
2173 539626 Update docstrings for g_object_freeze_notify and g_object_thaw_notify
2174 538044 unconditional use of LC_MESSAGES
2175 540545 Monotonic time and timer offset
2176 535947 want g_set_error_literal
2177 539999 glibconfig.h: add GLIB_USING_SYSTEM_PRINTF
2178 536252 GFileEnumerator should allow access to the containing GFile
2179 538362 Get Win32 icons back in the file chooser
2180 540802 g_list_prepend doesn't concat lists
2181 540423 unrecoverable error after g_seekable_truncate
2182 538836 make check failure on PPC and ALPHA: pltcheck.sh on g_atomic_pointer_get
2183 539090 g_content_type_from_mime_type() should unalias
2184 540331 g_file_append_to () documentation: can return NULL
2185 534639 add g_desktop_app_info_new_from_keyfile
2186 536733 gio build failure on Irix
2187 536160 Add g_file_monitor()
2188 538127 FileChooser broken on win32
2189 531476 /live-g-file/test_traverse_structure test fails on Mac HFS+
2190 538564 gio should have gio-types.h
2191 540047 glib-genmarshal.c: '#include <io.h>' is too before
2193 Updated translations:
2198 Overview of Changes from GLib 2.17.0 to GLib 2.17.1
2199 ===================================================
2201 * New function: g_utime(), a gstdio wrapper for utime()
2203 * New functions: g_dgettext() and g_dngettext(), wrappers
2204 for corresponding gettext functions with added functionaliy
2206 * Support the latest version of the shared-mime spec, including
2207 icons for mime types
2209 * New function: g_themed_icon_prepend_name()
2212 535418 Please document which glib version defines goffset
2213 528715 Misprint in the description of the interface g_type_class_add_private
2214 528714 Misprint in the description of the interface g_param_spec_flags
2215 537260 Doc bug in G_TYPE_INSTANCE_GET_CLASS()
2216 530527 Misprint in the description of the interface
2217 g_cclosure_marshal_VOID__FLAGS
2218 530526 Misprint in the description of the fields 'class_init' and
2219 'class_finalize' of the structure GTypeInfo
2220 528719 Improvement to the documentation of the "g_object_connect" interface
2221 528172 gtk_signal_handlers_unblock_* functions return value
2222 amount of matched signals, not amount of actually unblocked
2223 528717 Misprint in the description of the parameter 'type_id' for
2224 the interface g_type_register_fundamental
2225 528716 Misprint in the description of the parameter 'iface_data' for
2226 the callback types GInterfaceInitFunc and GInterfaceFinalizeFunc
2227 537555 GObject instantiation not thread safe
2228 537546 'desktop' shortcut in file chooser looks like a generic folder
2229 537392 Additional colon in xattr name
2230 536641 Filesystem querying in gio does not list AFS and autofs file systems
2231 528600 g_dummy_file_get_parent("scheme://example.com/")
2232 503071 Application direction changes to right to left even if theres no
2234 502511 g_assert_cmphex prints invalid message
2235 338162 Use po/LINGUAS
2236 314453 Nautilus crashes in Solaris when browsing the attached file
2237 529321 make check fails in glib/pcre
2238 455215 g_get_user_special_dir: no reference about G_USER_DIRECTORY_DOWNLOAD
2239 fallback to $HOME/Desktop if xdg-user-dirs is not in use
2240 498732 g_key_file_to_data cannot fail
2241 511367 add g_file_make_directory_with_parents
2242 531900 Use __builtin_offsetof for G_STRUCT_OFFSET if building with
2244 536158 also bump GHashTable version when a node is removed via
2245 g_hash_table_iter_remove()/g_hash_table_iter_steal()
2246 531403 g_utf8_collate broken on Mac
2247 535628 test/patterntest.c still includes gpattern.h directly
2248 535625 alias.h:2648: error: 'utime' undeclared here (not in a function)
2250 * Translation updates:
2254 Norwegian bokmål (nb)
2258 Overview of Changes from GLib 2.16.x to GLib 2.17.0
2259 ===================================================
2261 * Update to Unicode 5.1
2263 * Update included libcharset to the one shipped with libiconv 0.12
2265 * Update included PCRE to 7.7
2267 * Enforce that only toplevel headers are directly included.
2268 This is turned on by default for GObject and GIO. To turn
2269 it on for GLib, define G_DISABLE_SINGLE_INCLUDES.
2271 * Fix library version of GIO. GLib 2.16 shipped with libgio-2.0.so.0.0.0
2273 * On Solaris, use FEN for file monitoring in GIO
2275 * Use the GIO_EXTRA_MODULES environment variable to find
2276 additional GIO modules
2278 * G_GNUC_ALLOC_SIZE: New macro that wraps the gcc alloc_size
2281 * g_checksum_reset: New function to reset the state of a GChecksum
2283 * g_unix_mount_monitor_set_rate_limit: New function to limit the
2284 rate at which events are reported
2286 * g_file_query_file_type: New utility function to query the type of
2289 * g_memory_output_stream_get_data_size: New function to obtain the
2290 size of the written data.
2293 522292 Gives warnings in glib/gutils.h with GCC in C99 mode
2294 523298 win_iconv can't convert from UTF-8 to GB18030 (or vice versa)
2295 518160 replace two g_strdup_printf calls in GBookmarkFile
2296 523877 gbookmarkfile: avoid using g_string_append_printf() and
2298 525192 100% CPU if run main loop with no IO sources
2299 315437 extern inline -> static inline
2300 524314 g_convert() on Win32 implicitly converts full width
2301 alphanumerics into half width
2302 525732 Error in documentation for g_list_first
2303 525674 A typo in gmarkup.c
2304 448943 g_timeout_add_seconds() problems
2305 525972 UCS-4 not in the new win_iconv implementation
2306 526619 make test-report crash
2307 491554 Update to Unicode 5.1.0
2308 519137 g_slice_dup macro needs cast for 64-bit platform
2309 528752 Win32 build and SSL not working
2310 530457 G_USER_DIRECTORY_DOWNLOAD folder improperly mapped
2311 528667 Typos in testing module documentation
2312 459905 Bug in wcwidth data
2313 534085 g_unichar_iswide_cjk() has a totally wrong table
2314 501651 Update glib/libcharset
2315 519026 G_STMT_START/G_STMT_END test a non-existent preprocessor symbol
2316 534319 GLib's .pc files could use Libs.private
2317 534137 Typo in g_spawn_async_with_pipes doc
2318 517419 gio win32 directory monitor
2319 526796 Wrong order of arguments in g_file_copy's fallback
2320 530196 _g_local_file_has_trash_dir() doesn't handle st_dev == 0
2321 532965 Should not return filesystem::free for certain file systems
2322 525553 fix typo and nitpicking in GArray documentation
2323 526572 Missing * in declaration of parent_class in Object
2324 Destruction section of GObject Reference Manual
2325 528648 Extra >s in Object Construction section
2326 535021 g_param_spec_internal documentation should
2327 describe purpose of nick and blurb
2328 521513 Firefox crash when using file picker
2329 528433 gdesktopappinfo snafu ...
2330 533369 API g_file_info_get_attribute_string () unables to get "...
2331 521045 glib f_fstypename miscellany
2332 521672 compile error
2333 521946 control rate limit on GUnixMountMonitor
2334 522335 Fails to build: glib/gtester.c:276: error: 'ARG_MAX' unde...
2335 523015 Implement sliding window based upload operation
2336 523019 Use new GCC 4 feature
2337 523338 list nfs4 as a nfs mount type
2338 524350 Make glib build without NLS again
2339 524579 g_file_copy reports wrong total on progress callback for ...
2340 524742 A typo in gtestutils.c.
2341 524950 Minor documentation typos.
2342 525866 the user directory should not be considered as a mount to...
2343 526320 should not list mounts that the user doesn't have permiss...
2344 527132 nautilus crash when making ftp connection
2345 532852 CRITICAL **: totem_pl_parser_parse_with_base: assertion `...
2346 534759 Build failure in gio
2347 534764 Typo in error produced by g_file_make_directory
2348 521851 Redudant tests in gunixmounts.c
2349 524344 glib/gthread.h still use G_GNUC_PRETTY_FUNCTION
2350 525060 glib fails to build with -DG_DISABLE_ASSERT in CPPFLAGS o...
2351 534177 Invalid description of the interface g_cclosure_marshal_S...
2352 520715 Add GFile method g_file_query_file_type
2353 523039 nautilus can't access to trash/computer/network if gvfs i...
2355 * Updated translations:
2361 Candian English (en_CA)
2362 British English (en_GB)
2371 Norwegian bokmål (nb)
2383 Overview of Changes from GLib 2.16.0 to GLib 2.16.1
2384 ===================================================
2386 * Fix a crash in g_themed_icon_new
2388 * Update the included PCRE to 7.6
2391 Overview of Changes from GLib 2.15.6 to GLib 2.16.0
2392 ===================================================
2394 * Fix the definition of G_INLINE_FUNC to work with gcc 4.3.0
2397 - Add missing GMountMountFlags argument to g_unix_volume_mount
2398 - Fix the adopt_orphan_mount vfunc to take a volume monitor
2400 - Add properties to GThemedIcon for bindings sake
2403 520484 gvfsd-trash crashed with SIGSEGV in g_path_is_absolute()
2404 510855 g_checksum_update(): Take -1 for length.
2405 517676 g_themed_icon_new*() do more than call g_object_new().
2406 518816 should handle rmdir returning EEXIST correctly
2407 519352 g_[s]list_delete_link() docs
2408 519489 Fixes for sparse warnings in gio
2409 520169 add monitor argument to vfunc for GVolumeMonitor
2410 520700 Add type check in g_file_query_exists
2411 521145 FILE_READ_ONLY_VOLUME not present on Mingw32
2412 518720 No MIME type for empty files
2413 521013 in documentation, goffset doesn't say "Since 2.x"
2414 521028 Missleading error messages from g_io_channel_set_encoding()
2415 517484 GMainLoop could set the thread "Alertable" for APCs to be...
2417 * Updated translations:
2419 Bengali India (bn_IN)
2431 Norwegian bokmål (nb)
2438 Overview of Changes from GLib 2.15.5 to GLib 2.15.6
2439 ===================================================
2442 - New file attributes: trash::item-count, filesystem::use-preview
2443 - Rename g_file_contains_file to g_file_has_prefix
2444 - g_file_query_filesystem_info grew async variants
2445 - g_themed_icon_append_name: new convenience function
2446 - g_content_type_get_icon is implemented now
2447 - Only show mounts in /media and ~
2448 - g_file_contains_file has been renamed to g_file_has_prefix
2451 - g_win32_get_package_installation_directory_of_module: new function
2452 which supersedes g_win32_get_package_installation_directory
2453 - Use alertable wait functions so that I/O completion routines or
2454 user-mode Asynchronous Procedure Calls can be run
2455 - Fix race conditions in g_spawn implementation on win32
2458 - g_uri_get_scheme has been renamed go g_uri_parse_scheme
2460 * Updated translations:
2462 Belarusian Latin (be@latin)
2464 British English (en_GB)
2470 Norwegian bokmål (nb)
2472 Brazilian Portugese (pt_BR)
2476 Overview of Changes from GLib 2.15.4 to GLib 2.15.5
2477 ===================================================
2479 * Update the included PCRE to 7.6
2482 - g_volume_should_automount: new function to determine if a volume
2483 should be mounted automatically
2484 - g_file_query_default_handler: new convenience function to get
2485 the default handler for a file
2486 - g_app_info_launch_default_for_uri new convenience function to
2487 launch the default handler for a URI
2488 - Use mimeapps.list and defaults.list as discussed on xdg list
2490 - g_app_info_get_default_for_uri_scheme has a real implementation
2491 now (gvfs provides a GConf-based implementation)
2492 - There is the beginning of a test suite
2493 - standard::description: new file attribute
2494 - GMountMountFlags flags argument added to mount calls
2497 - class initialization is now threadsafe
2499 * Updated translations:
2511 Brazilian Portugese (pt_BR)
2516 Overview of Changes from GLib 2.15.3 to GLib 2.15.4
2517 ===================================================
2519 * G_GNUC_PRETTY_FUNCTION has been deprecated
2522 - g_file_copy has an async variant now
2523 - Drives and volumes now have API to get identifiers
2524 like Hal UDIs or UUIDs.
2525 - There is now a registration API to let modules register
2526 extensions they provide, such as volume monitor implementations
2529 511807 g_time_val_to_iso8601() uses MT-unsafe gmtime() function
2530 316260 [patch] Doc patches for gnode (2.8.1)
2531 385132 solaris gettext support fix
2532 484261 ./configure check for system PCRE unicode support fails w...
2533 510292 GOption main help not shown
2534 511580 Implement g_file_copy_async
2535 511654 Compile errors due to C99 constructs
2536 487909 g_utf8_strreverse and combining marks
2537 512381 unused variable 'is_main_group'
2539 * Updated translations:
2552 Overview of Changes from GLib 2.15.2 to GLib 2.15.3
2553 ===================================================
2556 - g_checksum_update can accept nul-terminated strings
2557 - The MD5 implementation works correctly on buffers
2558 that are longer than 64 bytes
2561 - Don't include a copy of the inotify headers, rely on system headers
2562 - g_file_find_enclosing_mount has an async variant now
2563 - Reduntant seek API on file streams has been removed
2566 508602 gmemory{in|out}putstream.c: unknown pointer size
2567 508771 There is no g_file_test/exists() for GFile
2568 508773 g_uri_escape_string() documentation unclear.
2569 509465 AM_PATH_GLIB_2_0 doesn't support gio
2570 509626 async functions: Document allowed NULL callback?
2571 509990 GSeekable documentation unclear
2572 510448 No inotify support on ARM or SH5
2573 510855 g_checksum_update(): Take -1 for length.
2575 * Updated translations:
2582 Overview of Changes from GLib 2.15.1 to GLib 2.15.2
2583 ===================================================
2586 - Mount operation API change: unhandled methods get reported via
2587 the reply, rather than by the signal emission return value
2588 - File monitor API change: Add a GError argument to g_file_monitor_file
2589 - g_unix_mount_guess_should_display(): new function
2592 508224 [PATCH] FAM backend crashes due to double free
2593 508074 GAsyncResult documentation suggests g_freeing it.
2594 508108 GFile documentation slightly unclear.
2595 508309 rpc_pipefs mount points should be hidden
2596 508378 GFileInfo documentation implies that it changes attribute...
2597 508719 g_file_get_relative_path fails if parent is root
2598 508773 g_uri_escape_string() documentation unclear.
2600 * Updated translations:
2609 Overview of Changes from GLib 2.15.0 to GLib 2.15.1
2610 ===================================================
2612 * Portability fixes:
2613 - Assertion functions are marked as noreturn again
2614 - Handling of inline functions has been fixed to work with gcc 4.3
2615 - C99 comments have been removed from headers
2616 - The nonportable sed -i option is no longer used
2619 - Clarified the semantics of g_app_info_get_all()
2620 - API for memory input and output streams has been changed a bit
2621 - GDirectoryMonitor has been removed; GFileMonitor can monitor
2622 files and directories now
2625 504829 Invalid environment passed to g_spawn_async in g_desktop_...
2626 505258 crash in Users and Groups: Adding a user
2627 505815 g_content_types_get_registered should not g_free keys
2628 491218 g_timer_new() doesn't initialize timer->end
2629 315437 extern inline -> static inline
2630 476856 Inconsistency between standard and implementation of the ...
2631 480122 g_module_open fails to open modules with ".la" extension
2632 495589 gspawn.c failing to set FD_CLOEXEC
2633 500273 doesn't build with --disable-visibility
2634 504142 Do not show empty groups in --help output
2635 504879 giofam incorrectly linked
2636 505042 add file attribute for actually used file size in bytes
2637 505058 xattr namespace docs
2638 505674 Misprint in the definition of the macro G_CCLOSURE_SWAP_DATA
2639 505730 Fails to build on OSX 10.4: _NSGetEnviron not declared
2640 505887 older darwin lacks lchown
2641 506374 gmemoryinputstream api
2642 506461 Conversion of g_assert_not_reached() and friends into fun...
2643 503051 Small bug in glib interface
2644 506395 Updates to GIO documentation
2645 507628 Missing .pc entry for gio linking against glib
2646 505195 [patch] typo in g_try_new0 docs
2647 507822 g{file,directory}monitor changes signal problem
2648 506377 gmemoryoutputstream write implementation
2649 507835 bug in gunixinputstream
2651 * Updated translations:
2653 Belarusian Latin (be@latin)
2662 Overview of Changes from GLib 2.14.x to GLib 2.15.0
2663 ===================================================
2667 * GIO: a VFS API, designed to replace GnomeVFS. The GIO implementation
2668 in GLib has support for local filesystems. The new, separate gvfs
2669 module contains various backend implementations (cifs, ftp, sftp,
2672 * GChecksum: provides various hash algorithms, such as MD5, SHA-1
2675 * GTest: a test framework
2680 - GHash has iterators, as an alternative to g_hash_table_foreach
2683 - g_markup_parse_context_get_element_stack: New function to
2684 get the stack of open elements
2685 - G_MARKUP_PREFIX_ERROR_POSITION: New flag to improve error
2687 - g_markup_collect_attributes: Convenience function for handling
2691 - Functions that take a GError now return a boolean to indicate
2692 success, instead of void
2693 - Various performance improvements
2696 - g_async_queue_new_full: new function that allows to specify
2697 a free function for leftover elements
2700 - g_prefix_error and g_propagate_prefixed_error: New functions
2701 to ease error propagation
2703 * Internationalization:
2704 - C_: A new 2-argument variant of the Q_() macro
2705 - Use native character set conversion API on Windows
2707 * GLib builds with automake 1.10
2710 455725 specific combination of g_utf8_strlen and g_pattern_match...
2711 467537 g_convert_with_iconv() not resetting iconv() state correc...
2712 497033 Commandline option parser should warn about missing optio...
2713 504527 gchecksum: Conditional jump or move depends on uninitiali...
2714 445362 Non-numeric local labels in gatomic.c are causing linker ...
2715 482313 gregex: no way to tell why compilation failed
2716 317775 main loops continues to run after g_main_loop_quit() has ...
2717 418778 Insufficient pkg-config version requirement
2718 436293 g_option_context_new() doc should mention that the string...
2719 466557 glib-mkenums shifts ARGV[0] to undefined
2720 468882 GKeyFile doesn't accept "True" as a true boolean value
2721 469551 application --help messages are garbaged on none UTF-8 lo...
2722 479724 Memory leak upon calling "g_main_loop_run" in the seconda...
2723 490061 outptrs uninitialized after g_parse_long_long
2724 490637 gobject documentation patch
2725 495294 glib-genmarshal prints warnings but returns 0
2726 496046 option to prefix location of errors for GMarkup
2727 498113 tests/regex-test fails on 64bit environment
2728 500506 Fails to build on OSX 10.4
2729 500638 gkeyfile speedup ...
2730 500875 Make check fails as there is no "test" target for "build"...
2731 502511 g_assert_cmphex prints invalid message
2732 502927 g_array_index triggers cast aligment warning
2733 503029 g_time_val_from_iso8601 parse non-ISO8601 dates
2734 503222 Need context to translate
2735 503420 gkeyfile leaks a hash table
2736 503470 Fix build when builddir != srcdir
2737 504227 Inverse variant for g_test_trap_assert_stdout, g_test_tra...
2738 71704 file include order
2739 491957 Misprint in the specification of the interface "g_main_co...
2740 491959 Misprint in description of the structure "GThreadPool"
2741 491965 Mistype in the specification of the function "g_hook_list...
2742 491966 Misprint in the specification of the interface "g_main_co...
2743 491968 The documentation does not mention the restriction for th...
2744 491970 The documentation for the interface "g_date_clamp" is inc...
2745 491974 The documentation of the interface "g_main_context_iterat...
2746 491975 The documentation for the interfaces "g_io_channel_read_u...
2747 491979 Misprint in the description of the interfaces g_key_file_...
2748 491982 Misprint in the description of the interface "g_key_file_...
2749 501107 EXTRA_DIST automake warnings
2750 501997 g_utf8_normalize() returns NULL on invalid string
2751 502590 C_/g_dpgettext efficiency
2752 464259 g_set_application_name() docs should say "Since 2.2"
2753 496518 gbase64.c API doc clarification
2754 498728 g_key_file_get_*_list should set length to 0 when returni...
2755 500361 Improve docs for g_array_free() and g_ptr_array_free()
2756 501853 g_checksum_get_digest docs
2757 503862 Allow NULL strings in g_parse_debug_string()
2759 367550 Add g_async_queue_new_full() with GDestroyNotify function
2760 375651 Minor enhancements to GKeyFile API
2761 443648 MD5 digest support
2762 449937 Upgrade auto* sources to be clean under automake1.9
2763 452887 gmarkup context "get element" function is useless when ca...
2764 491549 [PATCH] Eliminate libiconv dependency on Windows
2765 500507 GHashTableIter API
2767 * Translation updates
2768 Belarusian Latin (be@latin)
2776 Norwegian bokmål (nb)
2777 Brazilian Portugese (pt_BR)
2782 Overview of Changes from GLib 2.14.2 to GLib 2.14.3
2783 ===================================================
2785 * Update PCRE to 7.4
2788 487491 Fix some warnings from sparse
2789 488068 Small (one-time) memory leak in glib_gettext initialization
2790 493688 TYPE macro "_get_type ()" is documented wrong
2792 * Updated translations:
2794 Belarusian Latin (be@latin)
2800 Overview of Changes from GLib 2.14.1 to GLib 2.14.2
2801 ===================================================
2804 476849 Invocation of the interface "g_hook_free" fails in certai...
2805 359165 marshallers can throw warnings with -Wunused
2806 477957 more discussion on g_value_set_object vs. g_value_take_ob...
2807 478459 G_DEFINE_DYNAMIC_TYPE_EXTENDED doesn't work with G_IMPLEM...
2808 483337 inline is disabled for MSVC when compiling C code
2809 478349 Broken link to gettext website
2810 469231 g_spawn optimization for setting all open fds to CLOEXEC
2812 * Updated translations:
2819 Overview of Changes from GLib 2.14.0 to GLib 2.14.1
2820 ===================================================
2823 476840 Invocation of the interface "g_utf8_strreverse" crashes f...
2824 444765 Fix FIXME in gregex.c when new pcre is out
2825 464145 g_markup_escape_text Produces Invalid XML
2826 465625 g_type_default_interface_ref() does not ensure working g_...
2827 466768 Clearify that comments can be put anywhere in a Key-file.
2828 474229 The GError documentation should give convention for the G...
2829 474899 G_BREAKPOINT() docs inaccurate
2830 475854 Overuse of -lpcre when using system pcre
2831 473879 Incorrect includes in gregex.c
2832 468694 Typoes in documentation
2833 469051 g_snprintf () talks about characters where it probably me...
2834 457601 Missing arch specific atomic implementation
2835 475923 Missing pcre flags when static-linking against glib
2836 475619 glibthread-2.0.la does not list -lpthread
2838 * Updated translations:
2843 Canadian English (en_CA)
2844 British English (en_GB)
2860 Brazilian Portugese (pt_BR)
2864 Serbian (sr, sr@Latn)
2872 Overview of Changes from GLib 2.13.7 to GLib 2.14.0
2873 ===================================================
2875 * Last-minute API additions:
2876 - Make g_unichar_combining_class public
2877 - Add goffset type, add G_MAXSSIZE and G_MINSSIZE
2879 * Update PCRE to 7.2
2882 453998 Make _g_unichar_combining_class() public
2883 462549 gregex.c: variable is declared at middle of block
2884 417068 g_file_test doc inconsistency
2886 * Updated translations:
2893 Brazilian Portugese (pt_BR)
2897 Overview of Changes from GLib 2.13.6 to GLib 2.13.7
2898 ===================================================
2900 * The memory corruption warning from the slice allocator that
2901 occurred when threads were initialized after the slice allocator
2902 has been removed, as the slice allocator now works fine
2905 * New functions g_once_init_enter() and g_once_init_leave() make
2906 it easier to write threadsafe one-time initialization functions
2909 454473 Simple XML Subset Parser terminates on invalid XML
2910 445813 g_module_open error, add file name
2911 453796 errno gets clobbered by g_filename_display_name
2912 341988 don't use "-c" with msgfmt in Makefile.in.in
2913 447048 Please produce slightly more output during long tests
2914 454785 GModule documentation lists same block of code twice.
2915 454786 GModule documentation lists same paragraph twice.
2916 383155 small docs quirks in gobject/closure API documentation
2917 65041 _get_type() functions aren't thread safe
2919 * Updated translations
2928 Overview of Changes from GLib 2.13.5 to GLib 2.13.6
2929 ===================================================
2931 * Reintroduce a GType typedef whose removal in 2.13.5
2932 caused trouble for C++ bindings
2935 450216 docs not explicit enough about g_free()
2936 451459 g_type_register_static_simple calls g_type_register_static
2938 * Updated translations
2939 Norwegian bokmål (nb)
2943 Overview of Changes from GLib 2.13.4 to GLib 2.13.5
2944 ===================================================
2946 * xdg-user-dirs support:
2947 - the Desktop directory is guaranteed to be defined
2948 - user-dirs.dirs is no longer reloaded on changes
2951 - new api to duplicate slices
2953 * Regular expression support:
2954 - GRegex is a boxed type now
2957 44793 make check failing in trunk
2958 354522 Small problem with PLT hiding 6 symbols
2959 363986 glib 2.12.4 does not compile with SGI IDO cc
2960 443869 g_type_class_add_private doesn't warn when adding 0-sized...
2961 446859 Legitimately return 0 for g_quark_from_string(NULL)
2962 447534 Small typo in g_timeout_add_seconds() doc
2963 447583 GStaticRWLock
2964 447935 g_get_current_dir SIGSEGV on long path
2965 448260 CLAMP has surprising result if low > high
2966 57693 g_string_vprintf()
2967 442029 add g_slice_dup()
2968 445065 Add GRegex boxed type
2969 448819 Add full version of g_timeout_add_seconds()
2971 * Updated translations:
2979 Overview of Changes from GLib 2.13.3 to GLib 2.13.4
2980 ===================================================
2983 444121 g_get_user_special_dir deadlocks
2984 444161 invalid UTF8 in key name shows up as valgrind error in g_...
2985 444130 g_option_context_get_help() is broken when there's a desc...
2988 Overview of Changes from GLib 2.13.2 to GLib 2.13.3
2989 ===================================================
2992 - Added defines for easier handling of desktop files
2995 - Update g_unichar_iswide_cjk for Unicode 5.0
2997 * Regular expression support:
2998 - GRegex structs can now be ref-counted
2999 - Some new functions for dealing with incremental
3000 replacement have been added
3001 - The GRegexEvalCallback signature has been changed
3003 * g_get_user_special_dir() has been added to support
3007 419376 Functions using named subpatterns behave inconsistently w...
3008 434358 g_regex_fetch_named() and g_regex_fetch_named_pos() are b...
3009 423708 typo in the README.win32 file see patch below
3010 339225 Add new defines for easier handling of .desktop files
3011 442265 API additions/changes for GRegex
3012 432651 Add a glib-ish xdg_user_dir_lookup
3014 * Updated translations:
3016 Norwegian bokmål (nb)
3019 Overview of Changes from GLib 2.13.1 to GLib 2.13.2
3020 ===================================================
3023 - Add g_unichar_ismark()
3026 - Allow to use callbacks for remaining args
3028 * Updated translations:
3029 Belarusian Latin (be@latin)
3030 British English (en_GB)
3032 Norwegian bokmål (nb)
3038 Overview of Changes from GLib 2.13.0 to GLib 2.13.1
3039 ===================================================
3043 - Split into immutable GRegex and GMatchInfo
3044 - Add g_regex_get_max_backref() and g_regex_get_capture_count()
3045 to obtain information about the compiled regex
3048 - Fix roundtrip problems
3049 - Add g_key_file_load_from_dirs()
3052 - Fix corner cases in case conversion routines
3055 - Add a function to get the formatted help string
3058 - Add new functions g_hash_table_get_keys() and
3059 g_hash_table_get_values() to retrieve the keys and
3062 * Updated transations:
3063 Simplified Chinese (zh_CN)
3067 Overview of Changes from GLib 2.12 to GLib 2.13.0
3068 =================================================
3070 * Add GSequence, a list that is implemented using
3071 a balanced binary tree.
3073 * Add GRegex, an implementation of Perl regular expressions,
3076 * Use Posix monotonic clocks instead of gettimeofday()
3077 for GTimer when available.
3079 * Support static initialization of GQeues with G_QUEUE_INIT,
3080 g_queue_init() and g_queue_clear().
3082 * Add g_string_chunk_clear() for clearing a
3085 * Add g_unichar_get_script() to obtain Unicode
3088 * Add g_unichar_iszerowidth() to obtain information
3089 about zero-width characters.
3091 * Add G_GNUC_MAY_ALIAS which wraps the gcc may_alias
3094 * G_GNUC_INTERNAL has a working definition for the
3095 Sun Studio compiler. This requires the macro to
3096 be positioned before the function declaration.
3098 * The slice allocator can produce detailed debugging
3099 information with G_SLICE=debug-blocks.
3101 * Modules support G_DEBUG flags resident-modules and
3104 * Add G_DEFINE_DYNAMIC_TYPE() to make it easier
3105 to define types in modules.
3107 * Bug fixes: too many to list them in detail here.
3109 * New and updated translations (be,bg,bn,ca,cs,de,
3110 en_CA,en_GB,et,fa,fr,he,hu,it,ja,ku,lt,mg,mk,ml,
3111 nb,ne,nn,pt,pt_BR,ro,sr,sr@Latn,sv,ta,uk,vi,zh_CN,
3115 Overview of Changes from GLib 2.12.1 to GLib 2.12.2
3116 ===================================================
3119 - Normalization is following Unicode TR #29
3120 - g_unichar_isxdigit() only accept characters
3121 for which g_unichar_xdigit_value() returns a value
3122 - g_unichar_toupper and g_unichar_tolower leave
3123 unconvertable characters in place instead of
3124 replacing them by NUL
3127 348491 g_utf8_strup() and g_utf8_strdown() returns
3128 string with NUL bytes
3129 349825 GKeyFile always inserts a newline before a group
3130 347842 g_unichar_isxdigit() is too general about what
3131 it considers a digit
3132 348694 g_utf8_normalize() hasn't been updated to PR #29
3133 348785 Hint about G_DEBUG in Message Logging docs
3134 349792 Wrong english string (UI)
3135 349952 gparamspecs.c uses gcc feature
3137 * Translation updates (ca,cs,de,dz,es,eu,fi,gu,ko,
3138 nl,pl,tr,uk,zh_HK,zh_TW)
3141 Overview of Changes from GLib 2.12.0 to GLib 2.12.1
3142 ===================================================
3144 * Update to final Unicode Character Database 5.0.0
3147 346660 issues with base64 api documentation / g_base64_decode_cl...
3148 348136 Coverity reports allocation of wrong size CID #2839
3149 336281 Update to UCD 5.0
3150 346197 g_date_strftime %F option doesnt work for win32
3151 348011 Small optimization to real_toupper()
3152 246494 prototype mismatch in glib/gconvert.c
3154 * New and updated translations (bg,bn_IN,ca,dz,eu,fi,
3155 fr,he,it,ja,mk,or,pt)
3158 Overview of Changes from GLib 2.11.4 to GLib 2.12
3159 =================================================
3162 344905 leap-year bug in g_time_val_from_iso8601 w/o HAVE_TIMEGM
3164 * Updated translations (cy,nb,nl)
3167 Overview of Changes from GLib 2.11.3 to GLib 2.11.4
3168 ===================================================
3171 - g_bookmark_file_remove_item returns a boolean
3173 * g_mkstemp accepts the XXXXXX in the middle of
3177 344868 g_key_file_to_data should separate groups
3179 * Updated translations (de,es,fr,gu,hi,ko,th)
3182 Overview of Changes from GLib 2.11.2 to GLib 2.11.3
3183 ===================================================
3186 - g_bookmark_file_move_item: Return TRUE in case of
3190 343919 gunicollate.c: strxfrm bug on VC8
3192 * Updated translations (fi)
3194 Overview of Changes from GLib 2.11.1 to GLib 2.11.2
3195 ===================================================
3197 * Add g_ascii_stroll to parse signed 64bit integers
3199 * GMarkup: add a flag to treat CDATA as text
3201 * GHashTable: add functions to remove all entries
3203 * GMainLoop: add functions to find the currently
3204 running source, and determine if it is destroyed
3207 342563 g_atomic_thread_init() needs to be called before
3208 other _g_*_thread_init() functions
3209 343548 Potential use after free in callers of g_string_free()
3210 168538 Wish: Clearing contents of GHashTables
3211 321886 GTK+ cannot be reliably used in multi-threaded
3213 341826 goption.c: 'strtoll' is C99's function
3214 343899 g_ascii_formatd dosn't work as expected for all
3216 317793 Make GEnumValue strings const
3217 337129 Compile warnings in G_IMPLEMENT_INTERFACE
3218 303622 What is G_TYPE_CHAR?
3220 * Updated translations (bg,dz,eu,gl,ja,ko,nl,th,vi)
3223 Overview of Changes from GLib 2.11.0 to GLib 2.11.1
3224 ===================================================
3227 - Support 64-bit integers
3228 - Allow optional text before and after the options
3232 340538 gbase64-test writes OOB
3233 340816 GKeyFile set_string_list invalid memory reads
3234 339105 g_key_file_parse_value_as_double
3235 340434 convert-test.c fails (function test_one_half)
3236 311043 Memory leaks (and potential infinite loops)
3237 when using G_ERRORCHECK_MUTEXES
3238 335198 Error checking mutexes are fubar
3239 341237 Add a G_OPTION_ARG_INT64
3240 341192 g_io_channel_set_flags not implemented on win32
3241 336120 Allow adding description before/after GOption
3243 341191 misplaced check in g_relation_delete
3244 340530 mismatched calloc / g_free in win32 threads
3246 * Updated translation (es)
3248 Overview of Changes from GLib 2.10.x to GLib 2.11.0
3249 ===================================================
3251 * GBookmarkFile: a parser for files containing bookmarks
3252 stored using the Desktop Bookmark specification.
3254 * Base64 encoding support
3256 * Unicode 5.0 support
3258 * GOption supports floating point numbers
3260 * GKeyFile supports floating point numbers
3263 155884 gatomic.c should be based on new SDK
3264 157877 update-desktop-database doesn't handle duplicate entries
3265 164719 keyfile parser doesn't support floats
3266 327662 Import BookmarkFile from libegg
3267 329548 Add G_OPTION_ARG_DOUBLE
3268 329789 option-test.c type confusion
3269 332841 Segmentation Fault when %llu is passed to vasnprintf and
3270 HAVE_SNPRINTF is not defined
3271 333879 gthread/gthread-win32.c: IsDebuggerPresent needs '#define
3272 _WIN32_WINDOWS 0x0401'
3273 333916 g_timer_elapsed docs should mention that microseconds
3275 334440 dlerror() portability issue causes crash on (old) a.out
3277 334646 goption + error out params
3278 334799 g_remove() must check return value of remove()
3279 334943 make check FAIL: threadpool-test
3280 335215 Some breakages with GThreadPool
3281 336085 g_option_context_new parameter lacks better explanation
3282 336677 Documentation for g_object_ref_sink() is incorrect
3283 337027 gbookmarkfile.c: sys/time.h include error
3284 337553 Wrong escaping of URIs
3285 338572 Dereferencing NULL value in g_key_file_get_group_comment
3286 338845 g_completion_complete_utf8 crashes when NULL is passed to it
3287 339337 g_bookmark_file_set_description
3288 339338 gbookmarkfile.c, function expand_exec_line
3289 339340 gbookmarkfile.c, function bookmark_app_info_dump
3291 * Translation updates (bg,en_GB,et,gl,gu,he,hi,ka,nb,nl,nn,
3292 or,pt_BR,ro,tr,vi,zh_CN)
3295 Overview of Changes from GLib 2.10.0 to GLib 2.10.1
3296 ===================================================
3299 314794 Broken pthread detection on Darwin [Gregor Riepl]
3300 322476 Missing check for .dylib [Vladimir Panov]
3301 333651 Inconsistent _g_charset_get_aliases prototype [Julio
3303 333761 GInitiallyUnowned breaks application code [Sven Herzberg]
3306 - Fix g_listenv() implementation.
3307 - Allow up to 100 GPrivate structs
3309 * Translation updates (fr,hu,lt,pl,sv)
3312 Overview of Changes from GLib 2.9.6 to GLib 2.10.0
3313 ==================================================
3316 328997 64bit pointer trunction in glib slab-allocator
3318 331110 g_cond_broadcast(inform_cond) without holding
3319 inform_mutex [Chris Wilson, Sebastian Wilhelmi]
3320 332093 Fix some leaks in the tests [Kjartan Maraas]
3321 332435 g_utf8_strlen returns wrong value if a maximum
3322 number of bytes to check is specified
3324 331367 gslice requires more POSIX-like semantics for
3325 GPrivate destructors [Tor Lillqvist]
3327 * Documentation improvements [Matthias, Kang Jeong-Hee,
3328 Tor Lillqvist, Stefan Kost]
3330 * Translation updates (el,eu,ka,uk)
3332 Overview of Changes from GLib 2.9.5 to GLib 2.9.6
3333 =================================================
3336 329124 distclean removes README [Kjartan Maraas, Tim Janik]
3337 317679 GRelation field type not documented [Behdad Esfahbod]
3338 329123 Typo in GTime docs [Kjartan Maraas]
3340 * Documentation improvements [Sven Herzberg, David
3341 Schleef, Kjartan Maraas, Behdad Esfahbod]
3343 * Translation updates (cs,cy,it,ko,pt,sq,sr,sr@Latn,ru
3345 Overview of Changes from GLib 2.9.4 to GLib 2.9.5
3346 =================================================
3348 * Memory management:
3349 Runtime debugging support: The slice allocator
3350 can be turned off by setting G_SLICE=always-malloc
3351 in the environment. Zeroing of freed memory can
3352 now be turned on at runtime by setting
3353 G_DEBUG=gc-friendly in the environment. [Tim Janik]
3356 328253 HP-UX/IA-64 uses ".so" as default shared library
3357 extension [Albert Chin]
3358 143380 unicode-encoding test fails converting to UTF-16
3359 with libiconv [Marc Moorcroft]
3360 328254 Build breakage (GSlice) [Jens Ganseuer]
3361 328705 C99ism in glib/gmem.c [Kazuki Iwamoto]
3363 * Translation updates (da,et,zh_CN)
3365 Overview of Changes from GLib 2.9.3 to GLib 2.9.4
3366 =================================================
3369 Fix a problem with g_object_compat_control() which
3370 can lead to segfaults in GTK+ applications on 64bit
3374 Unused threads now fall back to the global pool after
3375 500 milliseconds, where they wait for another
3376 max-idle-time milliseconds. [Sebastian Wilhelmi]
3378 * Fix a memory allocation problem in GKeyFile. [Morten
3382 Overview of Changes from GLib 2.9.2 to GLib 2.9.3
3383 =================================================
3386 - Replace the simple recursive implementation by
3387 a nonrecursive, threaded one [Maurizio Monge]
3389 * Change g_filename_display_name and
3390 g_filename_display_basename to use the Unicode
3391 replacement character U+FFFD instead of a question
3392 mark, and don't append "(invalid encoding)" [Matthias]
3394 * Documentation improvements [Sven Herzberg, Federico
3395 Mena Quintero, Stefan Kost]
3398 323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X
3400 326558 Some test failures on IRIX 6.5 [Daichi Kawahata]
3401 169285 "threaded" tree implementation for GTree
3403 326747 g_filename_display_basename adds (invalid encoding)
3406 Other contributors: Christian Kellner, Murray Cumming
3408 New and updated translations (bg,ca,de,es,et,gu,ja,nl,th,vi)
3411 Overview of Changes from GLib 2.9.1 to GLib 2.9.2
3412 =================================================
3414 * Memory management:
3415 - Add tests for cache colorization [Tim Janik]
3416 - Minimize space consumption if small amounts of differently
3417 sized slices are allocated, at a small performance cost. [Tim]
3420 - Add g_atomic_pointer_set() and g_atomic_int_set() [Tim Janik,
3422 - Add g_thread_pool_set_sort_function() to allow sorting the
3423 tasks of a threadpool. [Martyn Russell]
3424 - Add g_thread_pool_set_idle_time() to allow unused threads
3425 to exit after a certain time. [Martyn]
3428 - introduce a new type GInitiallyUnowned, which has an initial
3429 floating reference. [Tim]
3430 - Add support for GType parameters. [Matthias]
3433 - Add g_main_context_is_owner() to determine if the current
3434 thread is the owner of the context. [Michael Meeks]
3436 * Provide g_access(), g_chdir(), g_unlink(), g_rmdir() as
3437 wrapper functions instead of macros. [Manish Singh]
3439 * Documentation improvements [Tim, Matthias, Federico Mena Quintero,
3440 Stefan Kasal, Dan Williams]
3442 * New and updated translations (en_CA,fi,fr,gl,ml,nb,no,zh_HK,zh_TW)
3445 324179 g_allocator_new() returns pointer to const dummy which Gtk+ 2.8
3446 tries to modify [J. Ali Harlow]
3447 324332 g_option_context_parse() returns false without setting error
3448 [Tim-Philipp Müller]
3449 324950 GLIB 2.9.1 testcase errors [Dan Yefimov]
3450 325015 gslice.c: process.h is needed on Windows [Kazuki Iwamoto]
3451 321978 G_DATALIST_GET_FLAGS() macro is not casting datalist to
3452 gpointer [Andrew Paprocki]
3453 316221 G_LOCK warns about breaking strict-aliasing [Michal Benes,
3455 325273 Error in documentation for glib_check_version () [Declan Naughton]
3456 325310 g_spawn_sync hangs when catching both stdout and
3457 stderr [Tor Lillqvist]
3458 325249 gcc warning when using g_rmdir from <glib/gstdio.h> [Jani Monoses]
3459 325864 glib/gthreadpool.c:"#define debug(...)" is C99 [Kazuki Iwamoto]
3460 325874 Should say somewhere that source IDs are > 0 [Dan Williams]
3461 325438 a typo (compatability) [Stefan Kasal]
3462 323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X [Bogdan Nicula]
3465 Overview of Changes from GLib 2.9.0 to GLib 2.9.1
3466 =================================================
3469 - The slice allocator is implemented [Tim Janik]
3470 - g_slice_free_chain() has been renamed to
3471 g_slice_free_chain_with_offset() [Tim, Behdad Esfahbod]
3472 - Mem chunks are deprecated [Matthias Clasen]
3475 - Hash tables are refcounted, and have a boxed type [Tim]
3478 - Support for Solaris threads has been removed
3479 [Sebastian Wilhelmi, Andrew Paprocki]
3480 - g_async_queue_sort(), g_async_queue_push_sorted() have
3481 been added to allow GAsyncQueue to be used as a priority
3482 queue, together with the corresponding _unlocked
3483 variants [Martyn Russell]
3486 - The concept of a floating initial reference has been
3487 moved from GtkObject to GObject [Tim]
3490 - Make g_rename() replace existing files [Tor Lillqvist]
3493 - G_GUINT64_CONSTANT macro to define guint64
3494 constants [Andrew Paprocki]
3495 - G_GNUC_WARN_UNUSED_RESULT macro to instruct the
3496 compiler to emit a warning if the value returned
3497 by a function is ignored. [Arjan van de Ven, Alex Larsson]
3498 - GList and GSList now have sort functions which take an
3499 extra user data argument [Martyn Russell]
3500 - g_param_spec_ref_sink() has been added for consistency [Tim]
3502 * $LOGNAME is respected when determining user data. [Laszlo Peter]
3504 * Other changes and bug fixes [Tim, Matthias, Behdad,
3505 Christian Persch, Benedikt Meurer, Andrew Paprocki,
3506 Kazuki Iwamoto, Alexis S. L. Carvalho, Stanislav Brabec,
3507 Andreas Schwab, Kalle Vahlman]
3510 - Deprecation warnings carry version information [Matthias]
3511 - The slice allocator has been documented [Matthias, Tim]
3512 - Other improvements [Morten Welinder]
3514 Overview of Changes from GLib 2.8.x to GLib 2.9.0
3515 =================================================
3517 - The Unicode tables have been updated to Unicode 4.1,
3518 adding several new values to the GUnicodeBreakType
3519 enumeration. This breaks Pango <= 1.10
3521 - The various Unicode character predicate functions
3522 (g_unichar_isalpha, g_unichar_isdigit,...) have
3525 - g_utf8_pointer_to_offset, g_utf8_offset_to_pointer:
3526 These functions handle negative offsets now, and
3527 going backwards in g_utf8_offset_to_pointer uses
3529 [Larry Ewing, Matthias Clasen]
3531 * Memory management:
3532 - Mem chunks are no longer used internally in GLib and
3533 GObject. GMemChunk will be deprecated in GLib 2.10
3534 - All APIs based on GAllocator (g_list_push/pop_allocator,
3535 and similar push/pop_allocator functions for other
3536 data structures) have been deprecated, since they
3537 never worked as intended.
3538 - The g_slice_* functions have been added as a
3539 new API for fast allocation of small memory blocks.
3540 The implementation in GLib 2.9.0 is just a simple
3541 wrapper around malloc. GLib 2.10 will have an
3542 efficient and scalable implementation.
3543 [Tim Janik, Matthias]
3546 - g_pattern_match has been optimized to avoid
3547 unnecessary recursion.
3550 * g_intern_string, g_intern_static_string:
3551 - New functions to intern strings. These are now used
3552 by GObject to avoid duplicating static strings
3556 - New function to iterate over all GThreads
3559 * g_date_set_time_t, g_date_set_time_val:
3560 - New functions to set a GDate from a time_t or
3561 GTimeVal value. g_date_set_time has been deprecated
3565 * g_snprintf and g_vsnprintf:
3566 - These functions are no longer declared in gprintf.h,
3567 since they are in glib.h
3570 Overview of Changes from GLib 2.8.0 to GLib 2.8.1
3571 =================================================
3572 * Optimize single-character insertions in GString [Ross Burton]
3573 * Fix build problems on OS X
3574 * Fix build problems on Win32 [Tor Lillqvist, Hans Breuer]
3575 * Other bug fixes [Matthew F. Barnes, Stepan Kasal]
3576 * Documentation improvements [Tristan van Berkom, Behnam
3577 Esfahbod, Gustavo Carneiro, Stepan Kasal, Matthias]
3578 * New and updated translations (ca,cy,ko,ro,uk)
3580 Overview of Changes from GLib 2.7.7 to GLib 2.8.0
3581 =================================================
3582 * Make g_value_transform() handle enum values
3583 correctly on ppc64. [Michael Lorenz]
3584 (Third-party code accessing enumeration values
3585 in GValues should also be changed to access
3586 v_long, not v_int, in order to work on bigendian
3588 * Make g_flags_get_first_value() handle a value
3589 of 0 meaningfully. [Tim-Philipp Müller]
3591 Overview of Changes from GLib 2.7.6 to GLib 2.7.7
3592 =================================================
3593 * Make atomic operations on s390 work [Matthias]
3594 * Fix C++ guards in gstdio.h [Tor Lillqvist]
3596 Overview of Changes from GLib 2.7.5 to GLib 2.7.6
3597 =================================================
3598 * Add native implementations of atomic operations
3600 * Make atomic reference counting of closures
3601 work on s390 [Matthias]
3602 * Avoid an infinite loop in g_convert_with_iconv().
3604 * Documentation improvements [Ross Burton]
3606 Overview of Changes from GLib 2.7.4 to GLib 2.7.5
3607 =================================================
3608 * Thread-related changes
3609 - Fix build issues on HP-UX [Paul Cornett]
3610 - Threadsafe access to flags stored in datasets [Tim Janik]
3611 - Fix several issues with atomic refcounting for
3612 closures, objects and paramspecs [Tim]
3613 - Improve tests for atomic refcounting changes [Tim]
3614 * Fix handling of stateful encodings in g_convert_* [Matthias]
3615 * Fix translation of GOption help output [Dan Winship]
3616 * Catch format errors in translations. This may cause
3617 "make check" to fail when using older versions
3618 of gettext [Matthias]
3619 * Win32 bug fixes [Tor Lillqvist]
3620 * Documentation improvements [Ross Burton, Jochen Baier,
3622 * New and updated translations (de,fi,gu,pl,pt,tr,zh_TW)
3624 Overview of Changes from GLib 2.7.3 to GLib 2.7.4
3625 =================================================
3626 * Fix g_atomic_pointer_compare_and_exchange
3627 on Sparc64 [Gert Doering]
3628 * Fix a hang in g_thread_pool_free. [Hong Jen Yee]
3629 * Win32 bug fixes [Tor Lillquist]
3630 * Other bug fixes [Benoit Dejean, Manish Singh]
3631 * Documentation improvements [Bryan Silverthorn,
3633 * New and updated translations (de,lt,sq,zh_CN)
3635 Overview of Changes from GLib 2.7.2 to GLib 2.7.3
3636 =================================================
3638 - Allow callbacks with optional arguments [Pawel Sliwowski]
3639 - Allow to turn off the automatic long option name
3640 disambiguation [Adam McLaurin]
3641 - Only allow printable ASCII as short option names [Matthias]
3643 - Build fixes [Tor Lillqvist]
3644 - Rewrite iochannel socket implementation [Tor]
3646 - Threadsafety improvements; in particular, refcounting
3647 of objects is done atomically now. [Wim Taymans, Tim Janik]
3648 * Bug fixes [Morten Welinder, Matthias, Wim Taymans]
3649 * Documentation improvements [Richard Laager, Matthias]
3650 * New and improved translations (bf,cs,hu,nb,nl,no)
3652 Overview of Changes from GLib 2.7.1 to GLib 2.7.2
3653 =================================================
3654 * Win32 build fixes [Hans Breuer]
3655 * Bug fixes [Mikael Magnusson]
3656 * Documentation improvements [Matthias Clasen]
3657 * New and updated translations (en_CA,es,et,ja,sr,sr@Latn,zh_TW)
3659 Overview of Changes from GLib 2.7.0 to GLib 2.7.1
3660 =================================================
3662 - Allow callback arguments without parameters [Dan Winship]
3663 * GMappedFile: an mmap wrapper [David Schleef, Behdad Esfahbod]
3664 * Misc new functions:
3665 - g_get_host_name [Tor Lillqvist]
3666 - g_mkdir_with_parents [Tor]
3667 - g_build_pathv, g_build_filenamev [Todd A. Fisher,
3669 * Bug fixes [Roger Leigh, Masatake YAMATO, Kjartan Maraas,
3670 Manish Singh, Tor, Murray Cumming, Kian Duffy, Morten Welinder]
3671 * Documentation improvements [Hong Gang XU, Dan Winship, Matthias]
3672 * New and updated translations (bg,cs,da,en_CA,es,et,nb,nl,no,
3675 Overview of Changes from GLib 2.6.x to GLib 2.7.0
3676 =================================================
3678 - Add unit tests [Matthias Clasen, Suren A. Chilingaryan]
3679 - Accept \r\n as line end [Bastian Nocera]
3680 - Don't interpret leading zeros as octal numbers. [Matthias]
3681 - Make key and group removal work [David Hoover, Matthias Hasselmann]
3683 - Improve formatting of --help output [Matthias, Noah Levitt]
3684 - Accept -? [Matthias]
3685 - Warn about duplicate main groups [Jeff Franks]
3686 - Treat '-' as non-option argument [Tim Musson, Thomas Leonard]
3687 - Report missing arguments as errors [Björn Lindqvist]
3688 - Add a boxed type for GDate [Tim-Philipp Müller]
3690 - g_tree_remove() and g_tree_steal() return status information [Matthew F. Barnes]
3692 - Work regardless of large file support [Manish Singh]
3693 - Add g_access(), g_chmod(), g_creat(), g_chdir [Tor Lillqvist]
3695 - Implement "toggle references" to help language bindings [Owen Taylor]
3696 - Allow to mark names, nicks and blurbs of pspecs as static [Ben Maurer, Matthias]
3697 - Make pspec lookup a bit faster [Morten Welinder]
3698 * Add g_listenv() to list all set environment variables [Hans Petter Jansson]
3699 * Add g_file_set_contents() to atomically write a file. [Søren Sandmann,
3700 Sven Neumann, Manish, Alexis S. L. Carvalho]
3701 * Add g_try_malloc(), g_try_new(), g_try_new0() and g_try_renew() [Stefan Kost]
3702 * Add g_utf8_collate_key_for_filename() to sort filenames taking
3703 extensions and numeric suffixes into account. [Ole Laursen, Alex Larsson]
3704 * Add G_GNUC_NULL_TERMINATED to mark varargs function with
3705 NULL-terminated argument lists. [Marc Meissner]
3707 - Improved debugability [Ulf Lamping, Hans Breuer]
3708 - Make filename handling more robust [Tor, Billy Skaggs]
3709 - Improve g_get_system_data_dirs() [Tor]
3710 - Use more precise timers [Tor]
3711 - Build fixes [Kazuki Iwamoto, Hans, Tor, Robert Ögren]
3712 * Other bug fixes [Roger Leigh, Owen, Matthias, Morten, Kjartan Maraas,
3713 Pawel Sakowski, Tor, Simon Budig, Ed Avis, Manish, Nicolas Laurent,
3714 Bastien, Fabrício Barros Cabral, Michael Banck, Daniel Atallah,
3715 J. Ali Harlow, Tim Janik, Hazael Maldonado Torres, Sven, Jon-Kare Hellan,
3716 Dave Benson, Tommi Komulainen, Benjamin Otte, Brian Cameron, Changwoo Ryu,
3717 Christian Biere, Noah, Benoît Carpentier]
3718 * Documentation improvements [Vincent Untz, Matthias, Tim-Philipp Müller,
3719 Morten, Matthew, Federico Mena Quintero, Sebastian Bacher, Oliver Sessink,
3720 Stefan, Jared Lash, Tor, Owen, Daniel Vaillard, Mathieu Lacage]
3721 * New and updated translations (ca,cs,da,el,en_CA,en_GB,es,et,eu,fa,fr,gl,
3722 hu,id,it,lt,mn,ne,nl,pl,pt,pt_BR,ro,rw,sk,sq,sr,sr@Latn,tl,uk,xh,zh_CN)
3724 Overview of Changes from GLib 2.6.0 to GLib 2.6.1
3725 =================================================
3727 - Make gtk_init(NULL, NULL) work again [Marcin Krzyzanowski]
3728 - Improve handling of -- [Matthias Clasen]
3729 - Don't show G_OPTION_REMAINING in --help output [Matthew F. Barnes]
3730 * g_find_program_in_path() doesn't return directories [Tommi Komulainen]
3731 * Add gmodule-export-2.0.pc [Matthias]
3733 - Improve hangling of UNC paths [Tor Lillqvist]
3734 - g_getenv(), g_setenv(), g_unsetenv(), g_find_program_in_path()
3735 take and return UTF-8 now [Tor]
3736 - Make g_file_test() work more reliably, and use PATHEXT
3737 when check for executables [Tor]
3738 - Build and cross-compilation fixes [J. Ali Harlow]
3739 * Other bug fixes [Jens Hatlak, Morten Welinder,
3740 Tor, Kalpesh Shah, Adrian Bunk]
3741 * Documentation improvements [Marcin Krzyzanowski, Tor, Crispin
3742 Flowerday, Mariano Suárez-Alvarez, Christian Biere, Danny Milo,
3743 Vincent Untz, Bastien Nocera]
3744 * New and updated translations (cy,de,nl,ru,sq,sv)
3746 Overview of Changes from GLib 2.4.x to GLib 2.6.0
3747 =================================================
3750 - GOption, a commandline option parser
3751 - GKeyFile, a parser/editor for the .ini like files
3752 - Functions to support the XDG basedir specification
3753 - Wrappers for common POSIX pathname functions to handle filename
3754 encodings consistently. On Windows, these use UTF-8.
3756 * Miscellaneous new functions
3757 - g_filename_display_name() converts filenames in displayable UTF-8 strings
3758 - g_uri_list_extract_uris() splits uri lists
3759 - g_date_get_iso8601_week_of_year() gets ISO 8601 week numbers
3760 - g_log_set_default_handler() installs an alternate default log handler
3761 - g_get_language_names() obtains a list of applicable locale names
3762 - g_strv_length() calculates the length of NULL-terminated string arrays
3763 - g_win32_get_windows_version() determines the Windows version
3764 - G_GNUC_INTERNAL marks functions as non-exported
3765 - glib_check_version() checks the GLib version at runtime
3766 - g_debug() completes the family of logging functions
3768 * Performance improvements
3769 - Optimize g_utf8_validate()
3770 - Optimize g_markup_parse_context_parse()
3771 - Reduce signal connection complexity from O(n) to O(1)
3772 - Get rid of many PLT entries for internally used exported symbols
3773 - Reduce code size by removing literal strings from g_return_if_fail()
3776 - On Windows, GLib functions that take file name arguments now require
3777 those to be in UTF-8. Functions that return file names return UTF-8.
3778 - Use higher precision for mathematical constants
3779 - Don't convert to/from UTF-8 in g_filename_to_uri/g_filename_from_uri
3780 - Support ll as printf format modifier for long long on all platforms
3781 - Clean up the ABI and enforce the list of exported symbols
3782 - Add a .pc file for using gmodule in libraries
3785 Overview of Changes from GLib 2.5.7 to GLib 2.6.0
3786 =================================================
3787 * GOption: Don't list help options if group-specific
3788 options have been requested [Glynn Foster]
3789 * Make g_get_language_names() track locale changes [Christian Persch]
3790 * Win32 bug fixes [Tor Lillqvist]
3791 * Bug fixes [Philippe Blain, Owen Taylor, Sebastian Wilhelmi]
3792 * New and updated translations (da,es,ja,lt,zh_CN)
3793 Bugs fixed: 159530,100697,160271,160645,157255
3795 Overview of Changes from GLib 2.5.6 to GLib 2.5.7
3796 =================================================
3797 * Optimize g_utf8_validate() [Owen Taylor, Matthias Clasen]
3798 * Optimize g_markup_parse_context_parse() [Havoc Pennington,
3800 * Reduce signal connection complexity from O(n) to O(1)
3802 * Add a .pc file for using gmodule in libraries [Owen]
3803 * Add G_GNUC_MALLOC to mark functions returning newly
3804 allocated memory [Matthias]
3805 * Win32 bug fixes [Hans Breuer, Tor Lillqvist, Robert Ögren,
3807 * Bug fixes [Kazuki IWAMOTO, Matthias, Manish Singh, Morten,
3808 Frederic Crozat, Tor]
3809 * Documentation improvements [Matthias, Tor, Owen]
3810 * New and updated translations (cs,da,de,en_CA,en_GB,es,nb,nl,sq,zh_CN)
3812 Overview of Changes from GLib 2.5.5 to GLib 2.5.6
3813 =================================================
3815 - Add G_OPTION_FLAG_REVERSE to allow options
3816 which unset a boolean variable [Tor Lillqvist]
3818 - Use sigaction instead of signal [Jonas Jonnson,
3820 - Make the very first SIGCHLD work [Gustavo Carneiro]
3821 * Bug fixes [Morten Welinder, Tor, David MacLachlan,
3822 Manish Singh, J. Ali Harlow]
3823 * Documentation improvements [Matthias Clasen, Tor]
3824 * Updated translations (da,ja,tr,zh_CN)
3826 Overview of Changes from GLib 2.5.4 to GLib 2.5.5
3827 =================================================
3829 - Cleanups, add more error checking [Ray Strode]
3830 - Fall back to the untranslated string when getting
3831 locale strings [Mark McLoughlin]
3833 - Document GOption [Matthias Clasen]
3834 - Better support for rest arguments [Owen Taylor, Matthias]
3835 - Handle conflicts between groups [Matthias]
3836 * Add g_lstat() to the stdio wrappers [Tor Lillqvist]
3837 * Add g_filename_display_name() to convert filenames
3838 in displayable UTF-8 strings [Alex Larsson, Matthias]
3839 * Win32 bug fixes [Kazuki IWAMOTO, Hans Breuer, Tor]
3840 * Bug fixes [Christophe Fergeau, Morten Welinder,
3841 Owen, Kjartan Maraas, Mark]
3842 * Documentation improvements [Matthias, Tor]
3844 Overview of Changes from GLib 2.5.3 to GLib 2.5.4
3845 =================================================
3846 Add GKeyFile, a parser/editor for the .ini like files used in various
3847 freedesktop.org specifications. [Ray Strode]
3848 Make the handling of filename encodings consistent across all
3849 GLib functions, introduce wrappers for common POSIX
3850 functions which accept the same filename encoding. [Tor Lillqvist,
3853 - Rename g_context_option_error_quark() to a more language-binding
3854 friendly name [Murray Cumming]
3855 - Accept backslashes in filenames on Win32 [Tor Lillqvist]
3856 * Strip the internal aliasing prefix IA__ from function names in
3857 assertions [Matthias Clasen]
3858 * Add a function to split uri lists. [Matthias]
3860 - Don't open console windows [Tor]
3861 * Other bug fixes [Philippe Blain, Robert Ögren, Hidetaka Iwai, Matthias,
3862 Morten Welinder, Mats-Ola Persson, Tor, Nickolay V. Shmyrev, Kjartan Maraas,
3863 Anders Carlsson, Tim-Philipp Müller, Lucas Rocha, Andrea Campi, Manish
3864 Singh, Thomas Fitzsimmons, Kazuki IWAMOTO]
3865 * Documentation improvements [Matthias, Linus Walleij, Nickolay, Philippe,
3866 Adam Hooper, Gustavo Carneiro]
3867 * New and updated translations (cs,en_CA,en_GB,ja,nb,nl,or,sr,sr@Latn,sq)
3869 Overview of Changes from GLib 2.5.2 to GLib 2.5.3
3870 =================================================
3872 - set the program name from argv[0] [Masatake YAMATO]
3873 - make contexts work without a main group [Anders Carlsson]
3875 - Get rid of many PLT entries for internally used exported symbols,
3876 and clean up the ABI at the same time and make make check check the
3877 list of exported symbols. [Matthias Clasen]
3878 * Add API to get ISO 8601 week numbers [Niklas Lundell]
3879 * Add API to install an alternate default log handler [Darin Adler]
3880 * Add API to obtain a list of applicable locale names [Hidetoshi Tajima]
3881 * Reduce code size bloat by removing literal strings from
3882 the g_return_if_fail() macros [Owen Taylor]
3883 * Add g_strv_length [Tim-Philipp Müller]
3885 - Add API to determine the Windows version [Tor Lillqvist]
3886 * Other bug fixes [Stepan Kasal, Anders, Tor, Kazuki Iwamoto,
3888 * Documentation improvements [Morten Welinder, Matthias]
3889 * New and updated translations (es,nn,ro)
3891 Overview of Changes from GLib 2.5.1 to GLib 2.5.2
3892 =================================================
3893 * Add G_GNUC_INTERNAL macro [Arjan van de Ven]
3894 * Add GOption, a commandline option parser [Anders Carlsson]
3895 * Add glib_check_version [Michael Natterer]
3896 * Add XDG basedir API [Ray Strode]
3897 * Require ngettext [Danilo Segan]
3898 * Bug fixes [Manish Singh, Ray Strode, Vincent Noel,
3899 Jon-Kare Hellan, Jody Goldberg]
3900 * Win32 bug fixes [Tor Lillqvist, Hans Breuer, Peter Zelezny]
3901 * Documentation improvements [Matthias Clasen, Vincent Untz, Christian Persch]
3902 * New and updated translations (bs,eu,fi,gu,ne,pa)
3904 Overview of Changes from GLib 2.5.0 to GLib 2.5.1
3905 =================================================
3907 * Bug fixes [Oliver Guntermann, Sven Neumann, James
3908 Henstridge, Hiroyuki Ikezoe, Matthias Clasen, Robert
3909 Ögren, Tommi Komulainen]
3910 * Documentation improvements [Soeren Sandmann,
3911 Christophe Fergeau, Danek Duvall]
3912 * New and updated translations (eu,hi)
3914 Overview of Changes from GLib 2.4.1 to GLib 2.5.0
3915 =================================================
3917 * New functions g_debug [Sven Herzberg]
3918 * Use higher precision for mathematical constants [Morten
3920 * Don't convert to/from UTF-8 in g_filename_{to,from}_uri
3921 [Federico Mena Quintero]
3923 - Handle empty digit string in printf() functions
3924 correctly [Tor Lillqvist]
3925 - Support ll as format modifier for long long [Tor]
3926 - Be more careful about HOME [Tor, Ivan Wong]
3927 - Bug fixes [John Ehresman]
3928 * Miscellaneous bug and portability fixes [Danilo Segan,
3929 Owen Taylor, Nikolai Weibull, Benoît Carpentier, Morten
3930 Welinder, Manish Singh, Sven Neumann, Julio M. Merino Vidal,
3931 Kaz Sasayama, Murray Cumming, Federico, Mariano Suarez-Alvarez]
3932 * Documentation updates [Matthias Clasen, Crispin Flowerday,
3933 Tommi Komulainen, Federico Mena Quintero, Ed Griffiths]
3934 * New and updated translations (ja,ne,no,wa)
3936 Overview of Changes from GLib 2.4.0 to GLib 2.4.1
3937 =================================================
3939 * Win32 bug fixes [Tor Lillqvist, Roger Leigh, John Ehresman]
3940 * Miscellaneous bug and portability fixes [Owen Taylor,
3941 Matthias Clasen, Jonas Jonsson, Christian Krause,
3942 Nickolay V. Shmyrev, Christophe Saout, Philippe Blain,
3944 * Documentation updates [Matthias]
3945 * New and updated translations (ca,cs,cy,el,en_CA,en_GB,es,eu,fi,
3946 fr,gu,he,id,nl,pt,pl,ru,sr,sr@ije,sr@Latn,sv,uk)
3948 Overview of Changes from GLib 2.3.6 to GLib 2.4.0
3949 =================================================
3951 * Handle invalid-UTF-8 in g_log() properly [Matthias Clasen]
3952 * Win32 bug fixes [Tor Lillqvist, Bruce Hochstetler]
3953 * Miscellaneous bug and portability fixes [Olivier Biot, David L. Cooper II,
3954 Kjartan Maraas, Frédéric L. W. Meunier, Christof Petig, Manish Singh,
3956 * Documentation updates [Owen]
3957 * Updated translations (hr,ro)
3959 Overview of Changes from GLib 2.3.5 to GLib 2.3.6
3960 =================================================
3962 * GAtomic bug fixes [Sebastian Wilhelmi, Mark McLoughlin]
3963 * GMain threading fixes and improvements [Sebastian]
3964 * Win32 [Tor Lillqvist]
3965 - restore some symbols extraneously exported from gobject to maintain ABI compatibility
3966 - Misc build improvements and fixes [Tor, Cedric Gustin, Hans Breuer]
3967 * Documentation updates [Sebastian, Takeshi AIHANA, Matthias, Sven Herzberg]
3968 * New and updated translations (be,es,fi,ga,pa,sr@ije,zh_CN)
3970 Overview of Changes from GLib 2.3.3 to GLib 2.3.5
3971 =================================================
3973 * Make glib-mkenums parse initializers with macros. [Matthias Clasen, muppet]
3974 * Respect locale era in g_date_set_parse(). [Theppitak Karoonboonyanan]
3975 * Add atomic operations and use it for the async queue and
3976 gonce implementation. [Sebastian Wilhelmi]
3977 * Documentation improvements [Sebastian, Matthias, Sven Herzberg]
3978 * Add g_main_depth() for finding the recursion depth of the main
3979 loop [Owen Taylor, Tim Janik, Stefan Westerfeld]
3980 * Add g_spawn_close_pid(), needed on win32 [J. Ali]
3981 * Win32 fixes. [Hans Breuer, J. Ali Harlow]
3982 * Misc bugfixes [Sebastian, Matthias, Balazs Scheidler, Owen]
3983 * Updated translations (cy,et,ga,sq)
3985 Overview of Changes from GLib 2.3.2 to GLib 2.3.3
3986 =================================================
3988 * Add a native AIX gmodule implementation. [Laurent Vivier]
3989 * Add g_node_copy_deep(). [James M. Cape, Matthias Clasen]
3990 * Extend GQueue API to match the GList API. [Soeren Sandmann]
3991 * Add g_hash_table_find(). [Tim Janik]
3992 * Add a G_MODULE_BIND_LOCAL flag. [David Schleef]
3993 * Inline g_string_append_c() when possible. [Owen Taylor, Tim]
3994 * Wrap waitpid() as a GSource. [Jonathan R. Blandford]
3995 * Add g_completion_complete_utf8(). [Theppitak Karoonboonyanan,
3997 * Add g_strsplit_set(). [Soeren]
3998 * Documentation improvements. [Vincent Untz, Sebastian Wilhelmi,
4000 * Win32 build fixes. [Tor Lillqvist]
4001 * Misc bugfixes [Manish Singh, Noah Levitt, Simon Josefsson,
4002 Morten Welinder, Damien Carbery, Julio M. Merino Vidal, Sebastian,
4004 * Updated translations (nn,cs,it,ko,sq,ms,az,hr,uk,sr,sr@Latn,sq,ta)
4006 Overview of Changes from GLib 2.3.1 to GLib 2.3.2
4007 =================================================
4009 * Add G_MAXSIZE. [Manish Singh]
4010 * Add g_rand_new_with_seed_array(), g_rand_set_seed_array(),
4011 implementing the init-by-array functionality of the
4012 original mersenne twister. Add g_rand_copy(). Improve seeding.
4014 * Add a lowercase_name option to glib-mkenums. [Murray Cumming]
4015 * Add g_ptr_array_foreach(). [Matthias Clasen]
4016 * Add g_timer_continue(). [Tim-Philipp Müller]
4017 * Fix a threadsafety issue in mem chunks. [Matthias, Balazs Scheidler]
4018 * Fix g_filename_{to,from}_utf8() on Win32 and improve
4019 g_file_test() there too [Hans Breuer]
4020 * Add a boxed type for NULL-terminated string arrays. [Matthias]
4021 * Add G_DEFINE_TYPE() plus variants to ease the constuction
4022 of GObject boilerplate code. [Tim Janik]
4023 * Support & in password GECOS field [Matthias, Soeren Boll Overgaard]
4024 * Documentation improvements [Matthias, Manish]
4025 * Win32 build fixes [Hans]
4026 * Misc bug fixes [Damien Carbery, Matthias, Manish, Olivier Poncet,
4028 * Updated translations (ar,de,fa,ga,mn,nn,no,sq)
4030 Overview of Changes from GLib 2.3.0 to GLib-2.3.1
4031 =================================================
4033 * Add glib/gi18n.h and glib/gi18n-lib.h for common
4034 gettext support, including a Q_() macro for translation
4035 with context [Matthias Clasen]
4036 * Add a more flexible G_FILENAME_ENCODING variable
4037 as a replacement for G_BROKEN_FILENAMES [Matthias]
4038 * Fix the return value g_main_context_iterate() for
4039 newly ready sources [Padraig O'Briain]
4040 * Handle Hangul composition for normalization [Noah Levitt]
4041 * Add G_{MIN,MAX,MAXU}INT{8,16,32}. [Mark Jones, Matthias]
4042 * Add G_GSIZE_FORMAT/G_SSIZE_FORMAT [Manish Singh]
4043 * Add G_STRFUNC as a portable wrapper for __func__ [Tim Janik]
4044 * Documentation improvements [Matthias]
4045 * GObject [Tim Janik]
4046 - Support '-' in g_signal_connect()/disconnect() names
4047 like 'swapped-signal'.
4048 - Add g_type_class_peek_static() and use to optimize
4049 g_object_new() for static types [Tim]
4050 - Allow setting construct-only properties from within
4051 init() implementations
4052 - Enforce readability/writeability in g_object_set/get()
4053 * Fix bug with g_ascii_strtod and multi-byte separator.
4054 [Behdad Esfahbod, Roozbeh Pournader]
4055 * Misc bug fixes [Matthias, John Ehresman, Andrew Lanoix,
4056 Tor Lillqvist, Mark McLoughlin, Tim-Philipp Müller, Manish,
4058 * Updated translations (ca,cs,da,es,fr,ja,nn,no,pt,ru)
4060 Overview of Changes from GLib 2.2.x to GLib-2.3.0
4061 =================================================
4063 * Replace Trio printf by gnulib vasnprintf [Matthias Clasen]
4064 * Update Unicode data to Unicode 4.0 [Noah Levitt]
4065 * Support XML-safe formatted output with
4066 g_markup_[v]printf_escaped [Owen Taylor]
4067 * Add g_file_read_link to read symbolic links [Matthias]
4068 * Add g_unichar_get_mirror_char to obtain the
4069 mirrored variant of a character [Noah]
4070 * Support for one-time initialization functions.
4071 [Sebastian Wilhelmi]
4072 * Miscellaneous API additions: g_vasprintf
4073 g_string_chunk_insert_len, g_setenv, g_unsetenv [Matthias]
4074 * Docs improvements [Matthias]
4075 * Add support instance-private data on classed types
4076 [Mark McLoughlin, Tim Janik, Owen]
4077 * Optimize signal emissions [Soeren Sandmann, Tim]
4078 * Support a "default vtable" per interface [Tim]
4079 * Add support for properties on interfaces [Owen, Tim]
4080 * Miscellaneous API additions: g_value_take_string(),
4081 g_value_take_param(), g_value_take_object(),
4082 g_value_take_boxed(). [Matthias]
4083 * Win32 build fixes [Tor Lillqvist]
4085 Overview of Changes from GLib 2.1.5 to GLib-2.2.0
4086 =================================================
4088 * Fix a problem with g_thread_init() on 64-bit problems
4089 [Alceste Scalas, Sebastian Wilhelmi]
4090 * Add assembly implementations of byteswap macros
4091 for ia64 and x86_64. [Manish Singh]
4092 * IOChannel fixes for Win32 [Tor Lillqvist, Thorsten Maerz]
4093 * Updated translations (bg,ca,es,da,fi,lv,ru,sk)
4095 Overview of Changes from GLib 2.1.4 to GLib-2.1.5
4096 =================================================
4098 * Win32 bug fixes [Tor Lillqvist]
4099 * Various post-rewrite fixes for glib-gettext.m4 [Owen Taylor,
4100 Jody Goldberg, Kjartan Maraas, Johannes Stezenbach]
4101 * Ensure we have a GUINT64_FORMAT by pulling in Trio
4102 if necessary [Manish Singh]
4103 * Further Trio build fixes [Matthias Clasen, Owen]
4104 * Hack around gcc, libtool issues with -pthread [Owen]
4105 * Docs improvements [Matthias]
4106 * Bug and portability fixes
4107 * Updated and new translations (bg,de,fi,fr,sq,fr)
4109 Other contributors: Kai Poitschke, Morten Welinder
4111 Overview of Changes from GLib 2.1.3 to GLib-2.1.4
4112 =================================================
4114 * autoconf changes to make it possible to cross compile
4115 GLib. [Owen Taylor, Dan Kegel, Amy Lin, Dimi Shahbaz,
4116 Johannes Stezenbach]
4117 * Use libintl when it has bind_textdomain_codeset() and
4118 GLib doesn't. [Owen]
4119 * Improve generation of pseudo-random integers [Morten Welinder,
4121 * Avoid literal UTF-8 in favor of octal escapes [Owen, Tomas Ogren]
4122 * Cleanup include order [Sven Neumann]
4123 * autoconf cleanups and bug fixes [Daniel, Matthias Clasen, Owen]
4124 * Doc fixes and additions [Matthias]
4126 Other contributors: James M. Cape, Frederic Crozat, Martin Gansser,
4127 Phuc LeHong, Manish Singh, Joshua Weage, Morten Welinder
4129 Overview of Changes from GLib 2.0.x to GLib-2.1.x
4130 =================================================
4132 * Add copy of the Trio library to build and use for printf() when
4133 system printf isn't good enough. Add g_printf()/etc. [Matthias Clasen]
4134 * Add g_str_has_suffix()/g_str_has_prefix() [Alex Larsson]
4135 * Add g_markup_parse_context_get_element() [Matthias]
4136 * Add g_utf8_strreverse [Matthias]
4137 * Add g_ascii_strtoull() [Tim Janik]
4138 * Support scanning of 64-bit values with GScanner [Tim]
4139 * Add g_set/get_application_name() [Havoc Pennington]
4140 * Add G_LIKELY()/G_UNLIKELY() macros for hinting branch probabilities.
4141 Use for g_return_if_fail(). [Matthias Clasen]
4142 * Add G_GNUC_DEPRECATED macro [Tom Tromey]
4143 * Improve the seeding algorithm of GRandom to avoid problems
4144 with certain pathological seeds. Support G_RANDOM_VERSION=2.0
4145 environment variable. [Sebastian Wilhelmi]
4146 * Improve thread configure checks, use -pthread where applicable
4148 * Improve handlng of thread priorities [Sebastian]
4149 * Fix up parameter names that might shadow functions from
4150 system headers [Soeren Sandmann]
4151 * Clean up usage of deprecated functions [Manish Singh]
4152 * Docs fixes and improvements. In particular, include "Since" information.
4153 [Matthias, Soeren, Martin Schulze, Daryll Strauss, Bill Janssen,
4154 Owen Taylor, Morten Welinder].
4156 Overview of Changes in GLib 2.0.7
4157 =================================
4159 * Fix C++ warnings in gtype.h [Dom Lachowicz]
4160 * Fix g_type_fundamental_next() [Tim Janik]
4161 * Fix various missing includes of config.h [Morten Welinder]
4162 * Handle main loop initialization before g_thread_init [Sebastian Wilhelmi]
4163 * Various 64-bit fixes [Manish Singh]
4164 * Fix GPoll on Win32 [Tor Lillqvist, Herman Bloggs]
4165 * Fix bug with buffering on UTF-8 IOChannels [Daniel Elstner]
4166 * Misc bug and build fixes [Soren Andersen, Gustavo Carneiro, Tor,
4167 Tim, Havoc Pennington, Matthias Clasen, Sebastian Rittau,
4168 Masahiro Sakai, Arvind Samptur, HideToshi Tajima, Owen Taylor]
4169 * Updated and new translations (be,cs,de,*fa,it,lv,pt_BR,tr)
4171 Overview of Changes in GLib 2.0.6
4172 =================================
4174 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
4175 * Clean up debug spew from GObject [Anders Carlsson]
4176 * Compiler warning fixes [David L. Cooper II]
4177 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
4178 * Fixes for --disable-debug [Sebastian Wilhelmi]
4179 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann,
4180 Rajkumar Sivasamy, Laurent Vivier]
4181 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat,
4182 Sebastian Rittau, Linus Welleij]
4183 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
4184 * Updated translations (bg,ko,vi)
4186 Overview of Changes in GLib 2.0.5
4187 =================================
4189 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
4190 * Clean up debug spew from GObject [Anders Carlsson]
4191 * Compiler warning fixes [David L. Cooper II]
4192 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
4193 * Fixes for --disable-debug [Sebastian Wilhelmi]
4194 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann,
4195 Rajkumar Sivasamy, Laurent Vivier]
4196 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat,
4197 Sebastian Rittau, Linus Welleij]
4198 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
4199 * Updated translations (bg,ko,vi)
4201 Overview of Changes in GLib 2.0.4
4202 =================================
4204 * Fix some 64-bit problems. (George Lebl, David L. Cooper II)
4205 * Add note about Tru64 iconv to INSTALL. (Manuel Op de Coul)
4206 * Fix problem with timouts > MAXINT. (Tim Janik, Owen Taylor)
4207 * Updated translations (ca,es,fr,ja,gl,ms,nl,pl,pt,ru)
4209 Overview of Changes in GLib 2.0.3
4210 =================================
4212 * Handle sorting 0-length arrays (Ron Arts)
4213 * Threading fixes (Sebastian Wilhelmi)
4214 * Portability fixes (Miroslaw Dobrzanski-Neumann, Jacob Berkman, Gareth Pierce,
4215 Sebastian, Qingjiang Yuan)
4216 * Various fixes for glib-2.0.m4. (Jim Gettys, others.)
4217 * Locate right glib-genmarshal when cross-compiling. (Mitch Natterer)
4218 * Win32 fixes (Tor Lillqvist)
4219 * Try to fix g_get_charset() related segfaults. (Owen)
4220 * Fixes for gettext detection. (Dan Winship, HideToshi Tajima, Boyd Lynn Gerber,
4221 Andrew P. Lentvorski, Jr.)
4222 * Fix g_scanner_unexp_token() (Tim Janik, Sven Neumann)
4223 * g_markup fixes. (Matthias Clasen.)
4224 * Bug fixes and cleanups (Daniel Elstner, Matthias, Laszlo Peter, Morten Welinder,
4227 Overview of Changes in GLib 2.0.1
4228 =================================
4230 * Portability fixes for Sun's Forte compiler [Erwann Chenede]
4231 * Performance improvements for GObject parameter lookup,
4232 g_filename_to/from_utf8() [Alex Larsson]
4233 * Actually check interface prerequisites [Matthias Clasen,
4234 Miroslaw Dobrzanski-Neumann]
4235 * Fix problem with glib-mkenums taking huge amounts of stack. [Owen Taylor]
4236 * Fix g_signal_handlers_disconnect_by_func() for C++ [Damien Sandras]
4237 * Fixes for g_log() and threading.
4238 [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, Tim Janik]
4239 * Make g_print(), g_printerr(), g_warning(), etc, convert from
4240 UTF-8 to the encoding of the locale [Sebastian Wilhelmi, Tim]
4241 * Fixes for GIOChannel on windows. [Tor Lillqvist]
4242 * Fix gsize/gint mismatches in giochannel.c [Miroslaw Dobrzanski-Neumann]
4243 * Fix file descriptor leak in g_file_get_contents() [Matthias]
4244 * Workaround iconv() problems on older Solaris [Lauri Alanko]
4245 * Fix warnings with gcc-3.1 about asm const [Cody Russel]
4248 Other contributors: Hans Breuer, LEE Sau Dan, Sven Neumann, Salmaso Raffaele,
4249 Akira Tagoh, Morten Welinder
4252 Overview of Changes in GLib 2.0.0
4253 =================================
4255 * Thread portability fixes [Sebastian Wilhelmi]
4256 * Documentation updates [Owen Taylor]
4257 * Make g_strerror(), g_strsignal() properly return UTF-8,
4258 call bind_text_domain_codeset() so that error strings
4259 are in UTF-8 as well. [Owen, Tor Lillqvist]
4261 Overview of Changes in GLib 2.0.0 rc1:
4262 ======================================
4264 * Win32 fixes [Tor Lillqvist]
4265 * Portability fixes [Finlay Dobbie, Miroslaw Dobrzanski-Neumann]
4266 * Fix up g_date_strftime [Daniel Elstner]
4267 * Add some structure padding [Tim Janik]
4268 * Make g_get_homedir() prefer the users home directory to $HOME
4270 Other contributors: Matthias Clasen, Paolo Maggi, Christian Rose
4272 Overview of Changes in GLib 1.3.15:
4273 ===================================
4275 * Speed up marshalers by using private access to GValue
4276 [Anders Carlsson, Tim Janik]
4277 * Reduce GValue to 2 elements [Tim]
4278 * Add G_DEBUG environment variable, G_DEBUG=fatal_warnings [Matthias Clasen]
4279 * Fixes for AIX compilation [Miroslaw Dobrzanski-Neumann]
4280 * Add padding to various structures [Owen Taylor, Tim]
4281 * Win32 fixes [Tor Lillqvist]
4283 Other contributors: James Henstridge, Ryan Lovett, Morten Welinder,
4286 Overview of Changes in GLib 1.3.14:
4287 ===================================
4289 * Register value transformations for gint64, guint64 [Andy Wingo]
4290 * Build with large-file support [Sven Neumann, Owen Taylor]
4291 * Fix handling of hostnames in URI's [Darin Adler]
4292 * Main loop bug fixes [Havoc Pennington, Owen]
4293 * Doc fixes and improvements [Manish Singh, Tim Janik]
4294 * Support ' as attribute delimiters in GMarkup [Matthias Clasen]
4295 * Win32 fixes [Hans Breuer, Tor Lillqvist]
4296 * Threading bug and build fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann]
4297 * Miscellaneous bug fixes
4299 Other contributors: Matthias Clasen, James Henstridge, Mitch Natterer,
4302 Overview of Changes in GLib 1.3.13:
4303 ===================================
4305 * Fix g_filename_to/from_uri for Win32 [Tor Lillqvist, Darin Adler]
4306 * Miscellaneous win32 fixes [Tor, Hans Breuer]
4307 * Fix thread options for gcc on AIX [Jerome Zago, Sebastian Wilhelmi]
4308 * Documentation improvements [Ron Steinke, Matthias, Sebastian]
4309 * Cache iconv converters as used by g_convert() [Jeffrey Stedfast]
4310 * Bug fixes [Sven Neumann, Owen Taylor, Matthias Clasen, Jeffrey,
4311 Laszlo Peter, Havoc Pennington, Tim Janik]
4313 Overview of Changes in GLib 1.3.12:
4314 ===================================
4316 * Implement closure chaining, fixing up API (Tim Janik)
4317 * Closure chaining test case (James Henstridge)
4318 * Make GType long not int where both are equal width (Tim)
4319 * Win32 fixes and improvements (Hans Breuer, Tor Lillqvist)
4320 * Fixes for NetBSD. (Dan Winship)
4321 * Use snprintf() for g_printf_string_upper_bound() where possible. (Matthias Clasen)
4322 * Save space for GBSearchArray (Tim Janik)
4323 * Documentation improvements. (Matthias, Sven Neumann, Havoc Pennington)
4325 Other contributors: Darin Adler, Chris Blizzard, Anders Carlson, Daniel Elstner, Michael Meeks,
4326 Mark McLoughlin, Dave Neary, Manish Singh, Owen Taylor, HideToshi Tajima,
4330 Overview of Changes in GLib 1.3.11:
4331 ===================================
4333 * Win32 fixes [Hans Breuer, Tor Lillqvist]
4334 * Documentation improvements [Matthias Clasen]
4335 * Portable directory handling API [Hans]
4336 * Threading fixes [Sebastian Wilhelmi, Havoc Pennington]
4337 * Fix excess relocations in Unicode tables [Andrew Taylor]
4338 * Fix gpattern for UTF-8 [Matthias Clasen]
4339 * Support overriding class closures [Tim Janik]
4340 * Support for derivation from G_TYPE_POINTER [Owen Taylor]
4341 * Hide pointers to type information inside GType to reduce locking
4343 * Adds check for direct inclusion of gobject/*.h [Owen]
4344 * GObject API cleanups [Tim]
4346 Other contributors: Darin Adler, Jacob Berkman, Daniel Egger, Eric Lemings,
4347 Michael Meeks, Mark McLoughlin, Arkadiusz Miskiewicz, Dan Winship
4350 Overview of Changes in GLib 1.3.10:
4351 ===================================
4353 * Many Win32 fixes and improvements [Tor Lillqvist]
4354 * Documentation improvements [Matthias Clasen]
4355 * g_string_printfa() renamed to g_string_append_printf()
4356 * Use libcharset from libiconv to implement charset detection
4357 more portably. [Owen Taylor, Hidetoshi Tajima]
4358 * Add 64 bit type support to GObject [Joshua Pritikin, Mathieu Lacage, Owen]
4359 * Make support for 64 bit integers a requirement [Joshua]
4360 * GPattern improvements [Tim Janik, Matthias]
4361 * Locale independent g_ascii_strtod / g_ascii_dtostr [Alex Larsson]
4362 * Many bug fixes and minor tweaks.
4364 Other Contributors: Darin Adler, Jakub Jelinek, James Antill, Andrew Taylor,
4365 Ben Gertzfield, Elliot Lee, Manish Singh, Abel Cheung, Laszlo Peter,
4366 Sven Neumann, George Lebl, Raja Harinath, Sebastian Wilhelmi,
4370 Overview of Changes in GLib 1.3.9:
4371 ==================================
4373 * Fixes for comparison of threads [Sebastian Wilhelmi]
4374 * Use vasprintf() when possible for g_strdup_printf [Matthias Clasen]
4375 * Win32 fixes [Tor Lillqvist, Hans Breuer]
4376 * Add a len argument to g_ascii_strup/strdown
4377 * Bug, portability fixes, cleanups.
4379 Other Contributors: Darin Adler, Katsuhiro Okuno, Joshua N. Pritikin
4382 Overview of Changes in GLib 1.3.8:
4383 ==================================
4385 * Documentation updates [Owen]
4386 * Made GType interfaces overridable in derived types
4387 * Many win32 fixes [Tor Lillqvist]
4388 * Miscellaneous cleanups and fixes
4391 Darin Adler, Matthias Clasen, Ron Steinke, Hans Breuer, Alex Larsson
4394 Overview of Changes in GLib 1.3.7:
4395 ==================================
4397 * Integrate GClosure support into the main loop [Owen Taylor]
4398 * More GSignal convenience functions (macros) [Sven Neumann, Tim Janik]
4399 * Introduced weak references for GObject [James Henstridge, Sven, Tim]
4400 * Minor hash table optimizations
4401 * Main loop and threading improvements [Sebastian Wilhelmi]
4402 * Added g_ascii_* functions to be used for locale insensitive UTF-8
4403 compliant code instead of old string functions [Darin Adler, Alex Larsson]
4404 * Add functions for Unicode case-conversion, normalization, and
4405 collation [Owen]* GString improvements [Owen]
4406 * Reworked the GIOChannel code [Hidetoshi Tajima, Ron Steinke]
4407 * Removed glib-config-2.0 in favour of pkgconfig [Sebastian]
4408 * Make code 64bit clean [Mark Murnane]
4409 * More G_CONST_RETURN fixes
4410 * Many improvements to the win32 code [Tor Lillqvist, Hans Breuer]
4411 * Miscellaneous bug and API fixes
4414 Michael Natterer, Christopher James Lahey, Padraig O'Briain,
4415 Matthias Clasen, Josh Pritikin, Steve Baker, Cesar Rincon, Garry R. Osgood,
4416 Michael Meeks, Laszlo Peter, Martin Baulig, Kjartan Maraas, Andrew Lanoix,
4420 Overview of Changes in GLib 1.3.6:
4421 ==================================
4423 * Threads have a "return value" from g_thread_join
4424 * Removed ability to adjust thread stack size
4425 * Prefix warnings with progname/PID by default, change toggle for this to
4426 be an env variable G_MESSAGES_PREFIXED not a compile-time option
4428 * GDate const, convenience fixups
4429 * Include test cases that headers are compilable by C++ compiler
4430 * Add ability to spawn processes with argv[0] != executable path.
4431 * g_strstr_len, g_strrstr, g_strrstr_len
4432 * Add length argument to g_utf8_strchr and g_utf8_strrchr.
4436 Overview of Changes in GLib 1.3.5:
4437 ==================================
4439 * Added an installed glib-mkenums Perl program for parsing enumeration
4440 declarations from header files.
4441 * Mark some additional deprecated functions.
4442 * Bug and Portability fixes
4445 Overview of Changes in GLib 1.3.4:
4446 ==================================
4448 * Efficiency improvements for GThreadPool
4451 * Documentation improvements
4454 Overview of Changes in GLib 1.3.3:
4455 ==================================
4459 * More user_data support in various functions.
4460 * Main loop API revamps to support per-thread main loops.
4461 * Unicode handling improvements.
4462 * Implemented debugging traps.
4463 * G_CONST_RETURN specification all over the place.
4464 * Various new small utility functions.
4465 * Random number generator precision improvements.
4466 * New configure option --disable-mem-pools.
4467 * Many Win32 improvements.
4468 * Added g_try_malloc() friends varinats.
4469 * Many documentation improvements.
4470 * Many threading improvements, support for dynamic allocation
4472 * GHookLIst API cleanups.
4473 * Improved format support of GDate parser.
4474 * String function speed improvements with new g_stpcpy().
4475 * Hashtable API additions.
4476 * New GPatternSpec for shell-style pattern matching (from GtkPatternSpec).
4477 * Optimizations, cleanups, bug fixes.
4481 * Added many convenience functions.
4482 * GClosure and GParamSpec use float/sink ref-counting scheme now.
4483 * Reworked property change notification.
4484 * Binary searchable array cleanups, so it's widely usable now.
4485 * Added static content keeping for some GValue types.
4486 * Support for statically scoped signal parameters.
4487 * Extinguished property trailer args in set/get interface.
4488 * Added support for abstract types.
4489 * G_CONST_RETURN specification all over the place.
4490 * Split parameter exchange functionality into value transforms
4491 and parameter conversions.
4492 * Added signal emission hooks and signal accumulators.
4493 * Added interface prerequisites to support is_a (interface, object)
4495 * Implemented GValueArray.
4496 * New types, boxed: G_TYPE_VALUE, G_TYPE_CLOSURE, G_TYPE_GSTRING
4497 GParamSpecs: G_TYPE_PARAM_PARAM, G_TYPE_PARAM_POINTER, G_TYPE_PARAM_CLOSURE,
4498 G_TYPE_VALUE_ARRAY, G_TYPE_PARAM_UNICHAR, G_TYPE_PARAM_VALUE_ARRAY.
4499 * Varrags value collection improvements.
4500 * Implemented debugging traps.
4501 * Made things thread-safe.
4502 * Many documentation improvements.
4503 * Many cleanups, optimizations and bug fixes.
4506 Overview of Changes in GLib 1.3.2:
4507 ==================================
4511 * Win32 build improvements [Tor]
4512 * Improvements to error reporting
4513 (g_critical(), g_return_if_reached()) [Darin]
4514 * Add g_strlcpy/g_strlcat [David Wheeler]
4515 * New IO channel implementation for Win32 [Tor]
4516 * Make g_array_free, g_string_free return pointer to memory requested
4517 not to be freed. [Darin]
4518 * Added GError based error reporting for thread functions. [Sebastian]
4519 * Moved reference docs into GLib distribution. [Owen]
4520 * Added g_convert() for doing convenient character set conversions based
4521 on iconv. (GLib now requires libiconv or a native iconv.) [Havoc/Owen]
4522 * Various Unicode handling additions (g_ucs4_to_utf8, g_utf8_validate(),
4523 g_{locale,filename}_{to,from}_utf8) [Robert/Havoc/Owen]
4524 * Portability fixes for threading. [Sebastian]
4525 * Added convenient functions for launching new processes (g_spawn_*),
4526 and shell quoting/unquoting functions. [Havoc]
4527 * Split glib.h into many headers. [Sebastian]
4528 * Added a simple callback-based parser for XML-like files (GMarkup). [Havoc]
4529 * Fixed confusions between comparison functions that return <0, 0, >0
4530 and equaility functions that return FALSE,TRUE. [Sebastian]
4531 * Added safe/portable temporary file manipulation functions. [Tor]
4532 * autoconf improvements. [Raja]
4533 * Many documentation improvements.
4538 * Added boxed and pointer types. [Tim/Jonathan]
4539 * Added callback abstraction (GClosure) [Tim]
4540 * Added signal system (GSignal) [Tim]
4541 * Make GTypePlugin an interface [Tim]
4542 * Added GTypeModule - a simple GTypePlugin instantiation [Owen]
4546 What's new in GLib 1.3.1:
4547 =========================
4549 * New GObject library added including object system based on
4550 the GTK+ object system.
4551 * Functions for getting the properties of Unicode characters,
4552 computing the canonical decomposition and ordering combining
4553 characters aand manipulating UTF-8 string manipulation based
4555 * GString now properly handles embedded nuls.
4556 * Multiple fixes from the 1.2.x branch.
4557 * Upgrade to libtool 1.3.3
4558 * Full thread support (thread creation and destruction).
4559 * BeOS port, BeOS dynamic modules.
4560 * Many improvements to the Windows ports.
4561 * Improvements to the OS/2 port, OS/2 module support.
4562 * Double ended queue implementation.
4563 * GLib macros for printf() formatting, e.g. G_GULONG_FORMAT = "lu"
4564 * New configure option --enable-msg-prefix to prefix messages, warnings
4565 et ceteri with the program name and the process id.
4566 * New thread-safe random number generator Mersenne Twister.
4567 * g_strcompress() added, g_strescape() had a slight API change, and
4568 more tightly defined semantics.
4569 * the g_string(x) macro has been removed, #x may be used instead.