[patch] add forgotten documentation bits for issuer altname

View: New views
2 Messages — Rating Filter:   Alert me  

[patch] add forgotten documentation bits for issuer altname

by Bugzilla from bradh@frogmouth.net :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

While poking around the documentation, I realised that I had forgotten part of
the documentation - the "since" part that generates the "new in 2.10.0" index.

Patch attached. I tested this by re-generating the documentation and making
sure it appears in the html output.

Brad

[ian_since-2009-09-13.patch]

diff --git a/lib/x509/x509.c b/lib/x509/x509.c
index f0508a4..dfd5787 100644
--- a/lib/x509/x509.c
+++ b/lib/x509/x509.c
@@ -1265,6 +1265,9 @@ gnutls_x509_crt_get_subject_alt_name (gnutls_x509_crt_t cert,
   *   the required size.  If the certificate does not have an
   *   Alternative name with the specified sequence number then
   *   %GNUTLS_E_REQUESTED_DATA_NOT_AVAILABLE is returned.
+  *
+  * Since: 2.10.0
+  *
   **/
 int
 gnutls_x509_crt_get_issuer_alt_name (gnutls_x509_crt_t cert,
@@ -1334,6 +1337,9 @@ gnutls_x509_crt_get_subject_alt_name2 (gnutls_x509_crt_t cert,
  *   the required size.  If the certificate does not have an
  *   Alternative name with the specified sequence number then
  *   %GNUTLS_E_REQUESTED_DATA_NOT_AVAILABLE is returned.
+ *
+ * Since: 2.10.0
+ *
  **/
 int
 gnutls_x509_crt_get_issuer_alt_name2 (gnutls_x509_crt_t cert,
@@ -1405,6 +1411,9 @@ gnutls_x509_crt_get_subject_alt_othername_oid (gnutls_x509_crt_t cert,
  * certificate does not have an Alternative name with the specified
  * sequence number and with the otherName type then
  * %GNUTLS_E_REQUESTED_DATA_NOT_AVAILABLE is returned.
+ *
+ * Since: 2.10.0
+ *
  **/
 int
 gnutls_x509_crt_get_issuer_alt_othername_oid (gnutls_x509_crt_t cert,


_______________________________________________
Gnutls-devel mailing list
Gnutls-devel@...
http://lists.gnu.org/mailman/listinfo/gnutls-devel

Re: [patch] add forgotten documentation bits for issuer altname

by Simon Josefsson-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Brad Hards <bradh@...> writes:

> Hi,
>
> While poking around the documentation, I realised that I had forgotten
> part of the documentation - the "since" part that generates the "new
> in 2.10.0" index.
>
> Patch attached. I tested this by re-generating the documentation and
> making sure it appears in the html output.

Thanks, pushed.

/Simon


_______________________________________________
Gnutls-devel mailing list
Gnutls-devel@...
http://lists.gnu.org/mailman/listinfo/gnutls-devel