summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-08-22 22:18:41 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-08-22 22:18:41 +0000
commit97a4c1df7e7a4dc22046e962e2897ff69660ba48 (patch)
treef5e80137e7b8821c6ef15f438751fcf9a648346e
parentea3af198e082c711fd860e7b09205789ba950e84 (diff)
downloadgnutls_0_5_3.tar.gz
changes for 0.5.3 releasegnutls_0_5_3
-rw-r--r--NEWS4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 38d9a82d11..44028693b3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Version 0.5.3 (23/08/2002)
+- No changes. Replaces the tarball of 0.5.2 which accidentaly contained
+ code from the unstable branch.
+
Version 0.5.2 (22/08/2002)
- Added an error code that is returned in clients which connect
to export only servers. This must be enabled using the
diff --git a/configure.in b/configure.in
index bbea28f72b..ddb5debc6b 100644
--- a/configure.in
+++ b/configure.in
@@ -12,7 +12,7 @@ AC_DEFINE_UNQUOTED(T_OS, "$target_os")
dnl Gnutls Version
GNUTLS_MAJOR_VERSION=0
GNUTLS_MINOR_VERSION=5
-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")