[glib/mcatanzaro/gtlsdatabase-docs: 5/8] gtlsdatabase: remove stray "Since: 2.70"
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/mcatanzaro/gtlsdatabase-docs: 5/8] gtlsdatabase: remove stray "Since: 2.70"
- Date: Mon, 15 Nov 2021 16:50:39 +0000 (UTC)
commit 20c62c35a9fa81834d9f8d4de6ca234a4e762200
Author: Michael Catanzaro <mcatanzaro redhat com>
Date: Tue Nov 9 13:07:00 2021 -0600
gtlsdatabase: remove stray "Since: 2.70"
This feature has been reverted for now because I messed up the
implementation and it was doing sync I/O during async API calls. Oops!
Since it's not present in 2.70 nor in 2.72, let's remove the reference
to the exact GLib version that this behavior was introduced in. I'd like
to get it working properly for 2.74, but it's not ready yet and just
changing the version to 2.74 feels optimistic.
gio/gtlsdatabase.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/gtlsdatabase.c b/gio/gtlsdatabase.c
index 2e5a264e9..71e90a262 100644
--- a/gio/gtlsdatabase.c
+++ b/gio/gtlsdatabase.c
@@ -509,8 +509,8 @@ g_tls_database_class_init (GTlsDatabaseClass *klass)
* handle the verification.
*
* The TLS backend may attempt to look up and add missing certificates
- * to the chain. Since GLib 2.70, this may involve HTTP requests to
- * download missing certificates.
+ * to the chain. This may involve HTTP requests to download missing
+ * certificates.
*
* This function can block. Use g_tls_database_verify_chain_async() to
* perform the verification operation asynchronously.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]