Codebase list openssl / 577d701
Prepare for 1.1.0f release Reviewed-by: Stephen Henson <steve@openssl.org> Matt Caswell 6 years ago
4 changed file(s) with 6 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
11 OpenSSL CHANGES
22 _______________
33
4 Changes between 1.1.0e and 1.1.0f [xx XXX xxxx]
4 Changes between 1.1.0e and 1.1.0f [25 May 2017]
55
66 *) Have 'config' recognise 64-bit mingw and choose 'mingw64' as the target
77 platform rather than 'mingw'.
44 This file gives a brief overview of the major changes between each OpenSSL
55 release. For more details please read the CHANGES file.
66
7 Major changes between OpenSSL 1.1.0e and OpenSSL 1.1.0f [under development]
7 Major changes between OpenSSL 1.1.0e and OpenSSL 1.1.0f [25 May 2017]
88
99 o config now recognises 64-bit mingw and chooses mingw64 instead of mingw
1010
00
1 OpenSSL 1.1.0f-dev
1 OpenSSL 1.1.0f 25 May 2017
22
33 Copyright (c) 1998-2016 The OpenSSL Project
44 Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
3838 * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
3939 * major minor fix final patch/beta)
4040 */
41 # define OPENSSL_VERSION_NUMBER 0x10100060L
41 # define OPENSSL_VERSION_NUMBER 0x1010006fL
4242 # ifdef OPENSSL_FIPS
43 # define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0f-fips-dev xx XXX xxxx"
43 # define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0f-fips 25 May 2017"
4444 # else
45 # define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0f-dev xx XXX xxxx"
45 # define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0f 25 May 2017"
4646 # endif
4747
4848 /*-