[glib/mcatanzaro/gtlsdatabase-docs: 1/3] gtlsdatabase: remove stray "Since: 2.70"




commit c62e7eaee2f7972630c961e936145dc7b19dc344
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]