Version number -> 0.5.

This commit is contained in:
Bruno Silvestre
2014-01-29 18:43:33 -02:00
parent 89375f495a
commit 21aefcf67d
17 changed files with 148 additions and 74 deletions

15
INSTALL
View File

@ -1,6 +1,17 @@
LuaSec 0.4.1
LuaSec 0.5
------------
* OpenSSL options:
By default, LuaSec 0.5 includes options for OpenSSL 1.0.1e.
If you need to generate the options for a different version of OpenSSL:
$ cd src
$ lua options.lua -g /usr/include/openssl/ssl.h > options.h
--------------------------------------------------------------------------------
* On Linux, BSD, and Mac OS X:
- Edit 'Makefile'
@ -15,6 +26,8 @@ LuaSec 0.4.1
- Use 'make install' to install the modules.
--------------------------------------------------------------------------------
* On Windows:
- Use the Visual C++ project to compile the library.