gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, master, updated. gnutls_2_9_10-10-g9cb0352


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_10-10-g9cb0352
Date: Sun, 25 Apr 2010 15:04:15 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=9cb0352b9af790c7a988fc3fab0fd98c39161267

The branch, master has been updated
       via  9cb0352b9af790c7a988fc3fab0fd98c39161267 (commit)
       via  baa4d0c190055febc68b12e2bd34bf2fc9f10e9e (commit)
      from  85fe0198a7963e5ce93cdcce5ce99e3c66b520c1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9cb0352b9af790c7a988fc3fab0fd98c39161267
Author: Simon Josefsson <address@hidden>
Date:   Sun Apr 25 17:04:11 2010 +0200

    Mention shared library map file and GTK-DOC guidelines.

commit baa4d0c190055febc68b12e2bd34bf2fc9f10e9e
Author: Simon Josefsson <address@hidden>
Date:   Thu Apr 22 13:39:14 2010 +0200

    Update URL.

-----------------------------------------------------------------------

Summary of changes:
 doc/announce.txt |    2 +-
 doc/gnutls.texi  |    9 +++++++++
 2 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/doc/announce.txt b/doc/announce.txt
index feb2095..2f09d4e 100644
--- a/doc/announce.txt
+++ b/doc/announce.txt
@@ -53,7 +53,7 @@ Ilari Liusvaara noticed and reported the issue and provided 
test
 vectors as well.
 
 ** libgnutls: Added cryptodev support (/dev/crypto).
-Tested with http://www.logix.cz/michal/devel/cryptodev/.  Added
+Tested with http://home.gna.org/cryptodev-linux/.  Added
 benchmark utility for AES.  Adds new error codes
 GNUTLS_E_CRYPTODEV_IOCTL_ERROR and GNUTLS_E_CRYPTODEV_DEVICE_ERROR.
 
diff --git a/doc/gnutls.texi b/doc/gnutls.texi
index e761c68..f0e1f88 100644
--- a/doc/gnutls.texi
+++ b/doc/gnutls.texi
@@ -4021,6 +4021,15 @@ You can implement the API function in the 
@code{ext_foobar.c} file, or
 if that file ends up becoming rather larger, add a
 @code{gnutls_foobar.c} file.
 
+To make the API available in the shared library you need to add the
+symbol in @code{lib/libgnutls.map} or
address@hidden/libgnutls-extra.map} as appropriate, so that the symbol
+is exported properly.
+
+When writing GTK-DOC style documentation for your new APIs, don't
+forget to add @code{Since:} tags to indicate the GnuTLS version the
+API was introduced in.
+
 @end enumerate
 
 @section Certificate Handling


hooks/post-receive
-- 
GNU gnutls




reply via email to

[Prev in Thread] Current Thread [Next in Thread]