gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, gnutls_3_0_x-2, updated. gnutls_3_0_22-2-g818cb


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_3_0_x-2, updated. gnutls_3_0_22-2-g818cb81
Date: Sat, 04 Aug 2012 19:56:30 +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=818cb81feb8f8426a0a6cd43b6928f92dec907b1

The branch, gnutls_3_0_x-2 has been updated
       via  818cb81feb8f8426a0a6cd43b6928f92dec907b1 (commit)
       via  b0ff5b5ee8ce41ac971e1ddc03c0f47408d069e3 (commit)
      from  ba1df75fa725ccd1b470cf3deef12f72bdd74e7b (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 818cb81feb8f8426a0a6cd43b6928f92dec907b1
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sat Aug 4 21:55:37 2012 +0200

    better doc output

commit b0ff5b5ee8ce41ac971e1ddc03c0f47408d069e3
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sat Aug 4 21:30:20 2012 +0200

    corrected news entry.

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

Summary of changes:
 NEWS            |    1 +
 doc/Makefile.am |    2 ++
 doc/gnutls.texi |   42 +++++++++++++++++++++---------------------
 3 files changed, 24 insertions(+), 21 deletions(-)

diff --git a/NEWS b/NEWS
index df1dcb2..dca41b2 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,7 @@ which now may (again) accept a NULL password.
 
 ** certtool: Allow the user to choose the hash algorithm
 when signing certificate request or certificate revocation list.
+Patch by Petr Písař.
 
 ** API and ABI modifications:
 No changes since last version.
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 33e982e..873e740 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -353,11 +353,13 @@ DISTCLEANFILES += $(ENUMS) stamp_enums stamp_functions
 
 stamp_functions: gnutls-api.texi x509-api.texi pgp-api.texi pkcs12-api.texi 
pkcs11-api.texi abstract-api.texi compat-api.texi dtls-api.texi crypto-api.texi 
ocsp-api.texi
        -mkdir functions
+       -mkdir functions.short
        for i in $^; do \
                $(srcdir)/scripts/split-texi.pl functions < $$i; \
        done
        sed -i 's/address@hidden//g' functions/*
        sed -i 's/address@hidden//g' functions/*
+       cd functions && for i in *;do grep ^"@deftypefun" $$i | sed 
's/@deftypefun/@item/g;s/ {/ @var{/;s/ {/ @ref{/' > ../functions.short/$$i;done
        echo $@ > $@
        $(MAKE) compare-makefile
 
diff --git a/doc/gnutls.texi b/doc/gnutls.texi
index 0a2604c..076536b 100644
--- a/doc/gnutls.texi
+++ b/doc/gnutls.texi
@@ -76,52 +76,52 @@ Documentation License''.
 
 @macro showfuncA{ref}
 @table @code
address@hidden @ref{\ref\}
address@hidden functions.short/\ref\
 @end table
 @end macro
 
 @macro showfuncB{ref1,ref2}
 @table @code
address@hidden @ref{\ref1\}
address@hidden @ref{\ref2\}
address@hidden functions.short/\ref1\
address@hidden functions.short/\ref2\
 @end table
 @end macro
 
 @macro showfuncC{ref1,ref2,ref3}
 @table @code
address@hidden @ref{\ref1\}
address@hidden @ref{\ref2\}
address@hidden @ref{\ref3\}
address@hidden functions.short/\ref1\
address@hidden functions.short/\ref2\
address@hidden functions.short/\ref3\
 @end table
 @end macro
 
 @macro showfuncD{ref1,ref2,ref3,ref4}
 @table @code
address@hidden @ref{\ref1\}
address@hidden @ref{\ref2\}
address@hidden @ref{\ref3\}
address@hidden @ref{\ref4\}
address@hidden functions.short/\ref1\
address@hidden functions.short/\ref2\
address@hidden functions.short/\ref3\
address@hidden functions.short/\ref4\
 @end table
 @end macro
 
 @macro showfuncE{ref1,ref2,ref3,ref4,ref5}
 @table @code
address@hidden @ref{\ref1\}
address@hidden @ref{\ref2\}
address@hidden @ref{\ref3\}
address@hidden @ref{\ref4\}
address@hidden @ref{\ref5\}
address@hidden functions.short/\ref1\
address@hidden functions.short/\ref2\
address@hidden functions.short/\ref3\
address@hidden functions.short/\ref4\
address@hidden functions.short/\ref5\
 @end table
 @end macro
 
 @macro showfuncF{ref1,ref2,ref3,ref4,ref5,ref6}
 @table @code
address@hidden @ref{\ref1\}
address@hidden @ref{\ref2\}
address@hidden @ref{\ref3\}
address@hidden @ref{\ref4\}
address@hidden @ref{\ref5\}
address@hidden @ref{\ref6\}
address@hidden functions.short/\ref1\
address@hidden functions.short/\ref2\
address@hidden functions.short/\ref3\
address@hidden functions.short/\ref4\
address@hidden functions.short/\ref5\
address@hidden functions.short/\ref6\
 @end table
 @end macro
 


hooks/post-receive
-- 
GNU gnutls



reply via email to

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