summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-03-18 12:30:19 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-03-18 12:30:19 +0000
commit0547e70ad6f647aa323dc4f837025d92b6271415 (patch)
tree95aa36b6fbd7b00baf5813a13556f5d88407528c
parent4be421fedf405c7b50621f1f3c378ad8628c9863 (diff)
downloadgnutls-0547e70ad6f647aa323dc4f837025d92b6271415.tar.gz
*** empty log message ***
-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])