1 Overview of changes in GLib 2.46.0
2 ==================================
4 * Disable runtime-deprecation warnings
6 * Fix marshalling of flags on bigendian 64bit architectures
17 Overview of changes in GLib 2.45.8
18 ==================================
20 * utf8 validation and utf8-to-ucs4 conversion are faster
22 * Small speedups to property change notification
24 * Various other small optimizations for GQuark, GData
27 696426 GParamSpecTypeInfo do not need to be static
28 735429 Cleanup MSVC Project Files Generation
29 738504 Optimize UTF-8 decoding by unrolling branches and expressions
30 742903 Add missing (transfer) annotation to GString
31 748633 g_set_object order of operations
32 754431 Fix build of glib/gstrfuncs.c on Windows
33 754560 gioerror: Add more mappings for WinSock error codes
34 754582 Glib cannot compile
35 754601 Make g_strerror work with non-glibc POSIX systems
36 754636 tests/unicode-encoding test fails for glib 2.45.7 on x86-64
37 754788 more g_strerror stuff
38 754831 autocleanups: Add GString type
39 754924 Improve test coverage of g_utf8_validate() by added known-...
40 754986 Avoid unnecessary signal emission during draw
42 * Translation updates:
51 Overview of changes in GLib 2.45.7
52 ==================================
54 * Add G_FILE_ATTRIBUTE_STANDARD_IS_VOLATILE for use by non-POSIX-like
55 backends (e.g. cloud storage).
57 * GFileMonitor: Make the inotify backend work with atomic renames again
59 * GSettings: change notification is again working unconditionally
61 * GListStore has a sort function now
63 * Test infrastructure:
64 - Tests are now required to have unique names
65 - TAP support has been improved
66 - A macro for asserting that two memory regions have identical content
70 708525 A "g_file_query_info" on the file path "/sys/kernel/debug/hid"...
71 742849 inotify: send paired events to both sides
72 744060 Update GObject tutorial documentation to use G_DECLARE_FINAL_T...
73 747364 Fix GError leak in g_file_query_writable_namespaces()
74 749492 Support file creation time on FreeBSD and NetBSD
75 752769 (g_socket_receive_message | g_socket_send_message) performance
76 753745 glib-genmarshal still needed for cross-compilation
77 754152 Add g_list_store_sort
78 754211 Memory leak in g_file_enumerator_iterate ()
79 754264 GLib 2.44 certificate chain construction fails if the PEM incl...
80 754283 gtestutils: add g_assert_cmpmem()
81 754284 gtestutils: print the TAP test plan first, not last
82 754286 misc gtestutils fixes
83 754307 size of array '_GStaticAssertCompileTimeAssertion_3387' is neg...
86 * Translation updates:
98 Overview of changes in GLib 2.45.6
99 ==================================
101 * Fix a test failure and a build failure
103 Overview of changes in GLib 2.45.5
104 ==================================
106 * GNetworkMonitor now provides information about metered networks
108 * g_mem_set_vtable has been deprecated; it has not been working for
109 quite a while. The recommendation is to use valgrind, or replace
113 656325 Make GDBusInterfaceVTable binding friendly
114 741779 Documentation tweaks addressing real-world API misuses
115 741822 Fails to build with VS 2015
116 742386 gdbusconnection: Don't g_printerr() when exiting
117 743018 gobject: Add more cross-links between documentation pages
118 750282 Add g_network_monitor_get_network_metered() to get if the connection...
119 751358 GFileMonitor doesn't react to "mv some-file watched-file"
120 751592 Stop using GMemVtable
121 751598 Stop 'handle-local-options' propagation when callback reports an err...
122 751610 g_str_hash produces collisions with strings of length 2
123 751751 Wrong docs of g_async_queue_remove
124 752210 gdbus command crashes with SIGSEGV
125 752656 gdbusconnection: Fix signal subscription documentation
126 752767 Fix typo in g_hash_table_replace() documentation
127 753278 gdbus: Don't use g_assert_no_error() GDBusObjectManagerServer
128 753285 g_menu_item_set_icon fails if called with NULL icon
130 * Translation updates:
143 Overview of changes in GLib 2.45.4
144 ==================================
147 727829 win32: glibconfig.h.win32 updates
148 741901 Clang cannot know that g_error don't return
149 746339 GSocket kills process when fd is not a socket
150 747676 gio/tests/socket fails: test_fd_roundtrip
151 748610 Some tests fail with non-English locales
152 749911 g_inet_address_to_string broken on XP/2003
153 749912 g_inet_address_new_from_string broken on XP/2003
154 750625 Should dismiss Software Updates Available notification after...
155 750807 G_BREAKPOINT doesn't work as intended on Darwin
156 751160 gtask does unnecessary work
157 751672 -Wduplicate-decl-specifier in glib/tests/keyfile.c
158 751731 GFile/DirectoryMonitor emit move events with other_file=NULL
159 751737 gio/tests/appmonitor test fails in 2.45.3
160 751798 Wrong enum type used in some test-cases
161 752089 make gsocketservice::active a property
162 752293 small cleanup: use list_free_full
164 * Translation updates:
170 Overview of changes in GLib 2.45.3
171 ==================================
173 * Improve performance of g_signal_handler_disconnect for signals
176 * GDBus has gained a new call flag to allow interactive authorization
179 - New API: g_settings_schema_list_keys
180 - Deprecated: g_settings_list_keys
183 - Implement GNotification
184 - Bump the OS X requirement to 10.9
187 - Add registry reading API
188 - Reimplement GAppInfo using registry information
191 666831 Support URI opening on W32
192 728489 property action with inverted boolean state
193 730168 Incorrect annotation on g_action_group_get_action_state_type return...
194 733325 Several regex tests fail with pcre3 8.35
195 734888 GLib has no helper functions to work with W32 Registry
196 737009 signal handler lookup doesn't scale
197 738185 Misleading language about "file name encoding" in the docs on g_env...
198 738504 Optimize UTF-8 decoding by unrolling branches and expressions
199 739122 glib not handling -1 return ("no limit") from sysconf (_SC_THREAD_S...
200 739424 gnome-shell crashes when files are added, deleted, or modified in $...
201 739616 DBus; Add new call flag to allow interactive authorization
202 740308 Add g_settings_schema_list_keys() method
203 740516 RFE: please provide an introspectible version of g_log_set_handler
204 741788 Document GSettings build system integration
205 745013 GBinding not thread safe
206 747146 Implement GNotification on OSX
207 747941 try XDG_RUNTIME_DIR/bus before falling back to X11 autolaunch (dbus...
208 748727 Filechooser dialog shows no icons for directories on W32
209 749693 GActionGroupExporter: flush queue on requests
210 750203 GNetworkMonitorNetlink hangs in user namespace
211 750322 gapplication: Make sure --help output is translated
212 750344 GTlsInteractionClass is missing from doc
213 750369 Various GBinding cleanups
214 750386 Race condition in g_io_condition_get_type
215 750399 Typo "equilalent" in glib documentation's glib-Error-Reporting.html...
216 750573 GTlsDatabaseClass is not documented
217 750918 genmarshal: silence register storage class warnings
218 751122 gsocket: avoid unnecessary g_socket_cond_wait() in _send_messages()
219 479730 The "g_key_file_set_comment" interface prepends '#' character to...
221 * Translation updates:
226 Overview of changes in GLib 2.45.2
227 ==================================
229 * Improve error reporting in glib-compile-schemas.
231 * Add introspection annotations to GListStore.
234 696749 win32 : failed to compile because of careless mistake in the code
235 723394 const parameter to GtkPopover gtk_popover_set_pointing_to
236 724113 gdbus-connection-loss test can fail on slow machines
237 725981 tap-driver.sh: internal error getting exit status
238 733325 Several regex tests fail with pcre3 8.35
239 744895 Unknown or unsupported transport 'this-should-not-be-used-and-will...
240 747882 gtype: Bump allowed number of children
241 748534 gtest: if a subprocess assertion fails, print its stdout and stderr
242 748612 de_DE locale used in option-context test is not supported by FreeBSD
243 748614 Double unref in g_socket_listener_add_inet_port
244 748834 glocalfilemonitor: Emit notification on rate limit change
245 749079 gdbus-peer test: TCP tests can fail with ECONNRESET due to a race...
246 749080 gdatetime test: fails if close to rollover between seconds
247 749180 gnetworkaddress: add return type annotation to parse methods
248 749352 g_binding_unbind() fails when source is also the target
249 749353 GBinding does not connect to the detailed notify signal
251 * Translation updates:
258 Overview of changes in GLib 2.45.1
259 ==================================
261 * The GSettings schema compiler, glib-compile-schemas has been changed
262 to reject schema xml that has duplicate <summary> or <description>
263 elements. Such elements typically occur when translations are merged
264 into the schema, with xml:lang attributes. This is not the correct
265 way to translate schemas. Instead keep the translations in the .mo
266 file and set the gettext-domain attribute on the <schemalist> element.
268 * The file monitoring infrastructure has been rewritten, and all backends
269 have seen major improvements.
271 The inotify backend is reporting events with less delay (no event will
272 be delayed more than 10ms) and wakeups due to file monitoring have been
273 significantly reduced. A CHANGES_DONE event will also be sent when new
276 The poll implementation is now using the thread default main context.
278 The fam implmentation is now running in the worker thread.
280 The fen implementation has been removed, since it was unmaintained.
282 * The GSettings schema compiler, glib-compile-schemas, is more strict
283 about rejecting schemas with xml:lang style merged translations.
284 Schema translations should be done by specifying the gettext domain
285 in the xml, and keeping the translations in gettext. To avoid breaking
286 already-installed schemas, this change is only taking effect when
287 you use the --strict option.
289 * The hardcoded 10-thread limit of GTask's thread pool has been removed,
290 since it was prone to causing deadlocks. The thread pool is now allowed
291 to grow dynamically and will shrink back over time.
293 * GSimpleAsyncResult has been deprecated in favor of GTask.
295 * The algorithm used by GAppInfo to find default handlers for mime types
296 has been tweaked to prefer apps that handle the specific subtype over
297 default handlers for a generic supertype.
300 627285 inotify file monitor hardwired delay
301 631597 Segmentation fault in append_escaped_text
302 661767 merge/improve various bits of run-in-thread functionality
303 687223 cleverer GThreadPool management
304 711547 win32: silence some build warnings
305 719966 glib: Add missing (nullable) and (optional) annotations
306 726447 Possibly an error in text string
307 728663 W32: wrong stat struct is used when built with MinGW-w64
308 728669 W32: GLocalFile can't measure size of files larger than 2^32...
309 730188 gsocket: Document FD ownership with g_socket_new_from_fd()
310 733325 Several regex tests fail with pcre3 8.35
311 738207 Add a way to set SO_SENDBUF and SO_RECVBUF on listener (and...
312 739850 GClosure: add valgrind hints
313 741791 gmain: Save errno when handling unix signals
314 744282 gvfs-open for application/x-virt-viewer changed behaviour bet...
315 745255 Add support for copying sessions between GTlsClientConnections
316 745745 gdbus: fix out-of-bound array access
317 745821 Don't use __alloc_size__ attribute with clang
318 746749 GLib-GIO:ERROR:inotify-kernel.c:327:ik_source_dispatch: ass...
319 746753 Glib-compile-resources --generate-header not using ".h" as ...
320 747209 glib-compile-schemas ought to reject repeated <summary> and...
321 747349 Conversion of gdbus to use GTask causes deadlocks
322 747363 gatomic: Add missing new line in API doc comment
323 747472 Don't ignore already-installed schemas with multiple <summa...
324 747541 gdbus segfaults with invalid --dest
325 747772 Having hardcoded utf8 strings in the source code does not p...
326 748019 gsocketconnection: Fix copy-pasto in documentation
327 748177 not all test schemas are distributed, "make distcheck" fails
329 * Translation updates:
342 Overview of changes in GLib 2.43.92
343 ===================================
345 GLib is now considered frozen. We do not expect any major changes
346 before the release of 2.44.0.
348 * GUnixMountMonitor now properly supports multiple main contexts
350 * many documentation improvements and cleanups. We are now
351 approaching a point where the documentation is 100% complete and the
352 xml will build without warnings. This will probably be enabled by
353 default in the next cycle.
355 * new support for HTTP proxies in GIO
357 * new GTask:completed property
359 * use "private" futexes in order to further improve the performance of
360 the contended case of GMutex and g_bit_lock()
363 614684 Make various parts of GObject const-correct
364 730352 Use inet_pton(), if_nametoindex() and if_indextoname() for newer versions of Windows
365 733876 Proxy protocol 'http' is not supported.
366 741442 threads: use FUTEX_WAIT_PRIVATE and FUTEX_WAKE_PRIVATE if possible
367 742599 Clean up GUnixMountMonitor
368 743636 gtask: Add a GTask:completed property
369 743661 g_win32_check_windows_version() is missing from doc
370 744722 docs: Expand introduction to mention using async calls over sync ones
371 745589 [Patch] gio: add some missing autocleanup
372 745634 [GNotifications] Use themed icon as icon-name
374 Translations updated:
399 Overview of changes in GLib 2.43.91
400 ===================================
402 We have now added 'g_autofree' as a libgsystem-style autocleanup macro
403 that calls g_free() on the content of a local variable when it leaves
404 scope (working only on GCC and clang).
406 GApplication now has an "is-busy" property, allowing one to query the
407 effective busy state.
409 There have been various other bugfixes and cleanups.
412 661554 GIO's use of GError is wrong
413 744263 Fix format specifier for __LINE__ in G_OBJECT_WARN_INVALID_PSPEC
414 744565 gapplication: add bind_busy_property()
415 744747 Add g_autofree
416 744756 Can't find out if gapplication is marked as busy
417 744830 autocleanups: Add GArray and GPtrArray
418 744876 Unclean exit from from g_application_run
419 745239 g_property_action_new missing type annotation
421 Translations updated:
428 Overview of changes in GLib 2.43.90
429 ===================================
431 * new GSimpleIOStream class to construct a GIOStream from an arbitrary
432 GInputStream and GOutputStream
434 * GApplication: new API for marking 'busy' state according to the value
435 of a boolean property on another object
437 * GOptionGroup: add binding support (boxed type, annotation fixes, etc.)
440 739724 Test functions should have async scope
441 741024 glist: Mention that g_list_length() is bad for checking list emptiness
442 741630 Add GSimpleIOStream class
443 743349 goption: Add boxed type for GOptionGroup
444 743990 GDBus connection closing is broken
445 744565 gapplication: add bind_busy_property()
447 Translations updated:
455 Overview of changes in GLib 2.43.4
456 ==================================
458 * GType now has type declaration macros G_DECLARE_DERIVABLE_TYPE,
459 G_DECLARE_FINAL_TYPE and G_DECLARE_INTERFACE, which significantly reduce
460 the boilerplate needed for GObject types and interfaces.
462 * g_autoptr and g_auto are macros for declaring variables with automatic
463 cleanup. They only work with gcc and clang.
465 * GListModel is a new interface that represents a dynamic list of GObjects.
467 * GListStore is a GSequence-based implementation of GListModel.
469 * Support thread names on OS X
471 * g_simple_action_set_state_hint: New function to set the state hint
474 * g_win32_check_windows_version: New function to check Windows version
476 * g_settings_schema_list_children and g_settings_schema_key_get_name
477 are new functions to complete the GSettingsSchema API.
480 389585 G_DEFINE_TYPE hack for header files
481 729351 Add GListModel
482 736914 Docs: various fixes and improvements
483 741807 Add thread name support on OS X and iOS
484 741895 gwin32: Add Simple API to check whether we are on at least a v...
485 742456 object: Add g_steal_pointer() convenience function to mark own...
486 743508 polkitd fails to start: patch for gio/gcredentialsprivate.h
487 743517 GSettings API is missing some introspection functions
488 743521 GSimpleAction: add g_simple_action_set_state_hint
489 743596 G_DECLARE_DERIVABLE_TYPE() should allow additional typedef for...
490 743640 add __attribute__((cleanup)) support
491 743827 Fix build of GListModel (on Visual Studio)
492 743927 GListStore: add sorted insert function
493 743936 glib: handle unsigned modifier for long long in internal printf
494 744012 Add GMutexLocker
495 744190 Fix build on Compilers That Do Not Use inline for Plain C Code
498 Overview of changes in GLib 2.43.3
499 ==================================
501 * add g_set_object() convenience function
503 * GNetworkMonitor: check if NM is not running and don't crash
505 * fix some races with g_mkdir_with_parents
507 * fix some warnings in MSVC
509 * avoid use of G_STRLOC in G_OBJECT_WARN_INVALID_PSPEC in order to save
512 * fix some content type vs. mime issues
514 * documentation improvements
517 719455 g_file_make_directory_with_parents() can erroneously throw G_IO_ERROR_EXISTS
518 732439 GSocket: avoid unnecessary g_socket_wait_condition() for blocking sockets
519 734946 Implement GContentType on OSX
520 741589 gobject: Add g_set_object() convenience function to set GObject pointers
521 741653 gnetworkmonitornm: Check if network-manager is running
522 741654 [patch] gobject: don't use G_STRLOC in G_OBJECT_WARN_INVALID_PSPEC() macro
523 741707 Gsocket blocks trying to send data
524 741788 Document GSettings build system integration
525 742548 configure.ac: stay out of autoconf's namespace
526 742851 avoid MSVC warnings in G_STMT_END
527 742972 ggettext: Include an example of setlocale() and friends in the i18n docs
528 743014 gtestutils: Add an example of using test fixtures
530 * Translations updated:
535 Overview of changes in GLib 2.43.2
536 ==================================
538 * New function: g_strv_contains
540 * New function: g_network_address_new_loopback
542 * New function: g_socket_send_messages
544 * A new GNetworkMonitor implementation using NetworkManager provides
545 more detailed connectivity information
548 11059 Linux poll issue
549 664562 captive wifi portal support for GNetworkMonitor
550 685880 Add g_strv_contains()
551 712570 Hang in g_threaded_socket_service_func
552 719646 GSocket: add g_socket_send_messages() to send multiple messages...
553 728928 Provide separate error code for "Connection reset by peer"
554 732317 Support GSocketConnectable for loopback addresses
555 740814 "make check" should ensure that every symbol is documented
556 740848 Backend subscription fails when connecting to a signal with a d...
557 741016 gio: add G_IO_ERROR_NOT_CONNECTED
558 741226 keyfile: Add "in group" to GError message consistently
560 * Translation updates:
569 Overview of changes in GLib 2.43.1
570 ==================================
572 * GQueue now accepts NULL as a sibling in g_queue_insert_before() and
573 g_queue_insert_after()
576 11059 Linux poll issue
577 726037 Add G_PARAM_READWRITE value to the GParamFlags enumeration
578 727988 GMemoryOutputStream hangs when writing more than 1GiB
579 729739 tlscertificate: add support for loading certificate chains
580 733791 GSettings: delay backend subscription
581 736286 Clarify g_file_replace behavior with etags
582 736620 GQueue: accept NULL sibling for insert_before() and insert_after()
583 737150 GLib-GIO-WARNING **: Failed to parse translated string 'visible-name...
584 737160 unhelpful error message
585 738259 GDBusInterfaceVTable: clarify memory handling for the method() virt...
586 738551 'interface' variable conflicts with Windows defines
587 738633 Need to disable SSLv3 in glib-networking
588 740157 <app> --help doesn't work even when options were added
589 740309 Fix docs in g_strfreev
590 740413 Fix the GSettings Registry Backend
592 * Translation updates:
596 Overview of changes in GLib 2.43.0
597 ==================================
599 * GObject gained a debug option to provide instance counts. To use it,
600 set GOBJECT_DEBUG=instance-count and call g_type_get_instance_count().
602 * GOption now has a strict POSIX mode in which it stops parsing arguments
603 as soon as a non-option argument is encountered.
606 354457 Feature Proposal: Per-Type Statistics for Instantiable GTypes
607 695082 g_hash_table_remove_all is not save against a call to g_hash_table_remove
608 723160 GOption: add strict posix mode
609 728256 gcredentials: add NetBSD support
610 729739 tlscertificate: add support for loading certificate chains
611 733338 Don't segfault in GNetworkMonitor when IPv6 support is unavailable
612 736273 gdesktopappinfo: Use symbolic names in the code
613 736284 Keep only one list of signal emissions
614 736806 gtask: Fix reference count loop causing leaks
615 736914 Docs: various fixes and improvements
616 737143 Include <stdint.h> in glib/valgrind.h
617 737259 gcancellable: Clarify that GSources hold references to GCancellables
618 737338 gmain: Unref child sources when finalising a GSource
619 737446 tests: Fix some minor leaks in the unit tests
620 737451 Provide api to read_all_async
621 737741 g_datalist_id_get_data assertion fails for non-existant keys
622 737869 GApplication command line handling breaks --help
623 738170 g_byte_array_new_take() doesn't initialize array->alloc
624 738197 g_cond_timed_wait() doesn't time out on Mac OS X
625 738374 gfile: g_file_equal (x, x) is TRUE
626 738675 GSubprocessLauncher is missing some data on the docs
628 * Translation updates:
636 Overview of changes in GLib 2.42.0
637 ===================================
639 All changes in this release are trivial in nature.
641 - introspection warning fixes
643 - g_application_add_main_option now uses an enum instead of an 'int'
644 for the type of a parameter
646 - added a G_OPTION_FLAG_NONE so that people don't need to use 0
648 - gresource: Use GError in more places
650 - gresource commandline tool: improve extraction from multiple sections
652 - GSource now takes the context lock (if any) in g_source_set_name()
654 - new documentation to clarify the use of some APIs related to
655 GVariant, GSource, GApplication
657 - other minor updates to docs
660 736683 Thread safety issues with g_main_context_find_source_by_id
661 736975 [patch] please document that GVariant serialization needs an
662 out-of-band length field
664 * Translation updates
672 Overview of changes in GLib 2.41.5
673 ==================================
676 735819 single native credential struct used for two purposes
677 735915 glib-building.html uses --enable-gcov instead of --enable-coverage
678 736350 GDesktopAppInfo: avoid polling on missing desktop dirs
679 736351 Don't use issetugid() on Android
680 Fix the default application logic in GDesktopAppInfo
681 736458 Only use rand_s() when targetting Visual Studio >= 2005
683 * Translation updates
695 Overview of changes in GLib 2.41.4
696 ==================================
698 * GApplication now has binding-friendly API to handle
699 commandline options: g_application_add_main_option
701 * G_GNUC_BEGIN_IGNORE_DEPRECATIONS works with clang
704 583330 poll list of mounted file systems (no mtab support)
705 727455 Command line option parsing from bindings
706 734126 add G_GNUC_BEGIN_IGNORE_DEPRECATIONS macro for clang
707 735179 gsocketclient: Handle cancellation between CONNECTING...
708 735297 Docs claim that GThread struct is deprecated
710 * Translation updates:
724 Overview of changes in GLib 2.41.3
725 ==================================
727 * g_clear_pointer and g_clear_object no longer use atomics
730 711547 win32: silence some build warnings
731 725511 Compiled resource files should have the same /-separators everywhere
732 725513 Some tests fail to build on W32
733 725514 W32: gfileutils does not preserve errno correctly
734 725515 test-printf fails on W32
735 728730 gsocket: Set SO_NOSIGPIPE on sockets on Darwin
736 729703 Leaks a GError in g_file_move
737 730932 statically assert that reasonable assumptions about enums are true
738 732085 gtype: Fast-path for g_type_is_a
739 732754 GDBusMessage: optimise (de)serialisation of fixed arrays
740 733345 ginetaddress: Add a precondition to g_inet_address_new_from_string()
741 733576 Patches from static analysis run on 2.40
742 733715 glib's configure.ac makes accidentally use of nested function
743 733934 win32: improve the package installation dir lookup
744 733960 W32: spawning a console process creates a new window when stdout...
745 733969 Remove atomic aspects of g_clear_pointer/object
746 733982 Do not crash when checking whether an instance type is of a given...
747 734035 gedit hangs up when there's no GSettings key in the registry
749 * Translation updates:
757 Overview of changes in GLib 2.41.2
758 ==================================
760 * The Unicode support has been updated to version 7.0
761 of the Unicode standard
763 * GNotification now supports priorities for notifications
765 * GCredentials has gained NetBSD support
767 * GMutex now uses a faster, native implementation on Linux
770 699132 Pluggable event loop backends
771 720708 g_assert_warning(): number of arguments doesn't match for...
772 722092 Add GtkApplication resources support
773 724986 Change gio/data-to-c.pl to /usr/bin/env perl.
774 727974 Fix up failure-to-see-expected-message logging
775 728256 gcredentials: add NetBSD support
776 728401 GDateTime: Add guards to g_date_time_new()
777 729825 Formatting of g_alloca documentation
778 729914 instead of DEBUG_CODE and IF_DEBUG, provide a common macro...
779 730293 clang++-3.4: error: 'register' storage class specifier is ...
780 731339 giochannel: avoid setting uninitialised length
781 731424 #ifdef spaghetti for load_user_special_dirs() implementations
782 731623 GNotification: add support for a priority setting
783 731929 update tables to unicode 7.0.0
784 731950 gvalue: New g_value_from_instance
785 731986 GLib: implement GMutex natively on Linux
786 732184 GObject: warn on use of deprecated properties
787 732357 Docs: various fixes and improvements
788 732429 GActionEntry: improve documentation
789 732465 Fix build on x64 Visual C++ builds
790 732704 Docs: various fixes and improvements
791 732739 ginetsocketaddress: Explicitly initialise flags for getaddr...
792 732754 GDBusMessage: optimise (de)serialisation of fixed arrays
793 732984 g_object_ref(NULL) in g_dbus_object_manager_client_finalize
794 733084 Typos in g_bytes_hash() and g_time_zone_find_interval() docs
795 733146 spawn helper does not use correctly the parameters
797 * Translation updates:
801 Overview of changes in GLib 2.41.1
802 ==================================
805 697229 Custom Interface implementations will be broken with glib 2.37/38
806 698614 GObject: prevent installing properties after init
807 729269 gvariant: Fix confusion between type and format strings in the docs
808 730198 broken valgrind.h leads to crashes in g_type_free_instance on mingw64
809 730807 GMutex performance regression
810 730963 gconvert: mention that the g_convert len should be in bytes
811 730984 Faster instance type check for fundamentals
812 731050 <structname> tags appear in documentation
813 731200 unconditional 'notify' during g_object_set() is problematic
814 731335 gtype: guard uses of new fundamental type check
815 731341 gparam: change value of G_PARAM_EXPLICIT_NOTIFY
816 731366 run-assert-msg-test.sh gdb leaves assert-msg-test zombie
817 731425 giomodule protects function-call with different token than function...
818 731513 clang: build failure: implicit declaration of function '__atomic_load_4'
819 731584 gbookmarkfile: Cleaner error handling code to pacify static analysis
820 731657 Prevent an invalid @CARBON_LIBS@ from appearing in the .pc files
821 731979 docs: Correct param to interface's default_init()
822 731996 Return folder as icon for directories
823 732002 gwakeup: Clarify buffer sizing in g_wakeup_signal()
824 732005 Remove unused assignments
825 732019 gtestdbus: Don’t close stdout for dbus-daemon
826 732068 gsignal: Add an example to the g_signal_connect_swapped() documentation
827 732081 gsocket: Document that g_socket_create_source() holds a socket ref
828 732107 gsocketlistener: Reconsider closing sockets on listener finalisation
831 Overview of changes in GLib 2.41.0
832 ===================================
834 * Many bugfixes found by static analysis, including potential fd leaks
835 and NULL pointer dereferences.
837 * Increased use of (nullable) attribute on out values and return types
838 now that it is supported (mostly from porting Vala metadata).
840 * use XDG_CURRENT_DESKTOP for OnlyShowIn/NotShowIn handling of desktop
841 files, deprecating g_desktop_app_info_set_desktop_env()
843 * add support for g_desktop_app_info_get_implementations() to find
844 desktop files that have an Implements= line for a given interface
846 * GHmac has gained SHA-512 support
848 * support the new mimeapps specification (most notably, moving the
849 assoications/defaults configuration to ~/.config/mimeapps.list).
851 * libgobject is now linked -Wl,-z,nodelete when possible to avoid errors
852 when gobject is used from a module for a program that does not itself
853 use gobject and that module is unloaded/reloaded
855 * ... and many other bug fixes.
857 623552 glib warns if backtrace.py is not present
858 667468 glib-2.30.2: ipv6 tests fail when no ipv6 support is available
859 668152 -framework Carbon linker flag not passed to pkg-config .pc files
860 707298 libgobject should be linked with -Wl,-z,nodelete
861 712391 Add g_desktop_app_info_get_implementors()
862 722723 Infinite recursion when calling g_io_stream_close_async() from libsoup
863 724741 hmac: Fix support for SHA-512 in GHmac
864 726040 networkaddress: fix parsing of uri with @ after authority
865 726318 gio: Document that GSocket is not thread safe
866 726611 socketclient: Leak on cancellation
867 726872 gio: Add names to idles and timeouts
868 727119 wrong IN6_IS_ADDR_MC_LINKLOCAL usage break android build
869 727123 GNotification: Some small documentation fixes
870 727320 docs: Remove escaping '\' from literals
871 727551 Check use_count of GApplication in g_application_release()
872 727559 g_file_copy: Don't set GError when we intend to ignore errors
873 727692 gio/gtlscertificate.c -- broken PEM-file processing (affects local CA root stores, for starters)
874 727890 soup_content_sniffer_real_sniff segfault
875 727900 gio: Add newer dbus UnknownXxxx and PropertyReadOnly errors
876 727928 gapplication-tool fixes
877 727939 INTLLIBS are always appended in configure checks
878 727964 g_io_extension_point_get_extension_by_name: Warn, but don't crash, for NULL inputs
879 728040 Implement new mimeapps spec
880 728066 Deal with startup notify id being NULL
881 728280 platform_get_argv0: fix sysctl(3) use on OpenBSD
882 728285 docs: Use markdown links in .h files, too
883 728350 gaction: Minor clarifications in the GAction documentation
884 728380 docs: Remove <!-- --> comment before plural s
885 728565 gfile: More explicitly document the context for GFileProgressCallback
886 728983 Docs: various fixes and improvements
887 729167 gobject: Document that classes/objects/interfaces are zero-filled
888 729563 GOption: A short option's value is included in G_OPTION_REMAINING
889 729813 AppInfo: use XDG_CURRENT_DESKTOP for OnlyShowIn
890 729875 gio: cleanup gdbusmessage.c file
891 730045 Avoid overeager warning about deprecated properties
892 730189 gtestutils: Fix a very unlikely FD leak in test fork handling
893 730190 gsocket: Add missing preconditions to g_socket_send_message()
894 730277 gthread: Fix use of a local variable after it went out of scope
895 730278 gsubprocess: Add a missing va_end() call
896 730295 gdbus-tool: Remove dead variables
897 730493 Port annotations from Vala metadata
899 Translations updated:
914 Overview of changes from GLib 2.39.91 to GLib 2.39.92
915 =====================================================
917 This is a release candidate for 2.40.0.
919 There are no major changes in this release, but a few serious bugs have
923 710367 Crash in g_settings_backend_dispatch_signal()
924 723899 G_DEFINE_TYPE() causes compiler warnings with clang due to foo_get_instance_private
925 724859 Let the test_wait_until() test also run on non-*nix
926 724916 gio unmount code makes XFCE's Thunar crash
927 725651 GSubprocessLauncher: Does not copy the calling process environment.
928 725656 Unskip GVariantDict
929 725891 gio tests: add codegen to BUILT_SOURCES
930 726046 Recent commit created symbolic icons issues
942 Overview of changes from GLib 2.39.90 to GLib 2.39.91
943 =====================================================
945 This release introduces a hard dependency on present and functioning
946 clock_gettime() and CLOCK_MONOTONIC. It also introduces a dependency on
947 pthread_condattr_setclock() unless your system happens to have
948 pthread_cond_timedwait_relative_np() (as do Mac OS and Android). This
949 release is known to be broken with at least GNU/Hurd, pending addition
950 of working pthread_condattr_setclock(CLOCK_MONOTONIC) there.
952 New API: g_str_to_ascii()
955 670144 unconditional use of CLOCK_MONOTONIC is broken
956 673607 invalid assumption in g_cond_wait_until() / g_get_monotonic_time() API
957 710142 Add more impressive transliteration to GLib
958 722360 make check fails
959 722604 (partial) Various tests are failing with 2.39.3
960 723316 g_hash_table_iter_remove() should be explicit whether or not it is safe while iterating the table
961 724609 Fix build of GIO on Windows
962 724687 gmain: make monotonic time really monotonic, everywhere
963 724706 gsource: document priority of child sources
964 724707 some GSocket source improvements
965 724839 GMainContext: some source ID cleanups
966 724858 Dist gtranslit-data.h
967 724994 Missing icons for bookmarks in file chooser
968 725023 Can no longer find apps by executable/desktop file name
975 Overview of changes from GLib 2.39.4 to GLib 2.39.90
976 ====================================================
979 625408 make GVariant dictionaries more useful
980 660809 document that if you fail a precondition check, documented guarantees do not apply
981 661576 fix handling of constructors that destroy half-constructed objects
982 679957 g_inet_address_new_from_string is not able to handle dots and numbers IPv4 addresses
983 712837 gvariant: Document the need to cast varargs when constructing GVariants
984 721458 g_simple_async_result_is_valid has a NULL check for the wrong source_tag
985 721977 improve split handling of command line arguments
986 722033 win32: fixup lib.exe invocation
987 723422 Fix g_socket_get_available() with TCP on Windows
988 723616 gio/tests: fix race when generating code
989 724001 gsubprocess: Fix a broken link in the documentation
990 724124 glib/tests/collate.c fails if no en_US locale
991 724126 intermittent GApplication test failure: /gapplication/local-actions: lines of output permuted
992 724233 gsocketservice: Note g_socket_listener_close() for closing open sockets
993 724239 soup_session_queue_message - Connection terminated unexpectedly
994 724278 gsocketconnection: Document closing connections with g_io_stream_close()
995 724330 configure.ac: tweak inotify check
996 724385 gtestutils: make the new assert messages more detailed
997 724401 gsubprocess: Mutex leak
998 724417 glib master build broken on OpenBSD
999 724434 Build failure in gio/gresolver.c
1001 * Updated translations:
1002 Brazilian Portuguese
1011 Overview of changes from GLib 2.39.3 to GLib 2.39.4
1012 ===================================================
1015 139699 Correction for g_main_context_unref()
1016 583036 g_strchomp and g_strchug are not declared const
1017 683388 improve documentation for application developers
1018 685204 ./configure fails to add the '-g' flag to CFLAGS
1019 688406 GStaticMutex broke ABI on at least ARM EABI during 2.31.x
1020 693299 cannot compile on Solaris: error in gbitlock.c
1021 707111 Clarify type transformability and compatibility
1022 711547 win32: silence some build warnings
1023 719344 Fix the various test programs (or GLib itself) on Windows
1024 722025 cleanup/clarify command line argument encoding on Windows
1025 722323 remove unused include 'gslist.h' in 'gbookmarkfile.c'
1026 722326 gstringchunk: Use g_slist_free_full() where possible
1027 722357 gio: fix small memory leak on local xattr
1028 722436 Adjust doc to Makefile.decl renaming
1029 722503 GSimpleAction: add default activate handler
1030 722526 glib/deprecated/gthread.h error on FreeBSD
1031 722591 [documentation] broken link to GtkAction from GAction.html
1032 722973 Broken example in GApplication reference
1033 723048 'network-access' test can fail to guess interface index
1034 723360 gmain: Note that g_source_destroy() can be called multiple times
1036 * Updated Translations:
1042 Overview of changes from GLib 2.39.2 to GLib 2.39.3
1043 ===================================================
1045 No major changes this release -- mostly lots of small fixes and
1046 improvements in test coverage.
1048 * fix a crasher in code from gdbus-codegen
1050 * improvements to gobject gdb helper script
1054 - fix a deadlock issue with kqueue on FreeBSD
1056 - work around a quirk in the sunstudio compiler
1058 - rename a variable to avoid clashing with a macro definition of
1059 'environ' on some platforms (like mingw)
1061 - use POSIX-specified <poll.h> over <sys/poll.h>
1063 - many improvements to Visual Studio projects and and some build
1067 - a very large number of improvements in test coverage
1069 - don't report skipped tests as failures
1071 - return 77 if we skip all tests in an executable
1073 - improve gtest documentation and fix some minor issues
1075 - fix g_test_trap_reached_timeout() return value
1077 - remove some dead code uncovered during test coverage expansion
1079 - Use tap mode for installed tests too, when using tap
1081 * fix races in unix signal handling
1083 * make our GVariant-based commandline tools (glib-compile-schemas,
1084 gdbus, gapplication) print out GVariant parse errors in context
1086 * GApplication now has a --gapplication-service command line switch to
1087 turn any GApplication into a service
1089 * improve compatibility of GApplication and GOptionContext
1091 * fix gsettings.m4 wrt. builddir != srcdir with non-recursive make
1093 * use a directory monitor in GKeyfileSettingsBackend
1095 * improve robustness of some GIcon classes
1098 141251 poll(2) is in <poll.h>, not <sys/poll.h> per SUS standard
1099 613732 [PATCH] gobject.py: Don't install frame filters when GDB does not support them
1100 708212 g_variant_parser_error_get_quark() has unexpected name.
1101 710965 GApplication: add --gapplication-service switch
1102 711090 periodic failure of spawn-multithreaded async testcase
1103 712171 gsettings.m4: @GSETTINGS_RULES@: Support srcdir != builddir with nonrecursive make
1104 712630 Revert "gsettings m4: check for .xml in src/builddir"
1105 715028 GVariant: add way to print context of parse errors
1106 719344 Fix the various test programs (or GLib itself) on Windows
1107 720263 gtestutils: skipping a test should count as success, not failure
1108 720539 gdbus-codegen: Fix crasher in goa-using apps
1109 720635 Make gdb pretty-printers compatible with Python3
1110 720891 g_settings_get_child does not inherit the backend
1111 721034 glib 2.38.2 cannot be compiled with SunStudio Compiler under Solaris
1112 721059 g_subprocess_launcher_set_environ vs "environ"
1113 721074 kqueue: deadlock
1114 721087 Missing -lselinux in pkg-config --libs --static gio-2.0
1115 721324 Error message is printed to stdout
1116 721624 Regression in GTest framework reorders existing test cases
1117 721625 backwards NEWS entry about g_source_remove change
1118 721796 insufficient escaping in g_dbus_annotation_info_generate_xml()
1119 721947 Improve GApplication ⇔ GOptionContext compatibility
1121 Translations updated:
1122 Brazilian Portuguese
1127 Overview of changes from GLib 2.39.1 to GLib 2.39.2
1128 ===================================================
1132 - Remove alleged support for OS/2
1134 - Remove alleged support for BeOS
1136 - Remove alleged support for last-millennium Unixes
1138 - Require C90 compliance
1140 - Require POSIX.1 (1990) compliance on Unix
1145 113075 support "nonnull" attribute
1146 159528 g_ptr_array_remove_range()
1147 307947 The check for growing stack pointer in configure can fail
1148 607016 docs should mention property notification order
1149 671557 Fun with integers and g_key_file_load_from_data()
1150 676761 don't use g_critical for a runtime error
1151 690525 g_file_replace_contents_async doesn't copy its @conten...
1152 691608 Support compilation with clang 3.2
1153 697585 g_variant_builder_add's doc example is leaking
1154 697828 g_hash_table_add() should return a boolean
1155 702862 gdbus-codegen : look for deps in default install path
1156 703522 Reference leak in GvariantBuilder documentation
1157 705902 g_get_current_dir() should check PWD env var and retur...
1158 708274 Added GObject Introspection annotations to genums.c
1159 710519 Portability schmortability
1160 710741 some mainloop instrumentation
1161 710983 Test failures on powerpc
1162 711047 Enable the build of the various test programs on Windo...
1163 711051 Add basic test for the GNotification gtk backend
1164 711088 gbacktrace: Don't close stderr when running gdb
1165 711103 gmessages: Add g_info macro for G_LOG_LEVEL_INFO
1166 711178 appinfo test problems
1167 711546 utf8: report allocation error
1168 711640 gdesktopappinfo: Rank Keywords matches higher than Gen...
1169 711751 Fix memory leaks in libglib tests
1170 711753 gthread-posix: Don't use gslice allocated GRecMutex
1171 711796 glib-tap.mk: fix to actually use the TAP driver
1172 711800 fix g_test_set_nonfatal_assertions()
1173 711801 giomodule: Allow overriding source directory gio modul...
1174 711805 gdbus-connection: Fix race condition in test
1175 711806 gtestdbus: Don't destroy GSource twice
1176 711807 gtestdbus: Properly close server connections
1177 711871 Broken and misleading configure check for growing stack
1178 712136 'O_CLOEXEC' undeclared (first use in this function)
1179 712148 Add system bus support to GTestDBus
1180 712171 gsettings.m4: @GSETTINGS_RULES@: Support srcdir != bui...
1181 712314 AIX port: splice(); major()/minor(); libtool library order
1182 712315 GSettings: More docs for deprecated _list_schemas()
1183 712393 gobject: Box GMappedFile
1184 712547 GSocketClient "event" not useful for determining resol...
1185 715164 Clang static analysis fixes
1186 719395 GPtrArray add g_ptr_array_insert
1187 719402 Crashes when startup
1188 719472 leak in generated proxy-side property-setter
1189 719687 fix or remove g_trap_object_ref
1190 719809 Signal connection ids are always > 0 if successful
1191 719837 gdbus-connection: Work around race in connection tests
1192 719884 Fix documentation typos in GTask and GCancellable examples
1193 719979 g_settings_get: check validity of format string
1194 720080 Truncating a GMemoryOutputStream to a larger size cause...
1195 720210 gdataset: Remove unused define
1196 720236 Allow clean simple use of g_test_trap_subprocess()
1198 * Translations updates:
1205 Overview of changes from GLib 2.39.0 to GLib 2.39.1
1206 ====================================================
1208 * GSettings fixes/improvements
1210 - GSettingsSchema API is now more powerful and consistent
1212 - new GSettingsSchemaKey API allows accessing metadata for keys:
1213 type, default value, range and the long-awaited support for summary
1216 - GSettingsSchemaSource gains support for listing schemas within a
1217 source. Deprecate the global API that did this for the default
1220 - 'gsettings list-schemas' now works properly with --schemadir
1222 - deprecate a bunch of now-redundant functionality on GSettings
1224 - add API to GSettings for getting the default value of a key (as set
1227 - add API to GSettings for determining if the user has assigned a
1228 particular value to a key (ie: we are not just reading the default)
1230 - ignore qualified tags and attributes appearing in schema files
1232 * Applications/Actions
1234 - make GSimpleAction a bit more strict with respect to state changes
1235 that would violate the interface (ie: by changing the state type
1238 - throw an error when attempting to 'Describe' a non-existent action
1239 via D-Bus instead of returning a bogus description
1241 - throw an error when attempting to invoke unsupported methods on an
1242 Application (eg: 'Open' on an app that doesn't HANDLES_OPEN)
1243 instead of emitting a g_critical() in context of the app (which is
1244 not itself at fault for the errant call)
1248 - substantially rework GDesktopAppInfo to reduce the amount of disk
1249 accesses that are performed in common situations
1251 - add a new class: GAppInfoMonitor for discovering when applications
1252 are installed/removed
1254 - add a new g_desktop_app_info_search() API for searching for
1255 installed applications by name, keywords, etc.
1257 * GMarkup: add new G_MARKUP_IGNORE_QUALIFIED flag for skipping over
1258 "qualified" tags and attributes (those with a colon in the name, such
1263 - ignore qualified tags, as above
1265 - GTestDBus: unset all D-Bus addresses (such as STARTER) to ensure
1266 that test programs don't pick them up
1268 - add new session_bus_run() convenience in the tests and use it
1270 * GRand: use real random data as a seed on win32 and use the
1271 timestamp/pid/uid fallback only on UNIX machines where we can't open
1272 '/dev/urandom'. This may cause issues with older mingw32 releases
1273 due to a missing prototype for the rand_s() API.
1275 * Many win32 (and particularly MSVC) portability fixes. Many
1276 additional tests are now runnable when building with MSVC.
1278 * Due to early testing of the (soon to land) GCleanup framework, a very
1279 large number of memory errors have been found and fixed (mostly in
1280 the testcases, but some in glib itself).
1284 - some more seeking cleanups: particularly on GLocalFileInputStream
1286 - don't leave a .trashinfo file around if trashing a file fails
1288 - Add a request_certificate virtual method to GTlsInteraction
1290 Translations updated:
1298 635641 schema compiler should ignore unknown attributes
1299 637257 g_tls_client_connection_gnutls_retrieve_function needs to be able to block
1300 637956 GKeyfileSettingsBackend should ignore file deletions
1301 645453 keys from base schema missing from extended schema
1302 665634 g_dbus_node_info_new_for_xml() errors on unknown attributes in XML files
1303 668232 Unable to get description and summary for a key
1304 668233 Unable to determine if a key is set to the default / what the default value is
1305 680838 Need g_settings_schema_source_get_schemas()
1306 683017 API for accessing GSettings Schema metadata
1307 687185 org.gtk.Actions.Describe doesn't return an error for non-existing action names
1308 687202 If trashing fails, the ".trashinfo" file is not removed
1309 695558 The --schemadir option has no effect
1310 696424 GSimpleAction.state property is not right
1311 697348 GTestDBus should unset DBUS_STARTER_ADDRESS, DBUS_STARTER_BUS_TYPE
1312 710133 Emit backward compatible code with gdbus-codegen
1313 710691 glib-networking: locking during implicit handshake
1314 710738 GRand has lame fallback for Windows
1315 710859 Typo in gio docs
1316 710885 Two fixes for GApplication
1317 710962 error: 'F_DUPFD_CLOEXEC' undeclared (first use in this function)
1318 710964 Add g_hash_table_get_key_array()
1319 710991 test: g_debug messages shouldn't affect g_assert_expected_messages
1320 711016 g_settings_list_keys () segfaults for empty schemas
1321 711048 glocalfileinputstream.c allows skip past end of file
1322 711049 Fix build of GLib-GIO 2.39.x on Windows/MSVC
1323 711064 Adding child source to blocked source can cause a segfault
1324 711070 Copying a symlink over another one segfaults
1325 711099 gapplication test failure
1326 711520 GDesktopAppInfo: allow more than one level of legacy folder prefixes
1327 711556 Add GAppInfoMonitor
1328 711557 Add g_desktop_app_info_search()
1329 711600 trivial portability fix
1330 711632 The desktop-app-info test fails during make check
1331 711754 gmain: Fix use of uninitialized memory in sigaction structure
1332 711755 private: Use threading primitives correctly in private test
1333 711756 gthreadpool: Don't pass bad data to GThreadPool sorter
1334 711768 Fix memory leaks in libgmodule tests
1335 711775 utils: Don't free memory owned by glib in test
1336 711782 boxed: Fix double free in boxed unit tests
1337 711803 gsubprocess: Fix a number of leaks and a segfault
1338 711808 gtestdbus: Fix leak of GMainLoop
1340 Overview of changes from GLib 2.38.0 to GLib 2.39.0
1341 ====================================================
1343 * prep for the 2.40 series (version macros, docs index, etc.)
1347 - new API for sending persistent notifications via the desktop shell
1349 - notifications persist when the application has quit and clicking on
1350 them can restart the application with an action (via
1355 - new API for launching subprocesses
1357 - nice GIO integration like async functions, cancellability, etc.
1359 - a convenient communicate() API inspired by the same API in Python
1361 - related: the gspawn API now has a CLOEXEC flag for the created
1362 pipes for stdin/stdout/stderr
1364 * New gapplication(1) commandline tool
1366 - intended to be used with DBusActivatable apps
1368 - can be used for launching apps, opening files, invoking application
1369 actions and listing apps and actions
1371 - bash tab completion is supported
1373 * GDesktopAppInfo changes:
1375 - g_file_get_path() can implicitly cause a FUSE mount so don't call
1376 it until we know we need it (for an app that doesn't support URIs)
1378 - don't crash when trying to load from a keyfile with
1379 DBusActivatable=true
1381 - remove some dead code, refactor the search path handling a bit and
1382 do a large-scale whitespace cleanup (prep work for the pending
1387 - fix broken handling of mount point monitoring
1389 - remove some strange use of GObject::constructor() from the base
1390 class and inotify backend
1392 - fix GFileMonitor to work in the non-default main context even when
1393 the main context is not running (or is blocked)
1395 - add internal private API for easily creating a file monitor in the
1400 - g_settings_list_children: only list viable schemas. This fixes a
1401 longstanding issue where 'gsettings list-recursively' will crash
1402 when there are invalid schemas installed
1404 - don't accept invalid paths on g_settings_new_with_path, etc.
1408 - GFile now has a thumbnail::is-valid attribute to check if the
1409 thumbnail in thumbnail::path needs to be regenerated
1411 - GDBusProxy now has a flag to control autostarting of services at
1414 - for GSeekable, properly introduce the concept of "resizable" vs.
1415 "fixed-sized" streams in the docs, explaining the expected
1416 semantics of the interface in each case
1418 - fix some cases in GMemoryOutputStream that were violating the above
1419 expectations (which may cause a slight API incompatibility)
1421 - clean up GCredentials code and add support for Hurd and Solaris
1423 - improve splicing by using different codepaths for the case where we
1424 have real _read_async() and _write_async() implementations on the
1425 stream vs. the case where they are internally emulated (via
1426 dispatching the sync variant of the call in a thread)
1430 - fix a leak in g_key_file_get_(u)int64 when we fail to parse the
1433 - add long-requested API g_key_file_save_to_file()
1435 * Portability improvements
1437 - avoid using O_DIRECTORY on platforms that don't have it
1439 - be careful about systems that define SOCK_CLOEXEC but don't
1440 actually support it (like Hurd)
1442 - only use SA_RESTART if it exists
1444 * Other small API changes/additions
1446 - a pair of functions to support matching strings for the type of
1447 search functionality that you'd expect to have with things like
1448 GtkSearchBar. This will also be used by the desktop file index.
1450 - g_str_is_ascii() with obvious purpose
1452 - g_test_expect_message() no longer appears to allow you to catch
1453 G_LOG_ERROR messages
1455 * GMainContext/GSource
1457 - fix handling of overflowing the 'next source id' counter
1459 - g_source_remove() will now throw a critical in the case that you
1460 try to remove a non-existent source. We expect that there is some
1461 code in the wild that will fall afoul of this new critical but
1462 considering that we now reuse source IDs, this code is already
1463 broken and should probably be fixed.
1465 - simplify handling of the 'current dispatching source' to not
1466 require use of a linked list
1470 - the long-broken (and leaky) pattern of destroying a just-allocated
1471 object from inside of a custom GObject::constructor is now
1472 officially completely illegal and will abort the program
1474 * Unicode: update to 6.3.0
1478 - g_file_copy() now falls back to pathname queryinfo. This should
1479 clear up the bugs with copying from some GVfs backends (afp,
1480 gphoto, archive, at least).
1482 - fix an out-of-bounds read in the xdgmime code
1484 - fix a typo in the /org/freedesktop/DBus path on the object manager
1487 - skip emitting path_namespace='/' in match rules in order to
1488 workaround a bug in the D-Bus daemon and fix our own implementation
1489 (which shared exactly the same bug)
1491 - fix crashes on precondition violations for GParamSpec constructors
1493 - many other small fixups (see bug list)
1495 * Many documentation improvements
1498 309224 g_key_file_save_to_file missing
1499 583321 QNX: no SA_RESTART
1500 661576 fix handling of constructors that destroy half-constructed objects
1501 672102 GSubprocess class
1502 684842 Seeks on GMemoryOutputStream don't have opaque semantics
1503 688492 Add a notification API
1504 691581 g_output_stream_real_splice_async doesn't use overriden read/write_async functions
1505 702516 gfileutils: Make -Werror=format-nonliteral happy
1506 704218 New gapplication(1) tool
1507 704593 g_setenv: on some systems (BSD, OSX…), setting a variable to NULL crashes the system
1508 704882 GLocalDirectoryMonitorClass mount_notify field is useless
1509 704887 file monitoring improvements
1510 705029 Support for Solaris credentials
1511 705688 g_settings_list_children: only list viable schemas
1512 706254 Afp backend cannot copy files
1513 707887 Attempting to create GObject Property with underscore prefix segfaults
1514 708042 gapplication: don't rely on cmdline being finalized immediately
1515 708265 add support for GNU/Hurd in GLib D-Bus Library
1516 708266 fix error code checks when SOCK_CLOEXEC is defined but not supported
1517 708529 xdgmime: valgrind warns about invalid reads
1518 708677 incorrect object path 'deskop' used in gio/gdbusobjectmanagerclient.c
1519 708714 Typo in docs of GLIB_VERSION_2_40 macro.
1520 708753 gdesktopappinfo: Call g_file_get_path() on demand
1521 708793 glib build fails with clang < 3.1: error: expected ';' after top level declarator
1522 708828 GDBusProxy: add the ability to call methods on non autostarted proxies
1523 708860 glib-2.38.0 doesn't build on Solaris 10
1524 708972 gnetworking.h in tarball screws up out-of-source builds
1525 709113 [PATCH] Main loop dispatch path has needless linked list
1526 709227 Update to unicode 6.3.0
1527 709301 goutputstream: Add clear warning about short writes to _write_bytes() and async version
1528 709326 GDesktopAppInfo crashes creating a DBusActivatable app without a filename
1529 709440 Fix overloading of "source" and "target" terminology in GBinding
1530 709615 Cannot use g_test_expect_message with g_error
1531 709753 Add helpers for string matches when using GtkSearchBar-like widget
1532 709898 Expose thumbnail validity in GFile attributes
1533 709966 Remove outdated documentation
1534 709994 Minor fix for HACKERS doc to direct hackers to proper help file
1535 709995 Obsolete makefile rules
1536 710002 G_MAXUINT may be assigned as duplicate source id
1537 710313 Memory leak in g_key_file_get_(u)int64 with invalid integer values
1538 710345 [Patches] Fix some redundant-decls
1539 710496 g_locale_to/from_utf8() doc updated.
1540 710625 g_file_error_from_errno: Remove unneeded breaks
1541 710666 Frame clock related bug fixes
1542 710724 gmain: Warn when g_source_remove() fails
1543 710726 Work around D-Bus bug with path_namespace='/' match rules
1547 Brazilian Portuguese
1553 What's new in Glib 2.38
1554 ========================
1556 * Application support
1558 - GIO now provides an implementation of Desktop Actions from the
1559 desktop entry specification
1561 - GApplication now implements the org.freedesktop.Application
1562 interface as per the desktop entry specification, allowing for
1563 standards-based D-Bus launching of GLib-based applications
1565 - GDesktopAppInfo now supports DBusActivatable as per the desktop
1566 entry specification, allowing GLib-based applications to use D-Bus
1567 to launch other applications
1569 - GApplication now has a "busy" flag that can be set on an application
1570 to allow the shell to show that it is busy
1574 - the private offset for a given class type is now always constant.
1575 This was done by reorganising the memory layout of instances so that
1576 the private data comes before the "official" pointer for the object
1577 (ie: at a negative offset). Valgrind macros were added to mitigate
1578 any problems that this may have caused.
1580 - a new G_DEFINE_TYPE_WITH_PRIVATE has been added along with a
1581 generated function *_get_instance_private() that can now serve as an
1582 equally-performing alternative to ->priv pointers in instances
1583 (allowing memory savings)
1585 - new G_PRIVATE_FIELD, G_PRIVATE_FIELD_P and G_PRIVATE_OFFSET macros
1586 provide a convenient method of converting between named variables in
1587 private structures and their (now constant) offsets
1589 - installing properties on a GObjectClass must now be done from
1590 class_init. It is no longer valid to install them after class_init
1593 - it is now possible to manually break a GObject property binding
1594 without destroying one of the objects involved
1598 - the requirements for implementing the GIcon interface have changed
1599 in order to make it possible to consume all implementations of GIcon
1600 with a finite number of cases
1602 - a new GBytesIcon type was added for an icon represented by an
1603 in-memory binary blob in a known image format (ideally png).
1605 - new APIs g_icon_serialize() and g_icon_deserialize() replace the old
1606 to/from_string APIs and will always work, irrespective of which
1607 types have been initialised in the calling process, allowing for a
1608 serialised GdkPixbuf to be deserialised in a process that doesn't
1611 - support for icons has been added to GMenuModel using the new APIs
1615 - GPropertyAction provides a convenient way of creating a stateful
1616 property corresponding to a property on a GObject, such as the
1617 "visible-child-name" property of a GtkStack
1619 - new API g_menu_remove_all()
1621 - we now have established rules about what is a "valid" action name
1622 and an API to check them
1624 - a new API for converting detailed action names to and from the
1625 split-out name and parameter value (as GVariant)
1627 - for backwards compatibility, invalid action names can still be used
1628 with most functions, but this is not recommended
1632 - GDBus now supports services that wish to handle some of all
1633 properties on an interface asynchronously, without requiring the
1634 service to reimplement the entire org.freedesktop.DBus.Properties
1637 - GFile now has a new _measure_disk_usage() (and async) API for
1638 recursively determining the amount of disk space used by a
1639 particular directory (akin to 'du').
1641 - asynchronous version of g_file_trash() and g_file_make_directory()
1646 - GRegex has a new function to query the maximum lookbehind length to
1647 allow for regexp matching on streams
1649 - GVariant has two new APIs for constructing strings that allow
1650 avoiding copies in some cases: g_variant_new_take_string() and
1651 g_variant_new_printf()
1655 - we can now generate TAP output
1657 - new support functions for simplifying the process of dealing with
1658 data files for srcdir != builddir and installed test cases
1660 - g_test_trap_subprocess() provides a portable alternative to
1665 - GLib now builds on Android against the bionic C library
1667 Overview of changes from GLib 2.37.93 to 2.38.0
1668 ================================================
1670 * fix the documentation for GSourceFuncs
1672 * fix compilation on OS X/ppc64
1674 Bugs fixed: 708445, 647145
1676 Translations updated:
1682 Overview of changes from GLib 2.37.92 to 2.37.93
1683 ================================================
1685 * a couple of bugfixes in the new g_file_measure_disk_usage() API
1687 * updated Traditional Chinese translation
1689 Overview of changes from GLib 2.37.7 to 2.37.92
1690 ===============================================
1692 * new API g_file_measure_disk_usage() similar to du(1)
1696 * Translation updates:
1699 Brazilian Portuguese
1716 Overview of changes from GLib 2.37.6 to 2.37.7
1717 ==============================================
1719 * GDateTime now supports %:z formatting variations
1720 for timezones. This is a GNU date extension.
1723 685387 Segfault with GObject.signal_handler_is_connected()...
1724 686786 g_socket_get_available_bytes() returns wrong value ...
1725 705027 GSocket GSource not threadsafe on Windows
1726 706469 Fix G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE documentation
1727 706706 Fix Gir annotations on g_loadable_icon_load_finish
1728 706888 gtype: fix a no-op assertion
1729 706958 configure.ac: fix atomic opts detection
1730 707092 "File Utilities" page for GLib documentation doesn'...
1731 707151 gdatetime: Extend the '%z' timezone format
1733 * Translation updates:
1742 Overview of changes from GLib 2.37.5 to 2.37.6
1743 ==============================================
1745 * Tests using the g_test facilities can now generate TAP output
1748 680926 generic type fallback logic is broken for -symbolic
1749 684327 setting null icon to icon list
1750 689245 GSocket unable to reuse (address,port) on Mac OS X
1751 692125 Support TAP as GTest output format
1752 693335 build: fix dtrace-related warnings
1753 696633 gdbus-codegen trips over unicode chars when using python 3.x
1754 696970 Compiling 2.36.0 for win64 fails
1755 697185 GSocket – Allow specifying the multicast interface from...
1756 700268 Add support for using the clang analyzer
1757 701318 Add G_SPAWN_DEFAULT to GSpawnFlags
1758 701529 glib/tests/gdatetime: use UTC time in test_GDateTime_diff()
1759 701800 a new approach to reporting critical errors
1760 702674 g_date_time_new_utc crash
1761 704165 GLib.IOChannel read_unichar() fails
1762 705075 Simplify g_get_tmp_dir()
1763 705152 Race in glib/task.test
1764 705398 gtype: Fix typo in g_type_class_add_private() error message
1765 705570 Check ref_count in g_object_notify_by_pspec
1766 705600 Deprecate GSimpleActionGroup functions?
1768 * Updated translations:
1770 Brazilian Portuguese
1787 Overview of changes from GLib 2.37.4 to 2.37.5
1788 ==============================================
1790 * Implement the Desktop Action specification: In the case that the
1791 application is a GApplication and DBusActivatable, actions from the
1792 desktop file are translated into GActions that have been added to
1793 the application with g_action_map_add_action().
1795 * GPropertyAction is a new type of GAction that represents the value
1796 of a property on an object, and allows to change the value when
1799 * GNetworkMonitorNetlink can now handle default routes via a device.
1801 * The gsettings tool now reports failure to write a key (e.g. because
1802 the key was locked down)
1804 * Miscellaneous new api:
1805 - g_variant_new_printf
1806 - g_action_print_detailed_name
1807 - g_regex_get_max_lookbehind
1810 664444 Support additional application actions in .desktop files
1811 684123 glib build only tries -D_GNU_SOURCE if glibc is detected
1812 689794 support incremental matching
1813 699259 add org.freedesktop.Application support to GIO
1814 700460 rewrite tests to not rely on precise timing of timeouts
1815 701511 updates to various GSource types
1816 701609 gnetworkmonitornetlink: handle default route via device
1817 703270 add GPropertyAction
1818 704157 GAction: add function for printing detailed names
1819 704250 Doc: various fixes
1820 704267 regression gsourceclosure: segfault in gedit file chooser
1821 704322 glib-unix: fix handling of multiple signal source for the...
1822 704424 No error when failing to override a locked key
1823 704447 Fix build/use of g_child_watch_closure_callback on Windows
1824 704523 g_thread_create_full() can dereference NULL pointer
1825 704543 Add implementations for G_GNUC_*_IGNORE_DEPRECATIONS for ...
1826 704567 gdbusnameowning: Don't spew an error if we're releasing a...
1827 704585 libc printf can give mixed-case strings for NaN and Inf
1828 704587 FTBFS: statfs_result is undeclared for statvfs()
1829 704699 gmain: Reset signal handlers to default when source is
1830 704704 AI_NUMERICSERV cannot be used with ai_socktype = 0
1831 704873 inotify: don't assume mainloop is running
1832 704999 glib/convert.test crashing due to lack of iconv cache
1833 704931 GMenuModel: add annotations to virtual functions
1835 * Translation updates:
1844 Overview of changes from GLib 2.37.3 to 2.37.4
1845 ==============================================
1848 701283 g_source_add_child_source() segfault
1849 702147 inconsistency of G_STRFUNC
1850 703191 new private macros interact poorly with versioning macros
1851 703254 Doc: various fixes
1852 703407 g_spawn_async() keeps child_pid_report_pipe open in child process
1853 703437 GDBusConnection: be more careful with async GetAll
1854 703478 Missing G_BEGIN/END_DECLS in gsettingsschema.h
1856 * Translation updates:
1859 Overview of changes from GLib 2.37.2 to 2.37.3
1860 ==============================================
1862 * add a new API for instance private data: G_DEFINE_TYPE_WITH_PRIVATE
1864 * fix timestamps in tarball to prevent automake from being required to
1865 build the unmodified source
1867 * add new D-Bus API for async property handling
1869 * add back fsync() on ext4 for g_file_set_contents() after it was
1870 discovered that despite statements in the ext4 documentation
1871 suggesting that this is safe, it is not safe.
1878 698375 - D-Bus async properties
1879 700350 - timestamp issue
1880 701560 - fsync issue (fixed again)
1881 700035 - new API for instance private data
1883 Overview of changes from GLib 2.37.1 to 2.37.2
1884 ==============================================
1886 * The GLib test utilities have grown some file-related APIs
1887 to support tests that can be used installed and uninstalled.
1889 * Installing properties after class initialization is deprecated,
1890 and will trigger a warning.
1893 - Support org.freedesktop.Application, including D-Bus activation
1895 - Set prgname to appid for services
1898 549783 gtester lacks framework for tests with data files
1899 692848 Fix property example in gobject tutorial
1900 698018 Add an explicit g_binding_release()
1901 698614 GObject: prevent installing properties after init
1902 699259 add org.freedesktop.Application support to GIO
1903 699959 g_file_copy(): Ensure we create private files by default
1904 700123 Test failure: g_inet_socket_address_get_scope_id
1905 700725 GIcon: NULLify the `type' out param in the sync methods too
1906 701401 gtest: add function for testing for WINE
1907 701456 Error in gnome/glib/gio/tests/file.c
1908 701474 Error building glibmm due to extra comma in glib/gtestutils.h
1909 701560 various improvements for g_file_set_contents()
1910 701680 GFileEnumerator: Add some documentation about ordering
1911 701878 Check wakeup() before iteration(TRUE) doesn't block
1927 Overview of changes from GLib 2.37.0 to 2.37.1
1928 ==============================================
1930 * add support for installed tests:
1931 https://live.gnome.org/GnomeGoals/InstalledTests
1933 * add a new g_test_trap_subprocess() that works on Windows as a
1934 replacement for the (now deprecated) g_test_trap_fork()
1936 * support for explicitly cancelling a gobject property binding
1938 * performance improvements for signal argument handling
1940 * stop using `quotes' in very many log messages generated by GLib, for
1941 favour of 'this style'. This may cause testcases in other packages
1942 to fail if they were matching on the previous text.
1944 * improve manpages: add missing arguments and flags
1960 679683 replace g_test_trap_fork()
1961 694380 Improve signal argument collection performance
1962 695233 Strings require plural forms
1963 697849 spelling fixes in cross.xml and running.xml
1964 698877 GProxyAddressEnumerator calls g_network_address_parse_uri without port
1965 698981 [PATCH] test /gdbus/connection/large_message could hang forever
1966 699079 Prototype support for installed tests
1967 699485 [PATCH] tests/mappedfile: Also handle ENOMEM
1968 699493 SOCKS5 proxy code crashes if it cannot authenticate
1969 699500 gbitlock: fix this to not unconditionally use futex emulation
1970 699779 [PATCH] G_GNUC_FORMAT: documentation error
1971 700263 m4macros/glib-gettext.m4: Don't use AC_HEADER_STDC
1972 700714 [PATCH] gtestutils: Ensure test subprocesses don't dump core
1973 700746 Use 'dumb quotes' rather than `really dumb quotes'
1975 Overview of changes fron GLib 2.36.0 to 2.37.0
1976 ==============================================
1978 * The syntax for detailed action names has been documented,
1979 and a parser API for them is now provided
1981 * GApplication has gained a busy state. This feature is intended for
1982 clients that want to signal a desktop shell their busy state, for
1983 instance because a long-running operation is pending.
1985 * GLib can now be built with the bionic C library
1987 * GIcon can now be serialized to a GVariant
1990 548353 Finish implementing GFile interface (mostly asynchron...
1991 645881 Full port of glib-2.28.1 onto Android-ARM
1992 665445 Glib mistakes nl_langinfo() from plibc for the real t...
1993 672018 Need API to set global application state (busy, count...
1994 687659 drop support for adding interfaces after class_init
1995 688820 GIcon is a bad interface
1996 688954 extend 'detailed action' syntax, provide parser
1997 689223 Fix compilation on Android with the bionic C library
1998 695156 Add support for arg0namespace matching in signal_subs...
1999 696108 gdbus-codegen: avoid warnings in generated code
2000 696629 fix sed(1) usage
2001 696652 GTask won't free its error member variable on finalize
2002 696857 GThreadedResolver: set an error if no records could b...
2003 696973 Compiling 2.36.0 for win64 fails in gdbusmessage.c
2005 697160 [PATCH] gmacros: Mark G_UNAVAILABLE() functions as de...
2006 697229 Custom Interface implementations will be broken with ...
2007 697250 Documentation glitch of G_DEFINE_TYPE_EXTENDED causes...
2008 697365 Fix usage of hasmntopt in gunixmounts.c
2009 697367 Remove warning on gio/gunixmounts.c
2010 697386 Except const argument with atomic is not lock free
2011 697595 g_main_context_unref unlocks a mutex twice
2012 697601 reduce GMenuModel D-Bus traffic
2013 697626 Allow posix threads to be used on w32
2014 697652 Help options generated even when help disabled
2015 697771 fix a typo of "fo" to "of" in building.xml
2016 697887 GVariant: fix transfer annotation
2017 697942 abicheck.sh fails on mips
2018 698056 rewrite g_object_new()
2019 698081 Pidgin hangs in g_spawn_command_line_sync
2020 698455 GVariant: add new g_variant_new_take_string() API
2021 698457 g_variant_get_data_as_bytes() always returns toplevel...
2022 698478 gactionmap: don't require GActionGroup
2023 698595 the valgrind/priv-before-instance bug
2024 698655 desktop-app-info test relies on true being in /usr/bin/
2025 698686 GUnixSocketAddress: fix construct parameter issue
2026 698716 Use of g_mem_set_vtable() breaks after gobject automa...
2027 698999 bytesicon: fix a memory leak
2028 699001 bytesicon: don't use g_object_unref() on GBytes
2029 699361 gio: fix small leak
2031 * Translation updates:
2043 Overview of changes fron GLib 2.35.9 to 2.36.0
2044 ==============================================
2046 This release contains only small bugfixes and translations updates.
2048 - g_file_copy(): fix bug where attributes were not applied properly to
2049 the destination file
2051 - fix some 'available since' annotations
2053 - fix gdbus-codegen to produce more pedantically-correct code
2056 696108 gdbus-codegen: avoid warnings in generated code
2057 696014 g_file_copy(): Ensure G_FILE_COPY_OVERWRITE preserves permissions
2059 * Translations updated:
2075 Overview of changes from GLib 2.35.8 to 2.35.9
2076 ==============================================
2078 This release drops the old codepage ABI from gutils.c. This is a
2079 source-compatible change and only breaks ABI with respect to truly
2080 ancient binaries (and those binaries are already broken for other
2081 reasons). This change only affects Windows.
2084 682896 glib doesn't build on mingw32
2085 693204 split up g_get_{hostname,username,realname,home_dir} etc.
2086 694181 Handle GNetworkAddress better in g_network_monitor_base_...
2087 694253 occasional /gdbus/unref-pending test failure
2088 694350 Add type names to gsignal warnings
2089 694757 Use separate GLIB_WARN_CFLAGS that can be overridden ext...
2090 568405 Which is the correct replacement for g_strncasecmp, if...
2091 630284 g_hash_table_get_keys docs
2092 659428 docs: Small clean-up of howto subsection headers
2093 675333 Cannot forget association in Open With dialog: program...
2094 694669 consider unicode corrigendum #9
2095 694843 g_base64_decode_step () produces invalid data
2096 695147 Don't use PATH_MAX as it's not guaranteed to be defined
2097 695191 Commit f641699 broke /appinfo/mime/api test case
2098 695339 Swapped msgid plural forms for translation
2099 695376 GDBusMethodInvocation leak and potential crash
2100 695425 Untranslatable message in gsettings-tool
2101 695887 Improvements to GObject API documentation
2102 695925 GUINT32/64_SWAP_LE_BE macros do not enclose val argume...
2103 696015 PATCH Add doc warning to g_base64_decode()
2105 * Translation updates:
2108 Brazilian Portuguese
2135 Overview of changes from GLib 2.35.7 to 2.35.8
2136 ==============================================
2138 This release contains one major change that may cause problems: type
2139 modules are now never unloaded. This is implemented by (effectively)
2140 leaking the last reference on dynamic types. Some testcases that check
2141 for unloading of types have been observed to be broken by this change,
2142 but we know of no actual cases of "real code" breaking. Please report
2146 * A couple of build fixes for Solaris
2147 * Fix signal emission for GDBusObjectManagerClient
2149 * new API: g_dbus_address_escape_value()
2150 * GSocketClient: add proxy-resolver property
2151 * GSimpleProxyResolver: new simple GProxyResolver class
2152 * documentation fixes
2153 * gnetworkaddress: preserve IPv6 scope ID in IP literals
2156 691105 Allow GSocketClient to override GProxyResolver for per client proxy settings.
2157 692827 configure test fails for arpa_nameser.h
2158 692829 new Btrfs support causes build failure on Solaris
2159 693285 GDBusObjectManagerClient: won't emit object-added|removed if name-owner arrives later
2160 693502 Cross-compiling documentation: typo (np -> no)
2161 693673 add g_dbus_address_escape_value()
2162 693694 gio: Fix annotations on g_[async_]initable_new() and friends
2170 Overview of changes from GLib 2.35.6 to 2.35.7
2171 ==============================================
2173 This is a quick follow-up release with a few bug fixes.
2175 * Fix the build on systems with strict linkers by adding -pthread back
2176 to the LDFLAGS for a testcase.
2178 * Re-enable native atomic operations on some buggy versions of clang
2179 that ship as part of the MacOS X SDK.
2181 * Make G_IO_FLAG_IS_WRITEABLE an enum again (the #define broke bindings)
2194 Overview of changes from GLib 2.35.4 to 2.35.6
2195 ==============================================
2197 * GUnixFdSource is a new way to add file descriptors
2200 * g_source_set_ready_time lets you mark a source to become
2201 ready at a specified monotonic time
2203 * The internal visibility handling of GLib has been reworked
2205 * GFileMonitor will now automatically use fam instead of inotify
2208 * The file monitor implementation can now be overridden with
2209 the GIO_USE_FILE_MONITOR environment variable
2212 570572 2 make check errors on
2213 592211 No monitoring over NFS mounts
2214 625552 wrong behaviour of GVolume GVolumeMonitor related func...
2215 657729 modernise GMainLoop
2216 658020 GSource for a single GPollFD
2219 682819 EINTR-harden all the things
2220 684404 When using g_network_address_address_enumerator_next()...
2221 686853 new GSource fd API
2222 688169 G_DISABLE_DEPRECATED doesn't cover deprecated/gthread....
2223 688681 build: Make .symbols file canonical on all platforms
2224 690118 Crash when closing last tab of a window using Ctrl-w
2225 691624 glib/gtester.c: missing include
2226 691812 gioinputstream - give task as callback_data not task_data
2227 691866 fails out of source build directory - gnetwork.h not f...
2228 692029 Add new API checking utility
2229 692034 Install an invalidation notifier for GClosure in g_sou...
2230 692058 Broken makefile for gio tests
2231 692079 build failure in gmarkup.c when using gcc 4.8 and buil...
2232 692201 inotify: fix a memleak
2233 692202 gfile: don't report completion twice on g_file_load_co...
2234 692229 Incorrect string formatters in a translation string
2235 692332 GNetworkMonitorNetlink: make the netlink socket cloexec
2236 692360 possibly non-threadsafe code in g_content_type_guess()?
2237 692404 tester: Use FD_CLOEXEC when creating pipes
2238 692408 nautilus SIGSEGV in g_file_info_get_size()
2239 692544 [PATCH] gfile: Ensure we create internal pipe with FD_C...
2240 692583 atomic get doesn't accept a const argument on architect...
2241 692618 Use g_timeout_add_seconds
2242 692815 Using g_hash_table_insert() when using a hash table as ...
2243 692865 Invalid docbook generated by gdbus-codegen
2244 692928 Document G_MENU_{ATTRIBUTE,LINK}_*
2246 * Translation updates:
2258 Overview of changes from GLib 2.35.3 to 2.35.4
2259 ==============================================
2262 - New API: g_get_num_processors
2263 - New API: g_application_command_line_get_stdin
2264 - New GFileMonitor flag: G_FILE_MONITOR_WATCH_HARD_LINKS
2265 - Parse more timezone offset formats
2266 - Better timezone support on Windows
2267 - Make GParamSpec constructors introspectable
2269 * Removed or deprecated features:
2270 - Disallow adding interfaces after class_init
2273 532815 gio + inotify support for hardlinks
2274 614930 add g_get_num_processors (), return the max concurrent...
2275 626497 Btrfs clone/reflink ioctl support in g_local_file_copy
2276 633117 glib fails stests if /etc/localtime is not properly set
2277 661767 merge/improve various bits of run-in-thread functionality
2278 668210 Add g_application_command_line_get_stdin()
2279 675856 Use GDbus via gobject-introspection instead dbus-python
2280 684103 make glib work with python3
2281 684723 run-assert-msg-test.sh fails
2282 686058 OpenBSD: disable ipv6_v4mapped test
2283 686128 GTimeZone should be able to parse POSIX format for...
2284 687223 cleverer GThreadPool management
2285 687659 drop support for adding interfaces after class_init
2286 687920 GCredentials should have an accessor for the process ID
2287 688681 build: Make .symbols file canonical on all platforms
2288 688829 Variable overflow in utils.c test on 32-bit machine
2289 689324 Variable scoping in gunixmounts.c
2290 689810 Include guard optimization
2291 690043 Broken link for gsettings tutorial: gnome-utils in...
2292 690084 gmarkup: Make GMarkupParseContext a boxed type
2293 690388 Check if CMSG_FIRSTHDR() returns NULL when there is...
2294 690538 gschema DTD is invalid
2295 690543 Add test coverage for testing in-tree DBus services...
2296 690670 local_command_line not introspectable/annotated
2297 690902 G_END_DECLS needs to be at the end of gutils.h
2298 690970 Unhelpful deprecation message for g_value_array_get_nth
2299 691001 building docs is broken on master branch
2300 691011 Automake-1.13 errors on obsolete AM_PROG_CC_STDC
2301 691077 gio-querymodules crashes with SIGSEGV
2302 691110 g_cond_wait() docs incomplete
2303 691489 Crash in Oscars 2013 page
2304 691558 Only check for .hidden files if standard::is-hidden...
2305 691608 Support compilation with clang 3.2
2307 * Translation updates:
2322 Overview of changes from GLib 2.35.2 to 2.35.3
2323 ==============================================
2325 * This release contains an incompatible change to the g_get_home_dir()
2326 function. Previously, this function would effectively ignore the HOME
2327 environment variable and always return the value from /etc/password.
2328 As of this version, the HOME variable is used if it is set and the
2329 value from /etc/passwd is only used as a fallback.
2331 * We now install a public "gnetworking.h" header that can be used to
2332 include the relevant OS-dependent networking headers. This does not
2333 really abstract away unix-vs-windows however; error codes, in
2334 particular, are incompatible.
2336 * Bugs fixed in this release:
2337 142568 Allow $HOME to override passwd entry if the user really wants
2338 587806 The file selector should honor .hidden files
2339 602715 [GChecksum] Please add support for SHA512
2340 623187 provide some support for arbitrary setsockopt()s?
2341 629301 .goutputstream files left behind when cancelling I/O
2342 652650 Optimize GDBusMessage serialization
2343 664627 /gapplication/basic test intermittently fails: cmdline re-or...
2344 675516 Win32: Don't start a DBus server when built as static library
2345 679683 replace g_test_trap_fork()
2346 684145 Current Git sources fails to cross-compile for Windows in Li...
2347 686895 file-info: catch thumbnail files in large directory as well
2348 687092 IPv6 <-> IPv4 mismatch when subscribing to multicast (send)
2349 688180 GObject: Minor error in description of floating reference
2350 688319 gthread: add missing AVAILABLE_IN_2_32 annotations
2351 688377 configure: add missing square bracket in AS_IF for memmove
2352 688419 gtask: source_object arguments and return values not annota...
2353 688497 AppInfo: Add sufficient api to port gnome-session from Egg...
2354 688681 build: Make .symbols file canonical on all platforms
2355 688704 Add boxed GType for GThread
2356 688886 Improve the i18n documentation
2357 688931 GMemoryOutputStream: Add new _resizable() constructor usab...
2358 689037 need helper for creating a GFile from a remote commandline...
2359 689377 Fix a compiler warning in GDBus
2360 689538 Source object tag set too late in gsocketlistener
2361 689800 Treat lost+found directory as a hidden file
2362 689847 Add fast repeated typename -> GType resolver
2363 689982 Make GChecksum more fully introspectable
2364 690069 g_unix_open_pipe: Add missing F_SETFD
2365 690083 gfileenumerator: Add a g_file_enumerator_get_child method
2366 690163 Add a pre-configured gio/gnetworking.h for Visual C++ builds
2367 690346 Remove an unneeded escaping in NAMESER_COMPAT_INCLUDE
2368 690348 Fix g_type_add_class_private() name in g_warning
2370 * Translation updates:
2381 Overview of changes from GLib 2.35.1 to 2.35.2
2382 ==============================================
2384 Note that the incompatible change to the ->constructed() vfunc that was
2385 made in the last unstable release (2.35.1) has been reverted due to
2386 causing regressions in applications.
2388 A new incompatible change has been introduced in this version: it is no
2389 longer permitted to add interfaces to a class after the first
2390 instantiation (or more strictly: after g_type_class_ref()). Bug #687659
2393 Two private symbols (g_menu_{attribute,link}_hash_iter_get_type) which
2394 were accidentally exported have also been properly hidden. This may
2395 cause some tools to issue warnings about ABI mismatch.
2397 The remaining changes should be relatively harmless:
2399 * GIO now has kqueue support for GFileMonitor (BSDs, Mac OS)
2401 * New g_variant_new_from_bytes() API
2403 * UNIX signal sources now allow watching SIGUSR1 and SIGUSR2
2405 * Many pedantic cleanups to adhere to a higher level of -W use
2407 * GTask changes to avoid a deadlock
2409 * many cleanups/fixes for Windows
2411 * Boxing for GPollFD, GIOChannel, GBytes, GByteArray
2413 * Fix URL-encoding of trashed files
2415 * Many other docs and annotations fixes
2428 649302 Add support for GNU/FreeBSD
2429 668842 [GSocket] Add caching for the sender address in g_socket_receive_from()
2430 672924 Add annotations for g_filename_from_uri()
2431 673229 glib: Use Returns:, not @returns
2432 677062 (partial) GVariant: Make g_variant_new_from_bytes() public, add more GBytes API
2433 686185 g_date_time_format Transcoding Fails on OSX
2434 686191 g_mutex_get_impl() should use g_atomic_pointer_get()
2435 686797 Box GPollFD to make it introspectable
2436 686810 [regression] Infinite wait in g_task_run_in_thread_sync()
2437 686822 possible dlopen()/dlclose() issue with automatic g_type_init()
2438 686839 mkinstalldirs: Move to glib-mkinstalldirs
2439 686895 file-info: catch thumbnail files in large directory as well
2440 686898 g_unix_signal_source_new: Allow SIGUSR1 and SIGUSR2
2441 686920 gdbus: Allow GDBusObjectManagerClient to work on peer connections
2442 686921 Remove some of the repetition from gio/tests/Makefile.am
2443 687075 g_spawn_sync diagnostic incorrectly complains about SIGCHLD
2444 687089 g_dbus_connection_export_menu_model(): fix a crash
2445 687098 Repeated g_timeout_add* use can lead to guint overflow
2446 687385 Add some stricter CFLAGS, fix up the code
2447 687441 ABI break in master: g_menu_attribute_hash_iter_get_type, g_menu_link_hash_iter_get_type removed
2448 687516 typo in string: KB should be kB
2449 687540 In Trash folder, Nautilus misinterprets "\n" in filename as a line break
2450 687541 GSignalQuery param_types field needs array annotation
2451 687600 gfileutils.c performs invalid cast of (varargs) open to non-vararg type
2452 687698 plural forms needed
2453 687700 ending spaces
2454 687742 Add support for internal linkage to glib-compile-resources
2455 687801 tests/buffered-input-stream: Fix size of parameter passed
2456 688109 win32 warning/error fixes
2457 688255 'make check' regressed in 138f4c1 because GMarkup error messages changed
2458 688338 [PATCH] gobject/gtype.c: Fix spelling of »exceed«
2459 688370 GDBusError documentation improvement for client-side
2460 688378 g_socket_join_multicast_group not working
2461 688518 gio-kqueue: use O_EVTONLY on MacOS
2465 Overview of changes from GLib 2.34.0 to 2.35.1
2466 ==============================================
2468 These two changes in particular may be slightly incompatible. Please
2469 give feedback if they cause trouble:
2471 * Signal handlers connected with g_signal_connect_object() are now
2472 automatically disconnected on target object destruction
2474 * The ->constructed vfunc is now called after all properties are set
2476 The remaining changes should not cause problems.
2478 * g_type_init() is no longer necessary and has been deprecated
2480 * GTask (the new GAsyncResult implementation) has landed
2482 * GLib version macros updated
2484 * Update to Unicode 6.2
2486 * Thread safety fixes for GFileMonitor in non-default main contexts
2488 * GTimeZone support for old-format zoneinfo database (as on Mac OS)
2490 * g_settings_bind() now works with non-canonical property names
2492 * Fix crashes related to NULL connection passed to
2493 GBusNameVanishedCallback and document this situation
2496 118536 Make g_signal_connect_object'ed handlers disconnect when the data object is destroyed
2497 661767 merge/improve various bits of run-in-thread functionality
2498 682950 GFileMonitor crashing on high event count when running in different thread
2499 683642 Missing g_content_type_get_symbolic_icon
2500 684882 Gsettings should spaw a warning when binding against a low_underscored_property
2501 684909 codegen: Explicitly close output
2502 684912 Update to Unicode 6.2
2503 685037 g_strcmp0: Returns shall include values less and greater than zero
2504 685069 Leak in glib-compile-resources
2505 685208 missing g_return_if_fail
2506 685608 [Patch] Port gio tests from pygobject to pygi
2507 685697 Documentation typo in g_dbus_interface_skeleton_has_connection()
2508 685733 Call ->constructed() after all properties are set
2509 685787 gtestdbus: correct documentation typos
2510 685995 Crash in g_menu_exporter_name_vanished
2511 686091 Invalid reads in g_bytes_unref_to_data
2512 686119 dtrace, gobject_probes.d, the last three probes - semicolon missing
2513 686161 Deprecate g_type_init()
2514 686231 GBusNameVanishedCallback: document NULL connection
2515 686458 slightly increase poll duration in test_timed_wait
2517 * Translations updated
2526 Overview of changes from GLib 2.33.14 to 2.34.0
2527 ===============================================
2530 654239 g_type_init()'s docs have no statement about how to...
2531 674620 Update GSettings migration guide for intltool updates
2532 676034 Fix doc annotation for g_ptr_array_ref()
2533 684278 Fix GIO build on Windows
2535 * Translation updates:
2536 Brazilian Portuguese
2552 Overview of changes from GLib 2.33.12 to 2.33.14
2553 ================================================
2555 * CVE-2012-3524: don't run dbus-launch from setuid binaries
2557 * g_content_type_get_generic_icon_name():
2558 new API for getting the icon name for a mime type
2560 * Introspection fixes:
2561 - GDBusConnection nullability fixes
2562 - give a box type to GTimeZone
2564 * Drop GVFS_INOTIFY_DIAG
2566 * Add a new "Writing GLib Applications" section to the reference
2567 documentation with general info on security, threads, etc.
2569 * gwin32mount.c: Fix syntax error
2571 * gresource tests: srcdir != builddir fixes
2573 * tests/gvariant: Fix test on big endian architectures
2575 * Fix regression in g_shell_parse_argv()
2578 562907 g_shell_parse_argv() mishandles # (hash)
2579 683167 g_time_zone_new not introspectable
2580 683384 /gvariant/checksum-basic failure on big endian machines
2581 683641 Typo in gwin32mount.c
2582 683744 have a way to get the generic icon name for a mime type
2584 Translation updates:
2609 Overview of changes from GLib 2.33.10 to 2.33.12
2610 ================================================
2612 * Add a G_DEFINE_QUARK macro
2614 * Add symbolic icon support to drive, volume, and mount, file
2617 * Add API to allow thread-safe access to the same qdata item
2620 562907 g_shell_parse_argv() mishandles # (hash)
2621 627240 add G_DEFINE_QUARK
2622 672329 memory leaks in gutils.c and glib tests
2623 673012 Stable byte-level specification for normal form
2624 674805 gdbusproxy async test is broken
2625 679835 gvariant format string parsing (and assertions)...
2626 682075 gdbus: Fix double free and use after free of ob...
2627 682101 Provide a way to get a symbolic icon for a device
2628 682222 test_method_calls_on_proxy: assertion failed (e...
2629 682284 mount-op: use gint64 instead of guint64 for tim...
2630 682386 "make check" fails due to sys/resource.h not be...
2632 682586 gsettings-tool: make list-recursively really re...
2633 682819 EINTR-harden all the things
2634 682833 Handle EINTR for open()
2635 682849 drop the global lock for g_object_weak_ref
2636 682965 gdbus-tool: Check return value of strrchr()
2637 683088 gdbus-codegen: fix error when wrong interface n...
2638 Fix the build with gtk-doc-stub
2639 Don't crash if set_app_info is called before ad...
2641 * Translation updates
2659 Overview of changes from GLib 2.33.8 to 2.33.10
2660 ===============================================
2662 * New GTest API for testcases where log output is expected:
2663 g_test_expect_message()
2665 * GMenuItem now has 'get' accessors and a construct-from-GMenuModel API
2667 * GVariant now has a function to check a format-string for type
2670 * win32: We now use overlapped IO to support multiple asynchronous
2671 operations (ie: reading and writing) at the same time.
2673 * GMappedFile: Add g_mapped_file_get_bytes()
2675 * The problems with g_file_make_directory_with_parents() should be
2678 * The long-standing issues with placeholder generation of manpages are
2681 * gtlscertificate: Add GBytes based certificate and private-key props
2683 * build: Switch back to using AS_IF for conditionals
2685 * test coverage improvements, documentation improvements, leak fixes
2688 326931 Better docs for G_GNUC_*
2689 550433 g_test_init doesn't recognize --help
2690 600751 GCompletion should better document if and how items memory is managed
2691 628193 Miscellaneous string fixes
2692 637460 man glib-genmarshal is hard to use
2693 674483 broken configure results when cross-compiling with gcc >= 4.5
2694 677065 GMappedFile: Add g_mapped_file_get_bytes()
2695 679288 win32: use overlapped events for streams
2696 679556 it's hard to use gtest when g_warning() is expected
2697 680823 g_file_make_directory_with_parents: Fix error propagation
2698 681319 gtlscertificate: Add certificate-bytes and private-key-bytes props
2699 681336 man pages not built if --enable-gtk-doc not specified
2700 681413 build: Switch back to using AS_IF for conditionals
2701 681501 gmem: array only partially filled with memcpy
2702 681854 Documentation fix for Howto compile a program with glib
2703 682025 Documentation correction
2704 682067 Fix problems with CLEANFILES and automake-1.11.1
2706 * Translations updated:
2717 Overview of changes from GLib 2.33.6 to 2.33.8
2718 ==============================================
2720 * GIO now has a g_file_delete_async function
2722 * The defaults for GThreadPools max_unused_threads
2723 and max_idle_time values have been changed to
2724 2 and 15*1000, respectively.
2727 661767 merge/improve various bits of run-in-thread functionality
2728 680074 undefined symbol "get_C_locale"
2729 680121 g_cancellable_source_new: don't use a file descriptor
2730 680148 gthread: check for definition of PR_SET_NAME
2731 680310 Sorting of access points by strengh not working
2732 680704 g_utf8_strup() crash
2733 68076a0 GFile: Add g_file_delete_async()
2734 680787 Add .dir-locals.el to tell Emacs users not to use tabs...
2735 680823 g_file_make_directory_with_parents: Fix error propagation
2736 680994 STATIC_ASSERT in GDBusError docs don't have much utility
2737 681116 gtlscertificate: Add g_tls_certificate_equal() function
2738 681118 gtlsdatabase: Don't complain if no callbacks for async...
2739 669331 try to get gio tests working a little better on win32
2740 674314 Make gtk-doc not a hard dependency of GLib
2741 674800 gclosure: generic marshaller leaks return value
2742 675524 gsocket: FIONREAD undeclared (needs sys/filio.h)
2743 679509 use after free in g_dbus_action_group_describe_all_done()
2744 679996 gobject docs minor cleanup
2745 680459 Extra newline char in local implementation of g_applic...
2746 680505 object_path memory leak in gdbusobjectproxy.c
2747 680831 Deprecate and remove g_slice_[sg]et_config.*
2748 680912 gchecksum: Add g_compute_checksum_for_bytes()
2749 681151 checksum: Use functions instead of macros when buildin...
2750 681158 gtlscertificate: Don't confuse certificate and public ...
2752 * Translation updates:
2762 Overview of changes from GLib 2.33.4 to 2.33.6
2763 ==============================================
2765 * GAsyncInitable: partially revert the init_finish changes,
2766 some applications were found to rely on behaviour that
2767 was broken by these changes
2770 679617 win32: fix g_get_environ()
2771 679968 Add some annotations to GBytes, GVariantType...
2772 680111 GIOScheduler assumes GCancellable "cancelled...
2774 * Translation updates:
2777 Overview of changes from GLib 2.33.3 to 2.33.4
2778 ==============================================
2780 * GMainContext: the source list has been reorganzied to
2781 avoid O(n) behaviour
2783 * GRegex: Update included PCRE to 8.31 and expose new
2784 functionality in 8.x versions of PCRE
2786 * GMountOperation gained a ::show-unmount-progress signal
2787 which provides information about slow unmount operations
2790 616892 gio: Add a boxed type for GFileAttributeMatcher
2791 619329 g_source_attach() O(n) in number of sources
2792 639771 g_dir_read_name() can also return NULL on error
2793 661767 merge/improve various bits of run-in-thread fun...
2794 667375 GAsyncInitable subclassing (and async subclassi...
2795 671545 Constify collect and lcopy strings in GTypeValu...
2796 674452 SEGFAULT in gio contenttype test
2797 674898 Deal with GLIB_VERSION_MIN_REQUIRED/MAX_ALLOWED...
2798 675504 Fix up GObject interface documentation
2799 677064 GString: Tweak documentation, add g_string_free...
2800 677578 error in PCRE error code conversion
2801 677579 update GRegexError for newer PCRE error codes
2802 678066 gdbus codegen does not work with python3
2803 678273 unicode othercasing is wrong in gregex
2804 678576 GIOScheduler performance enhancements
2805 678758 GTlsInteraction unlocks an unlocked mutex
2806 678808 GTestDBus issues
2807 678881 Test failures in /socket/timed_wait in some cas...
2808 678941 /contenttype/guess test case failure
2809 678944 gio returns the wrong default applications for ...
2810 678949 wrong definition of ulong_bool for 64 bit big e...
2811 678959 /mainloop/timeouts race condition: assertion fa...
2812 679193 update included pcre to 8.31
2813 679258 The 'Since' tag for G_SOURCE_CONTINUE and G_SOU...
2814 679473 Don't generate invalid property names
2815 679691 Add g_spawn_check_exit_status()
2816 679671 GDBusNodeInfo: the XML string must contain exac...
2817 676111 mount-operation: add show-unmount-progress signal
2818 679691 win32: fix build g_spawn_check_exit_status() wi...
2819 679813 Documentation bug on http://developer.gnome.org...
2821 * Translation updates:
2834 Overview of changes from GLib 2.33.2 to 2.33.3
2835 ==============================================
2837 This release contains mostly bugfixes, cleanups and performance
2838 improvements (including many fixes contributed by Colin on the advice of
2839 Coverity). There are a few notable externally-visible changes:
2841 * Thumbnails are now in XDG_CACHE_HOME
2843 * new GDBus API: per-thread g_dbus_connection_get_last_serial()
2845 * GUnixOutputStream now has a can_poll() implementation
2847 * New deep copy APIs for G(S)List: g_(s)list_copy_deep
2850 518309 Incorrect data*dir path in glib-gettextize output
2851 566994 Safer passing of -framework flag
2852 672889 GLib.utf8_validate does segfault
2853 673253 Not strict enough autconf test for libelf
2854 675024 adds g_list_copy_deep() and g_slist_copy_deep
2855 675168 prepare for thumbnails to move to XDG_CACHE_HOME
2856 675966 gresolver: More robust parsing of DNS responses
2857 676594 [Patch] fix g_reload_user_special_dirs_cache
2858 676825 Implement g_dbus_connection_get_last_serial ()
2859 677235 Clarify the comment at the top of gmarshal.list
2860 677527 OS X: gthread/spawn-async selftest failure
2861 677718 GDBusProxy: treat org.freedesktop.systemd1.Masked error as non-fatal
2862 677770 GUnixOutputStream does not implement can_poll
2863 677782 Install bash completion files in /usr/share
2864 677817 g_key_file_to_data adds extra blank lines in some cases
2865 677952 Missing annotation for GDBusConnection signal "closed"
2866 678052 g_wakeup_acknowledge is called too often.
2867 678273 unicode othercasing is wrong in gregex
2868 678333 gdbus-codegen code causes warnings under -Wfloat-equal
2870 * Translations updated:
2878 Overview of changes from GLib 2.33.1 to 2.33.2
2879 ==============================================
2881 * GLIB_VERSION_MIN_REQUIRED now defaults to the current stable version
2883 * GIO input and output stream classes have grown GBytes-based methods
2885 * GApplication now has hooks to register D-Bus objects before the bus
2889 605976 add g_type_ensure(), to ensure that a type has...
2890 660851 Breakage of code due to changes in the GThread...
2891 666386 Empathy doesn't open Redirect URI with particu...
2892 671139 need (transfer async) for io stream buffers
2893 672329 memory leaks in gutils.c and glib tests
2894 672548 g_utf8_validate: @str shouldn't end up annotat...
2895 674111 Provide an accessor for MimeType desktop entry...
2896 674483 broken configure results when cross-compiling ...
2897 674634 Add g_clear_pointer()
2898 674777 What's the (transfer) of g_variant_lookup()?
2899 675309 gkeyfile: Fix annotations for g_key_file_load_...
2900 675446 gfile: Plug memory leak in g_file_make_directo...
2901 675509 add extra dbus hooks
2902 675832 Incomplete gsettings bash auto-completion
2903 676208 The tmpl parameter to g_file_new_tmp can be NULL
2904 676265 GNetworkMonitor leaks a lot of memory
2905 676277 Document that g_app_info_create_from_commandli...
2906 676397 g_environ_* should work with NULL envp
2907 676398 g_spawn_* should take PATH from the passed env...
2908 676478 Broken gzip decoding
2909 676594 [Patch] fix g_reload_user_special_dirs_cache
2910 676816 Add more GLIB_AVAILABLE_IN_*
2911 676937 Document notify signal deduplication with free...
2913 * Translation updates:
2924 Overview of changes from GLib 2.32.1 to 2.33.1
2925 ==============================================
2928 - can now have a NULL application ID
2929 - add accessors for determining dbus connection and object path
2931 * g_clear_object: fix warnings when using it on C++ (due to lack of
2932 ability to implicitly cast void*)
2933 * add g_clear_pointer as a generic form of g_clear_object
2936 - add our own implementation of the message bus for use on Windows only
2937 - fix up a few bugs that use of this bus uncovered in GDBus
2938 - escape nonce files in dbus addressess (think 'c:\')
2939 - support initial underscores in dbus codegen namespace (for private)
2940 - add GTestDBus for bringing up a session bus for testing purposes
2941 - gdbus-codegen: Avoid warnings in generated code
2942 - GDBusAuthObserver: Add a way to control what authentication mechanisms to use
2945 * Fix misdetection of GNUstep as Cocoa (for the MacOS GSettings backend)
2947 * make sure configure fails if AC_CHECK_ALIGNOF cannot detect the alignment
2950 - overwrite the DISPLAY only if it is set in the launch context
2951 - add accessor for StartupWMClass
2953 * glib/tests/date: force US locale running the GDateTime tests
2956 - fix broken use of GVDB on big endian machines
2957 - set a 'display name' so that pretty file names appear in Gtk CSS
2961 - block child sources when blocking the parent
2962 - introduce more testcases for child sources
2964 * GResolver: add support for MX, TXT, NS and SOA records
2966 * GSocketControlMessage: Don't warn about unknown messages
2969 - implement GSeekable for the data and buffered stream classes
2970 - implement GPollable for many more classes as well
2971 - fix GConverterInputStream infinite loop when fill_buffer returns an error
2972 - fileinfo: document the correct type for trash::orig-path
2974 * test coverage improvements and general fixes
2976 * new 2.34 stuff: version macros, docs index section, etc.
2979 - add --disable-modular-tests build option
2980 - don't require host binaries if tests are not enabled for cross-builds
2982 * Translations updated
2983 Brazilian Portuguese
3002 Overview of changes from GLib 2.32.0 to 2.32.1
3003 ==============================================
3006 670254 glib-2.30.2: Fails /GDateTime/new_from_unix test
3007 672541 glib-compile-resources prepends --sourcedir to absolute paths
3008 673139 URL to mailing lists in README incorrect
3009 673174 g_input_stream_read[_finish]: document returning 0 on EOF
3010 673191 glib/gchecksum.c warning: dereferencing type-punned pointer...
3011 673216 [W32] gtestutils does not use path separators consistently
3012 673439 Properly deprecate g_value_{set,get}_char
3013 673612 Fails to decode dictionaries wrapped in two layers of array
3014 673803 gclosure: Support return values of GVariants
3015 669285 glib/tests/markup-parse fails under non-english locale
3016 673911 gio-2.0.pc lists full path to executables, breaking cross com..
3017 673762 gnextstepsettingsbackend.c:343: error: parse error before 'in'
3019 * Updated translations:
3046 Overview of changes from GLib 2.31.22 to 2.32.0
3047 ===============================================
3050 671988 Quickly registering / unregistering objects on bus...
3051 672095 glib needs stable sort function
3052 672406 glib/tests/include.c fails to build on FreeBSD
3054 * Updated translations:
3058 Overview of changes from GLib 2.31.20 to 2.31.22
3059 ================================================
3062 531901 Use __builtin_bswap* for GUINT*_SWAP_LE_BE if building...
3063 653167 Out of tree build is broken on windows
3064 668973 Test /gvariant/parser fails on Solaris 10
3065 669797 gvfs now lists its fuse mounts
3066 670846 deadlock: GStreamer-WARNING **: wrong STREAM_LOCK count 0
3067 671664 gio-querymodules: unlink instead of writing empty cache
3068 671676 Glib can't be cross-compiled any more after merge of...
3069 671918 gnome-shell is inaccessible unless started while an AT...
3070 671942 GSocketMsgFlags: annotate as a flags
3071 671997 Unix signal handling assumes that volatile 1-byte writes...
3072 672013 GSimpleAsyncResult: support reliable cancellation
3073 672026 default log output should include pid and/or prgname
3074 672095 glib needs stable sort function
3075 672201 G_SPAWN_SEARCH_PATH should continue on ENODEV and ETIMEDOUT
3076 672239 request NO_REPLY from g_dbus_connection_call() with no as...
3077 672249 gdbusproxy leaks asyncresult in an error case instead of...
3079 * Translation updates:
3099 Overview of changes from GLib 2.31.18 to 2.31.20
3100 ================================================
3102 * Update to Unicode 6.1
3104 * Update PCRE to 8.30
3106 * Deprecations are now versioned, and new API is
3107 marked with the version it was introduced.
3108 Use these with GLIB_VERSION_{MIN,MAX}_REQUIRED
3110 * The performance of signal emissions has been
3111 improved for simple cases
3114 529806 Cannot build in 64-bit Mac OS X due to libiconv
3115 580873 Documentation of register type functions incomplete
3116 592666 Document how to unset an attribute
3117 597785 g_type_class_add_private code snippet is a bad example
3118 621368 glib-2.24.1: FAIL: run-assert-msg-test.sh when updating...
3119 622149 --disable-regex breaks glib2 build
3120 639873 GBinding: Crash when binding two properties on the same...
3121 640202 For GLIB v. 2.23.6 and above: impossibility to build mu...
3122 668295 Need a way to classify GVolume instances
3123 669670 gasyncqueue: don't use deprecated g_cond_timed_wait()
3124 670542 Add version information for deprecations
3125 670557 gvaluetransform: Fix an infinite loop with GFlagsValue...
3126 670721 global variable for signal ID should be hidden
3127 670751 IceWM build fails due to the G_DEPRECATED_FOR macro
3128 670909 g_dbus_connection_call leaks when it receives an error...
3129 670922 Include path to gdbus-codegen in the pkgconfig file
3130 670969 GSequence lookup may fail if there was no sort prior to...
3131 671025 Constants and identifiers starting with a number are no...
3132 671270 make distclean failures
3133 671281 glib-compile-resources.xml is missing from the dist tar...
3135 * Translation updates:
3138 Brazilian Portuguese
3154 Overview of changes from GLib 2.31.16 to 2.31.18
3155 ================================================
3157 * GDBusProxy has now a flag, G_DBUS_PROXY_FLAGS_GET_INVALIDATED_PROPERTIES,
3158 which can be set to make GDBus automatically reload
3159 changed properties even if the propertychanged signal
3160 does not contain the new values.
3162 * GApplication puts non-unique applications on the bus
3164 * GApplication now has g_application_quit()
3166 * g_async_queue_timed_pop has been deprecated in favor of
3167 the new g_async_queue_timeout_pop, which uses relative
3168 delays in microseconds instead of a GTimeVal.
3170 * a huge number of API documentation fixes
3173 647986 put non-unique apps on D-Bus
3174 658484 vpn connection vs NetworkSecretDialog
3175 664237 GDateTime falls back to UTC if TZ is set
3176 669329 gthread-win32: update for g_get_monotonic_time() changes
3177 669330 glocalfile: fix error code when opening a directory on win32
3178 669372 glib/tests memory leaks.
3179 669412 mem leak in g_environ_unsetenv
3180 669538 Fix compilation of glib-compile-resources.c on Windows
3181 669544 gdbus-codegen example introspection XML is not complete
3182 669595 glib-mkenums: fix handling of forward enum declarations
3183 669670 gasyncqueue: don't use deprecated g_cond_timed_wait()
3184 669671 gobject: use #pragmas to avoid deprecated function warnings
3185 669689 Retrieve cwd and environ in local GApplicationCommandLine
3186 669810 socket/win32: flush pending read before signaling HUP
3187 669865 g_regex_fetch()
3188 670085 memory leak in g_output_stream_write_async
3189 670138 gbytes.h is missing the G_BEGIN/END_DECL guards
3190 670485 Simplify session API (shared bug with gtk+)
3192 * Updated translations:
3201 Overview of changes from GLib 2.31.14 to 2.31.16
3202 ================================================
3205 - The resource compiler can now convert pngs into
3206 pixel data that can be used without parsing at runtime
3207 (requires gdk-pixbuf-pixdata to be present)
3210 669123 resource compiler: failing to-pixdata should...
3211 669173 resource: fix xml preprocess entity handling
3212 669224 Cross-compilation broken by data-to-c
3213 669253 gsettings set buggy on array values
3214 669334 fix memory leak in bookmark file parser
3216 * Translation updates:
3221 Overview of changes from GLib 2.31.12 to 2.31.14
3222 ================================================
3225 - GLib now includes a commandline utility, gresource,
3226 to explore resources in ELF files
3227 - The resource compiler can now optionally strip
3228 ignorable whitespace from XML resources
3229 - The resource compiler can now generate build dependencies
3230 - The resource compiler will now autoselect output formats
3233 - The menu markup parser API has been dropped, the
3234 menu XML support lives in GTK+ now
3236 * GValueArray has been deprecated
3239 626258 N-ary Trees - 'nodes' can be inserted before and after...
3240 634232 Core Dump / Aborted using g_key_file_to_data
3241 639099 schema compiler chokes on valid schema
3242 667228 Deprecate GValueArray
3243 667243 Add an element clear function to GArray
3244 667929 glib-compile-resources: xml resources doesn't need to...
3245 668250 g_date_time_format() produces a non-UTF8 string
3246 668468 'IP_ADD_SOURCE_MEMBERSHIP' undeclared
3247 668532 resources: add dependency generator to the resource compiler
3248 668539 resources: compiler should autoselect output format...
3249 668561 gresource-tool not internationalized
3250 668572 glib_cv_g_atomic_lock_free config.cache setting not honored...
3251 668650 GRealArray->clear_func should be initialized
3252 668756 GKeyFile: allow loading from empty strings
3253 668857 fix couple of typos in comments
3254 669024 goption: implement platform_get_argv0() for OpenBSD
3256 * Updated translations:
3262 Overview of changes from GLib 2.31.10 to 2.31.12
3263 ================================================
3266 - Drop support for exporting menus - this functionality
3267 will be provided in GtkApplication
3268 - Add a way to create actions that change settings
3271 629503 Add async versions of g_unix_connection_{receive,send}_credentials
3272 656301 glib-compile-schemas should not create an empty file
3273 668071 mingw-gcc build fails on gio/gsocket.[c|h]
3274 668118 the big appmenu switcheroo
3275 668158 base64 encode and line termination
3276 668163 GDBusConnection: note that exit-on-close is sometimes TRUE
3277 668269 gsignal: add g_signal_handlers_disconnect_by_data
3278 668279 create GAction from GSettings
3280 * Translation updates:
3284 Overview of changes from GLib 2.31.8 to 2.31.10
3285 ===============================================
3288 - A new facility to allow linking data files into binaries
3289 and make them available as resources
3290 - Resources are compiled using glib-compile-resources
3291 - GIO supports resource:/// uris to access resources
3294 619126 Missing dependency libs
3295 658315 g_key_file_get_keys() should set length to 0...
3296 660371 is it ever valid to have 0 as a GError domain?
3297 666700 Add some missing (allow-none) annotations
3298 667375 GAsyncInitable subclassing (and async subclassing...
3299 667447 Missing many introspection annotations
3300 667790 Protect call to pthread_condattr_setclock with define
3301 667938 wrong gtypes generated for empty flags enums
3303 * Translation updates:
3308 Overview of changes from GLib 2.31.6 to 2.31.8
3309 ==============================================
3312 - The type checks for overriding properties have been loosened.
3313 In particular, it is now possible to add the CONSTRUCT flag
3314 to an overridden property
3315 - GWeakRef is a new API for weak references; unlike g_object_weak_ref
3316 and g_object_add_weak_pointer, it is thread-safe.
3318 * GHashTable has grown new convenience api for use as a set:
3319 g_hash_table_add, g_hash_table_contains
3321 * GSocketConnection has gained API for managing connection status
3323 * GSettings: a native OS X backend has been added, under the
3327 455640 Something fishy with GRegex and unicode
3328 548954 weak references are not threadsafe
3329 625751 Add G_FILE_ATTRIBUTE_FILESYSTEM_USED
3330 658871 gbacktrace: g_get_prgname () isn't called for a NULL argu...
3331 664069 gvariant: Never break out of g_variant_iter_loop
3332 664830 g_strescape doesn't natively handle \v (vertical tab)
3333 665211 GDBusConnection singleton access can race with disposal
3334 665805 Add GSocketClient::action, for tracking socket client status
3335 666116 some tests provoke undefined behaviour, which is undesira...
3336 666422 Unreachable code in gio gnetworkmonitornetlink.c
3337 666551 Crash in g_thread_xp_SleepConditionVariableSRW
3338 666595 menu parser disallows id='' on submenu and section
3339 666615 loosen property override flag restrictions
3340 666616 gobject: fix property override type checks
3341 666803 g_utf8_validate() fails to validate strings with known size
3342 666804 g_ateaxit deprecation warning in devhelp points in wrong ...
3343 666951 g_mkdtemp: Since version incorrect in docs
3344 666978 Fails to compile glib applications with ISO C90 compiler
3345 667098 ginetaddressmask leaks its address property
3346 667225 GSocket: add missing type checks to public methods
3347 667226 GSocket: fix an error return value
3348 667279 Sometimes crashes when launching commandline-crea...
3349 667285 Wrong keyname listed in documentation for g_deskt...
3350 667331 Use g_queue_free_full() convenience function
3351 667420 GHashTable GDB pretty printing is broken
3353 * Updated translations
3363 Overview of changes from GLib 2.31.4 to 2.31.6
3364 ==============================================
3366 * GApplication no longer has APIs for setting menus. Those have been
3367 moved to GtkApplication.
3369 * the GActionGroup import/export functionality has been decoupled from
3370 GApplication by the introduction of a new interface for the purpose of
3371 handling platform data: GRemoteActionGroup. This allows Gtk to
3372 properly deal with platform data (and gdk threads) on window actions.
3374 * lots of documentation improvements
3376 * bug fixes and a huge number of memory leak fixes
3378 * the test suite now passes on ARM and some of the GDBus testcase hangs
3379 we've been seeing have been resolved (although others could remain)
3381 * g_bytes_get_data() API changed: now includes 'size' out parameter
3383 * new g_queue_free_full() API similar to g_[s]list_free_full()
3385 * desktop files: use standard "Keywords" now, not "X-GNOME-Keywords"
3387 * gsettings commandline tool now has --schemadir option for schemas not
3388 installed in the usual place (ie: as part of plugins)
3391 643736 GApplication doesn't emit dbus signals on action updates
3392 657433 g_queue_free_full() missing
3393 664699 glib: documentation fixes
3394 665737 acquire/release gdk threads lock on incoming dbus
3395 665879 GBytes: add a size argument to g_bytes_get_data
3396 666113 various leaks in GLib, GIO are visible in the regression tests
3397 666115 various tests leak memory, obscuring real leaks in the library
3398 666145 Doc could be more explicite that g_thread_init calls can be droped
3399 666173 Configure warning - linux/netlink.h usability... no
3400 666296 Race condition in g_thread_xp_get_srwlock
3401 666415 Settings tools should allow specifying a schema directory
3403 * Translations updated:
3407 Overview of changes from GLib 2.31.2 to 2.31.4
3408 ==============================================
3410 * EXPERIMENTAL: Menu support has been added to GApplication. Menus
3411 are exported on the bus, alongside the actions that are already there.
3412 There have also been many related improvements to action group
3415 These new APIs are subject to changes in the coming releases. In
3416 particular, it seems somewhat likely that the APIs for registering
3417 menubars may change in order to accommodate windows with different
3420 * GDBusConnection previously directly dispatched destroy notifies when
3421 unregistering objects if the current main context was the same context
3422 the object was exported on. It now unconditionally dispatches these
3423 through an idle on the context.
3425 * Clean up Requires in pc files. Linking against GIO no
3426 longer drags in gmodule. This may require dependency
3427 fixes here and there.
3429 * Introduce GBytes, a data type for immutable, fixed-size
3430 byte sequences. This makes the pre-existing GBuffer
3431 API available outside GLib
3433 * GDBusInterfaceSkeleton can now be exported on multiple
3437 600161 Do not use static GTypeInfo and GInterfaceInfo
3438 640077 GFileMonitor: Always send CHANGES_DONE_HINT after a move...
3439 641720 Misleading definition for local_command_line() in GApplic...
3440 648516 Little comment error and 2 useless lines of code
3441 651997 Dummy backend for gapplication
3442 652560 Test for g_ascii_strtod is failing
3443 662208 failure to initialize a GInitable should be considered...
3444 662718 GDBusInterfaceSkeleton should be able to export on multi...
3445 663291 GBytes: Immutable, refcounted sequence of bytes
3446 664406 Need context for a proper translation
3447 664455 Build fixes for GLib GIT master (2.31.x)
3448 664558 GDBusWorker.frozen has a value > 1 in a gboolean
3449 664559 sys/wait.h not available on windows
3450 664617 gdbus segfault error 4 in libgio-2.0.so.0.3102.0
3451 664635 GMemory{Out,In}putStream _async functions break sub-class...
3452 664809 Add command line option to gtester to allow skipping tests
3453 665067 cryptic assertion failure if nonsensical flag combinations...
3454 665184 Check ref. count before reffing/unreffing
3455 665298 Add 'Requires.private: libpcre' to glib-2.0.pc
3456 665391 update documentation around mainloops
3457 665607 ./configure is there for fiddling with cross-compile enviro...
3458 665634 g_dbus_node_info_new_for_xml() errors on unknown attributes...
3459 665685 Add a #define for the max length of a Unicode decomposition
3460 665733 GDBusConnection holds lock while calling destroynotify
3462 * Translation updates:
3467 Overview of changes from GLib 2.31.0 to 2.31.2
3468 ==============================================
3470 * Monotonic time is now properly supported on Windows
3472 * glib-mkenums: fix @ENUMPREFIX@ with /*< underscore_name=... >*/
3474 * EXPERIMENTAL: introduce new GSettingsSchema and GSettingsSchemaSource
3475 APIs for the convenience of plugin system authors and those who wish
3476 to introspect the contents of schemas. This API may change.
3478 * Improve the performance of GObject property notifies.
3481 - fix a race when unowning a name immediately after owning it
3482 - thread safety improvements on GDBusConnection
3483 - fixes for exit-on-close functionality
3486 - add G_SIGNAL_DEPRECATED
3487 - don't use G_DISABLE_DEPRECATED masking for functions anymore
3490 - tmpl/ is finally dead for glib
3493 - GInetAddressMask: new type for internet address range matching
3494 - various GIO file and stream fixes
3495 - improvements to attribute and fileinfo handling
3497 Overview of changes from GLib 2.29/2.30 to 2.31.0
3498 =================================================
3500 This release contains a huge number of changes (500 commits worth). The
3501 list below attempts to summarise, but not every change is listed.
3503 * Major changes to threading and synchronisation
3504 - threading is now always enabled in GLib
3505 - support for custom thread implementations (including our own internal
3506 support for errorcheck mutexes) has been removed
3507 - a whole lot of dead code (to deal with the non-threaded case) has
3508 been ripped out. This includes the racy path of GMainContext that
3509 caused deadlocks with respect to child process exits in
3510 single-threaded programs (such as gtester).
3511 - libgthread is now an empty shell and g_thread_init() is no longer
3512 required (and has been deprecated)
3513 - GMutex and GCond can now be statically allocated without explicit
3514 initialisation. Dynamic allocation for these types is deprecated.
3515 - new types GRecMutex and GRWLock can also be statically allocated
3516 without explicit initialisation.
3517 - GPrivate can now be statically allocated and has an improved API.
3518 Dynamic allocation of GPrivate is deprecated.
3519 - GStaticMutex, GStaticRecMutex, GStaticRwLock, GStaticPrivate are
3521 - GCond now uses monotonic time internally and a new API takes
3522 monotonic time for timed waits, deprecating the wallclock API
3523 - removal of the insane macro indirection used in the previous
3524 implementation of threading and synchronisation APIs
3525 - use SRWLock and CONDITION_VARIABLE APIs when available on Windows
3526 (Vista and later) and emulate them on XP
3527 - leaks of G(Static)Private-allocated data on some cases of thread exit
3529 - simplified new thread creation API with the old API deprecated. The
3530 concept of joinability has disappeared (all threads are joinable) as
3531 have priority levels, 'bound'ness (ie: kernel vs. userspace threads)
3532 and ability to manipulate the stack size.
3533 - GThread is now a refcounted type
3534 - other implementation details changed
3536 * Move headers for some deprecated functionality to a separate
3537 deprecated/ directory.
3539 * New support for attribute-based deprecations to issue compiler
3540 warnings instead of breaking the build and/or giving warnings about
3541 implicit declarations (and possibly miscompiling).
3543 * GCache has been deprecated (after its last use was removed from our
3544 platform over a year ago).
3546 * It is no longer possible to include individual headers (like
3547 "ghash.h") -- you must #include <glib.h>.
3549 * The misguided experiment of allowing the program to stumble along with
3550 missing GSettings schemas is now over -- the abort is back.
3552 * Clarify that fork() is not valid while using GMainContext. This is
3553 because the internal resources of the GMainContext end up being shared
3554 by both processes. We had an assert here but it was breaking existing
3555 (valid) use cases as well, so it has been removed for now.
3558 - add ::shutdown signal as logical dual to ::startup
3559 - don't use a GMainLoop: iterate the GMainContext directly (improves
3562 * Several portability fixes for Windows, OpenBSD, Solaris
3564 * Add new GValue API to specifically deal in signed chars (in case the
3565 platform defines 'char' as unsigned)
3567 * some new API to mitigate the problems associated with calling setenv()
3568 in a multi-threaded program
3570 * Use CLOCK_MONOTONIC unconditionally if the libc has support at compile
3571 time (ie: stop checking for kernel support at runtime).
3574 - drop -uninstalled variants
3575 - remove gobject dependency on gthread
3577 * New macro G_ATOMIC_LOCK_FREE is defined if the atomic operations are
3578 implemented without use of a mutex. Cleaned up atomic-related
3579 compilation issues with mingw compilers on win32 systems.
3581 * SOCKS proxy and resolver improvements
3583 * Fix the spelling of G_IO_FLAG_IS_WRITABLE (was WRITEABLE) and
3584 introduce a macro for backwards compatibility.
3587 - many code generation updates and improvements
3588 - some race condition fixes, including testcase hangs
3591 - new g_variant_new_from_fixed_array() API
3592 - substantial docs improvements/clarifications
3594 * GKeyFile is now refcounted and boxed
3596 * mount monitoring is now based on /proc/mounts (where available)
3599 * new macros G_SOURCE_CONTINUE and G_SOURCE_REMOVE for returning from
3600 GSourceFunc (so you don't have to remember what TRUE and FALSE mean)
3602 * use xlocale functions where available to avoid too much heavy lifting
3603 in functions like g_ascii_strtod()
3605 * GMappedFile can now be created from an fd
3607 * error message strings grammar/i18n fixes
3611 * Partial list of bugs closed:
3612 70598 Unify GStaticMutex and GMutex.
3613 320888 optimization for g_main_context_wakeup
3614 398418 GChildWatch race condition?
3615 527214 g_timer_elapsed() returns random values
3616 580505 add a way to set/get name for a thread
3617 583511 race condition means g_main_loop_quit() does not work
3618 590808 GKeyFile should have a refcount and a boxed type in GObject
3619 592715 Document that g_str_hash() and g_int_hash() are not NULL safe
3620 631413 Add macros for GSourceFunc return values
3621 632049 not immediately clear what g_variant_get_fixed_array expects
3622 640212 "Error stating file" is not a friendly message
3623 640293 Use xlocale functions to implement g_ascii_strtod()
3624 640975 Check that error exists before trying to set it
3625 643934 GApplication lacking a logical dual for the ::startup signal
3626 651268 assertion failed in GDBus worker thread
3627 653987 g_key_file_get_integer cannot interpret trailing spaces
3628 654412 Documentation for g_variant_get_child_value unclear
3629 654563 info capplet: Failed to calculate disk space
3630 655366 missing GSettings schemas lead to obscure crashes
3631 656621 g_spawn_*() calls executables in current directory
3632 656679 [gi] Add two annotations to gio
3633 657992 Add glib__private__() API to share between glib,gio
3634 658188 _set_as_last_used_for_type generates a broken mimeapps.list
3635 658206 gsocks5proxy.c has invalid gettext use
3636 658207 glib-compile-schemas says "can not"
3637 658558 simpleaction: Fix documentation of :enabled
3638 658683 clean up charset/language threading issues
3639 658692 add introspection annotations to g_time_val_from_iso8601()
3640 658715 Duplicite strings
3641 658769 Invalid reuse of GError in GThreadedResolver
3642 658806 sign error in string hash implementation
3643 658976 gdbus-codegen's C namespace option needs to support Ugly_Case
3644 659070 gdbus-codegen generated code segfaults when property changes
3645 659082 gdbus-codegen: Single letter namespaces get dropped from names
3646 659212 GMappedFile should fail on non-regular files
3647 659324 _SPLICE_CLOSE_TARGET doesn't mark the output stream as closed
3648 659423 Use adaptive mutexes when available
3649 659427 Move deprecated code to a separate directory
3650 659646 gdbus-codegen produce code that warnings at build
3651 659690 Possible build warning in code generated by gdbus-codegen
3652 659699 property name collision when generating code for "Connection"
3653 659754 Add API to GMappedFile that allows to pass FD
3654 659838 incorrect types in introspection for g_object_bind_property
3655 659866 pthread_rwlock_t requires defined __USE_UNIX98
3656 659870 gvalue: Fix signedness of g_value_get_char()
3657 659889 glib-2.29.92/gio-2.0.pc.in has a wrong line.
3658 659916 GObject size of 64K is not actively enforced
3659 659920 Missing setter for read/write property 'closed' of GIOStream
3660 659923 Add g_variant_new_fixed_array() function
3661 660013 Remove old g_atomic configure cruft
3662 660096 glib/rwlock tests failure (tests asserted)
3663 660130 Possible loss of user data when updating mimeapps.list
3664 660147 tracker causes g_critical in "gsettings list-recursively"
3665 660413 Make G_ASSERT_STATIC work with clang
3666 660498 Generated test code fails when the codegen changes
3667 660511 Use /proc/mounts for monitoring mounts, not /etc/mtab
3668 660536 Expose options for /etc/fstab entries
3669 660635 Deprecate g_thread_foreach
3670 660637 Pending dbus method calls not canceled on connection loss
3671 660739 kill off g_{mutex,cond}_{new,free}()
3672 660740 make GThread more standard
3673 660741 g_cond_timedwait is a disaster
3674 660743 macro wrappers for g_once_init_enter/leave
3675 660744 finish killing g_thread_init()
3676 660745 GPrivate leaks on Windows
3677 660791 [gio] Improve doc for g_file_make_directory_with_parents()
3678 660843 asyncqueue-test is broken
3679 660849 Remove cruft from g_strerror and g_strsignal
3680 660886 GDBusProxy: don't drop/complain about unknown props/signals
3681 660887 g_slice_set_config() is broken
3682 660994 Add g_main_context_ref_thread_default()
3683 661255 gio: enable test_peer regression test for OpenBSD
3684 661257 giomodules.c uses ":" instead of G_SEARCHPATH_SEPARATOR_S
3685 661318 tests use pthread without appropriate compiler/linker flags
3686 661421 Applications fail to initialize on GNU Hurd - commit
3687 661438 Implement G_GNUC_DEPRECATED/G_GNUC_DEPRECATED_FOR on Visual C++
3688 661711 Sorting keys for GDrive, GVolume and GMount instances
3689 661763 desktop-app-info: Add support for X-GNOME-Keywords
3690 661896 /gdbus/connection/life-cycle is racy
3691 661914 Gstreamer/Totem locks up
3692 662100 regression: g_dbus_connection_close() triggers exit-on-close logic
3694 * Translations updates:
3696 Brazilian Portuguese
3723 Overview of changes from GLib 2.29.18 to 2.29.90
3724 ================================================
3727 - unix signal watches now match the API of all of the other sources
3728 - revert the addition of g_date_time_source_new () from last release
3730 * networking and other fixes for Solaris
3731 - we no longer support symbolic port names (ie: from /etc/services)
3732 - check if -lsocket is needed
3733 - fix g_socket_details_from_fd()
3735 - fix some harmless warnings
3737 * GDateTime improvements:
3738 - generally improved standards compliance (with C99)
3739 - support C99-specified format strings: %g, %G, %V, %c, %C, %w
3740 - consult the locale for the preferred 12-hour time format (%r)
3741 - drop support for non-standard %N and broken %W
3742 - better support for formatting non-POSIX (eg: Arabic) numerals
3743 - locale-related test case fixups, and fix some leaks
3745 * GTlsInteraction: add interaction method invocation guarantees
3747 * gdbus-codegen: post-process all interfaces when parsing >1 file
3749 * make GMainLoop, GMainContext and GSource boxed types
3751 * fix a race condition in the first use of g_get_monotonic_time()
3753 * lots gtk-doc cleanups
3755 * better intltool compatibility when generating pot file
3757 * avoid GCC-specific compiler options when not using GCC
3759 * Translation updates:
3761 Brazilian Portuguese
3772 Overview of changes from GLib 2.29.16 to 2.29.18
3773 ================================================
3775 * GDateTime is now respecting LC_TIME when formatting
3777 * GTimeZoneMonitor has been removed again
3779 * A new API for wallclock functionality has been added:
3780 g_date_time_source_new(). This API is still experimental
3781 and may be changed or removed before 2.30.
3784 628904 Add credential support for FreeBSD and fix a socket issue
3785 650763 gdbus-codegen is broken with python 2.7
3786 655129 GDateTime could provide api for implementing wall clocks
3787 656341 gtlsconsoleinteraction.c uses getpass() which isn't avail...
3788 656387 GCancellable can be used concurrently
3789 656443 Make GTlsInteraction ask_password cancellable
3790 656675 void functions should not return in glib 2.29.16
3791 656772 g_variant_compare for uint64 incorrect
3792 656914 Load GIO_EXTRA_MODULES first, and ignore duplicates
3793 657083 The header langinfo.h is not available on all systems
3794 657084 gfileutils: fix docs/annotations for temp file methods
3795 657138 Some files missing in POTFILES.in
3796 657206 GInputStream leaked in g_file_icon_load_async()
3797 657243 g_cancellable_set_error_if_cancelled() documentation
3798 657274 Use detected PYTHON variable as shebang for gdbus-codegen
3799 657336 Speling fixes for glib found with codespell
3800 657452 plural forms needed
3801 657454 Translation comment needed
3802 657540 Print out file:// URL to coverage HTML report after building
3803 657593 g_test_trap_fork calls close(-1)
3804 646082 Addresses from GSocket should be normalized before returning
3805 657517 fix gio/tests/gdbus-peer on bsd
3807 * Translation updates:
3808 Brazilian Portuguese
3820 Overview of changes from GLib 2.29.14 to 2.29.16
3821 ================================================
3823 * GTlsDatabase: an abstract class that provides support
3824 or certificate and key lookup. An implementation will
3825 be provided in glib-networking
3827 * GHmac: Support or HMAC digests
3830 - g_ptr_array_add_full: creates a GPtrArray with
3831 a preallocated size and a destroy function
3832 - g_desktop_app_info_get_show_in: checks if a GDesktopAppInfo
3833 should be shown in a given desktop environment
3834 - g_mkdtemp, g_mkdtemp_full, g_dir_make_tmp: create
3835 temporary directories
3837 * Unify thread wakeup implementations of GMainContext
3838 and GCancellable, and use eventfd for it when available
3840 * Show mounts in $XDG_USER_DIR in addition to /media and $HOME
3843 636572 GTlsCertificateDB
3844 644601 Some tests need a running dbus session
3845 652284 deal with small key lengths
3846 652827 glib-2.29.8 no longer builds with mingw.org's toolchain
3847 653063 PEM parser fails parsing private key when put first
3848 654078 Fail to static linking with Glib library
3849 654450 New functions: g_ptr_array_new_full()
3850 654793 Add G_VALUE_INIT
3851 655044 GDesktopAppInfo: Add g_desktop_app_info_get_show_in()
3852 655148 gdbusconnection is broken when compiling with mingw
3853 655241 glocalfile.c no longer compiles with MinGW GCC
3854 655598 g_cancellable_get_fd: silently return -1 for NULL cancellable
3855 655664 gdbus should not abort if no dbus session is available
3856 655769 Use ZLIB_CFLAGS when compiling gio
3857 656031 Improve GVariant annotations
3858 656048 glib-codegen requires Python >= 2.5
3859 656151 configure test logic inverted, doesn't match comments
3860 656152 GCC only syntax used, yet other compilers allowed by configure.
3861 656162 allow use of lcov 1.9 for coverage
3862 656282 GDBusProxy: uninitialized local variables can be freed
3863 656283 Failing tls connection cause assertion
3864 118563 Add g_mkdtemp in the spirit of g_mkstemp
3865 636405 Add g_return_if_fail() to g_settings_bind_with_mapping()
3866 656039 race condition between GDBusProxy signals and public API
3867 656492 g_io_channel_new_file failure (open(2) behavior wrt POSIX)
3869 * Translation updates:
3884 Overview of changes from GLib 2.29.12 to 2.29.14
3885 ================================================
3887 * Unicode improvements
3888 - add g_unicode_script_{to,from}_iso15924
3889 - add G_UNICODE_SPACING_MARK define
3890 - more normalisation improvements
3891 - stop using deprecated g_unicode_canonical_decomposition()
3894 - mark the 'name' field as 'const' and add a comment to the header to
3895 help avoid future problems caused by bad hacks
3897 * Merge some (modified) patches from Debian:
3898 - 03_blacklist-directories.patch
3899 - add some blacklisted mount directories
3900 - 60_wait-longer-for-threads-to-die.patch
3901 - sleep longer in a test case, if needed to avoid failing
3903 * Units policy change: prefer use of SI units
3904 - deprecate g_format_size_for_display, add g_format_size(_full)
3906 * GSettings: don't call g_error() when the schema is missing
3908 * GVariant support for arrays of object paths:
3909 - new g_variant_{new,get,dup}_objv API
3910 - support for g_variant_{new,get} '^ao' and '^a&o' similar to '^as'
3913 - use new improved array-of-objects support and pass 'ao' as char**
3914 instead of GVariant*
3915 - improve handling of 'h' type (Unix file descriptor index)
3918 - fix compilation without USE_STATFS and USE_STATVFS
3920 * Documentation fixes
3923 622921 Migrate from dbus-glib to glib's GDBus
3924 648271 Add g_unicode_script_to_iso15924()
3925 654948 Stop using deprecated g_unicode_canonical_decomposition()
3926 654988 g_atomic_int_add should document behaviour change
3927 655025 #define G_UNICODE_SPACING_MARK G_UNICODE_COMBINING_MARK
3928 655076 normalization misses some Full_Composition_Exclusion=True.
3930 * Translations updated:
3933 Overview of changes from GLib 2.29.10 to 2.29.12
3934 ================================================
3936 * Add new API to do Unicode (de-)composition in atomic steps,
3937 for use in Harfbuzz.
3940 615895 (indirectly) support non-NULL-terminated regexes in GRegex
3941 617949 glib trunk fails to compile on Solaris w/ Studio 12...
3942 620423 Document the possibility to unset attributes
3943 627974 Floating reference headaches
3944 644687 Not finding cross-links in current doc set
3945 649246 g_output_stream_splice() cannot be used on 32-bit machines...
3946 653841 a helper script to build glib from git master on win32
3947 653935 g_slist_free_full/g_list_free_full iterates twice in the list
3948 654017 tests: fix glib_translations_work() in gsettings unit test
3949 654085 Don't needlessly use "echo -e" when creating .def files
3950 654195 Add g_unichar_compose() and g_unichar_decompose()
3951 654232 GCancellable eventfd problems
3952 654394 suspicious use of floating references in GDBusInterfaceSkeleton
3953 654536 GSettings: lift key name length restriction to 64
3954 654627 GParamSpec: intern property names
3955 654651 Better g_unicode_canonical_decomposition()
3956 654917 Make g_cclosure_marshal_generic the default signal handler
3958 * Translation updates:
3968 Overview of changes from GLib 2.29.8 to 2.29.10
3969 ===============================================
3972 - g_desktop_app_info_get_nodisplay: a function that is required
3973 to port gnome-menus to GDesktopAppInfo
3974 - g_hash_Table_iter_replace: new function to replace a value
3975 while iterating over a hash table
3976 - g_utf8_substring: convenience API to extract substrings from
3978 - g_action_group_add_entries: convenience API for creating lots
3980 - Use eventfd instead of pipes for waking up main contexts and
3981 for cancellation when available
3982 - GMatchInfo is now a refcounted boxed type
3984 * API changes in GAction:
3985 - the 'set_state' entry in the GActionInterface vtable has been
3986 renamed to 'change_state
3987 - g_action_set_state has been renamed to g_action_change_state
3988 - the 'state' property has been changed to read-only
3989 - GSimpleAction can no longer be subclassed
3992 647796 g_variant_new_variant is not marked as constructor
3993 652072 gmain: make use of signalfd()
3994 652168 Crosscompiling Fails if build<=2.24 and host >2.24
3995 652750 make dist fails
3996 652758 GDataInputStream: Clarify g_data_input_stream_read_line docs...
3997 652822 Add a g_hash_table_iter_replace
3998 652897 tiny docs clarification for g_utf8_to_ucs4_fast
3999 653140 gmain: use Linux eventfd() for main context wake up
4000 653429 drop AM_MAINTAINER_MODE or enable it by default
4001 653484 GAsyncCallbacks should default to allow-none
4002 Add missing fundamental types to the generic marshaller
4004 * Translation updates
4009 Overview of changes from GLib 2.29.6 to 2.29.8
4010 ==============================================
4013 646608 export_symbols variable for gio dynamic library is wrong
4014 646635 Fix introspection of GLib
4015 647930 Documentation: GDataInputStream _read_upto() version
4016 651745 Switch to _ prefixing rather than G_GNUC_INTERNAL
4017 651920 Improve qsort_r detection
4018 651959 gbitlock: "asm goto" is not available in gcc < 4.5
4019 651998 gdbus-codegen: Use relative Python imports
4020 652000 Fix for gatomic.c on Windows/MSVC
4021 652002 Proposal to clean up gvaluetransform.c for MSVC
4022 652025 g_dbus_connection_register_object: error is not set...
4023 652081 Typos in a GBinding warning message
4024 652197 Improper handling of double values in GDBusMessage
4025 Fix a deadlock in gobject finalization
4027 * Translation updates:
4037 Overview of changes from GLib 2.29.4 to 2.29.6
4038 ==============================================
4040 * Atomic operations have been rewritten from scratch to make use
4041 of gcc builtins where possible. As a side-effect of this, calls
4042 to g_atomic_ API with explicit casts may now be problematic; if
4043 that happens to you, try first to remove the casts. Another
4044 side-effect of the rewrite is that g_atomic_int_exchange_and_add
4045 has been deprecated in favor of g_atomic_int_add.
4047 * A full set of atomic operations on pointers has been added,
4048 including bit locks in pointer-size locations.
4050 * Access to quarks is now lockless
4052 * GObject data scalability has been greatly improved
4054 * g_data_time_format now supports alternative digits and padding
4056 * Introspection improvements:
4057 - Add a boxed type for GVariantBuilder
4058 - Annotation fixes in GDBus, GVariant, g_base64_
4061 502560 g_rand_double_range returns 'inf'
4062 612729 g_mkdir_with_parents can fail if the directory already exists
4063 617491 g_once() implementation is inefficient
4064 619418 Add a performance test for UTF-8 decoding functions
4065 619435 Make g_utf8_to_ucs4_fast() yet faster
4066 626549 G_STATIC_ASSERT_EXPR
4067 631231 bitlock: Fix detection and usage of futexes with Bionic
4068 632294 g_queue_remove() should return a boolean
4069 640518 GMainLoop has quadratic complexity when all pollfd's...
4070 642026 Race condition in g_static_private_free
4071 646635 Fix introspection of GLib
4072 648678 g_date_time_format(): support %O flags for localized numbers
4073 649480 Use MSG_CMSG_CLOEXEC in recvmsg in gio/gsocket.c
4074 649506 GTestFunc et al lacking Since tag
4075 649657 Don't return gboolean for functions that throw
4076 649775 glib-gio-gdbuscodegen-Makefile.patch
4077 649915 gsettings accepts unquoted strings longer than two characters
4078 649973 gthread: build unix tests only on unix
4079 649988 gdbus-codegen: Drop dependency on argparse
4080 650078 forkbomb building glib/tests/protocol
4081 650211 Optimization in key file parsing
4082 650236 Application over DBus implements action state incorrectly
4083 650345 g_key_file_has_key_full: New function to fix g_key_file_has_key...
4084 650458 reduce overhead in g_object_set/get_data
4085 650459 hash table consistency while calling destroy notify funcs
4086 650688 enforce rules about hash table modification
4087 650823 expand the set of atomic ops
4088 650874 codegen chokes on docs
4089 650882 use stdout instead of stderr for informational messages
4090 650884 fix compilation with gcc2
4091 650885 implement glib credentials on OpenBSD (hackish)
4092 650935 G_GNUC_MAY_ALIAS and atomic ops
4093 651009 minor documentation fix
4094 651034 Regarding g_cond_wait after g_thread_pool_push in gthreadedresolver
4095 651133 race condition in GDBusConnection's emit_signal_instance_in_idle_cb
4096 651141 hashtable infinite loop
4097 651219 fix path to true(1) on OpenBSD
4098 651223 Fix some compile warnings on OpenBSD
4099 651327 Minor fixes for the gsocket API
4100 651467 Add pointer sized bitlocks
4101 651650 gdbus: Avoid busy wait loop
4102 651725 gmain: Cleanups and a new test case
4103 651745 Switch to _ prefixing rather than G_GNUC_INTERNAL
4105 * Updated translations:
4114 Overview of changes from GLib 2.29.2 to 2.29.4
4115 ==============================================
4118 - Includes several new types to support modeling D-Bus
4119 objects and interfaces more fully, and also introduces
4120 an 'object manager' pattern:
4121 GDBusInterface, GDBusObject, GDBusObjectManager
4122 These interfaces have client-side implementations:
4123 GDBusProxy, GDBusObjectProxy, GDBusObjectManagerClient
4124 And server-side implementations:
4125 GDBusInterfaceSkeleton, GDBusObjectSkeleton, GDBusObjectManagerServer
4126 - The new gdbus-codegen utility uses these new classes
4127 to generate C code and documentation from D-Bus interface
4131 - There is now a g_test_fail() function to mark
4135 - Now has a binding-friendly filename property
4136 - Other new API to more fully expose desktop file contents:
4137 g_desktop_app_info_get_categories(),
4138 g_desktop_app_info_get_generic_name()
4141 - Several optimizations to reduce space consumption of
4142 large hash tables, in particular tables that are used
4145 * Unix-specific APIs:
4146 GLib now installs a separate header, glib-unix.h, that is
4147 meant to collect Unix-specific APIs. For now, it contains
4148 g_unix_open_pipe(), g_unix_set_fd_non_blocking() for dealing
4149 with pipes and fds, as well as APIs to create mainloop
4150 sources which can trigger callbacks on certain Unix
4151 signals (SIGTERM, SIGHUP, SIGINT).
4154 631379 GDBus nonce-tcp test failing
4155 632631 GLib-CRITICAL **: g_variant_new_string: assertion `g_utf8_validate (string, -1, NULL)' failed
4156 635694 gdbus aborting due to unauthorized socket in DBUS_SESSION_BUS_ADDRESS
4157 637561 Crash when using G_DBUS_SERVER_FLAGS_RUN_IN_THREAD
4158 642935 g_date_time_format() prints wrong value for %z and timezone -0800
4159 643134 g_dbus_message_copy
4160 644941 glib-unix: New Unix-specific API
4161 646013 g_hash_table_remove_all_nodes optimization
4162 646309 glib cannot be cross-compilled for mingw32
4163 646435 GTimeZone doesn't seem to be thread-safe
4164 646957 GIO chained calls don't work with a thread default context
4165 647594 README link to mailing list is broken
4166 647602 Cannot connect to remote message bus via TCP
4167 647746 The GSocketService documentation is incomplete.
4168 647826 API: gtester: Add g_test_fail()
4169 647903 GDesktopAppInfo: Add g_desktop_app_info_get_categories()
4170 648416 g_app_info_create_from_commandline ignores SUPPORTS_STARTUP_NOTIFICATION
4171 648423 Support G_DEBUG=trap-warnings
4172 648425 GDesktopAppInfo: Add "filename" property for bindings
4173 648966 Update g_unichar_iswide and g_unichar_iswide_cjk
4175 * Updated translations
4182 Overview of Changes from GLib 2.28.0 to 2.29.2
4183 ==============================================
4186 - The documentation has been enhanced and clarified
4187 - An opt-out for uniqueness has been added: G_APPLICATION_NON_UNIQUE
4188 - GApplication now syncs settings before g_application_run() returns
4191 - Interface lookups are now happening in constant time
4192 - Signature checking and handling of various unexpected
4193 situations has been improved
4196 - The format accepted by the GVariant parser has beend documented
4197 - GVariant accepts G_VARIANT_TYPE_VARDICT for a{sv}
4200 - The return value of g_datetime_compare() has been fixed to
4201 match strcmp() semantics
4202 - In order to handle problems with changing timezones, a GTimeZoneMonitor
4203 has been added to GIO, and g_time_zone_refresh_local() can be
4204 called to update the cached information about the local timezone
4206 * GOption now uses /proc/self/cmdline to set the program name instead
4207 and only falls back to "<unknown>" if that is unavailable
4210 - The schema compiler now warns about references to non-existing schemas
4212 * Commandline utilities are now fully translated
4214 * Signals can now indicate that collecting their arguments must
4215 always happen, even in the absence of connected signal handlers,
4216 using the G_SIGNAL_MUST_COLLECT flag.
4219 635099 Memory leak in gdbus introspection when parsing xml
4220 640489 $ and ^ do not match lines if G_REGEX_MULTILINE|G_R...
4221 642042 Overriding GDBus org.freedesktop.DBus.Properties im...
4222 642052 g_timeout_add(_seconds) cannot handle large intervals
4223 642490 notify_desktop_launch() "g_variant_new_bytestring:...
4224 613269 g_type_get_qdata() doesn't work as I expected on subtypes
4225 624943 G_VALUE_NOCOPY_CONTENTS is undocumented
4226 637738 object_interface_check_properties never actually executes
4227 638185 GIOCondition should be annotated as "flags"
4228 639478 GDBusServer's g_dbus_server_new_sync() function should just...
4229 641755 Add g_settings_get/set_uint() helpers
4230 641768 dconf gsettings backend silently drops writes if it can't...
4231 642797 g_app_info_get_default_for_type() broken for subtypes
4232 642825 Unnecessary assertion failure in g_option_context_parse()
4233 642944 NULL key lookup using g_hash_table_lookup_extended()
4234 643074 Incorrect documentation for g_socket_receive() and g_socket...
4235 643197 g_application_id_is_valid docs imply no valid ids
4236 643468 GApplication docs: Warn that handling "command-line" means...
4237 643478 GApplication::local_command_line vfunc documentation seems wrong
4238 643624 Can g_variant_unref() on an already free'd variant
4239 643649 g_application_run() should say that argc/argv can be NULL
4240 643780 shouldn't need to create an action group to use actions...
4241 643795 g_timeout_add_seconds fires with intervals 1 second longer...
4242 644309 Program name is not set when using GtkApplication
4243 644428 Crash in failure section of g_markup_collect_attributes()
4244 644465 undefined reference to `_usleep'
4245 644552 g_timeout_add_seconds(1, ...) may have a latency of up to 2...
4246 644607 Correct internal definition of C_()
4247 645789 annotations for g_file_*_contents
4248 646039 g_settings_list_children() returns child that cannot be opened
4249 646310 Accept range with only min or max
4250 646420 g_dbus_method_invocation_get_parameters() docs should say...
4251 646843 occasional abort on autologin
4252 646985 add G_APPLICATION_NON_UNIQUE flag
4253 647579 gsettings: Implement reset-recursively
4254 647600 gsettings description has typo
4256 * Translation updates
4288 Overview of Changes from GLib 2.27.93 to 2.28.0
4289 ===============================================
4292 641363 GInitable documentation isn't clear about that finalize...
4293 641395 Add more data about the origin application to the "Lau...
4294 641411 gdesktopappinfo signals lost if it's the session bus...
4295 641477 glib-mkenums uses unportable #! line
4296 641572 Add @EXEEXT@ to pkgconfig binary name
4297 641688 glib installs GSettings.html and gsettings.html
4299 * Translation updates:
4306 Overview of Changes from GLib 2.27.92 to 2.27.93
4307 ================================================
4310 637013 gio/gdbusmessage.c fails to compile on Solaris
4311 640192 Error creating a Gio.Settings object through py...
4312 640261 Minimum version for external pcre needs to be..
4313 640262 GActionGroup contains redundant TYPE macros
4314 640436 Make load_user_special_dirs() resistant to non...
4315 640695 g_key_file_load_from_file() mishandles a CR-LF...
4316 640724 can't compile gio due to format string issues
4317 640725 can't compile tests due to format string issue
4318 640807 improve GVariant behaviour with invalid pointers
4319 640823 wrong documentation for g_source_add_child_source
4321 * Translation updates:
4330 Overview of Changes from GLib 2.27.91 to 2.27.92
4331 ================================================
4333 * Update to Unicode 6.0
4335 * Update PCRE to 8.12
4338 637696 g_unix_connection_send_fd() doesn't work
4339 638872 null settings backend bug
4340 640042 GtkApplication's warning about not connecting...
4342 * Translation updates:
4348 Overview of Changes from GLib 2.27.90 to 2.27.91
4349 ================================================
4352 638838 gdesktopappinfo: Don't crash if we don't have a desktop filename
4353 638894 Splitting on \s* gives no result
4354 639064 Update gschema.dtd
4355 639084 Copy/paste error in GSettings::writable-changed signal
4356 639177 SIGSEGV for GApplications with G_APPLICATION_IS_SERVICE
4358 * Translation updates:
4364 Overview of Changes from GLib 2.27.5 to 2.27.90
4365 ===============================================
4367 * Test reports created by gtester-report can now
4368 include revision information
4370 * The g_desktop_app_info_launch_* family of functions
4371 now emit a DBus signal when an application is launched.
4372 Additionally, there is a new variant
4373 g_desktop_app_info_launch_uris_as_manager(), which
4374 gives more control over the launched process.
4376 * The memory and null GSettings backends are now available
4379 * g_get_locale_variants() is a new function that returns a
4380 list of variants of a locale identifier
4383 587898 I/O timeouts for GSocket
4384 606960 gio: Add extension point for informing parties...
4385 631980 Handle an optional <revision> node in the report...
4386 634569 Document that g_variant_builder_add_value consumes...
4387 635998 Make _g_compute_locale_variants public
4388 636806 Add g_{memory,null}_settings_backend_get_default
4389 637262 Need a binary DER version of ::accepted-cas
4390 637544 Skip fsync() on btrfs
4391 637720 void functions should not return a value.
4392 637738 object_interface_check_properties never actually...
4393 637759 GIOChannel: fix a crash in g_io_channel_read_chars()
4394 637852 Updates to glib.vsprops file for MSVC 2008 builds...
4395 637858 Updates to test/testglib.c...
4396 638349 parameter name of g_variant_new_* may conflict...
4398 * Translation updates:
4408 Overview of Changes from GLib 2.27.4 to 2.27.5
4409 ==============================================
4412 - Add g_tls_certificate_verify() to verify a certificate
4413 - Add GTlsConnection:use-system-certdb
4414 - Other TLS api additions
4417 - Add g_io_stream_splice_async()/_finish() to splice two iostreams
4418 - Add g_emblemed_icon_clear_emblems() and make GEmblemedIcon derivable
4419 - Remove GPeriodic; it did not receive the necessary review and
4420 integration work to declare it stable
4423 - New methods g_sequence_lookup() and g_sequence_lookup_iter()
4426 617254 Missing g_sequence_lookup
4427 632544 g_dbus_connection_send_message can not send a locked message...
4428 633350 g_hostname_to_ascii() ignores non-ascii dots
4429 634583 Better error reporting for g_variant_parse()
4430 635007 gsetting enum rule don't work for out-of-srcdir builds
4431 635626 GDBus message idle can execute while flushes are pending
4432 636100 Can't read GSettings:backend property
4433 636305 Typo on g_queue_remove_all() function description
4434 636311 appinfo: tweak application positioning for content-types
4435 636351 g_simple_async_result_is_valid lacks a version tag
4436 636387 gdb autoload files shadow the "dir" builtin
4437 636673 g_simple_async_report_error_in_idle should allow object...
4438 637147 Add a "delay-apply" property to GSettings
4439 637171 emblemedicon: add g_emblemed_icon_clear_emblems()
4440 637237 gapplication: plug a memory leak
4442 * Translation updates:
4453 Overview of Changes from GLib 2.27.3 to 2.27.4
4454 ==============================================
4457 - Mounts are treated as hidden if they have a path element
4458 that starts with a dot
4459 - GAppInfo gained API to differentiate between recommended
4460 and fallback mime handlers
4461 - g_cancellable_create_source: creates a GSource that triggers
4462 when the GCancellable is canceled
4463 - GPollableInput/OutputStream: Interfaces for pollable streams
4464 - TLS support has landed, with an extension point that is
4465 implemented in glib-networking
4468 - Mainloop sources can now have 'child sources'
4469 - g_get_runtime_dir: New function to return the XDG_RUNTIME_DIR
4472 530786 GFileMonitor "changed" signal underdocumented
4473 588189 TLS support for GSocket*
4474 630357 g_object_new_valist uses uninitialized memory
4475 630559 typo in public string in gsocks: 'The SOCKSv5 require...
4476 632445 Documentation refers to removed GNOME 2.0 porting guide
4477 634239 Child GSources
4478 634241 Add pollable input/output streams
4479 634504 allow passing a NULL emblem to g_emblemed_icon_new()
4480 634613 unsufficient g_get_user_runtime_dir() documentation
4481 635640 schema should inherit gettext-domain from schemalist
4482 635768 Protect g_file_monitor_set_rate_limit() against negative...
4483 635882 Fix the wrong-category schema test
4484 635187 Wrong type of GVariant received in an action...
4486 * Updated translations:
4493 Overview of Changes from GLib 2.27.2 to 2.27.3
4494 ==============================================
4496 * The GTimeSpec type that was introduced in the 2.27.2 has been
4497 dropped again in favour of APIs that return microseconds as
4502 g_get_monotonic_time
4504 The similar GTimeVal struct is still around, but its use is
4507 * GTimer is now using monotonic time unconditionally
4509 * There are some new functions to facilitate error reporting
4511 g_simple_async_result_take_error
4512 g_simple_async_result_new_take_error
4513 g_simple_async_report_take_gerror_in_idle
4515 * There is new convenience API to us GVariant dictionaries:
4518 * It is now possible to delay sending match rules to the
4519 D-Bus daemon in GDBus:
4520 G_DBUS_SIGNAL_FLAGS_NO_MATCH_RULE
4522 * Support has been added for XDG_RUNTIME_DIR:
4523 g_get_user_runtime_dir
4525 * Various fixes for Win64/MSVC builds have been committed
4528 620263 Add g_clear_object, g_clear_pointer, g_clear_boxed
4529 633075 update Project Files and sources for MSVC 2008/C89
4530 633381 gsettings Makefile rules should handle empty list...
4531 633685 Use g_simple_async_result_{new_,}take_error
4532 633686 Add g_simple_async_report_take_gerror_in_idle
4534 * Translation updates:
4542 Overview of Changes from GLib 2.27.1 to 2.27.2
4543 ==============================================
4546 - Export actions over DBus and support activating them from remote instances
4547 - Support environment passing
4550 - The gsettings utility has a list-recursively command
4551 - The gsettings utility has commandline completion for enum values
4553 * GLib is now linked against librt and uses monotonic time for
4554 timeouts and GPeriod sources. GSource has a new g_source_get_time()
4555 which returns monotonic time, and g_source_get_current_time() has
4559 158725 free linked list with data
4560 626320 GVariant: Avoid locking in g_variant_get_child_value() if possible
4561 629247 add gsimpleasyncresult methods to take over a GError
4562 629274 GNetworkService does not do fallback when there is no SRV record
4563 631264 gsettings-tool choice/range support
4564 631482 g_date_time_from_instant: 1000000000000000000
4565 632169 docs for manual use of gsettings-data-convert
4566 632571 Add equivalent to gconftool-2's -R option
4567 633115 GSettings m4 doesn't fail the build for broken schemas
4568 633206 Default g_application_local_command_line() doesn't set exit_status...
4569 633339 support more complex gapplication setups
4570 633356 Make timeout G_MAXINT mean "no timeout"
4572 * Translation updates:
4578 Overview of Changes from GLib 2.27.0 to 2.27.1
4579 ==============================================
4581 * GDateTime now has full week number support.
4582 New API: g_date_time_get_week_numbering_year
4584 * The GSettings schema compiler will now skip over
4585 broken .xml schema files instead of aborting altogether
4587 * GSettings now works properly on bigendian systems
4589 * GSettings has more complete support for ranges
4591 g_settings_get_range
4592 g_settings_range_check
4593 The gsettings commandline tool supports ranges too.
4595 * GApplication has been rewritten; see the API docs for details
4596 and examples. The action support is not complete yet.
4598 * The GLib mainloop has gained 'dispatch to context' functionality,
4599 which can replace manually created idles in many cases.
4601 g_main_context_invoke
4602 g_main_context_invoke_full
4604 * The gio-desktop-app-info-lookup extension point has been
4605 removed from GIO. GIO now uses x-scheme-handler mimetypes when
4606 looking for default applications.
4608 * On win32, make g_get_user_data_dir() return the CSIDL_LOCAL_APPDATA
4609 folder on Windows, and not CSIDL_PERSONAL. This matches what Qt does,
4610 and has been widely requested. Also make g_get_user_config_dir() return
4611 this and not the (roaming) CSIDL_APPDATA folder.
4613 * A periodic event clock has been added in GIO: GPeriodic. Note that this
4614 API is still experimental and expected to undergo changes before it
4615 will be incorporated into a stable GLib release. Use at your own risk.
4618 613822 gobject signal connect/disconnect not thread safe
4619 618737 "dispatch to context" functionality
4620 620710 g_get_user_data_dir() uses CSIDL_PERSONAL and not CSIDL_APPDATA
4621 623400 acquire context before dispatching
4622 627126 gsettings schema files don't get installed on FreeBSD
4623 627171 g_socket_new_from_fd() doesn't set the right protocol
4624 628876 Wrong error description
4625 628937 gracefully handle broken schemas
4626 629274 GNetworkService doesn't fallback when there is no SRV record
4627 629289 g_error() used wrong, produces core dump
4628 629687 leaks class refcount in gsocketcontrolmessage
4629 629849 GLib-CRITICAL **: g_source_get_context: assertion `!SOURCE_...
4630 629945 GDBus deadlock in g_bus_get_sync()
4631 630000 g_date_time_difference
4632 630077 GDateTime week number support
4633 630185 Allow NULL strings in g_quark_try_string()
4634 630797 docs mention non-existent g_object_dispose()
4635 630968 gschema-compile problems on power g5
4636 631263 GSettings needs range/choice APIs
4637 631264 gsettings-tool choice/range support
4638 631379 GDBus nonce-tcp test failing
4639 631410 Port gapplookupgconf.c to using x-scheme-handler/
4640 632884 Possible deadlock in g_object_remove_toggle_ref()
4644 Brazilian Portuguese
4666 Overview of Changes from GLib 2.25.15 to GLib 2.27.0
4667 ====================================================
4670 - massive restructuring to reduce #include abuse
4671 - tweaks to silence some harmless compiler warnings
4672 - rename gschema-compile.c to glib-compile-schemas.c
4674 - fix building with zlib < 1.2.4 on win32
4677 - better msgctxt for translating month and weekday names
4678 - API is changed quite a lot, implementation is improved
4679 - GTimeZone is now exposed
4682 - make ordering for overridden interface properties consistent
4683 - ->priv structures are limited to 64k but this was not documented,
4684 and exceeding this limit produced bad results. Add docs and enforce
4686 - add g_object_class_install_properties() to install multiple
4687 properties in one go
4688 - improve debugging output for GValue containing G_TYPE_STRV
4691 - fix priority sorting of GIO extensions
4692 - add GCredentials support on FreeBSD
4693 - fix support for IPv6 addresses in URI parsing functions
4694 - GSocketClient fixes for when g_socket_connect succeeds immediately
4695 - clarify string encoding for GFile constructors in docs
4696 - new functions g_data_input_stream_read_upto{,async,finish}
4697 - tweak confusing documentation for g_output_stream_write()
4700 - GDBusMessage can now be locked and copied (like in libdbus)
4701 - GDBusConnection filter function API has changed again
4702 - GDBusServer: ::new-connection now declares if the connection was claimed
4703 - add a partial workaround for GObject bug 627724.
4704 - very many memory leaks fixed
4707 - check for size == 0 in g_variant_get_bytestring to avoid a crash
4708 when attempting to get_bytestring() from an empty array
4709 - improve gobject-introspection annotations
4712 - add GSettings Windows registry backend
4713 - some internal tweaks to the backend API
4714 - remove g_settings_list_items
4715 - add g_settings_list_children and _list_keys to replace it
4716 - add schema compiler restrictions for dealing with lists
4717 - don't automatically emit value changed signals on writability
4721 - constify the 'parser' vtable param to g_markup_parse_context_push()
4722 - plug many memory leaks in test cases
4725 50076 Time API to go with date API
4726 584284 g_data_input_stream_read_until_async different from sync version
4727 624546 Modification of GDBusMessage in filter function
4728 626919 Let g_object_class_install_property() return the installed GParamSpec*
4729 628029 GDateTime missing get_week_of_year method
4730 628253 Interface properties not listed in a consistent order
4731 628331 Plug lots of mem leaks in gio test suite
4732 628345 Plug a mem leak
4733 628436 Plug a mem leak
4734 628505 Fix building with zlib < 1.2.4 on win32
4735 628839 [PATCH] datetime: Rename shadowing variables
4736 628904 [PATCH] Add credential support for FreeBSD and fix a socket issue
4737 628952 incorrect glib_major_version and other variables on cygwin.
4738 629192 g_strdup_value_contents(): dump GStrv more usefully
4739 629251 g_socket_client_async_connect_complete: assertion failed
4740 629259 Failed to connect to "::1"
4741 629328 g_markup_parse_context_push doesn't respect const structs
4742 629429 month "May" short and full form same with "GDateTime" msgctxt
4743 629689 GDBusConnection leaks its GCredentials
4744 629698 Segfault in g_variant_get_bytestring()
4746 Updated translations:
4770 Overview of Changes from GLib 2.25.14 to GLib 2.25.15
4771 =====================================================
4775 - The GZip(De}Compressor can now process header information
4776 - Support for network proxies has been added, with the GProxy
4777 interface and the gio-proxy-resolver extension point. GIO
4778 includes SOCKSv4 and SOCKSv5 implementations, and libproxy
4779 is also going to provide an implementation of this extension
4781 - There are GAction and GActionGroup interfaces now, which will
4782 be used in GApplication in the near future.
4785 - There are now convenience macros for defining boxed and
4790 - GDBusProxy for well-known names can now auto-restart
4791 the service if the name owner disapperas
4792 - Filter functions are now allowed to modify messages
4795 - GDateTime is a replacement for GDate that supports time
4796 and timezone information.
4799 50076 Time API to go with date API
4800 449565 Add G_DEFINE_BOXED_TYPE()
4801 617691 Add GZIP header processing to GZlibCompressor/GZlibDecompressor
4802 622184 add g_memory_output_stream_steal_data
4803 624546 Modification of GDBusMessage in filter function
4804 627088 Build failure in gdbus-peer.c on FreeBSD
4805 627181 save a memdup
4806 627182 Plug a mem leak in the gdbus-connection test
4807 627187 Plug some gdbus mem leaks
4808 627188 gdbus-non-socket test occasionally fails
4809 627252 G_OPTION_FLAG_NO_ARG is only for callback options
4810 627392 gdbus commit 8a3a4596 breaks win32 compile
4811 627407 FTBFS on !linux UNIX platforms
4812 627604 String error: 'that' twice in a row
4813 627969 ABR in g_file_open_tmp
4814 628084 gdbus-peer fails with assertion
4815 628193 Miscellaneous string fixes
4816 628296 abort() in gsocketconnection.c
4817 628309 Plug a mem leak in GConverterOutputStream
4818 628317 GEmblemedIcon:equal implementation is buggy
4819 628323 Fix invalid reads
4820 628327 Plug a mem leak
4821 628328 Plug a mem leak
4822 628329 Don't leak the FD list
4823 628324 Invalid reads in gdbus-export test
4825 * Updated translations:
4836 Overview of Changes from GLib 2.25.13 to GLib 2.25.14
4837 =====================================================
4840 - Make the closure variants of GDBus apis work
4841 - Make error unregistration work
4842 - Use async IO in the IO thread (626748)
4845 - Make g_simple_async_result_is_valid work without source (626208)
4846 - GSocketClient: add a timeout property
4847 - Fix memory leaks in GSocketClient
4848 - Handle async vs. sync correctly in GSocketConnection stream (616458)
4849 - Declare stream base classes as abstract
4850 - Clarify semantics of g_output_stream_write() (627071)
4853 - Improve test coverage for GDBus, GRegex, GAsyncResult
4854 - Drop dead code in pcre, xdgmime
4855 - Fix a race condition in gtester (578295)
4856 - Avoid an extra allocation in GAsyncQueue (626704)
4857 - Add test case for non-socket GIOStream (626841)
4858 - More explicit GVariant docs (622770)
4859 - Imroved docs for GAsyncInitable and GSimpleAsyncResult (602417)
4861 * Translation updates:
4865 - Simplified Chinese
4869 Overview of Changes from GLib 2.25.12 to GLib 2.25.13
4870 =====================================================
4872 +-------------------------------------------------------------------+
4873 | WARNING: There have been no breaks in API or ABI. Weird, eh? |
4874 +-------------------------------------------------------------------+
4876 The primary purpose of this release is to fix a serious problem with
4877 glib 2.25.12: glibconfig.h (as generated on a Fedora amd64 system) was
4878 being distributed in the tarball. It was being used to build some parts
4879 of glib on other systems (eg: 32bit ones). This was causing some very
4882 There have been many other improvements, however:
4885 - vastly improved test coverage
4886 - old tests moved to the gtester framework
4887 - gtester Makefile modified so that the tests only run once
4888 - cleanup of how we handle includes while building glib
4891 - add a g_return_if_fail (utf8) to g_variant_new_string()
4894 - perform extra sanity checks when serialising messages
4895 - add API to query and set the byteorder of a GDBusMessage
4896 - improve debug output, add some extra options
4897 - if exiting due to the bus disconnecting us, print an error message
4899 - sort property names correctly
4900 - don't bother sending RemoveMatch when we will close the connection
4902 - use effective uid/gid for credential passing
4905 - add G_SETTINGS_BIND_INVERT_BOOLEAN for inverting boolean bindings
4906 without mapping functions
4907 - mark all strings in the schema compiler for translation
4910 - improve closure support for bindings
4911 - copy GSettings INVERT_BOOLEAN flag
4914 - fix another complicated GCancellable deadlock possibility
4917 599590 glib build doesn't look for correct pkg-config
4918 619026 avoid warning in gutils.h when using gcc with -Wconversion
4919 624739 Please fix POTFILES.in
4920 625472 Valgrind claims uninitialized bytes used
4921 625500 g_date_set_time_val documentation doesn't mention local time
4922 625628 GDBusProxy: wrong property name sorting
4923 625753 Incorrect flags used in g_dbus_connection_call_sync()
4924 625827 Expand documentation about error quark naming
4925 625988 builddir != srcdir issues
4926 626107 glibconfig.h is being disted
4928 Updated translations:
4936 Overview of Changes from GLib 2.25.11 to GLib 2.25.12
4937 =====================================================
4939 +-------------------------------------------------------------------+
4940 | WARNING: There have been many API changes in GDBus -- sending |
4941 | messages, subscribing to signals, closing connections and |
4942 | registering subtrees are affected. The ABI for GSettingsBackend |
4943 | has also been changed. For both reasons, a new dconf release is |
4944 | required (and will be along soon). |
4945 +-------------------------------------------------------------------+
4948 - cleanup automake setup
4949 - rename configure.in to configure.ac
4950 - various docs fixups
4951 - move glibconfig.h to glib/
4952 - disable dtrace support on Mac OS (which has incompatible 'dtrace')
4955 - add support for vendor override files (to change the default values
4957 - change GSettingsBackend vtable
4958 - add g_settings_reset()
4959 - support binding to G_TYPE_STRV properties
4962 - many bug fixes, including a serialisation fix
4963 - stop handling incoming connections as soon as stop() is called
4964 - proper support for file descriptor passing
4965 - new flags parameter for sending messages
4966 - new flags parameter for subscribing to signals
4967 - always reset the message serial when sending a message unless
4968 G_DBUS_SEND_MESSAGE_FLAGS_PRESERVE_SERIAL is given
4969 - constness fixes for introspection structures
4970 - clean ups to subtree registration API
4973 - fix divide by zero bug in g_malloc_n functions
4974 - GIO: don't blindly assume that SOCK_CLOEXEC is supported
4975 - make GObject property notify freezes threadsafe
4976 - GIO: clean up credentials passing
4977 - GApplication: make default-quit not apply if register=FALSE
4978 - GIO: add annotations for gobject-introspection
4981 166020 use GAtomic for refcounting
4982 617483 Credentials passing
4983 622005 [GApplication] no way to modify the "default-quit" property
4984 623293 vendor override files
4985 623810 Message serialization bug
4986 623815 Don't check sender for GDBusProxy objects where name is not set
4987 624473 GDBusSubtreeIntrospectFunc return type
4988 624483 GDBusSubtreeEnumerateFunc clarification
4989 624484 GDBusSubtreeDispatchFunc clarification
4990 624754 gdbusaddress.c missing sys/wait.h
4991 624968 div by zero in g_malloc_n family
4992 624991 GSettings mapping for G_TYPE_STRV
4993 625383 Add missing GI annotations
4995 Updated Translations:
5005 Overview of Changes from GLib 2.25.10 to GLib 2.25.11
5006 =====================================================
5008 +-------------------------------------------------------------------+
5009 | WARNING: There have been minor API changes in GDBus and GVariant. |
5010 | These API changes will not affect many users, but they do require |
5011 | a new version of GTK+ to be installed. |
5012 +-------------------------------------------------------------------+
5015 - add a --disable-Bsymbolic configure flag to disable linking with
5016 -Bsymbolic-functions
5017 - this release sees the complete removal of the old 'g*alias' hacks
5018 - honour the NOCONFIGURE environment variable from autogen.sh
5019 - use proper feature test macros for isnan
5020 - use pkg-config to check for zlib
5021 - add ACLOCAL_AMFLAGS to Makefile.am
5024 - hide Class and instance structures for all GDBus types except
5025 GDBusProxy. This breaks API by preventing subclassing, but probably
5026 nobody was doing that.
5027 - add new GDBusConnection call to support flushing all pending
5029 - change the register_object API to add a reference to the
5030 GDBusInterfaceInfo object so the caller need not keep it alive
5032 - don't rewrite the serial number when sending messages that already
5033 have a serial number
5034 - better error checking for DBUS_SESSION_BUS_ADDRESS environment
5036 - switch to g_parse_debug_string for G_DBUS_DEBUG and add a lot of new
5038 - add support for temporarily freezing a freshly created
5039 GDBusConnection. Do this until after the ::new-connection signal
5040 has finished running on GDBus services.
5041 - never require non-closed connections (the user is incapable of doing
5042 this due to the obvious race)
5043 - remove weird/misleading redundant check on NameOwnerChanged signal
5044 - emit GDBusProxy::g-properties-changed on NameOwnerChanged
5047 - the 'g_variant_{new,get}_byte_array' APIs have been removed
5048 - g_variant_{new,get,dup}_bytestring has been added, with different
5049 arguments and different behaviour
5050 - g_variant_{new,get,dup}_bytestring_array has been added, doing
5051 essentially the same thing as the 'strv' functions, but with byte
5052 strings instead of utf8 strings
5053 - G_VARIANT_TYPE_BYTESTRING ('ay'), BYTESTRING_ARRAY ('aay') and
5054 STRING_ARRAY ('as') constants have been added
5055 - the undocumented behaviour that g_variant_get_strv() deserialised
5056 arrays of object paths or signature strings has been dropped
5057 - additional varargs support for converting bytestrings or bytestring
5058 arrays with ^ay ^aay ^&ay and ^a&ay
5059 - improved gobject-introspection annotation
5060 - fix a problem with GBuffer calling g_slice_free for the wrong type
5061 - fix leaks in the type inferencing code of the parser
5064 - improved documentation
5065 - updated schema XML DTD, now xincluded into the docs
5066 - added support for schemas that extend other schemas (using the
5067 'extends=' attribute). Values of keys in the base schema can be
5068 overridden using <override>.
5069 - added theoretical support for lists (using the 'list-of=' attribute)
5071 - add support for flags (implemented similarly to enums)
5072 - add support for generating .enums.xml files to gsettings.m4:
5073 gsettings_ENUM_NAMESPACE = org.example.myapp
5074 gsettings_ENUM_FILES = ../path/to/*.h
5075 will generate org.example.myapp.enums.xml with mappings for all
5076 enums and flags in the specified .h files.
5077 - warn with g_message() if the 'memory' backend is used by default
5078 (ie: because no other GSettings backends are installed)
5079 - fix get_property() for GSettings::schema
5080 - command line tool: fix a bug that prevented non-basic values from
5081 being set due to a premature free
5082 - command line tool: bash completion support
5083 - chain up in _finalize
5084 - add a new g_settings_get_mapped API to read settings that require
5086 - retry with the translated or schema default value if the
5087 GSettingsBindGetMapping function fails
5088 - schema compiler: never fail due to empty schema directories (but
5090 - peek rather than ref/unref the GEnumClass in the mapping function
5091 - schema compiler: compile *.enums.xml before *.gschemas.xml to ensure
5092 that we have all the enums that the schemas may reference
5093 - schema compiler: improve accuracy of line numbers in error reports
5094 - fix crashes in the keyfile backend caused by invalid group names in
5098 - always intern GBinding prop names
5099 - base64: remove asserts preventing conversion of empty strings
5100 - document NULL special-cases for GValueArray
5101 - GNode docs improvements
5102 - improve detection of 'system internal' mounts
5103 - fix leaks in the inotify GFileMonitor implementation
5104 - annotate all custom GIO GSources to improve debugging (e.g. using
5108 - Turn on glibc malloc checking features for make check
5109 - improvements for GSettings tests, plus new tests
5110 - improved tests for GKeyfile
5111 - new tests for GDir, GSList, GSList, GAppLaunchContext,
5112 CharsetConverter, GIcon, ...
5113 - move some tests to GTester (tree tests, uri tests)
5114 - generally, really an awful lot of new tests
5115 - don't try to allocate 2gigs of memory anymore for the array test
5117 552363 g_value_array_{insert,prepend,append}'s special cases for NULL
5118 561248 Improve return value description from g_node_prev/next_sibling()
5119 570036 Add ACLOCAL_AMFLAGS to Makefile.am
5120 576833 g_sprintf add a reference to g_strdup_printf
5121 576854 g_strconcat() documentation should provide a hint about bad l10n
5122 582227 reference: add other URI functions to 'URI Functions' section
5123 599223 should provide g_spawn_* variants that take a GAppLaunchContext
5124 610784 array test failing
5125 613057 Leak in inotify GFileMonitor implementation
5126 620536 Annotate all custom GIO GSource using g_source_set_name
5127 620913 More control with G_DBUS_DEBUG
5128 622124 implement flags
5129 622127 GSettings extended key validation
5130 622128 retry with default value for failed mapping
5131 622294 More annotations for GVariant
5132 622565 glib-compile-schemas fails when no schemas
5133 622600 Fix missing prototype warning
5134 622813 gsettings mapping & enum buglet
5135 623142 Ensure ::new-connection runs before processing D-Bus messages
5136 623143 Never require non-closed connections
5137 623319 use g_parse_debug_string for dbus debug flags
5138 623401 process enums first
5139 623402 schema compiler reports wrong line numbers
5140 623407 g_keyfile_settings_backend_new crashes with the key "/"
5141 623473 zlib should be checked with pkg-config
5142 623537 GDBusProxy has weird checking on NameOwnerChanged
5143 623538 GDBusProxy::g-properties-changed emission for corner cases
5144 623692 directory with file at multiple MLS levels may display empty
5145 623720 gschema.dtd does not contain enum definitions
5146 623770 quoting of expand_macro in gdesktopappinfo.c
5147 623772 gdesktopappinfo.c, function child_setup
5148 623780 g_unix_is_mount_path_system_internal
5149 623954 g_settings_finalize
5150 623955 Dubious return values
5152 Updated translations:
5158 Overview of Changes from GLib 2.25.9 to GLib 2.25.10
5159 ====================================================
5161 +----------------------------------------------------------------+
5162 | WARNING: There have been API changes in GDBus. Users of these |
5163 | APIs will need to be adapted. In particular, a new release of |
5164 | dconf is required to go along with this one. There has also |
5165 | been a change in the GSettings backend API used for keyfiles. |
5166 +----------------------------------------------------------------+
5169 - add direction parameter to filter functions (API change)
5170 - allow calling other interfaces with a GDBusProxy
5171 - padding added to class struct fields (ABI change)
5172 - fixes for closures-based functions
5175 - new is_floating() call
5176 - add g_value_take_variant() call (required for marshallers)
5179 - support for binding GParamSpecEnum properties
5180 - ifelse-style condition support for GLIB_GSETTINGS m4 macro
5181 - remove gsettings-schema-convert tool (now in GConf)
5182 - allow introspection of all installed schemas
5183 - allow introspection of the keys in a schema
5184 - rewrite keyfile backend (API change)
5187 - don't implicitly close GSocket until it is destroyed
5191 - allow GChecksum to take (NULL, 0) for data/length
5192 - GRelation and GCompletion are now deprecated
5193 - introduce G_PARAM_DEPRECATED and G_ENABLE_DIAGNOSTIC
5194 - add working directory to GApplication platform data
5195 - lots of documentation cleanups
5196 - PCRE updated to 8.02
5199 - the IA__g_* style symbol aliasing has been disabled and replaced with
5200 the -Bsymbolic-functions linker flag on platforms that support it.
5201 Please be on the watch for portability issues and report them to us.
5202 - many test cases have been moved to the GTester framework
5203 - lcov support has been added for tests
5204 - many windows fixes
5207 501057 lcov coverage suite and GLib integration
5208 551271 deprecate GRelation
5209 601686 Implement diagnostic mode
5210 603309 GSocketOutputStream broken on Windows (?)
5211 616718 GLIB_GSETTINGS macro can't be used conditionally
5212 616855 GSocketConnection: don't close the socket if it's still reffed
5213 618866 g_ptr_array_remove_index_fast memory leak
5214 619878 keyfile backend calls keys_changed with invalid argument
5215 619879 keyfile backend doesn't make use of expected_type
5216 621092 Add with_closures() variants for bindings
5217 621172 Cross compiling fails
5218 621838 Actually add cwd to platform data
5219 621945 Filter outgoing messages in GDBusConnection
5220 621947 add g_value_take_variant
5221 622038 GSettings: "It is a programmer error" documentation is unclear
5222 622154 [patch] update documentation for g_application_new
5223 622281 binding: Add SYNC_CREATE to the flags
5224 622480 Improve documentation for g_strcmp0()
5225 622554 g_error called if schema not installed
5226 622601 Return interned strings from g_settings_list_keys
5228 * Translation updates:
5231 Overview of Changes from GLib 2.25.8 to GLib 2.25.9
5232 ===================================================
5234 +----------------------------------------------------------------+
5235 | WARNING: There have been API changes in GDBus, GSettings and |
5236 | GApplication. Users of these APIs will need to be adapted. In |
5237 | particular, a new release of GTK+ is required to go along with |
5239 +----------------------------------------------------------------+
5242 - Use Gio's default async implementation
5243 - Fix proxy construction for objects with no properties
5244 - Fix error handling in synchronous initialization
5245 - Do not dispatch calls to unregistered objects
5246 - Add _with_closures alternative functions
5247 - Allow constructing GDBusProxy with well-known names
5248 - Remove GType parameters from GDBusProxy constructors
5249 - Nuke g_bus_watch_proxy API
5250 - Add --xml to gdbus-tool to print raw introspected XML
5253 - schema file format change: store (default, options) in gvdb
5254 - Add g_settings_sync()
5255 - Add support for enums and ranges
5256 - 'context' support has been replaced by direct use of
5260 - Switch to using variants for timestamps
5264 - Introduce g_object_notify_by_pspec
5266 - The GVariant gtype G_TYPE_VARIANT was changed from boxed
5267 to fundamental. We believe there were no existing users
5268 of the boxed type, so this should not cause any applications
5272 - Add package and version to the test report XML
5273 - Use optparse to parse gtester-report commandline
5274 - Add subunit support to gtester-report
5275 - Prevent division by zero if no tests
5278 621782 Crash using gbinding
5279 619945 GConverterOutputStream triggers assertion and corrupts data
5280 621319 more leaked GVariants in GSettings
5281 621168 GKeyFile memory leak on Windows platform
5282 621002 Switch to using variants for timestamps, split out signals
5283 620953 tiny docs addition
5284 618904 Lies in gunixmounts documentation
5285 621702 Correctly initialize GError
5286 611778 minor cleanup of gtester-report
5287 621213 GDBusProxy and well-known names
5288 621034 Rewrite apps test to ensure children are killed
5289 620954 gapplication gvariant simplifications
5290 611869 add subunit out feature to gtester-report
5291 621119 GDBusProxy and objects with no properties
5292 620990 Use Gio's default async implementation again
5293 620952 g_application_register_with_data is an ugly API
5294 621252 GSettings leaks context
5295 618715 fork() in GSettings test cases is problematic 618715
5296 621905 Assume a ref when doing async work
5297 621266 GSettings "context" clarification
5299 * Translation updates:
5303 Overview of Changes from GLib 2.25.7 to GLib 2.25.8
5304 ===================================================
5306 * Initial support for dtrace and systemtap profiling:
5307 - mainloop sources can be named
5308 - probes for memory allocation with g_malloc and gslice
5309 - gquark name tracking
5311 - object life-cyle (creation, finalization, ref, unref)
5312 - signal creation and emission
5315 - has been fixed to work with the FreeBSD malloc
5316 - added introspection annotations
5317 - new function: g_variant_builder_add_parsed
5320 - g_settings_set/get_strv functions have lost their length parameter
5321 - g_settings_set_strv accepts NULL
5322 - added introspection annotiations
5324 * GPermission: an abstract interface for representing permissions,
5325 with a minimal implementation named GSimplePermission
5327 * GApplication: a basic application support class, with a D-Bus based
5331 619585 glib-compile-schemas asserts on FreeBSD
5332 620384 Annotate GVariant and GSettings _strv() functions
5333 606044 Add support for dtrace/systemtap static markers
5334 620350 add g_variant_builder_add_parsed() API
5335 620349 utf8ify GVariant printer
5336 620767 Typo in GSettings documentation: "INTLTOOL_NOMERGE_RULE"
5337 620312 Fix g_settings_[gs]et_strv() API
5339 620582 GPermission needs a simple implementation
5340 620496 GSettings schema compiler should reject invalid paths
5341 620173 missing single header inclusion guards
5342 620265 g_assertion_message_error should take const GError *
5344 * Translation updates:
5354 Overview of Changes from GLib 2.25.6 to GLib 2.25.7
5355 ===================================================
5357 * NOTE: API/ABI breaks since 2.25.6 release:
5358 - g_dbus_connection_sync{,_sync} takes a new 'reply_type' argument
5359 - GSettingsBackendClass 'list' virtual function changed
5361 GSettings backends and things using GDBus may need to be rebuilt.
5363 * GDBus: many build-related fixes
5365 * GDBus (service): return a DBus error when receiving a method call for
5366 an unknown interface.
5368 * GSettings: fix 'make install' bug in gsettings.m4 for generated schema
5371 * GSettings: avoid non-portable use of LC_MESSAGES
5373 * better approach to handling man pages
5377 619527 please improve docs on g_file_make_symlink
5378 619391 send-with-reply should have expected result signature
5379 618616 Use stack-allocated GVariantBuilders
5380 617004 Build with "--disable-nls" fails under MinGW/Win32
5381 619142 Build fixes (GDBus)
5383 * Updated translations:
5388 Overview of Changes from GLib 2.25.5 to GLib 2.25.6
5389 ===================================================
5391 * GDBus: introspection improvements
5392 * GDBus: build fixes
5394 * GSettings: GSettingsBackend ABI changed **** NOTE ****
5395 * GSettings: --uninstall option for schema compiler
5396 * GSettings: new m4 macro with more power
5397 * GSettings: thread support
5399 * rework of file notification on Solaris
5400 * fixes for gold linker
5403 619038 increase gsettings.m4 power
5404 619031 method-calls-in-thread test failing
5405 618839 Typo at translation message
5406 616864 GSETTINGS_CHECK_RULE doesn't work with multiple files
5407 618730 gunixcredentialsmessage.c doesn't compile on GNU/kfreebsd
5408 616314 Make GSettings (partially) threadsafe
5410 * Updated Translations:
5415 Overview of Changes from GLib 2.25.4 to GLib 2.25.5
5416 ===================================================
5418 * GDBus: Fix serialization of empty arrays
5420 * GDBus: Plug various memory leaks
5422 * GSettings: Fix problems with GSETTINGS_CHECK_RULE
5425 616731 GSETTINGS_CHECK_RULE doesn't work in non-srcdir builds
5426 616864 GSETTINGS_CHECK_RULE doesn't work with multiple files
5427 618615 mem leaks in parse_value_from_blob
5428 618622 Plug some mem leaks in gdbus
5429 618650 Plug a mem leak in gdbusauth
5430 618663 Plug mem leaks in gdbus tests & examples
5432 * Updated translations:
5436 Overview of Changes from GLib 2.25.3 to GLib 2.25.4
5437 ===================================================
5439 * GDBus D-Bus support has been merged. This provides an API
5440 to replace dbus-glib
5442 * GVariant no requires strings to be UTF-8. You can use byte
5443 arrays for non-UTF-8 strings.
5445 * GSettings allows to bind string properties to byte arrays
5447 * The schema compiler supports range restrictions
5450 618051 socket-server|client.c fail to compile under AIX...
5451 616102 GSettings ignores <choice> and <range>
5452 616720 Chunked quark allocation
5453 616877 Several issues with g_socket_receive_message
5454 616892 gio: Add a boxed type for GFileAttributeMatcher
5455 616967 Add g_regex_get_compile_flags() and g_regex_get_match_flags()
5456 617767 g_settings_[gs]et_strv() 'length' argument has missing docs...
5457 617914 gtester-report: cope with binaries with no test cases
5458 617937 output_stream_close vs output_stream_close_async semantics
5459 615494 Connction timeouts produce partially invalid error messages
5460 617823 glib-compile-schemas problems with an out of source build
5461 617947 glib-mkenums: add @valuenum@ support
5463 * Translation updates:
5470 Overview of Changes from GLib 2.25.2 to GLib 2.25.3
5471 ===================================================
5473 * New macro: G_GNUC_DEPRECATED_FOR, a variant of G_GNUC_DEPRECATED
5474 that lets you add replacement information (requires gcc 4.5)
5476 * Rename AM_GSETTINGS autoconf macro to GLIB_GSETTINGS
5478 * Rename gschema-compile utility to glib-compile-schemas
5480 * Add support for timeouts in GSocket
5483 589989 Compilation error on Solaris 9
5484 616648 Change AM_GSETTINGS macro to GLIB_GSETTINGS
5485 587898 I/O timeouts for GSocket
5486 614541 Add G_TYPE_ERROR boxed type for GError
5489 Overview of Changes from GLib 2.25.0 to GLib 2.25.2
5490 ===================================================
5492 * Include a 'gsettings' utility, for commandline access to GSettings
5494 * Install a AM_GSETTINGS autoconf macro similar to AM_GCONF
5496 * GSettings can bind the writability of a key explicitly
5498 * There is now a predefined boxed type for GError
5501 615379 g_new macros crash if sizeof(struct_type) == 0
5502 616312 Add m4 rule equivalent to GCONF_SCHEMAS_INSTALL
5503 616295 mapping bug for uint64
5504 616216 glib compile from remote directory fails
5505 615960 Fix size passed to connect() for abstract sockets
5506 616432 Crash in gschema-compile
5507 616331 gsettings-schema-convert uses imaginary types
5508 616309 gsettings-schema-convert should output gettext-domain
5509 616384 Add mention of GConfBridge in conversion docs
5510 616311 gschema-compile outputs in current directory
5511 616276 simplify gschema-compile test setup
5512 616156 keys with unnecessary empty options arrays
5513 616405 gsettings missing g_return_if_fail's
5514 616245 Use G_DEFINE_INTERFACE macro
5515 614541 Add G_TYPE_ERROR boxed type for GError
5517 * Updated translations:
5524 Overview of Changes from GLib 2.24.0 to GLib 2.25.0
5525 ===================================================
5527 * The GSettings framework has been merged. This provides the API to
5528 replace GConf. DConf will provide a backend implementation for it.
5529 GConf will also provide a backend implementation to ease the
5530 transition. We provide utilities to assist with schema conversion
5531 and data migration, as well as a porting guide.
5533 * Translation updates:
5543 Overview of Changes from GLib 2.23.6 to GLib 2.24.0
5544 ===================================================
5547 613601 buglet in dup_close_on_exec_fd
5548 584284 g_data_input_stream_read_until_async behaves confusingly
5549 613748 Write errors in middle of copy cause hang
5550 613923 splice_stream_with_progress: wrong error handling
5551 613667 Typo in GObject documentation
5552 613618 gvariant format string docs unclear
5554 * Translation updates:
5560 Overview of Changes from GLib 2.23.5 to GLib 2.23.6
5561 ===================================================
5563 * Class private data:
5564 - support for private data associated with a GTypeClass
5566 * GVariant merge is now complete:
5567 - loading functions and parser merged
5569 * Windows improvements:
5571 - various build improvements
5572 - removal of GCC/C99isms in favour of portable code
5573 - drop unmaintained Visual Studio 8 support
5575 * Minor API addition:
5576 - g_desktop_app_info_get_filename()
5579 521707 Class private data
5580 612502 build fails on glib/tests/gvariant.c
5581 612832 [GDesktopAppInfo] New function g_desktop_app_info_get_filename
5582 612702 [PATCH] Fix GSocket-related crash on Windows
5583 612736 Improve the documentation about single include
5584 610858 gvariant test fails sometimes
5585 612327 uninitialized variable
5591 * Updated translations:
5601 Overview of Changes from GLib 2.23.4 to GLib 2.23.5
5602 ===================================================
5604 * New API addition: g_malloc_n() and friends used to implement an
5605 overflow-safe family of g_new() macros.
5608 - GVariantBuilder and GVariantIter are now merged.
5609 - The variable arguments API is now merged.
5610 - The parser will be in a future release.
5613 - Remove GUtf8InputStream (which never appeared in a stable release)
5614 for now since it doesn't satisfy the needs of its main intended use
5615 case. We hope to reimplement this feature in a better form in a
5619 609531 missing licence headers
5620 612107 Missing G_FILE_ATTRIBUTE_TRASH_ORIG_PATH
5621 611897 g_io_modules_scan_all_in_directory leaks
5622 608196 Overflow-safe g_new family
5623 611696 gio uses GetAddrInfo which requires special handing on windows 2k
5624 605667 Don't use G_PARAM_SPEC_VALUE_TYPE when we know the pspec is valid
5625 610860 test_g_file_open_readwrite fails if $HOME is unwritable
5626 552912 glib-2.18 /live-g-file/test_copy_move failed when run as root
5627 609813 Renaming a file discards file notes
5629 * Updated translations:
5631 Brazilian Portuguese
5651 Overview of Changes from GLib 2.23.3 to GLib 2.23.4
5652 ===================================================
5654 * GVariant: The core of GVariant has been merged now, with some
5655 API still to follow.
5658 - There is a new interface GFileDescriptorBased for file descriptor
5659 based IO. GLocalFile{Input,Output}Stream implement it
5660 - Use splice(2) to transfer data between file descriptors without
5662 - Add a way to request move events from file monitors
5665 609143 *result_uncertain is never assigned in g_content_type_guess
5666 604086 Use splice(2) when doing local file copies
5667 547890 No move events for GFileMonitorEvent?
5668 568760 nautilus freezes due to a bug in garray.c:322
5669 609962 Add info about the use of G_DEFINE_INTERFACE
5670 609564 g_base64_encode_close docs should mention outbuf size...
5671 610484 g_variant_equal bug
5672 610131 libasyncns does not compile on Solaris 8
5673 609530 missing single header include guards
5675 * Updated translations:
5687 Overview of Changes from GLib 2.23.2 to GLib 2.23.3
5688 ===================================================
5690 * GLib now has a facility for locks that consume only one bit of
5691 storage inside an integer: g_bit_lock()
5693 * GVariant: The serializer has been merged, with more API to follow
5696 548967 1 bit mutex lock
5697 604967 2.22.3 libasyncns build fails on HP-UX 11.11
5698 608602 G_VALUE_COLLECT_INIT variables shadow those in G_VALUE_COLLECT
5699 608743 Crash in g_hostname_to_ascii visiting certain website in epiphany
5700 599197 array ref and unref functions crash on NULL array.
5701 608159 mem leak in g_io_modules_scan_all_in_directory
5703 * Translation updates
5704 Brazilian Portuguese
5713 Overview of Changes from GLib 2.23.1 to GLib 2.23.2
5714 ===================================================
5716 * We are now using gcc builtins for atomic operations when available
5718 * g_assert() grew the ability to store assertions in core dumps
5720 * GIO supports lazy loading of GIO modules, and there is a new
5721 gio-querymodule utility that goes along with this.
5722 Packagers will need to adapt to this.
5724 * Threading changes:
5725 - The requirements for g_thread_init() have been relaxed slightly,
5726 it can be called multiple times, and does not have to be the first
5728 - GObject now links to GThread and threads are enabled automatically
5729 when g_type_init() is called.
5730 - Thread-safety issues with boxed types in GObject have been fixed.
5733 - Another bunch of performance work has landed
5736 - GVariantType has been merged, with the rest of the GVariant
5740 568760 nautilus freezes due to a bug in garray.c:322
5741 602417 Document lifecycles of GSimpleAsyncResult and friends
5742 604824 crash in Epiphany: Selecting my Slashdot bo...
5743 448888 don't init g_slice for always-malloc
5744 531902 Use GCC atomic buildins for g_atomic*
5745 554887 boxed type registration is not thread safe
5746 586150 unresolved symbols when building glib 2.21.2 on OS X Tiger
5747 589176 row gvalue transform array exponentially
5748 594872 Support storing assertion messages into core dump
5749 602240 Upgrade libasyncns to 0.8
5750 603590 Speed up G_VALUE_COLLECT
5751 604457 gutf8inputstream.c: increasing unknown size pointer
5752 605686 GCharsetConverter doesn't flush
5753 605733 g_memory_output_stream_new violates GObject standards
5754 605883 g_object_new() processes varargs even when there are none
5755 605977 invalid utf-8 conversion in g_local_file_get_parse_name(...
5756 606775 Enable threads by default in gobject
5758 * Translation updates:
5770 Overview of Changes from GLib 2.23.0 to GLib 2.23.1
5771 ===================================================
5773 * GObject performance work has landed:
5774 - Construction of simple objects is much faster
5775 - Interface lookup is lock-free and constant-time now
5776 - Reduced locking overhead when dealing with types
5778 * GType now has a G_DEFINE_INTERFACE convenience macro
5780 * GIO gained GUtf8InputStream, an input stream that
5781 performs utf-8 validation
5783 * GLib now has byte-swap macros for gsize and gssize
5786 557151 Determining the newly_constructed boolean in gobject.c...
5787 557100 Performance improvements for GObjectClasses that don't...
5788 501166 Warning message says IA__g_type_init instead of g_type_init
5789 585375 Performance and Contention problems with g_type_class_ref...
5790 587892 Race in GType when instantiating the same class for the...
5791 603270 Input Stream validating utf8
5792 603476 gioenums.h:62: error: comma at end of enumerator list
5793 603540 g_time_val_from_iso8601 uses uninitialised variable
5794 603982 Stack overflow when reading file async with filter
5795 604645 G_DEFINE_INTERFACE_* documentation is not generated
5796 604875 Use of sa_len conflicts with system header
5797 320482 provide G_DEFINE_TYPE like macros for interfaces
5799 * Updated translations:
5807 Overview of Changes from GLib 2.22.x to GLib 2.23.0
5808 ===================================================
5811 - GConverter: a generic interface for stateful conversions of data,
5812 suitable for charset conversion, compression, decompression, regexp
5813 replacement. Concrete implementations are GCharsetConverter,
5814 GZlibCompressor and GZlibDecompressor. GConverterInputStream,
5815 GConverterOutputStream are stream implementations that convert data
5816 while loading or saving it.
5817 - GMounts can now have a 'default location': a path that reflects
5818 the main entry point for the user (e.g. the home directory).
5819 - As a consequence of the compression support, GIO depends on zlib now.
5822 - G_IMPLEMENT_INTERFACE_DYNAMIC: a convenience macro for adding
5823 interfaces to dynamic types.
5826 - The -pthread flag has been added to all gmodule .pc files, because
5827 it is not generally permissible to load modules that are linked
5828 against libpthread if the program has not been compiled with threading
5832 601637 GUnixFDMessage should contain a GUnixFDList
5833 585566 GSocketListener API issues
5834 572252 Bug in g_file_test() function.
5835 600550 g_app_info_create_from_commandline doesn't treat arguments properly
5836 541236 not detecting exact content type
5837 350200 [PATCH] GTypeModule derived class unref does not unload plugin
5838 589631 Please enclose literal values with double quotes
5839 577711 cross compile check for g++ broken
5840 600620 Support X-GNOME-FullName in GAppInfo
5841 598899 GWin32DirectoryMonitor is broken
5842 593809 Nautilus does not restore the position of the icons on the desktop...
5843 563627 g_get_prgname() threadsafety
5844 600141 Add -pthread to gmodule pkg-config
5845 593856 file and directory monitors don't work when glib is compiled...
5846 324930 Nautilus should disallow copying of symlink to FAT drive early
5847 587300 Deadlock when calling g_cancellable_disconnect in a...
5848 595138 GFile not robust with invalid input
5849 591216 Warning building resolver.o
5850 590016 Does not compile under MinGW32 + Wine
5851 591214 Warnings building gcancellable.o
5852 561998 Have specific entry points (paths) for mounts...
5853 508157 Add G_IMPLEMENT_INTERFACE_DYNAMIC
5854 535159 g_file_has_parent
5856 * Updated translations:
5857 Brazilian Portuguese
5868 Overview of Changes from GLib 2.22.1 to GLib 2.22.2
5869 ===================================================
5872 - Support case-sensitive globs in the shared mime database,
5873 including support for the newer cache format that allows these.
5874 Case-sensitive globs have been introduced in shared-mime-info
5878 - Speed up creation of simple objects
5881 597194 Typo in _G_TYPE_CVH macro
5883 * Updated translations:
5887 Overview of Changes from GLib 2.22.0 to GLib 2.22.1
5888 ===================================================
5891 596064 Test file marked for translation
5892 595972 possibly invalid search in mime_info_cache_dir_add_...
5893 596561 C99 style of declaration of variable in gmessages.c
5894 596314 g_utf16_to_utf8 returns an invalid UTF8 string
5895 596748 g_async_result_get_source_object returns a new ref
5896 593809 Nautilus does not restore the position of the icons...
5897 593775 uses inotify_init1 unconditionally
5899 * Updated translations:
5904 Overview of Changes from GLib 2.21.6 to GLib 2.22.0
5905 ===================================================
5907 * Add gdb python macros to make gobject debugging more pleasant
5910 579050 Allow making selected critical and warning messages non-fatal
5911 594759 g_socket_send_message fails due to invalid sendmsg params
5912 593941 GNetworkAddress skipping addresses when enumerating
5913 594597 Fix build with srcdir != builddir
5914 595619 Include gdb pretty printers
5916 * Changes that might affect bindings:
5917 - The error parameter of g_simple_async_result_set_from_error has been
5920 * Updated translations:
5954 Overview of Changes from GLib 2.21.5 to GLib 2.21.6
5955 ===================================================
5957 * Minor API additions:
5958 g_mkstemp_full is a variant of g_mkstemp that allows to specify flags
5962 593232 g_rand_new: read no more than requested from /dev/urandom
5963 591995 use saved errno
5964 589491 g_time_val_from_iso8601 doesn't handle some cases
5965 593406 Permissions set to 777 after copying via Nautilus
5966 594034 Add g_mkstemp_full()
5968 * Updated translations:
5971 Brazilian Portuguese
5989 Overview of Changes from GLib 2.21.4 to GLib 2.21.5
5990 ===================================================
5992 * A performance problem with trashing of many files has been fixed
5994 * GResolver now invalidates the libc resolv.conf cache as needed
5996 * Minor api additions:
5997 - g_cancellable_make_pollfd returns a boolean now. And there is a
5998 new function g_cancellable_release_fd that can be used to released
5999 the resources used by a GCancellable.
6002 589988 Compilation error on Solaris 9 (missing stdint.h)
6003 588901 gtcpconnection.c won't compile
6004 584246 GResolver needs to call res_init() when network state changes
6005 591714 Figure out failure handling for g_cancellable_make_pollfd()
6006 591532 redundent '/' returned from g_file_resolve_relative_path
6007 591378 Use MSG_NOSIGNAL in GSocket if it's available
6008 589649 API documentation migration for Base64 Encoding
6009 591840 configure fails with autoconf 2.64
6011 * Updated translations:
6013 Brazilian Portuguese
6035 Overview of Changes from GLib 2.21.3 to GLib 2.21.4
6036 ===================================================
6038 * GTree is now refcounted
6041 587938 Undocumented limitation for g_str_equal
6042 587773 refcounts for GTree
6044 * Updated translations:
6054 Overview of Changes from GLib 2.21.2 to GLib 2.21.3
6055 ===================================================
6057 * GMappedFile is refcounted now
6059 * Mainloop: It is now possible to set per-thread default contexts,
6060 with g_main_context_push_thread_default.
6062 * glib-mkenums supports a @basename@ substitution, in addition
6066 - Vfs implementations can support storing of per-file metadata.
6067 - GCancellable can now be subclassed.
6068 - Unmount and eject methods now optionally allow interaction, via
6069 variants that take a GMountOperation object.
6072 556706 Inconsistent help arguments -h, -?
6073 579449 FileChoosers no longer work if an idle handler is active
6074 579933 mainloop FD_CLOEXEC has a race condition
6075 579984 alternate GMainContext support
6076 585937 gio/gsocket.c (glib 2.21.2) does not compile (Windows/mingw)
6077 586675 Runtime library location
6078 586797 Add GCancellables to GSocket ops
6079 586868 g_filename_complete_get_completions doesn't always return...
6080 587415 g_resolver_lookup_by_name_finish returns a freed list
6081 587434 regression tests fail, at least on x86_64
6082 586928 Avoid g++ warning in g_error()
6084 * Updated translations:
6089 Overview of Changes from GLib 2.21.1 to GLib 2.21.2
6090 ===================================================
6093 - g_socket_speaks_ipv4 is a new function to check if a socket can
6095 - g_socket_listener_add_address gained a new effective_address out
6097 - GIO now returns special icons for XDG user directories, by the
6098 name folder-music, folder-documents, etc.
6099 - GIO gained support for starting/stopping of drives, which can be used
6100 in connection with external hard disk enclosures, disk arrays, iSCSI
6101 devices, etc. See g_file_start/stop_mountable.
6104 - g_reload_user_special_dirs_cache is a new function to force GLib to
6105 reload the XDG user directory mapping from disk.
6108 584574 glib compile failure on Mac OS X with gunixresolver.c and...
6109 585566 GSocketListener API issues
6110 584255 Incorrect freeing of thread pool in GThreadedSocketService
6111 585088 g_string_chunk_insert_len stops at nul bytes
6112 585360 Monitor fontconfig configuration files using gio causes m...
6113 580103 Terminal starts on Display :0.0 when started on :0.1 in D...
6114 580301 network: a few issues on old darwin
6115 583398 SRV weight sorting is incorrect
6116 584176 build fixes on FreeBSD
6117 585189 g_cancellable_reset() must be called in same thread as g_...
6118 585280 compilation dies on gio/gsocket.c, needs sys/uio.h to con...
6119 585281 gio/gunixfdmessage.c needs sys/types.h for platforms that...
6120 585478 don't leak the inotify fd
6121 585575 g_socket_listener_add_inet_port() doesn't do the right thing
6122 585599 g_socket_listener_add_socket() consumes the socket
6123 585676 GEmblem doesn't reference its 'icon' if that is set as a ...
6124 585717 "bytes" nautilus translation to french is not shown in th...
6125 541276 XDG directories should have their own icons
6126 585726 Grammatical error in GList documentation
6127 585520 Wrong warning option in documentation
6128 585673 GNOME Goal: Remove deprecated glib symbols
6129 585591 Starting/stopping drives
6131 * Updated translations:
6136 Overview of Changes from GLib 2.21.0 to GLib 2.21.1
6137 ===================================================
6140 - Support for network IO has been added, including a low-level
6141 socket API and a high-level API for network connections and
6143 - Support for read-write access with GIOStream and its subclasses.
6144 - GMount gained a pre-unmount signal.
6147 576104Implement GMount::pre-unmount
6148 578769 implement GWinHttpFileInputStream::close_fn
6149 582856 gsocket.c doesn't compile on Solaris
6150 569375 g[u]intptr undocumented
6151 573246 [FIX] g_desktop_app_info_dup() can access NULL pointer
6152 575013 g_cancellable_push_current() does not allow NULL
6153 577884 live-g-file.c:461: error: format ‘%d’ expects type ...
6154 578499 g_output_stream_splice and stream closing with gnio strea...
6155 579558 Application employing gvfs crashes with only libgvfscommo...
6156 583001 SIGPIPE (grr!)
6157 583061 Please add convenience function to connect to machines by...
6158 583198 typo in error message
6159 583206 use g_set_error_literal where appropriate
6160 583229 void function g_async_initable_init_async returns value
6161 583324 locking problem in g_main_context_iterate()
6162 583408 void function g_socket_control_message_serialize returns ...
6163 578786 wrong and confusing error message
6164 583205 g_inet_address_to_bytes has no length outparam
6165 583196 mem leak in keyfile test
6166 583663 GSocketType enum ends with a comma
6167 569024 Make g_error_new_valist public
6168 569376 missing G_G[U]INTPTR_FORMAT
6169 580347 off-by-1 bug in GWinHttpFile
6171 * Updated translations:
6177 Overview of Changes from GLib 2.20.x to GLib 2.21.0
6178 ===================================================
6181 - New helper functions g_cancellable_connect/disconnect to avoid
6182 race conditions when connecting to the "cancelled" signal on
6184 - New types and methods for dealing with IPv4 and IPv6 addresses (and
6185 UNIX domain socket addresses under UNIX). This does not include code
6186 for actual socket I/O.
6187 - GResolver provides asynchronous and cancellable APIs for resolving
6188 hostnames, reverse lookup of IP addresses and resolving SRV records.
6190 * Glib now provides hash and comparison functions for int64 and double
6191 types, suitable for use with GHashTable.
6193 * GArray, GPtrArray and GByteArray can be ref counted now, and have
6197 572844 Helper for GCancellable::cancelled connect/disconnect
6198 578363 goption docs should be improved
6199 548466 async/cancellable DNS resolver
6200 579830 param spec strings should use P_()
6201 579862 requesting xattr::foo ends up calling getxattr(..., user...
6202 580453 Hash and equal functions for gint64 and gdouble
6203 580450 Reference counting and boxed types for arrays
6204 580194 gresolver doesn't build on Solaris
6205 580301 network: a few issues on old darwin
6206 580299 network: include sys/types.h before sys/socket.h to insur...
6207 572508 gmarkup speedup
6208 580546 g_strtoull() referenced in documentation...
6209 580656 g_key_file_set_string_list erroneously asserts list != NULL
6210 579272 leaks in g_simple_async_result_set_op_res_gpointer
6213 * Updated translations:
6219 Overview of Changes from GLib 2.20.0 to GLib 2.20.1
6220 ===================================================
6223 575555 Use fsync() when replacing files to avoid data loss on
6224 575708 runaway inotify madness
6225 575270 GVolumeMonitor::mount-pre-unmount not being emitted
6226 577128 glib make check Failed to execute child process...
6227 573673 Always show "backup" directories
6228 578369 g_time_val_from_iso8601() parses timezones incorrectly
6229 578002 Fix a small typo in GFile docs
6230 578017 G_DEFINE_TYPE_EXTENDED docs
6232 * Updated translations:
6237 Brazilian Portuguese
6263 Overview of Changes from GLib 2.19.9 to GLib 2.20.0
6264 ===================================================
6266 * Base64 support: Avoid integer overflows. CVE-2008-4316
6269 574019 GChecksum: document and guarantee hex characters in lower case
6270 573454 Unable copy/move files to directories symlinked to gvfs share
6271 561172 gnome-open fails on local URIs with anchors
6272 573970 crash in gunixvolumemonitor:update_mounts when unmounting
6273 573843 g_get_current_dir returns non-absolute path
6275 * Updated translations:
6291 Overview of Changes from GLib 2.19.8 to GLib 2.19.9
6292 ===================================================
6295 - Considerable speedup
6298 - Add G_FILE_CREATE_REPLACE_DESTINATION flag to allow replacing
6299 the destination of a copying operation as if it did not exit before.
6300 - Be more careful when classifying files as desktop files
6301 - Support desktop file key X-GIO-NoFuse which disables the use
6302 of fuse pathnames for %u and %U arguments
6305 572672 glib/gthread.c: argument is different type
6306 572464 Doc for g_file_get_contents
6307 572151 “it's” and “its” confused in docs and comments
6308 570501 g_win32_get_system_data_dirs uses invalid conversion...
6309 167569 g_string_append_printf crashes on win32 when used...
6310 572508 gmarkup speedup
6311 560564 Replacing a symlink with its linked file truncates...
6312 549298 impossible to copy files with p (pipe) flag
6313 543183 Clarify docs for g_file_has_prefix
6314 540461 g_memory_output_stream_get_data_size() doesn't behave...
6315 573462 GEmblemedIcon leak
6316 573421 Clarify message format in GMountOperation
6317 573658 Deadlock in giomodule.c
6318 556706 Inconsistent help arguments -h, -?
6319 573527 Wrong shell to run config.status in Makefile.in.in
6320 573128 A couple of typos in GObject documentation
6322 * Updated translations:
6324 British English (en_GB)
6334 Norwegian bokmål (nb)
6339 Traditional Chinese (zh_HK)
6340 Traditional Chinese (zh_TW)
6343 Overview of Changes from GLib 2.19.7 to GLib 2.19.8
6344 ===================================================
6346 * GIO: Fix missing exports of new API
6348 * Fix strict aliasing warnings and violations to make Glib work
6352 Overview of Changes from GLib 2.19.6 to GLib 2.19.7
6353 ===================================================
6356 - GFile gained an attribute for the actual file size in bytes
6357 - GMountOperation gained an "aborted' signal that allows to abort
6358 a mount operation from the backend side
6361 523742 Use noinst for non-installable libraries
6362 566747 URIs opened with firefox %u load as local files
6363 541225 Can't compile gio on AIX duplicate case value in gioerror.c
6364 571598 GAsyncResult with NULL gobject
6365 505042 add file attribute for actually used file size in bytes
6367 * Updates translations:
6372 Norwegian bokmål (nb)
6379 Overview of Changes from GLib 2.19.5 to GLib 2.19.6
6380 ===================================================
6382 * New format macro to print goffset data: G_OFFSET_FORMAT
6385 - Add a GFilter{Input,Output}Stream::close-base-stream properties which
6386 determine whether the base stream will be closed when the filter stream
6388 - g_data_input_stream_read_line and ..._read_until have asynchronous
6392 568294 A wrong reference in the description of g_bookmark_file_...
6393 563141 RFE: define G_OFFSET_FORMAT
6394 569105 g_time_val_to_iso8601() assumes time_t==long
6395 568394 dropping the last reference to a stream filter closes...
6396 568741 g_buffered_input_stream_fill_async doesn't work
6397 568723 g_buffered_input_stream_fill_async doesn't take count == -1
6398 568575 _async functions for GDataInputStream
6400 * Updated translations:
6406 Traditional Chinese (zh_HK)
6407 Traditional Chinese (zy_TW)
6410 Overview of Changes from GLib 2.19.4 to GLib 2.19.5
6411 ===================================================
6413 * Update included PCRE to 7.8
6415 * g_base64_decode_inplace: New function to do base64 decoding in place
6418 567138 get_package_directory_from_module() does not free ...
6419 566569 gregex docs clarification
6420 566573 g_match_info_fetch_pos docs
6421 564728 Add function to decode base64 encoded data in place
6422 567838 G_STRUCT_OFFSETOF fails to compile under icc 9.1
6423 567977 textdomain() macro should not return NULL ...
6424 512779 --disable-regex breaks compilation
6425 566770 error code 0 for Too many open files is useless
6426 565484 g_content_type_guess passes non-UTF8 text to XDG ...
6428 * Updated translations:
6435 Overview of Changes from GLib 2.19.3 to GLib 2.19.4
6436 ===================================================
6439 - Use O_NOATIME when sniffing mimetypes
6440 - Add a convenience method to check if a GSimpleAsyncResult
6444 560676 function access for g_threads_supported
6445 565905 There is no g_context_group_set_translation_domain
6446 564210 SUN Studio 12 has supported visibility attribute
6447 565136 GObject's "notify" signal parameters are wrong in gtk-doc
6448 565831 error in interface creation sample
6449 566348 g_file_open_tmp uses the wrong g_mkstemp on win32
6450 566064 Add NOATIME flag to query_info_flags
6451 566170 g_async_result_verify_source_object
6453 * Updated translations:
6455 Norwegian bokmål (nb)
6456 Brazilian Portugese (pt_BR)
6457 Simplified Chinese (zh_CN)
6460 Overview of Changes from GLib 2.19.1 to GLib 2.19.3
6461 ===================================================
6464 508021 Add support for the CRIS and CRISv32 architectures
6465 526320 should not list mounts that the user doesn't have permission to use
6466 558458 Cannot build gio tests on Solaris using SUN cc
6467 555465 GUnix{Input,Output}Stream lacks fd/close_fd_at_close property
6468 558298 Hide ecryptfs mounts
6469 515777 incorrect date&time on copy
6470 562452 Ensure we return G_IO_ERROR_CANCELLED if cancelling
6471 g_simple_async_result_run_in_thread
6472 473150 g_type_module_use inconsistently increases the use
6473 counter in case of error
6474 563150 G_GU?INT*_MODIFIER/FORMAT docs
6475 563156 Document printing and scanning gunichar values
6477 * Updated translations:
6482 Overview of Changes from GLib 2.19.0 to GLib 2.19.1
6483 ===================================================
6486 - g_icon_to_string, g_icon_new_for_string: GIcon serialization support
6487 - G_FILE_ATTRIBUTE_PREVIEW_ICON: new file attribute for preview images
6488 - g_app_info_get_commandline: new function to get the full commandline
6489 - g_mount_shadow, g_mount_unshadow, g_mount_is_shadowed: New functions
6490 to 'shadow' mounts (i.e. hide them from the UI when they already
6491 have a different representation, like a bookmark)
6494 556186 gpoll.h breaks gmain.h inclusion
6495 557087 mem leak in g_content_types_get_registered
6496 556921 gpoll.h breaks hal compilation
6497 557210 g_compute_checksum_for_* asserts with less than 2 bytes
6498 558381 Add support for compile time assertions
6499 558185 'parent' variable in g_local_file_get_child_for_display_name()
6500 hits g_object_unref(NULL) assertion
6501 558513 g_warn_if_fail FIXME in gtestutils
6502 558672 NULL key lookup using g_hash_table_lookup_extended()
6503 555740 gicon serialization
6504 557182 preview functionality
6505 528320 Incorrect icons displayed for files with custom mimetype icons
6506 556910 Memory leak: sub
6507 557592 Missing include in gwinhttpfile.c
6508 556415 Crash on Windows 2000 in g_winhttp_vfs_init()
6509 555935 Clarify the mechanism of overwriting properties
6510 552776 ac_cv_func_posix_getgrgid_r not mentioned
6511 559448 GObject Reference Manual (typo)
6512 561212 GFileReadMoreCallback API doc refers to non-existant function
6513 560569 gkeyfile doesn't use the set list_separator in some cases
6514 560568 gkeyfile docs buglet
6515 559413 g_option_group_set_error_hook docs buglet
6516 562378 callback return value not respected for callback option
6518 559110 Do not include libintl.h after glibintl.h
6519 557603 carbon check output misplaced
6520 562544 g_key_file_get_string and g_key_file_get_value
6521 documentation does not explain the difference
6522 547264 Missing "no flags" flag
6523 562638 GDebugKey key member should be const
6524 562639 g_parse_debug_flags() parsing "help"
6525 562549 g_byte_array_free should tell how free data
6526 559452 GObject Reference Manual (typo)
6527 559462 GObject Reference Manual (typo)
6528 559517 GObject Reference Manual (typo)
6529 562538 GObject interface tutorial shouldn't finalise with
6530 "Please forget everything"
6531 561352 Leak of icon description
6532 561375 Leaks mountpoint description
6533 561807 inotify_sub.c: dup_dirname() fails to remove trailing '/'
6534 562393 g_buffered_input_stream_read_byte broken if data available
6535 541715 win32 : patch for warnings and signature problems in recent code
6536 547481 g_data_input_stream_read_line behaves not as stated in the docs
6537 548163 Nautilus displays wrong error message for too long file names
6538 559633 gtk_image_new_from_gicon does not always work for .desktop files
6539 555486 – No way to recover command line from GAppInfo
6541 * Translation updates:
6546 Overview of Changes from GLib 2.18.1 to GLib 2.19.0
6547 ===================================================
6549 * Rewrite GHashTable to use open addressing with quadratic probing instead
6550 of chaining. This has the potential to reduce memory fragmentation
6551 significantly, while being slightly faster due to better locality and
6552 no need to call alloc/free functions for nodes. Benchmarks suggest it
6553 also uses less memory overall.
6555 * Make g_poll available as public api
6557 * New macros g_assert_error and g_assert_no_error to assert
6558 that a GError is set or unset
6560 * g_cancellable_make_pollfd: New method to make a GPollFD for a cancellable
6562 * g_app_info_can_delete, g_app_info_delete, g_app_info_reset_type_associations:
6563 New functions to clean up app infos and content types
6565 * When launching applications, always pass fuse file:// uris when possible,
6566 and let gio convert such uris back to gio uris.
6569 505361 gunixinputstream.c assumes poll() available
6570 509446 portable blocking gio cancellation
6571 553820 gpoll.c: undeclared identifier
6572 553724 python interpretter path not patched in correctly
6573 553857 gbacktrace.h requires signal.h
6574 553447 g_assert_no_error()
6575 554092 glib doesn't return G_FILE_ERROR_NOENT et al on OS X
6576 528670 Always pass file:/// uri's in GAppLaunchContext
6577 555224 Improve g_format_size_for_display doc
6578 555309 giochannel breaks on error
6579 554790 g_convert() misbehaves with winiconv versions
6580 555314 mem leak in gmarkup
6581 555313 GFileAttribute boxed type get_type function should...
6582 552861 glib-2.0.m4 calls system(3) without storing its result
6583 554557 Patch to fix gcc warnings about missing format specifiers
6584 552107 Small libtool fixes
6585 551355 Make glib build with libtool 2.2
6586 555311 format not a string literal and no format arguments
6587 556101 static mutex yields warnings with g++
6588 556186 gpoll.h breaks gmain.h inclusion
6589 526456 Open addressing in GHashTable
6590 553426 cancellable clarifications
6591 545350 GAppInfo deletion
6592 545351 Reset associations for content type
6593 552168 volume's mount not mounted after g_volume_mount_finish
6594 554970 segfault when update-desktop-database is not available...
6595 554745 GFileAttributeInfoList should be boxed
6596 555121 Improved build-time handling of gio module-dir
6597 555711 Wrong fallback order of mimetype icons
6598 555331 Deprecate adoption of mounts
6599 556335 make check fails in abicheck.sh
6600 556334 Warning when building without selinux support
6601 556422 g_file_enumerator_next_file: unclear...
6603 * Updated translations:
6607 Brazilian Portugese (pt_BR)
6612 Overview of Changes from GLib 2.18.0 to GLib 2.18.1
6613 ===================================================
6616 550433 g_test_init doesn't recognize --help
6617 523463 Core dump in gmain.c:2482:IA__g_main_context_check
6618 551228 G_STRFUNC on recent Sun compiler should be expanded...
6619 551410 gtestutils.c: using printf without prototype
6620 551731 g_date_set_time[_t] docs should mention what timezone
6621 548321 <string.h> is not included in gi18n-lib.h
6622 551149 xdgmime mem leak
6623 550647 synchronous pipe I/O when reading mount reply
6624 551887 Docs for g_desktop_app_info_new_from_filename aren't...
6625 551681 g_content_type_guess() too naive with filenames
6626 552352 g_app_info_launch doesn't work if "Path" key...
6627 551408 gmodule.def generated to builddir...
6628 552359 g_file_info_get_icon should return GThemedIcon, and...
6630 * Updated translations:
6632 Bengali India (bn_IN)
6633 British English (en_GB)
6642 Overview of Changes from GLib 2.17.7 to GLib 2.18.0
6643 ===================================================
6646 - rework the g_poll() implementation to match poll() semantics more closely
6649 324234 Using g_io_add_watch_full() to wait for connect() to return...
6650 548278 Async GETs connections are always terminated unexpectedly...
6651 500246 Bug fixes for giowin32
6652 523939 Example program for GValue
6653 550096 GBookmarkFile parser is not forward compatible
6654 550040 Move GString, rand and printf tests to the unit test framework
6655 550104 trivial documentation fix for g_get_home_dir
6656 548988 g_file_replace fails on Windows when the target file exists
6657 550059 Wrong docs for g_emblemed_icon_add_emblem
6658 548800 Missing a g_object_get_type function
6659 550056 Missing documentation for g_emblemed_icon_get_emblems
6661 * Updated translations:
6681 Overview of Changes from GLib 2.17.6 to GLib 2.17.7
6682 ===================================================
6684 * More fixes for 64-bit Windows
6687 - Add a vfs implementation for HTTP and HTTPS URIs on Windows
6690 546329 API docs for g_utf8_normalize() are incorrect
6691 546876 Modify GMarkup parser to accept  .. 
6692 547200 g_utf8_find_next_char() issues
6693 547637 unconditional #include of sys/statfs.h in configure
6694 547337 G_DISABLE_DEPRECATED breaks tests build
6695 547832 gtk+-2.12.11 fails to build - AC_PROG_MMAP too strict
6696 502498 Test framework assertion failures should follow gcc
6697 546371 Improve docs re g_file_monitor
6698 546483 GThemedIcon:use-default-fallbacks is not readable without...
6699 546132 GFileIcon is bindings-unfriendly
6700 542156 zfs mount in home directory shown on nautilus desktop
6701 535124 umask 002 not being applied for new directories...
6702 547080 g_file_copy leaks expected errors
6703 546582 Callbacks from GFileMonitor present a GFile...
6704 547262 Missing link in the docs
6706 * Updated translations:
6715 Norwegian bokmål (nb)
6717 Brazilian Portugese (pt_BR)
6722 Overview of Changes from GLib 2.17.4 to GLib 2.17.6
6723 ===================================================
6725 * Fix problems on 64-bit Windows
6727 * g_markup_context_get_user_data: New function to access
6728 the user_data outside of callbacks
6731 - g_mount_guess_content_type_sync: synchronous version of
6732 g_mount_guess_content_type
6733 - GEmblem: A GIcon implementation that adds emblem-related
6735 - GEmblemedIcon: A GIcon implementation that can add emblems
6739 544088 option_test_LDADD is left in tests/Makefile.am
6740 544465 gmarkup makes it hard to use pre-rolled parsers
6741 545485 Implicit declaration of utime()
6742 545798 "Since: 2.18" mark is missing in g_set_error_literal...
6743 544140 fam-helper 64-bit issue
6744 529694 SELinux context setting support
6745 545157 wrong/no list of "open with" applications for .cc...
6746 545203 gfile.c: argument is different type
6747 545457 gdmsetup crashed with SIGSEGV in g_unix_mount_guess...
6748 544177 Fix trivial cut and paste error in documentation
6749 545395 Language tweak for g_value_set_string* docs
6750 541036 Gnumeric crashes when trying to open Desktop...
6751 546079 leak in xdgmime
6752 545395 Language tweak for g_value_set_string* docs
6753 546017 Don't copy attributes when copying a symlink
6755 * Updated translations:
6762 Norwegian bokmål (nb)
6767 Overview of Changes from GLib 2.17.3 to GLib 2.17.4
6768 ===================================================
6771 - New API to handle content types: g_mount_guess_content_type,
6772 g_content_type_guess_for_tree.
6773 - Export the eject-button signal on the volume monitor class
6774 - New API to enable out-of-process volume monitors:
6775 g_volume_get_activation_root
6778 - New API to handle signals without slots in the class structure:
6779 g_signal_new_class_handler, g_signal_override_class_handler
6781 * Internationalization:
6782 - Add an NC_ macro that is a no-op equivalent of C_
6785 - Add two new functions g_markup_parse_context_push,
6786 g_markup_parse_context_pop to support "subparsers"
6789 541208 Functions to easily install and use signals without...
6790 541507 Ambiguous description of assigned characters in the...
6791 543040 async reading on dummy file will crash on GIO_USE_VFS=local
6792 543560 enable gio-FEN back-end warnings on Solaris will crash...
6793 528317 GRegex does not allow recursion limit
6794 337518 GMarkup: Subparser support
6795 541794 drive-eject-button signal
6796 541793 activation root for volumes
6797 467707 test_iconv_state() in tests/convert-test.c fails on AIX 5.3
6798 428048 2 of 51 tests fail on Solaris
6799 542332 small fix for error message in GMarkup
6800 482413 get_contents_stdio -- overflow and memory corruption
6801 406120 g_ascii_strtod
6802 334234 "printf" format error
6803 536996 Missing noop i18n macro equivalent to C_
6804 540616 mem leak in filechooser button
6805 539229 gobject-query calls itself query
6806 521589 [RFC] gobject documentation should mention Vala
6807 543168 Description of G_SLICE=debug-blocks discourages its use
6808 543220 Case collision on gio-extension-points.html
6809 530759 update the gobject tutorial to the XXI century
6810 535223 gbookmark file inefficiency ...
6811 543504 crash in Epiphany Web Browser: Opening local file
6813 * Updated translation:
6819 Traditional Chinese (zh_HK)
6820 Traditional Chinese (zh_TW)
6823 Overview of Changes from GLib 2.17.1 to GLib 2.17.3
6824 ===================================================
6827 - fix for CVE-2008-2371
6830 538119 glib's mainloop leaks a pipe to sub-processes
6831 537635 Corrections and improvements to g_time_val_{to,from}_iso8601
6832 539067 The document g_io_channel_win32_new_fd() says...
6833 535949 annotate g_strip_context and g_dpgettext with G_GNUC_FORMAT
6834 539123 annotate g_d[n]gettext with G_GNUC_FORMAT
6835 539074 Cannot get exit status with g_spawn_command_line_sync
6836 316221 G_LOCK warns about breaking strict-aliasing rules
6837 539770 migrate gstrfunc unit tests to gtest
6838 539626 Update docstrings for g_object_freeze_notify and g_object_thaw_notify
6839 538044 unconditional use of LC_MESSAGES
6840 540545 Monotonic time and timer offset
6841 535947 want g_set_error_literal
6842 539999 glibconfig.h: add GLIB_USING_SYSTEM_PRINTF
6843 536252 GFileEnumerator should allow access to the containing GFile
6844 538362 Get Win32 icons back in the file chooser
6845 540802 g_list_prepend doesn't concat lists
6846 540423 unrecoverable error after g_seekable_truncate
6847 538836 make check failure on PPC and ALPHA: pltcheck.sh on g_atomic_pointer_get
6848 539090 g_content_type_from_mime_type() should unalias
6849 540331 g_file_append_to () documentation: can return NULL
6850 534639 add g_desktop_app_info_new_from_keyfile
6851 536733 gio build failure on Irix
6852 536160 Add g_file_monitor()
6853 538127 FileChooser broken on win32
6854 531476 /live-g-file/test_traverse_structure test fails on Mac HFS+
6855 538564 gio should have gio-types.h
6856 540047 glib-genmarshal.c: '#include <io.h>' is too before
6858 Updated translations:
6863 Overview of Changes from GLib 2.17.0 to GLib 2.17.1
6864 ===================================================
6866 * New function: g_utime(), a gstdio wrapper for utime()
6868 * New functions: g_dgettext() and g_dngettext(), wrappers
6869 for corresponding gettext functions with added functionaliy
6871 * Support the latest version of the shared-mime spec, including
6872 icons for mime types
6874 * New function: g_themed_icon_prepend_name()
6877 535418 Please document which glib version defines goffset
6878 528715 Misprint in the description of the interface g_type_class_add_private
6879 528714 Misprint in the description of the interface g_param_spec_flags
6880 537260 Doc bug in G_TYPE_INSTANCE_GET_CLASS()
6881 530527 Misprint in the description of the interface
6882 g_cclosure_marshal_VOID__FLAGS
6883 530526 Misprint in the description of the fields 'class_init' and
6884 'class_finalize' of the structure GTypeInfo
6885 528719 Improvement to the documentation of the "g_object_connect" interface
6886 528172 gtk_signal_handlers_unblock_* functions return value
6887 amount of matched signals, not amount of actually unblocked
6888 528717 Misprint in the description of the parameter 'type_id' for
6889 the interface g_type_register_fundamental
6890 528716 Misprint in the description of the parameter 'iface_data' for
6891 the callback types GInterfaceInitFunc and GInterfaceFinalizeFunc
6892 537555 GObject instantiation not thread safe
6893 537546 'desktop' shortcut in file chooser looks like a generic folder
6894 537392 Additional colon in xattr name
6895 536641 Filesystem querying in gio does not list AFS and autofs file systems
6896 528600 g_dummy_file_get_parent("scheme://example.com/")
6897 503071 Application direction changes to right to left even if theres no
6899 502511 g_assert_cmphex prints invalid message
6900 338162 Use po/LINGUAS
6901 314453 Nautilus crashes in Solaris when browsing the attached file
6902 529321 make check fails in glib/pcre
6903 455215 g_get_user_special_dir: no reference about G_USER_DIRECTORY_DOWNLOAD
6904 fallback to $HOME/Desktop if xdg-user-dirs is not in use
6905 498732 g_key_file_to_data cannot fail
6906 511367 add g_file_make_directory_with_parents
6907 531900 Use __builtin_offsetof for G_STRUCT_OFFSET if building with
6909 536158 also bump GHashTable version when a node is removed via
6910 g_hash_table_iter_remove()/g_hash_table_iter_steal()
6911 531403 g_utf8_collate broken on Mac
6912 535628 test/patterntest.c still includes gpattern.h directly
6913 535625 alias.h:2648: error: 'utime' undeclared here (not in a function)
6915 * Translation updates:
6919 Norwegian bokmål (nb)
6923 Overview of Changes from GLib 2.16.x to GLib 2.17.0
6924 ===================================================
6926 * Update to Unicode 5.1
6928 * Update included libcharset to the one shipped with libiconv 0.12
6930 * Update included PCRE to 7.7
6932 * Enforce that only toplevel headers are directly included.
6933 This is turned on by default for GObject and GIO. To turn
6934 it on for GLib, define G_DISABLE_SINGLE_INCLUDES.
6936 * Fix library version of GIO. GLib 2.16 shipped with libgio-2.0.so.0.0.0
6938 * On Solaris, use FEN for file monitoring in GIO
6940 * Use the GIO_EXTRA_MODULES environment variable to find
6941 additional GIO modules
6943 * G_GNUC_ALLOC_SIZE: New macro that wraps the gcc alloc_size
6946 * g_checksum_reset: New function to reset the state of a GChecksum
6948 * g_unix_mount_monitor_set_rate_limit: New function to limit the
6949 rate at which events are reported
6951 * g_file_query_file_type: New utility function to query the type of
6954 * g_memory_output_stream_get_data_size: New function to obtain the
6955 size of the written data.
6958 522292 Gives warnings in glib/gutils.h with GCC in C99 mode
6959 523298 win_iconv can't convert from UTF-8 to GB18030 (or vice versa)
6960 518160 replace two g_strdup_printf calls in GBookmarkFile
6961 523877 gbookmarkfile: avoid using g_string_append_printf() and
6963 525192 100% CPU if run main loop with no IO sources
6964 315437 extern inline -> static inline
6965 524314 g_convert() on Win32 implicitly converts full width
6966 alphanumerics into half width
6967 525732 Error in documentation for g_list_first
6968 525674 A typo in gmarkup.c
6969 448943 g_timeout_add_seconds() problems
6970 525972 UCS-4 not in the new win_iconv implementation
6971 526619 make test-report crash
6972 491554 Update to Unicode 5.1.0
6973 519137 g_slice_dup macro needs cast for 64-bit platform
6974 528752 Win32 build and SSL not working
6975 530457 G_USER_DIRECTORY_DOWNLOAD folder improperly mapped
6976 528667 Typos in testing module documentation
6977 459905 Bug in wcwidth data
6978 534085 g_unichar_iswide_cjk() has a totally wrong table
6979 501651 Update glib/libcharset
6980 519026 G_STMT_START/G_STMT_END test a non-existent preprocessor symbol
6981 534319 GLib's .pc files could use Libs.private
6982 534137 Typo in g_spawn_async_with_pipes doc
6983 517419 gio win32 directory monitor
6984 526796 Wrong order of arguments in g_file_copy's fallback
6985 530196 _g_local_file_has_trash_dir() doesn't handle st_dev == 0
6986 532965 Should not return filesystem::free for certain file systems
6987 525553 fix typo and nitpicking in GArray documentation
6988 526572 Missing * in declaration of parent_class in Object
6989 Destruction section of GObject Reference Manual
6990 528648 Extra >s in Object Construction section
6991 535021 g_param_spec_internal documentation should
6992 describe purpose of nick and blurb
6993 521513 Firefox crash when using file picker
6994 528433 gdesktopappinfo snafu ...
6995 533369 API g_file_info_get_attribute_string () unables to get "...
6996 521045 glib f_fstypename miscellany
6997 521672 compile error
6998 521946 control rate limit on GUnixMountMonitor
6999 522335 Fails to build: glib/gtester.c:276: error: 'ARG_MAX' unde...
7000 523015 Implement sliding window based upload operation
7001 523019 Use new GCC 4 feature
7002 523338 list nfs4 as a nfs mount type
7003 524350 Make glib build without NLS again
7004 524579 g_file_copy reports wrong total on progress callback for ...
7005 524742 A typo in gtestutils.c.
7006 524950 Minor documentation typos.
7007 525866 the user directory should not be considered as a mount to...
7008 526320 should not list mounts that the user doesn't have permiss...
7009 527132 nautilus crash when making ftp connection
7010 532852 CRITICAL **: totem_pl_parser_parse_with_base: assertion `...
7011 534759 Build failure in gio
7012 534764 Typo in error produced by g_file_make_directory
7013 521851 Redudant tests in gunixmounts.c
7014 524344 glib/gthread.h still use G_GNUC_PRETTY_FUNCTION
7015 525060 glib fails to build with -DG_DISABLE_ASSERT in CPPFLAGS o...
7016 534177 Invalid description of the interface g_cclosure_marshal_S...
7017 520715 Add GFile method g_file_query_file_type
7018 523039 nautilus can't access to trash/computer/network if gvfs i...
7020 * Updated translations:
7026 Candian English (en_CA)
7027 British English (en_GB)
7036 Norwegian bokmål (nb)
7048 Overview of Changes from GLib 2.16.0 to GLib 2.16.1
7049 ===================================================
7051 * Fix a crash in g_themed_icon_new
7053 * Update the included PCRE to 7.6
7056 Overview of Changes from GLib 2.15.6 to GLib 2.16.0
7057 ===================================================
7059 * Fix the definition of G_INLINE_FUNC to work with gcc 4.3.0
7062 - Add missing GMountMountFlags argument to g_unix_volume_mount
7063 - Fix the adopt_orphan_mount vfunc to take a volume monitor
7065 - Add properties to GThemedIcon for bindings sake
7068 520484 gvfsd-trash crashed with SIGSEGV in g_path_is_absolute()
7069 510855 g_checksum_update(): Take -1 for length.
7070 517676 g_themed_icon_new*() do more than call g_object_new().
7071 518816 should handle rmdir returning EEXIST correctly
7072 519352 g_[s]list_delete_link() docs
7073 519489 Fixes for sparse warnings in gio
7074 520169 add monitor argument to vfunc for GVolumeMonitor
7075 520700 Add type check in g_file_query_exists
7076 521145 FILE_READ_ONLY_VOLUME not present on Mingw32
7077 518720 No MIME type for empty files
7078 521013 in documentation, goffset doesn't say "Since 2.x"
7079 521028 Missleading error messages from g_io_channel_set_encoding()
7080 517484 GMainLoop could set the thread "Alertable" for APCs to be...
7082 * Updated translations:
7084 Bengali India (bn_IN)
7096 Norwegian bokmål (nb)
7103 Overview of Changes from GLib 2.15.5 to GLib 2.15.6
7104 ===================================================
7107 - New file attributes: trash::item-count, filesystem::use-preview
7108 - Rename g_file_contains_file to g_file_has_prefix
7109 - g_file_query_filesystem_info grew async variants
7110 - g_themed_icon_append_name: new convenience function
7111 - g_content_type_get_icon is implemented now
7112 - Only show mounts in /media and ~
7113 - g_file_contains_file has been renamed to g_file_has_prefix
7116 - g_win32_get_package_installation_directory_of_module: new function
7117 which supersedes g_win32_get_package_installation_directory
7118 - Use alertable wait functions so that I/O completion routines or
7119 user-mode Asynchronous Procedure Calls can be run
7120 - Fix race conditions in g_spawn implementation on win32
7123 - g_uri_get_scheme has been renamed go g_uri_parse_scheme
7125 * Updated translations:
7127 Belarusian Latin (be@latin)
7129 British English (en_GB)
7135 Norwegian bokmål (nb)
7137 Brazilian Portugese (pt_BR)
7141 Overview of Changes from GLib 2.15.4 to GLib 2.15.5
7142 ===================================================
7144 * Update the included PCRE to 7.6
7147 - g_volume_should_automount: new function to determine if a volume
7148 should be mounted automatically
7149 - g_file_query_default_handler: new convenience function to get
7150 the default handler for a file
7151 - g_app_info_launch_default_for_uri new convenience function to
7152 launch the default handler for a URI
7153 - Use mimeapps.list and defaults.list as discussed on xdg list
7155 - g_app_info_get_default_for_uri_scheme has a real implementation
7156 now (gvfs provides a GConf-based implementation)
7157 - There is the beginning of a test suite
7158 - standard::description: new file attribute
7159 - GMountMountFlags flags argument added to mount calls
7162 - class initialization is now threadsafe
7164 * Updated translations:
7176 Brazilian Portugese (pt_BR)
7181 Overview of Changes from GLib 2.15.3 to GLib 2.15.4
7182 ===================================================
7184 * G_GNUC_PRETTY_FUNCTION has been deprecated
7187 - g_file_copy has an async variant now
7188 - Drives and volumes now have API to get identifiers
7189 like Hal UDIs or UUIDs.
7190 - There is now a registration API to let modules register
7191 extensions they provide, such as volume monitor implementations
7194 511807 g_time_val_to_iso8601() uses MT-unsafe gmtime() function
7195 316260 [patch] Doc patches for gnode (2.8.1)
7196 385132 solaris gettext support fix
7197 484261 ./configure check for system PCRE unicode support fails w...
7198 510292 GOption main help not shown
7199 511580 Implement g_file_copy_async
7200 511654 Compile errors due to C99 constructs
7201 487909 g_utf8_strreverse and combining marks
7202 512381 unused variable 'is_main_group'
7204 * Updated translations:
7217 Overview of Changes from GLib 2.15.2 to GLib 2.15.3
7218 ===================================================
7221 - g_checksum_update can accept nul-terminated strings
7222 - The MD5 implementation works correctly on buffers
7223 that are longer than 64 bytes
7226 - Don't include a copy of the inotify headers, rely on system headers
7227 - g_file_find_enclosing_mount has an async variant now
7228 - Reduntant seek API on file streams has been removed
7231 508602 gmemory{in|out}putstream.c: unknown pointer size
7232 508771 There is no g_file_test/exists() for GFile
7233 508773 g_uri_escape_string() documentation unclear.
7234 509465 AM_PATH_GLIB_2_0 doesn't support gio
7235 509626 async functions: Document allowed NULL callback?
7236 509990 GSeekable documentation unclear
7237 510448 No inotify support on ARM or SH5
7238 510855 g_checksum_update(): Take -1 for length.
7240 * Updated translations:
7247 Overview of Changes from GLib 2.15.1 to GLib 2.15.2
7248 ===================================================
7251 - Mount operation API change: unhandled methods get reported via
7252 the reply, rather than by the signal emission return value
7253 - File monitor API change: Add a GError argument to g_file_monitor_file
7254 - g_unix_mount_guess_should_display(): new function
7257 508224 [PATCH] FAM backend crashes due to double free
7258 508074 GAsyncResult documentation suggests g_freeing it.
7259 508108 GFile documentation slightly unclear.
7260 508309 rpc_pipefs mount points should be hidden
7261 508378 GFileInfo documentation implies that it changes attribute...
7262 508719 g_file_get_relative_path fails if parent is root
7263 508773 g_uri_escape_string() documentation unclear.
7265 * Updated translations:
7274 Overview of Changes from GLib 2.15.0 to GLib 2.15.1
7275 ===================================================
7277 * Portability fixes:
7278 - Assertion functions are marked as noreturn again
7279 - Handling of inline functions has been fixed to work with gcc 4.3
7280 - C99 comments have been removed from headers
7281 - The nonportable sed -i option is no longer used
7284 - Clarified the semantics of g_app_info_get_all()
7285 - API for memory input and output streams has been changed a bit
7286 - GDirectoryMonitor has been removed; GFileMonitor can monitor
7287 files and directories now
7290 504829 Invalid environment passed to g_spawn_async in g_desktop_...
7291 505258 crash in Users and Groups: Adding a user
7292 505815 g_content_types_get_registered should not g_free keys
7293 491218 g_timer_new() doesn't initialize timer->end
7294 315437 extern inline -> static inline
7295 476856 Inconsistency between standard and implementation of the ...
7296 480122 g_module_open fails to open modules with ".la" extension
7297 495589 gspawn.c failing to set FD_CLOEXEC
7298 500273 doesn't build with --disable-visibility
7299 504142 Do not show empty groups in --help output
7300 504879 giofam incorrectly linked
7301 505042 add file attribute for actually used file size in bytes
7302 505058 xattr namespace docs
7303 505674 Misprint in the definition of the macro G_CCLOSURE_SWAP_DATA
7304 505730 Fails to build on OSX 10.4: _NSGetEnviron not declared
7305 505887 older darwin lacks lchown
7306 506374 gmemoryinputstream api
7307 506461 Conversion of g_assert_not_reached() and friends into fun...
7308 503051 Small bug in glib interface
7309 506395 Updates to GIO documentation
7310 507628 Missing .pc entry for gio linking against glib
7311 505195 [patch] typo in g_try_new0 docs
7312 507822 g{file,directory}monitor changes signal problem
7313 506377 gmemoryoutputstream write implementation
7314 507835 bug in gunixinputstream
7316 * Updated translations:
7318 Belarusian Latin (be@latin)
7327 Overview of Changes from GLib 2.14.x to GLib 2.15.0
7328 ===================================================
7332 * GIO: a VFS API, designed to replace GnomeVFS. The GIO implementation
7333 in GLib has support for local filesystems. The new, separate gvfs
7334 module contains various backend implementations (cifs, ftp, sftp,
7337 * GChecksum: provides various hash algorithms, such as MD5, SHA-1
7340 * GTest: a test framework
7345 - GHash has iterators, as an alternative to g_hash_table_foreach
7348 - g_markup_parse_context_get_element_stack: New function to
7349 get the stack of open elements
7350 - G_MARKUP_PREFIX_ERROR_POSITION: New flag to improve error
7352 - g_markup_collect_attributes: Convenience function for handling
7356 - Functions that take a GError now return a boolean to indicate
7357 success, instead of void
7358 - Various performance improvements
7361 - g_async_queue_new_full: new function that allows to specify
7362 a free function for leftover elements
7365 - g_prefix_error and g_propagate_prefixed_error: New functions
7366 to ease error propagation
7368 * Internationalization:
7369 - C_: A new 2-argument variant of the Q_() macro
7370 - Use native character set conversion API on Windows
7372 * GLib builds with automake 1.10
7375 455725 specific combination of g_utf8_strlen and g_pattern_match...
7376 467537 g_convert_with_iconv() not resetting iconv() state correc...
7377 497033 Commandline option parser should warn about missing optio...
7378 504527 gchecksum: Conditional jump or move depends on uninitiali...
7379 445362 Non-numeric local labels in gatomic.c are causing linker ...
7380 482313 gregex: no way to tell why compilation failed
7381 317775 main loops continues to run after g_main_loop_quit() has ...
7382 418778 Insufficient pkg-config version requirement
7383 436293 g_option_context_new() doc should mention that the string...
7384 466557 glib-mkenums shifts ARGV[0] to undefined
7385 468882 GKeyFile doesn't accept "True" as a true boolean value
7386 469551 application --help messages are garbaged on none UTF-8 lo...
7387 479724 Memory leak upon calling "g_main_loop_run" in the seconda...
7388 490061 outptrs uninitialized after g_parse_long_long
7389 490637 gobject documentation patch
7390 495294 glib-genmarshal prints warnings but returns 0
7391 496046 option to prefix location of errors for GMarkup
7392 498113 tests/regex-test fails on 64bit environment
7393 500506 Fails to build on OSX 10.4
7394 500638 gkeyfile speedup ...
7395 500875 Make check fails as there is no "test" target for "build"...
7396 502511 g_assert_cmphex prints invalid message
7397 502927 g_array_index triggers cast aligment warning
7398 503029 g_time_val_from_iso8601 parse non-ISO8601 dates
7399 503222 Need context to translate
7400 503420 gkeyfile leaks a hash table
7401 503470 Fix build when builddir != srcdir
7402 504227 Inverse variant for g_test_trap_assert_stdout, g_test_tra...
7403 71704 file include order
7404 491957 Misprint in the specification of the interface "g_main_co...
7405 491959 Misprint in description of the structure "GThreadPool"
7406 491965 Mistype in the specification of the function "g_hook_list...
7407 491966 Misprint in the specification of the interface "g_main_co...
7408 491968 The documentation does not mention the restriction for th...
7409 491970 The documentation for the interface "g_date_clamp" is inc...
7410 491974 The documentation of the interface "g_main_context_iterat...
7411 491975 The documentation for the interfaces "g_io_channel_read_u...
7412 491979 Misprint in the description of the interfaces g_key_file_...
7413 491982 Misprint in the description of the interface "g_key_file_...
7414 501107 EXTRA_DIST automake warnings
7415 501997 g_utf8_normalize() returns NULL on invalid string
7416 502590 C_/g_dpgettext efficiency
7417 464259 g_set_application_name() docs should say "Since 2.2"
7418 496518 gbase64.c API doc clarification
7419 498728 g_key_file_get_*_list should set length to 0 when returni...
7420 500361 Improve docs for g_array_free() and g_ptr_array_free()
7421 501853 g_checksum_get_digest docs
7422 503862 Allow NULL strings in g_parse_debug_string()
7424 367550 Add g_async_queue_new_full() with GDestroyNotify function
7425 375651 Minor enhancements to GKeyFile API
7426 443648 MD5 digest support
7427 449937 Upgrade auto* sources to be clean under automake1.9
7428 452887 gmarkup context "get element" function is useless when ca...
7429 491549 [PATCH] Eliminate libiconv dependency on Windows
7430 500507 GHashTableIter API
7432 * Translation updates
7433 Belarusian Latin (be@latin)
7441 Norwegian bokmål (nb)
7442 Brazilian Portugese (pt_BR)
7447 Overview of Changes from GLib 2.14.2 to GLib 2.14.3
7448 ===================================================
7450 * Update PCRE to 7.4
7453 487491 Fix some warnings from sparse
7454 488068 Small (one-time) memory leak in glib_gettext initialization
7455 493688 TYPE macro "_get_type ()" is documented wrong
7457 * Updated translations:
7459 Belarusian Latin (be@latin)
7465 Overview of Changes from GLib 2.14.1 to GLib 2.14.2
7466 ===================================================
7469 476849 Invocation of the interface "g_hook_free" fails in certai...
7470 359165 marshallers can throw warnings with -Wunused
7471 477957 more discussion on g_value_set_object vs. g_value_take_ob...
7472 478459 G_DEFINE_DYNAMIC_TYPE_EXTENDED doesn't work with G_IMPLEM...
7473 483337 inline is disabled for MSVC when compiling C code
7474 478349 Broken link to gettext website
7475 469231 g_spawn optimization for setting all open fds to CLOEXEC
7477 * Updated translations:
7484 Overview of Changes from GLib 2.14.0 to GLib 2.14.1
7485 ===================================================
7488 476840 Invocation of the interface "g_utf8_strreverse" crashes f...
7489 444765 Fix FIXME in gregex.c when new pcre is out
7490 464145 g_markup_escape_text Produces Invalid XML
7491 465625 g_type_default_interface_ref() does not ensure working g_...
7492 466768 Clearify that comments can be put anywhere in a Key-file.
7493 474229 The GError documentation should give convention for the G...
7494 474899 G_BREAKPOINT() docs inaccurate
7495 475854 Overuse of -lpcre when using system pcre
7496 473879 Incorrect includes in gregex.c
7497 468694 Typoes in documentation
7498 469051 g_snprintf () talks about characters where it probably me...
7499 457601 Missing arch specific atomic implementation
7500 475923 Missing pcre flags when static-linking against glib
7501 475619 glibthread-2.0.la does not list -lpthread
7503 * Updated translations:
7508 Canadian English (en_CA)
7509 British English (en_GB)
7525 Brazilian Portugese (pt_BR)
7529 Serbian (sr, sr@Latn)
7537 Overview of Changes from GLib 2.13.7 to GLib 2.14.0
7538 ===================================================
7540 * Last-minute API additions:
7541 - Make g_unichar_combining_class public
7542 - Add goffset type, add G_MAXSSIZE and G_MINSSIZE
7544 * Update PCRE to 7.2
7547 453998 Make _g_unichar_combining_class() public
7548 462549 gregex.c: variable is declared at middle of block
7549 417068 g_file_test doc inconsistency
7551 * Updated translations:
7558 Brazilian Portugese (pt_BR)
7562 Overview of Changes from GLib 2.13.6 to GLib 2.13.7
7563 ===================================================
7565 * The memory corruption warning from the slice allocator that
7566 occurred when threads were initialized after the slice allocator
7567 has been removed, as the slice allocator now works fine
7570 * New functions g_once_init_enter() and g_once_init_leave() make
7571 it easier to write threadsafe one-time initialization functions
7574 454473 Simple XML Subset Parser terminates on invalid XML
7575 445813 g_module_open error, add file name
7576 453796 errno gets clobbered by g_filename_display_name
7577 341988 don't use "-c" with msgfmt in Makefile.in.in
7578 447048 Please produce slightly more output during long tests
7579 454785 GModule documentation lists same block of code twice.
7580 454786 GModule documentation lists same paragraph twice.
7581 383155 small docs quirks in gobject/closure API documentation
7582 65041 _get_type() functions aren't thread safe
7584 * Updated translations
7593 Overview of Changes from GLib 2.13.5 to GLib 2.13.6
7594 ===================================================
7596 * Reintroduce a GType typedef whose removal in 2.13.5
7597 caused trouble for C++ bindings
7600 450216 docs not explicit enough about g_free()
7601 451459 g_type_register_static_simple calls g_type_register_static
7603 * Updated translations
7604 Norwegian bokmål (nb)
7608 Overview of Changes from GLib 2.13.4 to GLib 2.13.5
7609 ===================================================
7611 * xdg-user-dirs support:
7612 - the Desktop directory is guaranteed to be defined
7613 - user-dirs.dirs is no longer reloaded on changes
7616 - new api to duplicate slices
7618 * Regular expression support:
7619 - GRegex is a boxed type now
7622 44793 make check failing in trunk
7623 354522 Small problem with PLT hiding 6 symbols
7624 363986 glib 2.12.4 does not compile with SGI IDO cc
7625 443869 g_type_class_add_private doesn't warn when adding 0-sized...
7626 446859 Legitimately return 0 for g_quark_from_string(NULL)
7627 447534 Small typo in g_timeout_add_seconds() doc
7628 447583 GStaticRWLock
7629 447935 g_get_current_dir SIGSEGV on long path
7630 448260 CLAMP has surprising result if low > high
7631 57693 g_string_vprintf()
7632 442029 add g_slice_dup()
7633 445065 Add GRegex boxed type
7634 448819 Add full version of g_timeout_add_seconds()
7636 * Updated translations:
7644 Overview of Changes from GLib 2.13.3 to GLib 2.13.4
7645 ===================================================
7648 444121 g_get_user_special_dir deadlocks
7649 444161 invalid UTF8 in key name shows up as valgrind error in g_...
7650 444130 g_option_context_get_help() is broken when there's a desc...
7653 Overview of Changes from GLib 2.13.2 to GLib 2.13.3
7654 ===================================================
7657 - Added defines for easier handling of desktop files
7660 - Update g_unichar_iswide_cjk for Unicode 5.0
7662 * Regular expression support:
7663 - GRegex structs can now be ref-counted
7664 - Some new functions for dealing with incremental
7665 replacement have been added
7666 - The GRegexEvalCallback signature has been changed
7668 * g_get_user_special_dir() has been added to support
7672 419376 Functions using named subpatterns behave inconsistently w...
7673 434358 g_regex_fetch_named() and g_regex_fetch_named_pos() are b...
7674 423708 typo in the README.win32 file see patch below
7675 339225 Add new defines for easier handling of .desktop files
7676 442265 API additions/changes for GRegex
7677 432651 Add a glib-ish xdg_user_dir_lookup
7679 * Updated translations:
7681 Norwegian bokmål (nb)
7684 Overview of Changes from GLib 2.13.1 to GLib 2.13.2
7685 ===================================================
7688 - Add g_unichar_ismark()
7691 - Allow to use callbacks for remaining args
7693 * Updated translations:
7694 Belarusian Latin (be@latin)
7695 British English (en_GB)
7697 Norwegian bokmål (nb)
7703 Overview of Changes from GLib 2.13.0 to GLib 2.13.1
7704 ===================================================
7708 - Split into immutable GRegex and GMatchInfo
7709 - Add g_regex_get_max_backref() and g_regex_get_capture_count()
7710 to obtain information about the compiled regex
7713 - Fix roundtrip problems
7714 - Add g_key_file_load_from_dirs()
7717 - Fix corner cases in case conversion routines
7720 - Add a function to get the formatted help string
7723 - Add new functions g_hash_table_get_keys() and
7724 g_hash_table_get_values() to retrieve the keys and
7727 * Updated transations:
7728 Simplified Chinese (zh_CN)
7732 Overview of Changes from GLib 2.12 to GLib 2.13.0
7733 =================================================
7735 * Add GSequence, a list that is implemented using
7736 a balanced binary tree.
7738 * Add GRegex, an implementation of Perl regular expressions,
7741 * Use Posix monotonic clocks instead of gettimeofday()
7742 for GTimer when available.
7744 * Support static initialization of GQeues with G_QUEUE_INIT,
7745 g_queue_init() and g_queue_clear().
7747 * Add g_string_chunk_clear() for clearing a
7750 * Add g_unichar_get_script() to obtain Unicode
7753 * Add g_unichar_iszerowidth() to obtain information
7754 about zero-width characters.
7756 * Add G_GNUC_MAY_ALIAS which wraps the gcc may_alias
7759 * G_GNUC_INTERNAL has a working definition for the
7760 Sun Studio compiler. This requires the macro to
7761 be positioned before the function declaration.
7763 * The slice allocator can produce detailed debugging
7764 information with G_SLICE=debug-blocks.
7766 * Modules support G_DEBUG flags resident-modules and
7769 * Add G_DEFINE_DYNAMIC_TYPE() to make it easier
7770 to define types in modules.
7772 * Bug fixes: too many to list them in detail here.
7774 * New and updated translations (be,bg,bn,ca,cs,de,
7775 en_CA,en_GB,et,fa,fr,he,hu,it,ja,ku,lt,mg,mk,ml,
7776 nb,ne,nn,pt,pt_BR,ro,sr,sr@Latn,sv,ta,uk,vi,zh_CN,
7780 Overview of Changes from GLib 2.12.1 to GLib 2.12.2
7781 ===================================================
7784 - Normalization is following Unicode TR #29
7785 - g_unichar_isxdigit() only accept characters
7786 for which g_unichar_xdigit_value() returns a value
7787 - g_unichar_toupper and g_unichar_tolower leave
7788 unconvertable characters in place instead of
7789 replacing them by NUL
7792 348491 g_utf8_strup() and g_utf8_strdown() returns
7793 string with NUL bytes
7794 349825 GKeyFile always inserts a newline before a group
7795 347842 g_unichar_isxdigit() is too general about what
7796 it considers a digit
7797 348694 g_utf8_normalize() hasn't been updated to PR #29
7798 348785 Hint about G_DEBUG in Message Logging docs
7799 349792 Wrong english string (UI)
7800 349952 gparamspecs.c uses gcc feature
7802 * Translation updates (ca,cs,de,dz,es,eu,fi,gu,ko,
7803 nl,pl,tr,uk,zh_HK,zh_TW)
7806 Overview of Changes from GLib 2.12.0 to GLib 2.12.1
7807 ===================================================
7809 * Update to final Unicode Character Database 5.0.0
7812 346660 issues with base64 api documentation / g_base64_decode_cl...
7813 348136 Coverity reports allocation of wrong size CID #2839
7814 336281 Update to UCD 5.0
7815 346197 g_date_strftime %F option doesnt work for win32
7816 348011 Small optimization to real_toupper()
7817 246494 prototype mismatch in glib/gconvert.c
7819 * New and updated translations (bg,bn_IN,ca,dz,eu,fi,
7820 fr,he,it,ja,mk,or,pt)
7823 Overview of Changes from GLib 2.11.4 to GLib 2.12
7824 =================================================
7827 344905 leap-year bug in g_time_val_from_iso8601 w/o HAVE_TIMEGM
7829 * Updated translations (cy,nb,nl)
7832 Overview of Changes from GLib 2.11.3 to GLib 2.11.4
7833 ===================================================
7836 - g_bookmark_file_remove_item returns a boolean
7838 * g_mkstemp accepts the XXXXXX in the middle of
7842 344868 g_key_file_to_data should separate groups
7844 * Updated translations (de,es,fr,gu,hi,ko,th)
7847 Overview of Changes from GLib 2.11.2 to GLib 2.11.3
7848 ===================================================
7851 - g_bookmark_file_move_item: Return TRUE in case of
7855 343919 gunicollate.c: strxfrm bug on VC8
7857 * Updated translations (fi)
7859 Overview of Changes from GLib 2.11.1 to GLib 2.11.2
7860 ===================================================
7862 * Add g_ascii_stroll to parse signed 64bit integers
7864 * GMarkup: add a flag to treat CDATA as text
7866 * GHashTable: add functions to remove all entries
7868 * GMainLoop: add functions to find the currently
7869 running source, and determine if it is destroyed
7872 342563 g_atomic_thread_init() needs to be called before
7873 other _g_*_thread_init() functions
7874 343548 Potential use after free in callers of g_string_free()
7875 168538 Wish: Clearing contents of GHashTables
7876 321886 GTK+ cannot be reliably used in multi-threaded
7878 341826 goption.c: 'strtoll' is C99's function
7879 343899 g_ascii_formatd dosn't work as expected for all
7881 317793 Make GEnumValue strings const
7882 337129 Compile warnings in G_IMPLEMENT_INTERFACE
7883 303622 What is G_TYPE_CHAR?
7885 * Updated translations (bg,dz,eu,gl,ja,ko,nl,th,vi)
7888 Overview of Changes from GLib 2.11.0 to GLib 2.11.1
7889 ===================================================
7892 - Support 64-bit integers
7893 - Allow optional text before and after the options
7897 340538 gbase64-test writes OOB
7898 340816 GKeyFile set_string_list invalid memory reads
7899 339105 g_key_file_parse_value_as_double
7900 340434 convert-test.c fails (function test_one_half)
7901 311043 Memory leaks (and potential infinite loops)
7902 when using G_ERRORCHECK_MUTEXES
7903 335198 Error checking mutexes are fubar
7904 341237 Add a G_OPTION_ARG_INT64
7905 341192 g_io_channel_set_flags not implemented on win32
7906 336120 Allow adding description before/after GOption
7908 341191 misplaced check in g_relation_delete
7909 340530 mismatched calloc / g_free in win32 threads
7911 * Updated translation (es)
7913 Overview of Changes from GLib 2.10.x to GLib 2.11.0
7914 ===================================================
7916 * GBookmarkFile: a parser for files containing bookmarks
7917 stored using the Desktop Bookmark specification.
7919 * Base64 encoding support
7921 * Unicode 5.0 support
7923 * GOption supports floating point numbers
7925 * GKeyFile supports floating point numbers
7928 155884 gatomic.c should be based on new SDK
7929 157877 update-desktop-database doesn't handle duplicate entries
7930 164719 keyfile parser doesn't support floats
7931 327662 Import BookmarkFile from libegg
7932 329548 Add G_OPTION_ARG_DOUBLE
7933 329789 option-test.c type confusion
7934 332841 Segmentation Fault when %llu is passed to vasnprintf and
7935 HAVE_SNPRINTF is not defined
7936 333879 gthread/gthread-win32.c: IsDebuggerPresent needs '#define
7937 _WIN32_WINDOWS 0x0401'
7938 333916 g_timer_elapsed docs should mention that microseconds
7940 334440 dlerror() portability issue causes crash on (old) a.out
7942 334646 goption + error out params
7943 334799 g_remove() must check return value of remove()
7944 334943 make check FAIL: threadpool-test
7945 335215 Some breakages with GThreadPool
7946 336085 g_option_context_new parameter lacks better explanation
7947 336677 Documentation for g_object_ref_sink() is incorrect
7948 337027 gbookmarkfile.c: sys/time.h include error
7949 337553 Wrong escaping of URIs
7950 338572 Dereferencing NULL value in g_key_file_get_group_comment
7951 338845 g_completion_complete_utf8 crashes when NULL is passed to it
7952 339337 g_bookmark_file_set_description
7953 339338 gbookmarkfile.c, function expand_exec_line
7954 339340 gbookmarkfile.c, function bookmark_app_info_dump
7956 * Translation updates (bg,en_GB,et,gl,gu,he,hi,ka,nb,nl,nn,
7957 or,pt_BR,ro,tr,vi,zh_CN)
7960 Overview of Changes from GLib 2.10.0 to GLib 2.10.1
7961 ===================================================
7964 314794 Broken pthread detection on Darwin [Gregor Riepl]
7965 322476 Missing check for .dylib [Vladimir Panov]
7966 333651 Inconsistent _g_charset_get_aliases prototype [Julio
7968 333761 GInitiallyUnowned breaks application code [Sven Herzberg]
7971 - Fix g_listenv() implementation.
7972 - Allow up to 100 GPrivate structs
7974 * Translation updates (fr,hu,lt,pl,sv)
7977 Overview of Changes from GLib 2.9.6 to GLib 2.10.0
7978 ==================================================
7981 328997 64bit pointer trunction in glib slab-allocator
7983 331110 g_cond_broadcast(inform_cond) without holding
7984 inform_mutex [Chris Wilson, Sebastian Wilhelmi]
7985 332093 Fix some leaks in the tests [Kjartan Maraas]
7986 332435 g_utf8_strlen returns wrong value if a maximum
7987 number of bytes to check is specified
7989 331367 gslice requires more POSIX-like semantics for
7990 GPrivate destructors [Tor Lillqvist]
7992 * Documentation improvements [Matthias, Kang Jeong-Hee,
7993 Tor Lillqvist, Stefan Kost]
7995 * Translation updates (el,eu,ka,uk)
7997 Overview of Changes from GLib 2.9.5 to GLib 2.9.6
7998 =================================================
8001 329124 distclean removes README [Kjartan Maraas, Tim Janik]
8002 317679 GRelation field type not documented [Behdad Esfahbod]
8003 329123 Typo in GTime docs [Kjartan Maraas]
8005 * Documentation improvements [Sven Herzberg, David
8006 Schleef, Kjartan Maraas, Behdad Esfahbod]
8008 * Translation updates (cs,cy,it,ko,pt,sq,sr,sr@Latn,ru
8010 Overview of Changes from GLib 2.9.4 to GLib 2.9.5
8011 =================================================
8013 * Memory management:
8014 Runtime debugging support: The slice allocator
8015 can be turned off by setting G_SLICE=always-malloc
8016 in the environment. Zeroing of freed memory can
8017 now be turned on at runtime by setting
8018 G_DEBUG=gc-friendly in the environment. [Tim Janik]
8021 328253 HP-UX/IA-64 uses ".so" as default shared library
8022 extension [Albert Chin]
8023 143380 unicode-encoding test fails converting to UTF-16
8024 with libiconv [Marc Moorcroft]
8025 328254 Build breakage (GSlice) [Jens Ganseuer]
8026 328705 C99ism in glib/gmem.c [Kazuki Iwamoto]
8028 * Translation updates (da,et,zh_CN)
8030 Overview of Changes from GLib 2.9.3 to GLib 2.9.4
8031 =================================================
8034 Fix a problem with g_object_compat_control() which
8035 can lead to segfaults in GTK+ applications on 64bit
8039 Unused threads now fall back to the global pool after
8040 500 milliseconds, where they wait for another
8041 max-idle-time milliseconds. [Sebastian Wilhelmi]
8043 * Fix a memory allocation problem in GKeyFile. [Morten
8047 Overview of Changes from GLib 2.9.2 to GLib 2.9.3
8048 =================================================
8051 - Replace the simple recursive implementation by
8052 a nonrecursive, threaded one [Maurizio Monge]
8054 * Change g_filename_display_name and
8055 g_filename_display_basename to use the Unicode
8056 replacement character U+FFFD instead of a question
8057 mark, and don't append "(invalid encoding)" [Matthias]
8059 * Documentation improvements [Sven Herzberg, Federico
8060 Mena Quintero, Stefan Kost]
8063 323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X
8065 326558 Some test failures on IRIX 6.5 [Daichi Kawahata]
8066 169285 "threaded" tree implementation for GTree
8068 326747 g_filename_display_basename adds (invalid encoding)
8071 Other contributors: Christian Kellner, Murray Cumming
8073 New and updated translations (bg,ca,de,es,et,gu,ja,nl,th,vi)
8076 Overview of Changes from GLib 2.9.1 to GLib 2.9.2
8077 =================================================
8079 * Memory management:
8080 - Add tests for cache colorization [Tim Janik]
8081 - Minimize space consumption if small amounts of differently
8082 sized slices are allocated, at a small performance cost. [Tim]
8085 - Add g_atomic_pointer_set() and g_atomic_int_set() [Tim Janik,
8087 - Add g_thread_pool_set_sort_function() to allow sorting the
8088 tasks of a threadpool. [Martyn Russell]
8089 - Add g_thread_pool_set_idle_time() to allow unused threads
8090 to exit after a certain time. [Martyn]
8093 - introduce a new type GInitiallyUnowned, which has an initial
8094 floating reference. [Tim]
8095 - Add support for GType parameters. [Matthias]
8098 - Add g_main_context_is_owner() to determine if the current
8099 thread is the owner of the context. [Michael Meeks]
8101 * Provide g_access(), g_chdir(), g_unlink(), g_rmdir() as
8102 wrapper functions instead of macros. [Manish Singh]
8104 * Documentation improvements [Tim, Matthias, Federico Mena Quintero,
8105 Stefan Kasal, Dan Williams]
8107 * New and updated translations (en_CA,fi,fr,gl,ml,nb,no,zh_HK,zh_TW)
8110 324179 g_allocator_new() returns pointer to const dummy which Gtk+ 2.8
8111 tries to modify [J. Ali Harlow]
8112 324332 g_option_context_parse() returns false without setting error
8113 [Tim-Philipp Müller]
8114 324950 GLIB 2.9.1 testcase errors [Dan Yefimov]
8115 325015 gslice.c: process.h is needed on Windows [Kazuki Iwamoto]
8116 321978 G_DATALIST_GET_FLAGS() macro is not casting datalist to
8117 gpointer [Andrew Paprocki]
8118 316221 G_LOCK warns about breaking strict-aliasing [Michal Benes,
8120 325273 Error in documentation for glib_check_version () [Declan Naughton]
8121 325310 g_spawn_sync hangs when catching both stdout and
8122 stderr [Tor Lillqvist]
8123 325249 gcc warning when using g_rmdir from <glib/gstdio.h> [Jani Monoses]
8124 325864 glib/gthreadpool.c:"#define debug(...)" is C99 [Kazuki Iwamoto]
8125 325874 Should say somewhere that source IDs are > 0 [Dan Williams]
8126 325438 a typo (compatability) [Stefan Kasal]
8127 323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X [Bogdan Nicula]
8130 Overview of Changes from GLib 2.9.0 to GLib 2.9.1
8131 =================================================
8134 - The slice allocator is implemented [Tim Janik]
8135 - g_slice_free_chain() has been renamed to
8136 g_slice_free_chain_with_offset() [Tim, Behdad Esfahbod]
8137 - Mem chunks are deprecated [Matthias Clasen]
8140 - Hash tables are refcounted, and have a boxed type [Tim]
8143 - Support for Solaris threads has been removed
8144 [Sebastian Wilhelmi, Andrew Paprocki]
8145 - g_async_queue_sort(), g_async_queue_push_sorted() have
8146 been added to allow GAsyncQueue to be used as a priority
8147 queue, together with the corresponding _unlocked
8148 variants [Martyn Russell]
8151 - The concept of a floating initial reference has been
8152 moved from GtkObject to GObject [Tim]
8155 - Make g_rename() replace existing files [Tor Lillqvist]
8158 - G_GUINT64_CONSTANT macro to define guint64
8159 constants [Andrew Paprocki]
8160 - G_GNUC_WARN_UNUSED_RESULT macro to instruct the
8161 compiler to emit a warning if the value returned
8162 by a function is ignored. [Arjan van de Ven, Alex Larsson]
8163 - GList and GSList now have sort functions which take an
8164 extra user data argument [Martyn Russell]
8165 - g_param_spec_ref_sink() has been added for consistency [Tim]
8167 * $LOGNAME is respected when determining user data. [Laszlo Peter]
8169 * Other changes and bug fixes [Tim, Matthias, Behdad,
8170 Christian Persch, Benedikt Meurer, Andrew Paprocki,
8171 Kazuki Iwamoto, Alexis S. L. Carvalho, Stanislav Brabec,
8172 Andreas Schwab, Kalle Vahlman]
8175 - Deprecation warnings carry version information [Matthias]
8176 - The slice allocator has been documented [Matthias, Tim]
8177 - Other improvements [Morten Welinder]
8179 Overview of Changes from GLib 2.8.x to GLib 2.9.0
8180 =================================================
8182 - The Unicode tables have been updated to Unicode 4.1,
8183 adding several new values to the GUnicodeBreakType
8184 enumeration. This breaks Pango <= 1.10
8186 - The various Unicode character predicate functions
8187 (g_unichar_isalpha, g_unichar_isdigit,...) have
8190 - g_utf8_pointer_to_offset, g_utf8_offset_to_pointer:
8191 These functions handle negative offsets now, and
8192 going backwards in g_utf8_offset_to_pointer uses
8194 [Larry Ewing, Matthias Clasen]
8196 * Memory management:
8197 - Mem chunks are no longer used internally in GLib and
8198 GObject. GMemChunk will be deprecated in GLib 2.10
8199 - All APIs based on GAllocator (g_list_push/pop_allocator,
8200 and similar push/pop_allocator functions for other
8201 data structures) have been deprecated, since they
8202 never worked as intended.
8203 - The g_slice_* functions have been added as a
8204 new API for fast allocation of small memory blocks.
8205 The implementation in GLib 2.9.0 is just a simple
8206 wrapper around malloc. GLib 2.10 will have an
8207 efficient and scalable implementation.
8208 [Tim Janik, Matthias]
8211 - g_pattern_match has been optimized to avoid
8212 unnecessary recursion.
8215 * g_intern_string, g_intern_static_string:
8216 - New functions to intern strings. These are now used
8217 by GObject to avoid duplicating static strings
8221 - New function to iterate over all GThreads
8224 * g_date_set_time_t, g_date_set_time_val:
8225 - New functions to set a GDate from a time_t or
8226 GTimeVal value. g_date_set_time has been deprecated
8230 * g_snprintf and g_vsnprintf:
8231 - These functions are no longer declared in gprintf.h,
8232 since they are in glib.h
8235 Overview of Changes from GLib 2.8.0 to GLib 2.8.1
8236 =================================================
8237 * Optimize single-character insertions in GString [Ross Burton]
8238 * Fix build problems on OS X
8239 * Fix build problems on Win32 [Tor Lillqvist, Hans Breuer]
8240 * Other bug fixes [Matthew F. Barnes, Stepan Kasal]
8241 * Documentation improvements [Tristan van Berkom, Behnam
8242 Esfahbod, Gustavo Carneiro, Stepan Kasal, Matthias]
8243 * New and updated translations (ca,cy,ko,ro,uk)
8245 Overview of Changes from GLib 2.7.7 to GLib 2.8.0
8246 =================================================
8247 * Make g_value_transform() handle enum values
8248 correctly on ppc64. [Michael Lorenz]
8249 (Third-party code accessing enumeration values
8250 in GValues should also be changed to access
8251 v_long, not v_int, in order to work on bigendian
8253 * Make g_flags_get_first_value() handle a value
8254 of 0 meaningfully. [Tim-Philipp Müller]
8256 Overview of Changes from GLib 2.7.6 to GLib 2.7.7
8257 =================================================
8258 * Make atomic operations on s390 work [Matthias]
8259 * Fix C++ guards in gstdio.h [Tor Lillqvist]
8261 Overview of Changes from GLib 2.7.5 to GLib 2.7.6
8262 =================================================
8263 * Add native implementations of atomic operations
8265 * Make atomic reference counting of closures
8266 work on s390 [Matthias]
8267 * Avoid an infinite loop in g_convert_with_iconv().
8269 * Documentation improvements [Ross Burton]
8271 Overview of Changes from GLib 2.7.4 to GLib 2.7.5
8272 =================================================
8273 * Thread-related changes
8274 - Fix build issues on HP-UX [Paul Cornett]
8275 - Threadsafe access to flags stored in datasets [Tim Janik]
8276 - Fix several issues with atomic refcounting for
8277 closures, objects and paramspecs [Tim]
8278 - Improve tests for atomic refcounting changes [Tim]
8279 * Fix handling of stateful encodings in g_convert_* [Matthias]
8280 * Fix translation of GOption help output [Dan Winship]
8281 * Catch format errors in translations. This may cause
8282 "make check" to fail when using older versions
8283 of gettext [Matthias]
8284 * Win32 bug fixes [Tor Lillqvist]
8285 * Documentation improvements [Ross Burton, Jochen Baier,
8287 * New and updated translations (de,fi,gu,pl,pt,tr,zh_TW)
8289 Overview of Changes from GLib 2.7.3 to GLib 2.7.4
8290 =================================================
8291 * Fix g_atomic_pointer_compare_and_exchange
8292 on Sparc64 [Gert Doering]
8293 * Fix a hang in g_thread_pool_free. [Hong Jen Yee]
8294 * Win32 bug fixes [Tor Lillquist]
8295 * Other bug fixes [Benoit Dejean, Manish Singh]
8296 * Documentation improvements [Bryan Silverthorn,
8298 * New and updated translations (de,lt,sq,zh_CN)
8300 Overview of Changes from GLib 2.7.2 to GLib 2.7.3
8301 =================================================
8303 - Allow callbacks with optional arguments [Pawel Sliwowski]
8304 - Allow to turn off the automatic long option name
8305 disambiguation [Adam McLaurin]
8306 - Only allow printable ASCII as short option names [Matthias]
8308 - Build fixes [Tor Lillqvist]
8309 - Rewrite iochannel socket implementation [Tor]
8311 - Threadsafety improvements; in particular, refcounting
8312 of objects is done atomically now. [Wim Taymans, Tim Janik]
8313 * Bug fixes [Morten Welinder, Matthias, Wim Taymans]
8314 * Documentation improvements [Richard Laager, Matthias]
8315 * New and improved translations (bf,cs,hu,nb,nl,no)
8317 Overview of Changes from GLib 2.7.1 to GLib 2.7.2
8318 =================================================
8319 * Win32 build fixes [Hans Breuer]
8320 * Bug fixes [Mikael Magnusson]
8321 * Documentation improvements [Matthias Clasen]
8322 * New and updated translations (en_CA,es,et,ja,sr,sr@Latn,zh_TW)
8324 Overview of Changes from GLib 2.7.0 to GLib 2.7.1
8325 =================================================
8327 - Allow callback arguments without parameters [Dan Winship]
8328 * GMappedFile: an mmap wrapper [David Schleef, Behdad Esfahbod]
8329 * Misc new functions:
8330 - g_get_host_name [Tor Lillqvist]
8331 - g_mkdir_with_parents [Tor]
8332 - g_build_pathv, g_build_filenamev [Todd A. Fisher,
8334 * Bug fixes [Roger Leigh, Masatake YAMATO, Kjartan Maraas,
8335 Manish Singh, Tor, Murray Cumming, Kian Duffy, Morten Welinder]
8336 * Documentation improvements [Hong Gang XU, Dan Winship, Matthias]
8337 * New and updated translations (bg,cs,da,en_CA,es,et,nb,nl,no,
8340 Overview of Changes from GLib 2.6.x to GLib 2.7.0
8341 =================================================
8343 - Add unit tests [Matthias Clasen, Suren A. Chilingaryan]
8344 - Accept \r\n as line end [Bastian Nocera]
8345 - Don't interpret leading zeros as octal numbers. [Matthias]
8346 - Make key and group removal work [David Hoover, Matthias Hasselmann]
8348 - Improve formatting of --help output [Matthias, Noah Levitt]
8349 - Accept -? [Matthias]
8350 - Warn about duplicate main groups [Jeff Franks]
8351 - Treat '-' as non-option argument [Tim Musson, Thomas Leonard]
8352 - Report missing arguments as errors [Björn Lindqvist]
8353 - Add a boxed type for GDate [Tim-Philipp Müller]
8355 - g_tree_remove() and g_tree_steal() return status information [Matthew F. Barnes]
8357 - Work regardless of large file support [Manish Singh]
8358 - Add g_access(), g_chmod(), g_creat(), g_chdir [Tor Lillqvist]
8360 - Implement "toggle references" to help language bindings [Owen Taylor]
8361 - Allow to mark names, nicks and blurbs of pspecs as static [Ben Maurer, Matthias]
8362 - Make pspec lookup a bit faster [Morten Welinder]
8363 * Add g_listenv() to list all set environment variables [Hans Petter Jansson]
8364 * Add g_file_set_contents() to atomically write a file. [Søren Sandmann,
8365 Sven Neumann, Manish, Alexis S. L. Carvalho]
8366 * Add g_try_malloc(), g_try_new(), g_try_new0() and g_try_renew() [Stefan Kost]
8367 * Add g_utf8_collate_key_for_filename() to sort filenames taking
8368 extensions and numeric suffixes into account. [Ole Laursen, Alex Larsson]
8369 * Add G_GNUC_NULL_TERMINATED to mark varargs function with
8370 NULL-terminated argument lists. [Marc Meissner]
8372 - Improved debugability [Ulf Lamping, Hans Breuer]
8373 - Make filename handling more robust [Tor, Billy Skaggs]
8374 - Improve g_get_system_data_dirs() [Tor]
8375 - Use more precise timers [Tor]
8376 - Build fixes [Kazuki Iwamoto, Hans, Tor, Robert Ögren]
8377 * Other bug fixes [Roger Leigh, Owen, Matthias, Morten, Kjartan Maraas,
8378 Pawel Sakowski, Tor, Simon Budig, Ed Avis, Manish, Nicolas Laurent,
8379 Bastien, Fabrício Barros Cabral, Michael Banck, Daniel Atallah,
8380 J. Ali Harlow, Tim Janik, Hazael Maldonado Torres, Sven, Jon-Kare Hellan,
8381 Dave Benson, Tommi Komulainen, Benjamin Otte, Brian Cameron, Changwoo Ryu,
8382 Christian Biere, Noah, Benoît Carpentier]
8383 * Documentation improvements [Vincent Untz, Matthias, Tim-Philipp Müller,
8384 Morten, Matthew, Federico Mena Quintero, Sebastian Bacher, Oliver Sessink,
8385 Stefan, Jared Lash, Tor, Owen, Daniel Vaillard, Mathieu Lacage]
8386 * New and updated translations (ca,cs,da,el,en_CA,en_GB,es,et,eu,fa,fr,gl,
8387 hu,id,it,lt,mn,ne,nl,pl,pt,pt_BR,ro,rw,sk,sq,sr,sr@Latn,tl,uk,xh,zh_CN)
8389 Overview of Changes from GLib 2.6.0 to GLib 2.6.1
8390 =================================================
8392 - Make gtk_init(NULL, NULL) work again [Marcin Krzyzanowski]
8393 - Improve handling of -- [Matthias Clasen]
8394 - Don't show G_OPTION_REMAINING in --help output [Matthew F. Barnes]
8395 * g_find_program_in_path() doesn't return directories [Tommi Komulainen]
8396 * Add gmodule-export-2.0.pc [Matthias]
8398 - Improve hangling of UNC paths [Tor Lillqvist]
8399 - g_getenv(), g_setenv(), g_unsetenv(), g_find_program_in_path()
8400 take and return UTF-8 now [Tor]
8401 - Make g_file_test() work more reliably, and use PATHEXT
8402 when check for executables [Tor]
8403 - Build and cross-compilation fixes [J. Ali Harlow]
8404 * Other bug fixes [Jens Hatlak, Morten Welinder,
8405 Tor, Kalpesh Shah, Adrian Bunk]
8406 * Documentation improvements [Marcin Krzyzanowski, Tor, Crispin
8407 Flowerday, Mariano Suárez-Alvarez, Christian Biere, Danny Milo,
8408 Vincent Untz, Bastien Nocera]
8409 * New and updated translations (cy,de,nl,ru,sq,sv)
8411 Overview of Changes from GLib 2.4.x to GLib 2.6.0
8412 =================================================
8415 - GOption, a commandline option parser
8416 - GKeyFile, a parser/editor for the .ini like files
8417 - Functions to support the XDG basedir specification
8418 - Wrappers for common POSIX pathname functions to handle filename
8419 encodings consistently. On Windows, these use UTF-8.
8421 * Miscellaneous new functions
8422 - g_filename_display_name() converts filenames in displayable UTF-8 strings
8423 - g_uri_list_extract_uris() splits uri lists
8424 - g_date_get_iso8601_week_of_year() gets ISO 8601 week numbers
8425 - g_log_set_default_handler() installs an alternate default log handler
8426 - g_get_language_names() obtains a list of applicable locale names
8427 - g_strv_length() calculates the length of NULL-terminated string arrays
8428 - g_win32_get_windows_version() determines the Windows version
8429 - G_GNUC_INTERNAL marks functions as non-exported
8430 - glib_check_version() checks the GLib version at runtime
8431 - g_debug() completes the family of logging functions
8433 * Performance improvements
8434 - Optimize g_utf8_validate()
8435 - Optimize g_markup_parse_context_parse()
8436 - Reduce signal connection complexity from O(n) to O(1)
8437 - Get rid of many PLT entries for internally used exported symbols
8438 - Reduce code size by removing literal strings from g_return_if_fail()
8441 - On Windows, GLib functions that take file name arguments now require
8442 those to be in UTF-8. Functions that return file names return UTF-8.
8443 - Use higher precision for mathematical constants
8444 - Don't convert to/from UTF-8 in g_filename_to_uri/g_filename_from_uri
8445 - Support ll as printf format modifier for long long on all platforms
8446 - Clean up the ABI and enforce the list of exported symbols
8447 - Add a .pc file for using gmodule in libraries
8450 Overview of Changes from GLib 2.5.7 to GLib 2.6.0
8451 =================================================
8452 * GOption: Don't list help options if group-specific
8453 options have been requested [Glynn Foster]
8454 * Make g_get_language_names() track locale changes [Christian Persch]
8455 * Win32 bug fixes [Tor Lillqvist]
8456 * Bug fixes [Philippe Blain, Owen Taylor, Sebastian Wilhelmi]
8457 * New and updated translations (da,es,ja,lt,zh_CN)
8458 Bugs fixed: 159530,100697,160271,160645,157255
8460 Overview of Changes from GLib 2.5.6 to GLib 2.5.7
8461 =================================================
8462 * Optimize g_utf8_validate() [Owen Taylor, Matthias Clasen]
8463 * Optimize g_markup_parse_context_parse() [Havoc Pennington,
8465 * Reduce signal connection complexity from O(n) to O(1)
8467 * Add a .pc file for using gmodule in libraries [Owen]
8468 * Add G_GNUC_MALLOC to mark functions returning newly
8469 allocated memory [Matthias]
8470 * Win32 bug fixes [Hans Breuer, Tor Lillqvist, Robert Ögren,
8472 * Bug fixes [Kazuki IWAMOTO, Matthias, Manish Singh, Morten,
8473 Frederic Crozat, Tor]
8474 * Documentation improvements [Matthias, Tor, Owen]
8475 * New and updated translations (cs,da,de,en_CA,en_GB,es,nb,nl,sq,zh_CN)
8477 Overview of Changes from GLib 2.5.5 to GLib 2.5.6
8478 =================================================
8480 - Add G_OPTION_FLAG_REVERSE to allow options
8481 which unset a boolean variable [Tor Lillqvist]
8483 - Use sigaction instead of signal [Jonas Jonnson,
8485 - Make the very first SIGCHLD work [Gustavo Carneiro]
8486 * Bug fixes [Morten Welinder, Tor, David MacLachlan,
8487 Manish Singh, J. Ali Harlow]
8488 * Documentation improvements [Matthias Clasen, Tor]
8489 * Updated translations (da,ja,tr,zh_CN)
8491 Overview of Changes from GLib 2.5.4 to GLib 2.5.5
8492 =================================================
8494 - Cleanups, add more error checking [Ray Strode]
8495 - Fall back to the untranslated string when getting
8496 locale strings [Mark McLoughlin]
8498 - Document GOption [Matthias Clasen]
8499 - Better support for rest arguments [Owen Taylor, Matthias]
8500 - Handle conflicts between groups [Matthias]
8501 * Add g_lstat() to the stdio wrappers [Tor Lillqvist]
8502 * Add g_filename_display_name() to convert filenames
8503 in displayable UTF-8 strings [Alex Larsson, Matthias]
8504 * Win32 bug fixes [Kazuki IWAMOTO, Hans Breuer, Tor]
8505 * Bug fixes [Christophe Fergeau, Morten Welinder,
8506 Owen, Kjartan Maraas, Mark]
8507 * Documentation improvements [Matthias, Tor]
8509 Overview of Changes from GLib 2.5.3 to GLib 2.5.4
8510 =================================================
8511 Add GKeyFile, a parser/editor for the .ini like files used in various
8512 freedesktop.org specifications. [Ray Strode]
8513 Make the handling of filename encodings consistent across all
8514 GLib functions, introduce wrappers for common POSIX
8515 functions which accept the same filename encoding. [Tor Lillqvist,
8518 - Rename g_context_option_error_quark() to a more language-binding
8519 friendly name [Murray Cumming]
8520 - Accept backslashes in filenames on Win32 [Tor Lillqvist]
8521 * Strip the internal aliasing prefix IA__ from function names in
8522 assertions [Matthias Clasen]
8523 * Add a function to split uri lists. [Matthias]
8525 - Don't open console windows [Tor]
8526 * Other bug fixes [Philippe Blain, Robert Ögren, Hidetaka Iwai, Matthias,
8527 Morten Welinder, Mats-Ola Persson, Tor, Nickolay V. Shmyrev, Kjartan Maraas,
8528 Anders Carlsson, Tim-Philipp Müller, Lucas Rocha, Andrea Campi, Manish
8529 Singh, Thomas Fitzsimmons, Kazuki IWAMOTO]
8530 * Documentation improvements [Matthias, Linus Walleij, Nickolay, Philippe,
8531 Adam Hooper, Gustavo Carneiro]
8532 * New and updated translations (cs,en_CA,en_GB,ja,nb,nl,or,sr,sr@Latn,sq)
8534 Overview of Changes from GLib 2.5.2 to GLib 2.5.3
8535 =================================================
8537 - set the program name from argv[0] [Masatake YAMATO]
8538 - make contexts work without a main group [Anders Carlsson]
8540 - Get rid of many PLT entries for internally used exported symbols,
8541 and clean up the ABI at the same time and make make check check the
8542 list of exported symbols. [Matthias Clasen]
8543 * Add API to get ISO 8601 week numbers [Niklas Lundell]
8544 * Add API to install an alternate default log handler [Darin Adler]
8545 * Add API to obtain a list of applicable locale names [Hidetoshi Tajima]
8546 * Reduce code size bloat by removing literal strings from
8547 the g_return_if_fail() macros [Owen Taylor]
8548 * Add g_strv_length [Tim-Philipp Müller]
8550 - Add API to determine the Windows version [Tor Lillqvist]
8551 * Other bug fixes [Stepan Kasal, Anders, Tor, Kazuki Iwamoto,
8553 * Documentation improvements [Morten Welinder, Matthias]
8554 * New and updated translations (es,nn,ro)
8556 Overview of Changes from GLib 2.5.1 to GLib 2.5.2
8557 =================================================
8558 * Add G_GNUC_INTERNAL macro [Arjan van de Ven]
8559 * Add GOption, a commandline option parser [Anders Carlsson]
8560 * Add glib_check_version [Michael Natterer]
8561 * Add XDG basedir API [Ray Strode]
8562 * Require ngettext [Danilo Segan]
8563 * Bug fixes [Manish Singh, Ray Strode, Vincent Noel,
8564 Jon-Kare Hellan, Jody Goldberg]
8565 * Win32 bug fixes [Tor Lillqvist, Hans Breuer, Peter Zelezny]
8566 * Documentation improvements [Matthias Clasen, Vincent Untz, Christian Persch]
8567 * New and updated translations (bs,eu,fi,gu,ne,pa)
8569 Overview of Changes from GLib 2.5.0 to GLib 2.5.1
8570 =================================================
8572 * Bug fixes [Oliver Guntermann, Sven Neumann, James
8573 Henstridge, Hiroyuki Ikezoe, Matthias Clasen, Robert
8574 Ögren, Tommi Komulainen]
8575 * Documentation improvements [Soeren Sandmann,
8576 Christophe Fergeau, Danek Duvall]
8577 * New and updated translations (eu,hi)
8579 Overview of Changes from GLib 2.4.1 to GLib 2.5.0
8580 =================================================
8582 * New functions g_debug [Sven Herzberg]
8583 * Use higher precision for mathematical constants [Morten
8585 * Don't convert to/from UTF-8 in g_filename_{to,from}_uri
8586 [Federico Mena Quintero]
8588 - Handle empty digit string in printf() functions
8589 correctly [Tor Lillqvist]
8590 - Support ll as format modifier for long long [Tor]
8591 - Be more careful about HOME [Tor, Ivan Wong]
8592 - Bug fixes [John Ehresman]
8593 * Miscellaneous bug and portability fixes [Danilo Segan,
8594 Owen Taylor, Nikolai Weibull, Benoît Carpentier, Morten
8595 Welinder, Manish Singh, Sven Neumann, Julio M. Merino Vidal,
8596 Kaz Sasayama, Murray Cumming, Federico, Mariano Suarez-Alvarez]
8597 * Documentation updates [Matthias Clasen, Crispin Flowerday,
8598 Tommi Komulainen, Federico Mena Quintero, Ed Griffiths]
8599 * New and updated translations (ja,ne,no,wa)
8601 Overview of Changes from GLib 2.4.0 to GLib 2.4.1
8602 =================================================
8604 * Win32 bug fixes [Tor Lillqvist, Roger Leigh, John Ehresman]
8605 * Miscellaneous bug and portability fixes [Owen Taylor,
8606 Matthias Clasen, Jonas Jonsson, Christian Krause,
8607 Nickolay V. Shmyrev, Christophe Saout, Philippe Blain,
8609 * Documentation updates [Matthias]
8610 * New and updated translations (ca,cs,cy,el,en_CA,en_GB,es,eu,fi,
8611 fr,gu,he,id,nl,pt,pl,ru,sr,sr@ije,sr@Latn,sv,uk)
8613 Overview of Changes from GLib 2.3.6 to GLib 2.4.0
8614 =================================================
8616 * Handle invalid-UTF-8 in g_log() properly [Matthias Clasen]
8617 * Win32 bug fixes [Tor Lillqvist, Bruce Hochstetler]
8618 * Miscellaneous bug and portability fixes [Olivier Biot, David L. Cooper II,
8619 Kjartan Maraas, Frédéric L. W. Meunier, Christof Petig, Manish Singh,
8621 * Documentation updates [Owen]
8622 * Updated translations (hr,ro)
8624 Overview of Changes from GLib 2.3.5 to GLib 2.3.6
8625 =================================================
8627 * GAtomic bug fixes [Sebastian Wilhelmi, Mark McLoughlin]
8628 * GMain threading fixes and improvements [Sebastian]
8629 * Win32 [Tor Lillqvist]
8630 - restore some symbols extraneously exported from gobject to maintain ABI compatibility
8631 - Misc build improvements and fixes [Tor, Cedric Gustin, Hans Breuer]
8632 * Documentation updates [Sebastian, Takeshi AIHANA, Matthias, Sven Herzberg]
8633 * New and updated translations (be,es,fi,ga,pa,sr@ije,zh_CN)
8635 Overview of Changes from GLib 2.3.3 to GLib 2.3.5
8636 =================================================
8638 * Make glib-mkenums parse initializers with macros. [Matthias Clasen, muppet]
8639 * Respect locale era in g_date_set_parse(). [Theppitak Karoonboonyanan]
8640 * Add atomic operations and use it for the async queue and
8641 gonce implementation. [Sebastian Wilhelmi]
8642 * Documentation improvements [Sebastian, Matthias, Sven Herzberg]
8643 * Add g_main_depth() for finding the recursion depth of the main
8644 loop [Owen Taylor, Tim Janik, Stefan Westerfeld]
8645 * Add g_spawn_close_pid(), needed on win32 [J. Ali]
8646 * Win32 fixes. [Hans Breuer, J. Ali Harlow]
8647 * Misc bugfixes [Sebastian, Matthias, Balazs Scheidler, Owen]
8648 * Updated translations (cy,et,ga,sq)
8650 Overview of Changes from GLib 2.3.2 to GLib 2.3.3
8651 =================================================
8653 * Add a native AIX gmodule implementation. [Laurent Vivier]
8654 * Add g_node_copy_deep(). [James M. Cape, Matthias Clasen]
8655 * Extend GQueue API to match the GList API. [Soeren Sandmann]
8656 * Add g_hash_table_find(). [Tim Janik]
8657 * Add a G_MODULE_BIND_LOCAL flag. [David Schleef]
8658 * Inline g_string_append_c() when possible. [Owen Taylor, Tim]
8659 * Wrap waitpid() as a GSource. [Jonathan R. Blandford]
8660 * Add g_completion_complete_utf8(). [Theppitak Karoonboonyanan,
8662 * Add g_strsplit_set(). [Soeren]
8663 * Documentation improvements. [Vincent Untz, Sebastian Wilhelmi,
8665 * Win32 build fixes. [Tor Lillqvist]
8666 * Misc bugfixes [Manish Singh, Noah Levitt, Simon Josefsson,
8667 Morten Welinder, Damien Carbery, Julio M. Merino Vidal, Sebastian,
8669 * Updated translations (nn,cs,it,ko,sq,ms,az,hr,uk,sr,sr@Latn,sq,ta)
8671 Overview of Changes from GLib 2.3.1 to GLib 2.3.2
8672 =================================================
8674 * Add G_MAXSIZE. [Manish Singh]
8675 * Add g_rand_new_with_seed_array(), g_rand_set_seed_array(),
8676 implementing the init-by-array functionality of the
8677 original mersenne twister. Add g_rand_copy(). Improve seeding.
8679 * Add a lowercase_name option to glib-mkenums. [Murray Cumming]
8680 * Add g_ptr_array_foreach(). [Matthias Clasen]
8681 * Add g_timer_continue(). [Tim-Philipp Müller]
8682 * Fix a threadsafety issue in mem chunks. [Matthias, Balazs Scheidler]
8683 * Fix g_filename_{to,from}_utf8() on Win32 and improve
8684 g_file_test() there too [Hans Breuer]
8685 * Add a boxed type for NULL-terminated string arrays. [Matthias]
8686 * Add G_DEFINE_TYPE() plus variants to ease the constuction
8687 of GObject boilerplate code. [Tim Janik]
8688 * Support & in password GECOS field [Matthias, Soeren Boll Overgaard]
8689 * Documentation improvements [Matthias, Manish]
8690 * Win32 build fixes [Hans]
8691 * Misc bug fixes [Damien Carbery, Matthias, Manish, Olivier Poncet,
8693 * Updated translations (ar,de,fa,ga,mn,nn,no,sq)
8695 Overview of Changes from GLib 2.3.0 to GLib-2.3.1
8696 =================================================
8698 * Add glib/gi18n.h and glib/gi18n-lib.h for common
8699 gettext support, including a Q_() macro for translation
8700 with context [Matthias Clasen]
8701 * Add a more flexible G_FILENAME_ENCODING variable
8702 as a replacement for G_BROKEN_FILENAMES [Matthias]
8703 * Fix the return value g_main_context_iterate() for
8704 newly ready sources [Padraig O'Briain]
8705 * Handle Hangul composition for normalization [Noah Levitt]
8706 * Add G_{MIN,MAX,MAXU}INT{8,16,32}. [Mark Jones, Matthias]
8707 * Add G_GSIZE_FORMAT/G_SSIZE_FORMAT [Manish Singh]
8708 * Add G_STRFUNC as a portable wrapper for __func__ [Tim Janik]
8709 * Documentation improvements [Matthias]
8710 * GObject [Tim Janik]
8711 - Support '-' in g_signal_connect()/disconnect() names
8712 like 'swapped-signal'.
8713 - Add g_type_class_peek_static() and use to optimize
8714 g_object_new() for static types [Tim]
8715 - Allow setting construct-only properties from within
8716 init() implementations
8717 - Enforce readability/writeability in g_object_set/get()
8718 * Fix bug with g_ascii_strtod and multi-byte separator.
8719 [Behdad Esfahbod, Roozbeh Pournader]
8720 * Misc bug fixes [Matthias, John Ehresman, Andrew Lanoix,
8721 Tor Lillqvist, Mark McLoughlin, Tim-Philipp Müller, Manish,
8723 * Updated translations (ca,cs,da,es,fr,ja,nn,no,pt,ru)
8725 Overview of Changes from GLib 2.2.x to GLib-2.3.0
8726 =================================================
8728 * Replace Trio printf by gnulib vasnprintf [Matthias Clasen]
8729 * Update Unicode data to Unicode 4.0 [Noah Levitt]
8730 * Support XML-safe formatted output with
8731 g_markup_[v]printf_escaped [Owen Taylor]
8732 * Add g_file_read_link to read symbolic links [Matthias]
8733 * Add g_unichar_get_mirror_char to obtain the
8734 mirrored variant of a character [Noah]
8735 * Support for one-time initialization functions.
8736 [Sebastian Wilhelmi]
8737 * Miscellaneous API additions: g_vasprintf
8738 g_string_chunk_insert_len, g_setenv, g_unsetenv [Matthias]
8739 * Docs improvements [Matthias]
8740 * Add support instance-private data on classed types
8741 [Mark McLoughlin, Tim Janik, Owen]
8742 * Optimize signal emissions [Soeren Sandmann, Tim]
8743 * Support a "default vtable" per interface [Tim]
8744 * Add support for properties on interfaces [Owen, Tim]
8745 * Miscellaneous API additions: g_value_take_string(),
8746 g_value_take_param(), g_value_take_object(),
8747 g_value_take_boxed(). [Matthias]
8748 * Win32 build fixes [Tor Lillqvist]
8750 Overview of Changes from GLib 2.1.5 to GLib-2.2.0
8751 =================================================
8753 * Fix a problem with g_thread_init() on 64-bit problems
8754 [Alceste Scalas, Sebastian Wilhelmi]
8755 * Add assembly implementations of byteswap macros
8756 for ia64 and x86_64. [Manish Singh]
8757 * IOChannel fixes for Win32 [Tor Lillqvist, Thorsten Maerz]
8758 * Updated translations (bg,ca,es,da,fi,lv,ru,sk)
8760 Overview of Changes from GLib 2.1.4 to GLib-2.1.5
8761 =================================================
8763 * Win32 bug fixes [Tor Lillqvist]
8764 * Various post-rewrite fixes for glib-gettext.m4 [Owen Taylor,
8765 Jody Goldberg, Kjartan Maraas, Johannes Stezenbach]
8766 * Ensure we have a GUINT64_FORMAT by pulling in Trio
8767 if necessary [Manish Singh]
8768 * Further Trio build fixes [Matthias Clasen, Owen]
8769 * Hack around gcc, libtool issues with -pthread [Owen]
8770 * Docs improvements [Matthias]
8771 * Bug and portability fixes
8772 * Updated and new translations (bg,de,fi,fr,sq,fr)
8774 Other contributors: Kai Poitschke, Morten Welinder
8776 Overview of Changes from GLib 2.1.3 to GLib-2.1.4
8777 =================================================
8779 * autoconf changes to make it possible to cross compile
8780 GLib. [Owen Taylor, Dan Kegel, Amy Lin, Dimi Shahbaz,
8781 Johannes Stezenbach]
8782 * Use libintl when it has bind_textdomain_codeset() and
8783 GLib doesn't. [Owen]
8784 * Improve generation of pseudo-random integers [Morten Welinder,
8786 * Avoid literal UTF-8 in favor of octal escapes [Owen, Tomas Ogren]
8787 * Cleanup include order [Sven Neumann]
8788 * autoconf cleanups and bug fixes [Daniel, Matthias Clasen, Owen]
8789 * Doc fixes and additions [Matthias]
8791 Other contributors: James M. Cape, Frederic Crozat, Martin Gansser,
8792 Phuc LeHong, Manish Singh, Joshua Weage, Morten Welinder
8794 Overview of Changes from GLib 2.0.x to GLib-2.1.x
8795 =================================================
8797 * Add copy of the Trio library to build and use for printf() when
8798 system printf isn't good enough. Add g_printf()/etc. [Matthias Clasen]
8799 * Add g_str_has_suffix()/g_str_has_prefix() [Alex Larsson]
8800 * Add g_markup_parse_context_get_element() [Matthias]
8801 * Add g_utf8_strreverse [Matthias]
8802 * Add g_ascii_strtoull() [Tim Janik]
8803 * Support scanning of 64-bit values with GScanner [Tim]
8804 * Add g_set/get_application_name() [Havoc Pennington]
8805 * Add G_LIKELY()/G_UNLIKELY() macros for hinting branch probabilities.
8806 Use for g_return_if_fail(). [Matthias Clasen]
8807 * Add G_GNUC_DEPRECATED macro [Tom Tromey]
8808 * Improve the seeding algorithm of GRandom to avoid problems
8809 with certain pathological seeds. Support G_RANDOM_VERSION=2.0
8810 environment variable. [Sebastian Wilhelmi]
8811 * Improve thread configure checks, use -pthread where applicable
8813 * Improve handlng of thread priorities [Sebastian]
8814 * Fix up parameter names that might shadow functions from
8815 system headers [Soeren Sandmann]
8816 * Clean up usage of deprecated functions [Manish Singh]
8817 * Docs fixes and improvements. In particular, include "Since" information.
8818 [Matthias, Soeren, Martin Schulze, Daryll Strauss, Bill Janssen,
8819 Owen Taylor, Morten Welinder].
8821 Overview of Changes in GLib 2.0.7
8822 =================================
8824 * Fix C++ warnings in gtype.h [Dom Lachowicz]
8825 * Fix g_type_fundamental_next() [Tim Janik]
8826 * Fix various missing includes of config.h [Morten Welinder]
8827 * Handle main loop initialization before g_thread_init [Sebastian Wilhelmi]
8828 * Various 64-bit fixes [Manish Singh]
8829 * Fix GPoll on Win32 [Tor Lillqvist, Herman Bloggs]
8830 * Fix bug with buffering on UTF-8 IOChannels [Daniel Elstner]
8831 * Misc bug and build fixes [Soren Andersen, Gustavo Carneiro, Tor,
8832 Tim, Havoc Pennington, Matthias Clasen, Sebastian Rittau,
8833 Masahiro Sakai, Arvind Samptur, HideToshi Tajima, Owen Taylor]
8834 * Updated and new translations (be,cs,de,*fa,it,lv,pt_BR,tr)
8836 Overview of Changes in GLib 2.0.6
8837 =================================
8839 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
8840 * Clean up debug spew from GObject [Anders Carlsson]
8841 * Compiler warning fixes [David L. Cooper II]
8842 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
8843 * Fixes for --disable-debug [Sebastian Wilhelmi]
8844 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann,
8845 Rajkumar Sivasamy, Laurent Vivier]
8846 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat,
8847 Sebastian Rittau, Linus Welleij]
8848 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
8849 * Updated translations (bg,ko,vi)
8851 Overview of Changes in GLib 2.0.5
8852 =================================
8854 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
8855 * Clean up debug spew from GObject [Anders Carlsson]
8856 * Compiler warning fixes [David L. Cooper II]
8857 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
8858 * Fixes for --disable-debug [Sebastian Wilhelmi]
8859 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann,
8860 Rajkumar Sivasamy, Laurent Vivier]
8861 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat,
8862 Sebastian Rittau, Linus Welleij]
8863 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
8864 * Updated translations (bg,ko,vi)
8866 Overview of Changes in GLib 2.0.4
8867 =================================
8869 * Fix some 64-bit problems. (George Lebl, David L. Cooper II)
8870 * Add note about Tru64 iconv to INSTALL. (Manuel Op de Coul)
8871 * Fix problem with timouts > MAXINT. (Tim Janik, Owen Taylor)
8872 * Updated translations (ca,es,fr,ja,gl,ms,nl,pl,pt,ru)
8874 Overview of Changes in GLib 2.0.3
8875 =================================
8877 * Handle sorting 0-length arrays (Ron Arts)
8878 * Threading fixes (Sebastian Wilhelmi)
8879 * Portability fixes (Miroslaw Dobrzanski-Neumann, Jacob Berkman, Gareth Pierce,
8880 Sebastian, Qingjiang Yuan)
8881 * Various fixes for glib-2.0.m4. (Jim Gettys, others.)
8882 * Locate right glib-genmarshal when cross-compiling. (Mitch Natterer)
8883 * Win32 fixes (Tor Lillqvist)
8884 * Try to fix g_get_charset() related segfaults. (Owen)
8885 * Fixes for gettext detection. (Dan Winship, HideToshi Tajima, Boyd Lynn Gerber,
8886 Andrew P. Lentvorski, Jr.)
8887 * Fix g_scanner_unexp_token() (Tim Janik, Sven Neumann)
8888 * g_markup fixes. (Matthias Clasen.)
8889 * Bug fixes and cleanups (Daniel Elstner, Matthias, Laszlo Peter, Morten Welinder,
8892 Overview of Changes in GLib 2.0.1
8893 =================================
8895 * Portability fixes for Sun's Forte compiler [Erwann Chenede]
8896 * Performance improvements for GObject parameter lookup,
8897 g_filename_to/from_utf8() [Alex Larsson]
8898 * Actually check interface prerequisites [Matthias Clasen,
8899 Miroslaw Dobrzanski-Neumann]
8900 * Fix problem with glib-mkenums taking huge amounts of stack. [Owen Taylor]
8901 * Fix g_signal_handlers_disconnect_by_func() for C++ [Damien Sandras]
8902 * Fixes for g_log() and threading.
8903 [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, Tim Janik]
8904 * Make g_print(), g_printerr(), g_warning(), etc, convert from
8905 UTF-8 to the encoding of the locale [Sebastian Wilhelmi, Tim]
8906 * Fixes for GIOChannel on windows. [Tor Lillqvist]
8907 * Fix gsize/gint mismatches in giochannel.c [Miroslaw Dobrzanski-Neumann]
8908 * Fix file descriptor leak in g_file_get_contents() [Matthias]
8909 * Workaround iconv() problems on older Solaris [Lauri Alanko]
8910 * Fix warnings with gcc-3.1 about asm const [Cody Russel]
8913 Other contributors: Hans Breuer, LEE Sau Dan, Sven Neumann, Salmaso Raffaele,
8914 Akira Tagoh, Morten Welinder
8917 Overview of Changes in GLib 2.0.0
8918 =================================
8920 * Thread portability fixes [Sebastian Wilhelmi]
8921 * Documentation updates [Owen Taylor]
8922 * Make g_strerror(), g_strsignal() properly return UTF-8,
8923 call bind_text_domain_codeset() so that error strings
8924 are in UTF-8 as well. [Owen, Tor Lillqvist]
8926 Overview of Changes in GLib 2.0.0 rc1:
8927 ======================================
8929 * Win32 fixes [Tor Lillqvist]
8930 * Portability fixes [Finlay Dobbie, Miroslaw Dobrzanski-Neumann]
8931 * Fix up g_date_strftime [Daniel Elstner]
8932 * Add some structure padding [Tim Janik]
8933 * Make g_get_homedir() prefer the users home directory to $HOME
8935 Other contributors: Matthias Clasen, Paolo Maggi, Christian Rose
8937 Overview of Changes in GLib 1.3.15:
8938 ===================================
8940 * Speed up marshalers by using private access to GValue
8941 [Anders Carlsson, Tim Janik]
8942 * Reduce GValue to 2 elements [Tim]
8943 * Add G_DEBUG environment variable, G_DEBUG=fatal_warnings [Matthias Clasen]
8944 * Fixes for AIX compilation [Miroslaw Dobrzanski-Neumann]
8945 * Add padding to various structures [Owen Taylor, Tim]
8946 * Win32 fixes [Tor Lillqvist]
8948 Other contributors: James Henstridge, Ryan Lovett, Morten Welinder,
8951 Overview of Changes in GLib 1.3.14:
8952 ===================================
8954 * Register value transformations for gint64, guint64 [Andy Wingo]
8955 * Build with large-file support [Sven Neumann, Owen Taylor]
8956 * Fix handling of hostnames in URI's [Darin Adler]
8957 * Main loop bug fixes [Havoc Pennington, Owen]
8958 * Doc fixes and improvements [Manish Singh, Tim Janik]
8959 * Support ' as attribute delimiters in GMarkup [Matthias Clasen]
8960 * Win32 fixes [Hans Breuer, Tor Lillqvist]
8961 * Threading bug and build fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann]
8962 * Miscellaneous bug fixes
8964 Other contributors: Matthias Clasen, James Henstridge, Mitch Natterer,
8967 Overview of Changes in GLib 1.3.13:
8968 ===================================
8970 * Fix g_filename_to/from_uri for Win32 [Tor Lillqvist, Darin Adler]
8971 * Miscellaneous win32 fixes [Tor, Hans Breuer]
8972 * Fix thread options for gcc on AIX [Jerome Zago, Sebastian Wilhelmi]
8973 * Documentation improvements [Ron Steinke, Matthias, Sebastian]
8974 * Cache iconv converters as used by g_convert() [Jeffrey Stedfast]
8975 * Bug fixes [Sven Neumann, Owen Taylor, Matthias Clasen, Jeffrey,
8976 Laszlo Peter, Havoc Pennington, Tim Janik]
8978 Overview of Changes in GLib 1.3.12:
8979 ===================================
8981 * Implement closure chaining, fixing up API (Tim Janik)
8982 * Closure chaining test case (James Henstridge)
8983 * Make GType long not int where both are equal width (Tim)
8984 * Win32 fixes and improvements (Hans Breuer, Tor Lillqvist)
8985 * Fixes for NetBSD. (Dan Winship)
8986 * Use snprintf() for g_printf_string_upper_bound() where possible. (Matthias Clasen)
8987 * Save space for GBSearchArray (Tim Janik)
8988 * Documentation improvements. (Matthias, Sven Neumann, Havoc Pennington)
8990 Other contributors: Darin Adler, Chris Blizzard, Anders Carlson, Daniel Elstner, Michael Meeks,
8991 Mark McLoughlin, Dave Neary, Manish Singh, Owen Taylor, HideToshi Tajima,
8995 Overview of Changes in GLib 1.3.11:
8996 ===================================
8998 * Win32 fixes [Hans Breuer, Tor Lillqvist]
8999 * Documentation improvements [Matthias Clasen]
9000 * Portable directory handling API [Hans]
9001 * Threading fixes [Sebastian Wilhelmi, Havoc Pennington]
9002 * Fix excess relocations in Unicode tables [Andrew Taylor]
9003 * Fix gpattern for UTF-8 [Matthias Clasen]
9004 * Support overriding class closures [Tim Janik]
9005 * Support for derivation from G_TYPE_POINTER [Owen Taylor]
9006 * Hide pointers to type information inside GType to reduce locking
9008 * Adds check for direct inclusion of gobject/*.h [Owen]
9009 * GObject API cleanups [Tim]
9011 Other contributors: Darin Adler, Jacob Berkman, Daniel Egger, Eric Lemings,
9012 Michael Meeks, Mark McLoughlin, Arkadiusz Miskiewicz, Dan Winship
9015 Overview of Changes in GLib 1.3.10:
9016 ===================================
9018 * Many Win32 fixes and improvements [Tor Lillqvist]
9019 * Documentation improvements [Matthias Clasen]
9020 * g_string_printfa() renamed to g_string_append_printf()
9021 * Use libcharset from libiconv to implement charset detection
9022 more portably. [Owen Taylor, Hidetoshi Tajima]
9023 * Add 64 bit type support to GObject [Joshua Pritikin, Mathieu Lacage, Owen]
9024 * Make support for 64 bit integers a requirement [Joshua]
9025 * GPattern improvements [Tim Janik, Matthias]
9026 * Locale independent g_ascii_strtod / g_ascii_dtostr [Alex Larsson]
9027 * Many bug fixes and minor tweaks.
9029 Other Contributors: Darin Adler, Jakub Jelinek, James Antill, Andrew Taylor,
9030 Ben Gertzfield, Elliot Lee, Manish Singh, Abel Cheung, Laszlo Peter,
9031 Sven Neumann, George Lebl, Raja Harinath, Sebastian Wilhelmi,
9035 Overview of Changes in GLib 1.3.9:
9036 ==================================
9038 * Fixes for comparison of threads [Sebastian Wilhelmi]
9039 * Use vasprintf() when possible for g_strdup_printf [Matthias Clasen]
9040 * Win32 fixes [Tor Lillqvist, Hans Breuer]
9041 * Add a len argument to g_ascii_strup/strdown
9042 * Bug, portability fixes, cleanups.
9044 Other Contributors: Darin Adler, Katsuhiro Okuno, Joshua N. Pritikin
9047 Overview of Changes in GLib 1.3.8:
9048 ==================================
9050 * Documentation updates [Owen]
9051 * Made GType interfaces overridable in derived types
9052 * Many win32 fixes [Tor Lillqvist]
9053 * Miscellaneous cleanups and fixes
9056 Darin Adler, Matthias Clasen, Ron Steinke, Hans Breuer, Alex Larsson
9059 Overview of Changes in GLib 1.3.7:
9060 ==================================
9062 * Integrate GClosure support into the main loop [Owen Taylor]
9063 * More GSignal convenience functions (macros) [Sven Neumann, Tim Janik]
9064 * Introduced weak references for GObject [James Henstridge, Sven, Tim]
9065 * Minor hash table optimizations
9066 * Main loop and threading improvements [Sebastian Wilhelmi]
9067 * Added g_ascii_* functions to be used for locale insensitive UTF-8
9068 compliant code instead of old string functions [Darin Adler, Alex Larsson]
9069 * Add functions for Unicode case-conversion, normalization, and
9070 collation [Owen]* GString improvements [Owen]
9071 * Reworked the GIOChannel code [Hidetoshi Tajima, Ron Steinke]
9072 * Removed glib-config-2.0 in favour of pkgconfig [Sebastian]
9073 * Make code 64bit clean [Mark Murnane]
9074 * More G_CONST_RETURN fixes
9075 * Many improvements to the win32 code [Tor Lillqvist, Hans Breuer]
9076 * Miscellaneous bug and API fixes
9079 Michael Natterer, Christopher James Lahey, Padraig O'Briain,
9080 Matthias Clasen, Josh Pritikin, Steve Baker, Cesar Rincon, Garry R. Osgood,
9081 Michael Meeks, Laszlo Peter, Martin Baulig, Kjartan Maraas, Andrew Lanoix,
9085 Overview of Changes in GLib 1.3.6:
9086 ==================================
9088 * Threads have a "return value" from g_thread_join
9089 * Removed ability to adjust thread stack size
9090 * Prefix warnings with progname/PID by default, change toggle for this to
9091 be an env variable G_MESSAGES_PREFIXED not a compile-time option
9093 * GDate const, convenience fixups
9094 * Include test cases that headers are compilable by C++ compiler
9095 * Add ability to spawn processes with argv[0] != executable path.
9096 * g_strstr_len, g_strrstr, g_strrstr_len
9097 * Add length argument to g_utf8_strchr and g_utf8_strrchr.
9101 Overview of Changes in GLib 1.3.5:
9102 ==================================
9104 * Added an installed glib-mkenums Perl program for parsing enumeration
9105 declarations from header files.
9106 * Mark some additional deprecated functions.
9107 * Bug and Portability fixes
9110 Overview of Changes in GLib 1.3.4:
9111 ==================================
9113 * Efficiency improvements for GThreadPool
9116 * Documentation improvements
9119 Overview of Changes in GLib 1.3.3:
9120 ==================================
9124 * More user_data support in various functions.
9125 * Main loop API revamps to support per-thread main loops.
9126 * Unicode handling improvements.
9127 * Implemented debugging traps.
9128 * G_CONST_RETURN specification all over the place.
9129 * Various new small utility functions.
9130 * Random number generator precision improvements.
9131 * New configure option --disable-mem-pools.
9132 * Many Win32 improvements.
9133 * Added g_try_malloc() friends varinats.
9134 * Many documentation improvements.
9135 * Many threading improvements, support for dynamic allocation
9137 * GHookLIst API cleanups.
9138 * Improved format support of GDate parser.
9139 * String function speed improvements with new g_stpcpy().
9140 * Hashtable API additions.
9141 * New GPatternSpec for shell-style pattern matching (from GtkPatternSpec).
9142 * Optimizations, cleanups, bug fixes.
9146 * Added many convenience functions.
9147 * GClosure and GParamSpec use float/sink ref-counting scheme now.
9148 * Reworked property change notification.
9149 * Binary searchable array cleanups, so it's widely usable now.
9150 * Added static content keeping for some GValue types.
9151 * Support for statically scoped signal parameters.
9152 * Extinguished property trailer args in set/get interface.
9153 * Added support for abstract types.
9154 * G_CONST_RETURN specification all over the place.
9155 * Split parameter exchange functionality into value transforms
9156 and parameter conversions.
9157 * Added signal emission hooks and signal accumulators.
9158 * Added interface prerequisites to support is_a (interface, object)
9160 * Implemented GValueArray.
9161 * New types, boxed: G_TYPE_VALUE, G_TYPE_CLOSURE, G_TYPE_GSTRING
9162 GParamSpecs: G_TYPE_PARAM_PARAM, G_TYPE_PARAM_POINTER, G_TYPE_PARAM_CLOSURE,
9163 G_TYPE_VALUE_ARRAY, G_TYPE_PARAM_UNICHAR, G_TYPE_PARAM_VALUE_ARRAY.
9164 * Varrags value collection improvements.
9165 * Implemented debugging traps.
9166 * Made things thread-safe.
9167 * Many documentation improvements.
9168 * Many cleanups, optimizations and bug fixes.
9171 Overview of Changes in GLib 1.3.2:
9172 ==================================
9176 * Win32 build improvements [Tor]
9177 * Improvements to error reporting
9178 (g_critical(), g_return_if_reached()) [Darin]
9179 * Add g_strlcpy/g_strlcat [David Wheeler]
9180 * New IO channel implementation for Win32 [Tor]
9181 * Make g_array_free, g_string_free return pointer to memory requested
9182 not to be freed. [Darin]
9183 * Added GError based error reporting for thread functions. [Sebastian]
9184 * Moved reference docs into GLib distribution. [Owen]
9185 * Added g_convert() for doing convenient character set conversions based
9186 on iconv. (GLib now requires libiconv or a native iconv.) [Havoc/Owen]
9187 * Various Unicode handling additions (g_ucs4_to_utf8, g_utf8_validate(),
9188 g_{locale,filename}_{to,from}_utf8) [Robert/Havoc/Owen]
9189 * Portability fixes for threading. [Sebastian]
9190 * Added convenient functions for launching new processes (g_spawn_*),
9191 and shell quoting/unquoting functions. [Havoc]
9192 * Split glib.h into many headers. [Sebastian]
9193 * Added a simple callback-based parser for XML-like files (GMarkup). [Havoc]
9194 * Fixed confusions between comparison functions that return <0, 0, >0
9195 and equaility functions that return FALSE,TRUE. [Sebastian]
9196 * Added safe/portable temporary file manipulation functions. [Tor]
9197 * autoconf improvements. [Raja]
9198 * Many documentation improvements.
9203 * Added boxed and pointer types. [Tim/Jonathan]
9204 * Added callback abstraction (GClosure) [Tim]
9205 * Added signal system (GSignal) [Tim]
9206 * Make GTypePlugin an interface [Tim]
9207 * Added GTypeModule - a simple GTypePlugin instantiation [Owen]
9211 What's new in GLib 1.3.1:
9212 =========================
9214 * New GObject library added including object system based on
9215 the GTK+ object system.
9216 * Functions for getting the properties of Unicode characters,
9217 computing the canonical decomposition and ordering combining
9218 characters aand manipulating UTF-8 string manipulation based
9220 * GString now properly handles embedded nuls.
9221 * Multiple fixes from the 1.2.x branch.
9222 * Upgrade to libtool 1.3.3
9223 * Full thread support (thread creation and destruction).
9224 * BeOS port, BeOS dynamic modules.
9225 * Many improvements to the Windows ports.
9226 * Improvements to the OS/2 port, OS/2 module support.
9227 * Double ended queue implementation.
9228 * GLib macros for printf() formatting, e.g. G_GULONG_FORMAT = "lu"
9229 * New configure option --enable-msg-prefix to prefix messages, warnings
9230 et ceteri with the program name and the process id.
9231 * New thread-safe random number generator Mersenne Twister.
9232 * g_strcompress() added, g_strescape() had a slight API change, and
9233 more tightly defined semantics.
9234 * the g_string(x) macro has been removed, #x may be used instead.