[glib/mcatanzaro/gtlsdatabase-docs: 66/69] gtlsdatabase: remove stray "Since: 2.70"




commit 3b3d56a45ca816e51f43058617a41a93b2e62bfc
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 13a0b6b68..70ed4f463 100644
--- a/gio/gtlsdatabase.c
+++ b/gio/gtlsdatabase.c
@@ -517,8 +517,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]