summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--NEWS3
-rw-r--r--configure.in2
3 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c851b47f8..7f8dfdb128 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-04-07 08:07 nmav <nmav@gnutls.org>
+
+ * lib/gnutls_rsa_export.c:
+
+ Optimized (a bit) the rsa_parameter copying. I don't like it.
+
2004-04-03 11:16 nmav <nmav@gnutls.org>
* NEWS, lib/auth_cert.c (tags: gnutls_1_0_10), lib/gnutls_cert.c
diff --git a/NEWS b/NEWS
index 21adcf744e..09e447e6b2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,10 @@
-Version 1.1.8
+Version 1.1.8 (07/04/2004)
- Implemented all the tests for the SRP group parameters in
client side. This may lead to incompatibility with very
old gnutls servers.
- Corrected bug in RSA parameters handling which could cause
unexpected crashes.
+- Optimized the copying of rsa_params.
Version 1.1.7 (29/03/2004)
- Added gnutls_certificate_set_params_function() and
diff --git a/configure.in b/configure.in
index 4643063dcc..71f8ef1c39 100644
--- a/configure.in
+++ b/configure.in
@@ -12,7 +12,7 @@ AC_DEFINE_UNQUOTED(T_OS, "$target_os", [OS name])
dnl Gnutls Version
GNUTLS_MAJOR_VERSION=1
GNUTLS_MINOR_VERSION=1
-GNUTLS_MICRO_VERSION=7
+GNUTLS_MICRO_VERSION=8
GNUTLS_VERSION=$GNUTLS_MAJOR_VERSION.$GNUTLS_MINOR_VERSION.$GNUTLS_MICRO_VERSION
AC_DEFINE_UNQUOTED(GNUTLS_VERSION, "$GNUTLS_VERSION", [version of gnutls])