]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
*** empty log message ***
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 2 Sep 2002 12:26:02 +0000 (12:26 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 2 Sep 2002 12:26:02 +0000 (12:26 +0000)
ChangeLog
configure.in

index fa6ab5e54df3adbb2721c5194d5244798333a1c8..941b828c8d518955e99579e083ab0f65d6f81fcc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,50 @@
+2002-09-01 19:28  nmav <nmav@gnutls.org>
+
+       * doc/tex/: ex1.tex, ex2.tex, ex3.tex, ex4.tex, serv-export.tex,
+       serv-srp.tex, serv1.tex, srp1.tex:
+
+       corrected bugs in examples.  
+
+2002-09-01 18:57  nmav <nmav@gnutls.org>
+
+       * lib/gnutls.h.in.in, lib/gnutls_anon_cred.c, lib/gnutls_auth.c,
+       lib/gnutls_auth_int.h, lib/gnutls_cert.c, lib/gnutls_handshake.c,
+       lib/gnutls_int_compat.c, lib/gnutls_record.c, lib/x509_b64.c,
+       src/tests.c:
+
+       more cleanups 
+
+2002-09-01 18:57  nmav <nmav@gnutls.org>
+
+       * doc/tex/: Makefile.am, auth.tex, ex1.tex, ex2.tex, ex4.tex,
+       examples.tex, gnutls.tex, serv-export.tex, serv-srp.tex, serv1.tex,
+       srp1.tex:
+
+       Updated documentation and added more server examples.  
+
+2002-09-01 13:23  nmav <nmav@gnutls.org>
+
+       * lib/: gnutls.h.in.in, gnutls_int.h, gnutls_int_compat.c,
+       gnutls_ui.h, gnutls_x509.c, gnutls_x509.h, x509_b64.c, x509_b64.h:
+
+       Updated the base64 encoding/decoding functions.  
+
+2002-09-01 10:55  nmav <nmav@gnutls.org>
+
+       * lib/: auth_anon.c, auth_cert.c, auth_dhe.c, auth_rsa.c,
+       auth_rsa_export.c, gnutls_cert.c, gnutls_errors.c,
+       gnutls_errors_int.h, gnutls_handshake.c, gnutls_state.c,
+       gnutls_v2_compat.c, gnutls_x509.c:
+
+       several clean ups 
+
+2002-09-01 10:54  nmav <nmav@gnutls.org>
+
+       * doc/tex/: Makefile.am, appendix.tex, gnutls.tex, howto.tex,
+       macros.tex, pgpcert.xml.tex, x509.tex, x509cert.xml.tex:
+
+       Updated documentation to include examples of XML certificates.  
+
 2002-08-31 08:51  nmav <nmav@gnutls.org>
 
        * NEWS, lib/gnutls_x509.c, lib/gnutls_x509.h:
index 94bea960941389dcd885a47f1995fc481a3c9963..e3e5430dc3afac67e5c7f7e2a3547e365cbcb860 100644 (file)
@@ -110,7 +110,7 @@ AC_MSG_RESULT(yes),
 dnl ***** NOT FOUND
 AC_MSG_RESULT(no)
 AC_MSG_WARN([C99 macros are not supported by your compiler. This may
-affect performance.])
+affect compiling.])
 )
 
 if test $ac_cv_c_compiler_gnu != no; then
@@ -134,8 +134,8 @@ if test $ac_cv_c_compiler_gnu != no; then
 
 
        AC_MSG_CHECKING([whether we have GNU assembler])
-       
-       GAS=`as --version < /dev/null|grep GNU`
+
+       GAS=`as --version < /dev/null 2>/dev/null | grep GNU`
        if test "$GAS"; then
          CFLAGS="${CFLAGS} -pipe"
          AC_MSG_RESULT(yes)