summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--configure.in2
2 files changed, 6 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 1b9c40e5fb..f868290f8e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,12 @@
+Version 0.9.3
+- Support for MD2 was dropped.
+- Only basic X.509 functionality is included in the gnutls library.
+ The rest was moved to the libgnutls-x509.
+
Version 0.9.2 (15/03/2003)
- Some corrections in the memory mapping code (file is unmapped after
it is read).
- Added support for PKCS#10 certificate requests generation.
-- Support for MD2 was dropped.
-- Only basic X.509 functionality is included in the gnutls library.
- The rest was moved to the libgnutls-x509.
Version 0.9.1 (12/03/2003)
- Corrected a bug in 64 bit architectures, which affected the
diff --git a/configure.in b/configure.in
index 5df20aa22b..194cc0fa71 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=0
GNUTLS_MINOR_VERSION=9
-GNUTLS_MICRO_VERSION=2
+GNUTLS_MICRO_VERSION=3
GNUTLS_VERSION=$GNUTLS_MAJOR_VERSION.$GNUTLS_MINOR_VERSION.$GNUTLS_MICRO_VERSION
AC_DEFINE_UNQUOTED(GNUTLS_VERSION, "$GNUTLS_VERSION", [version of gnutls])