From: Nikos Mavrogiannopoulos Date: Wed, 30 Oct 2002 23:05:08 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: gnutls_0_5_11~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f94ecd932b8d396975f949b245ffaf38cdb02488;p=thirdparty%2Fgnutls.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index d67d5babe7..bc7127c896 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +2002-10-29 14:03 twoaday + + * configure.in: + + Bump OpenCDK version to 0.3.0 + +2002-10-29 14:02 twoaday + + * lib/gnutls_errors_int.h: + + Add new regression test for OpenPGP. New code for the OpenCDK 0.3.0 + version. A new error code for the OpenPGP part. + +2002-10-29 05:51 nmav + + * lib/gnutls_buffer.h: + + added missing file + +2002-10-28 09:21 nmav + + * lib/: auth_cert.c, auth_dhe.c, auth_rsa.c, auth_rsa_export.c, + gnutls_buffers.c, gnutls_cert.c, gnutls_cipher_int.c, + gnutls_constate.c, gnutls_errors.c, gnutls_errors_int.h, + gnutls_handshake.c, gnutls_pk.c, gnutls_record.c, + gnutls_rsa_export.c, gnutls_state.c, gnutls_ui.c, gnutls_x509.c, + x509_verify.c, x509_xml.c: + + GNUTLS_E_UNKNOWN_ERROR was removed, and was replaced by + GNUTLS_E_INTERNAL_ERROR. + 2002-10-26 12:34 nmav * NEWS, lib/gnutls_buffers.c, lib/gnutls_buffers.h,