Opened 4 years ago
Closed 4 years ago
#15556 closed enhancement (fixed)
glib-2.70
Reported by: | Bruce Dubbs | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 11.1 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New minor version.
Change History (3)
comment:1 by , 4 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 4 years ago
comment:3 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed at commit 642e43dd8c052f9bdc3d8fb8dfdc94163bd99ad3
Package updates. Update to glib-networking-2.70.0. Update to glib-2.70.0.
Note:
See TracTickets
for help on using tickets.
Overview of changes in GLib 2.70.0
Overview of changes in GLib 2.69.3
g_invoke_closure
bindings API break.Overview of changes in GLib 2.69.2
DBUS_SESSION_BUS_ADDRESS
environment variable is once more not used if the process isAT_SECURE
(setuid/setgid/setcap); this change was previously applied and then reverted because it broke gnome-keyringg_test_fail_printf()
,g_test_skip_printf()
,g_test_incomplete_printf()
helper functions for printing messages when tests end prematurelyGPowerProfileMonitor
va_end()
Overview of changes in GLib 2.69.1
GNotification
)GPowerProfileMonitor
for monitoring when to use less power (due to being on battery power, electricity being expensive or high-carbon, etc.)GSource
s to avoid unnecessary string copiescategories
for notificationsOverview of changes in GLib 2.69.0
GKeyFile
when parsing a file which contains translations using aGKeyFile
instance which has loaded another file previouslyg_thread_pool_new_full()
API to allow queuedGThreadPool
data to be freed if the pool is freed earlydlerror()
is used with locking as it’s not thread-safe in some libc implementationsg_dbus_is_error_name()
andg_dbus_is_interface_name()
convenience functionsg_prefix_error_literal()
helper functiong_bytes_get_region()
to get data from aGBytes
with range checksg_object_take_ref()
to sink a floating refg_date_time_format()
return value encoding ifLC_TIME
is not a UTF-8 locale but other locale settings areGNotification
g_file_info_get_(access|creation)_date_time()
accessorsg_uri_parse()
; previously it was only applied to relative URIsmaster
branch tomain
GTlsConnectionClass.get_negotiated_protocol
vfunc so thatg_tls_connection_get_negotiated_protocol()
can be made thread-safeg_steal_fd()
functiong_spawn_check_wait_status()
and distinguish more carefully between wait status and exit status in theGSpawn
APIg_tree_remove_all()
GApplication
after it has shut downGPattern
as a boxed typeg_tls_connection_get_protocol_version()
andg_tls_connection_get_ciphersuite_name()
to get TLS connection informationGTlsCertificate
g_strv_builder_addv()
andg_strv_builder_add_many()
to theGStrvBuilder
APInot-valid-before
,not-valid-after
,subject-name
,issuer-name
,dns-names
,ip-addresses
properties toGTlsCertificate
GTlsPasswordFlags
g_settings_get_child
not compatible withg_settings_schema_source_new_from_directory
g_file_replace_contents()
reportsG_IO_ERROR_WRONG_ETAG
when saving from a symlink