fdc7ca16d9
* Version 2.0.2 (released 2007-10-17) ** TLS authorization support removed. This technique may be patented in the future, and it is not of crucial importance for the Internet community. After deliberation we have concluded that the best thing we can do in this situation is to encourage society not to adopt this technique. We have decided to lead the way with our own actions. ** certtool: Fixed data corruption when using --outder. ** Fix configure-time Guile detection. ** API and ABI modifications: GNUTLS_SUPPLEMENTAL_USER_MAPPING_DATA: ADDED. To avoid that the gnutls_supplemental_data_format_type_t enum type becomes empty. * Version 2.0.1 (released 2007-09-20) ** New directory doc/credentials/ with test credentials. This collects the test credentials from the web page and from src/. The script gnutls-http-serv has also been moved to that directory. ** Update SRP extension type and cipher suite with official IANA values. This breaks backwards compatibility with SRP in older versions of GnuTLS, but this is intentional to speed up the adoption of the official values. The old values we used were incorrect. ** Guile: Fix `x509-certificate-dn-oid' ** API and ABI modifications: No changes since last version.
13 lines
631 B
Text
13 lines
631 B
Text
$NetBSD: patch-ab,v 1.8 2007/10/23 11:43:57 wiz Exp $
|
|
|
|
--- doc/Makefile.in.orig 2007-10-17 14:02:39.000000000 +0000
|
|
+++ doc/Makefile.in
|
|
@@ -675,7 +675,7 @@ gnutls.dvi: gnutls.texi $(srcdir)/versio
|
|
gnutls.pdf: gnutls.texi $(srcdir)/version.texi $(gnutls_TEXINFOS)
|
|
gnutls.html: gnutls.texi $(srcdir)/version.texi $(gnutls_TEXINFOS)
|
|
$(srcdir)/version.texi: $(srcdir)/stamp-vti
|
|
-$(srcdir)/stamp-vti: gnutls.texi $(top_srcdir)/configure
|
|
+$(srcdir)/stamp-vti: gnutls.texi
|
|
@(dir=.; test -f ./gnutls.texi || dir=$(srcdir); \
|
|
set `$(SHELL) $(top_srcdir)/build-aux/mdate-sh $$dir/gnutls.texi`; \
|
|
echo "@set UPDATED $$1 $$2 $$3"; \
|