]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
*** empty log message ***
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 9 Jun 2001 12:04:21 +0000 (12:04 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 9 Jun 2001 12:04:21 +0000 (12:04 +0000)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index 9900809d7c6c1104d8d3552c9c127c1eec686aca..4fd6f06132719588353616ed0e694fb3a1c3de4a 100644 (file)
--- 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.
index b773b2c3e20fb2448b44804e473c9b55de7a8aa5..3df4d507e0a70f431c8c588a5740921e1b925932 100644 (file)
@@ -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")