From: Nikos Mavrogiannopoulos Date: Sat, 9 Jun 2001 12:04:21 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: gnutls_0_1_4~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4d6242086ee4e588f68b46fda7838c4e26cae846;p=thirdparty%2Fgnutls.git *** empty log message *** --- diff --git a/NEWS b/NEWS index 9900809d7c..4fd6f06132 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Version 0.1.4 +- Corrected (srp) base64 encoding +- Changed bcrypt algorithm to include username. + Version 0.1.3 (01/06/2001) - Updated API (and the way it is documented - we use inline documentation) - Added function to access alert messages. diff --git a/configure.in b/configure.in index b773b2c3e2..3df4d507e0 100644 --- a/configure.in +++ b/configure.in @@ -11,7 +11,7 @@ AC_DEFINE_UNQUOTED(T_OS, "$target_os") GNUTLS_MAJOR_VERSION=0 GNUTLS_MINOR_VERSION=1 -GNUTLS_MICRO_VERSION=3 +GNUTLS_MICRO_VERSION=4 GNUTLS_VERSION=$GNUTLS_MAJOR_VERSION.$GNUTLS_MINOR_VERSION.$GNUTLS_MICRO_VERSION AC_DEFINE_UNQUOTED(GNUTLS_VERSION, "$GNUTLS_VERSION")