summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-06-09 12:04:21 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-06-09 12:04:21 +0000
commit4d6242086ee4e588f68b46fda7838c4e26cae846 (patch)
tree7fef74f4512c256972077b76b65ba408f610c78b
parentcba215f327c94ca2911a853d1105a4db105e822b (diff)
downloadgnutls-4d6242086ee4e588f68b46fda7838c4e26cae846.tar.gz
*** empty log message ***
-rw-r--r--NEWS4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
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")