pre release 2.2.0

This commit is contained in:
toddouska
2012-05-18 11:06:32 -07:00
parent fd70122378
commit 2806c995a8
2 changed files with 14 additions and 3 deletions

13
README
View File

@@ -34,7 +34,18 @@ before calling SSL_new(); Though it's not recommended.
*** end Note ***
CyaSSL Release 2.0.8 (2/24/2012)
CyaSSL Release 2.2.0 (5/18/2012)
Release 2.2.0 CyaSSL has bug fixes and a few new features including:
-
The CyaSSL manual is available at:
http://www.yassl.com/documentation/CyaSSL-Manual.pdf. For build instructions
and comments about the new features please check the manual.
***************CyaSSL Release 2.0.8 (2/24/2012)
Release 2.0.8 CyaSSL has bug fixes and a few new features including:
- A fix for malicious certificates pointed out by Remi Gacogne (thanks)

View File

@@ -6,7 +6,7 @@
#
#
AC_INIT([cyassl],[2.1.7],[http://www.yassl.com])
AC_INIT([cyassl],[2.2.0],[http://www.yassl.com])
AC_CONFIG_AUX_DIR(config)
@@ -25,7 +25,7 @@ AC_CONFIG_HEADERS([config.h:config.in])dnl Keep filename to 8.3 for MS-DOS.
#shared library versioning
CYASSL_LIBRARY_VERSION=3:0:0
CYASSL_LIBRARY_VERSION=3:1:0
# | | |
# +------+ | +---+
# | | |