Opened 6 years ago
Closed 6 years ago
#12486 closed enhancement (fixed)
glib-2.62.0
Reported by: | Douglas R. Reno | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 9.1 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New minor version
Note:
See TracTickets
for help on using tickets.
Overview of changes in GLib 2.62.0
GFileInfo
APIs to work whenG_FILE_ATTRIBUTE_TIME_MODIFIED_USEC
was not queried (!1087)Overview of changes in GLib 2.61.3
GNativeSocketAddress
object (#1854)glib.supp
(#1879, !1075)Overview of changes in GLib 2.61.2
g_array_copy()
g_ptr_array_copy()
g_ptr_array_extend()
g_ptr_array_extend_and_steal()
g_array_binary_search()
g_assert_finalize_object()
helper function for writing tests (#488)g_test_dbus_down()
is called. Tests which leak aGDBusConnection
may now time out and abort, rather than silently leaking. (#787)GTime
andGTimeVal
, and various functions which use them. UseGDateTime
andguint64
UNIX timestamps instead. (#1438)G_DISABLE_DEPRECATED
to allow disabling deprecation warnings; third-party code should now be usingGLIB_VERSION_{MIN_REQUIRED, MAX_ALLOWED}
to control symbol usage (!871)ninja test
when GLib is built statically (#1648)GNetworkMonitor
detection of offline states (#1788)_g_content_type_get_mime_dirs
function (#1791)gio-2.0.pc
(#1796)GSettings
backend and portal (especially relevant to any version of GLib included in a flatpak runtime) (#1822, !985)GNetworkAddress
(!865)g_autoptr()
support on Windows (!979)Overview of changes in GLib 2.61.1
g_unichar_isxdigit()
andg_unichar_xdigit_value()
now handle full-width characters (U+FF21–U+FF26 and U+FF41–U+FF46) (#58)gtester
utility and its test reporting format and enable TAP output by default instead — the--tap
option to tests is now a no-op (#1441, #1619)g_test_summary()
to allow test authors to programmatically summarise what each unit test in a test suite does (#1450)GNetworkAddress
andGSocketClient
(#1747, #1771, #1774)GHashTable
changes (#1749, #1780)GApplication
to ignore-psn_*
arguments on the macOS command line, as they are irrelevant (#1784)g_autoqueue()
helper macros, similar tog_autolist()
(!474)GList
andGQueue
:g_list_insert_before_link()
g_queue_insert_before_link()
g_queue_insert_after_link()
g_clear_signal_handler()
to allow disconnecting from aGObject
signal and clearing the signal handler ID to zero in a single call (!819)g_autoptr()
support forGRWLock
(!825)G_OS_UNIX
, notG_OS_WIN32
, when GLib is built agains Cygwin (!862)flags
arguments can be platform specificOverview of changes in GLib 2.61.0
iconv
configure options, including the default iconv implementation on macOS — distributors may need to check their configure scripts (#1557)G_DISABLE_ASSERT
defined (#1708)gdbus-tool wait
to use correct units (#1737)G_WITH_CYGWIN
again when GLib is built on Cygwin (this was a regression from the autotools build) (!736)GCocoaNotificationBackend
by default on macOS, rather thanGGtkNotificationBackend
(!745)_GLIB_EXTERN
(!752)gdbus introspect
(!761)}}}