From: Dr. Stephen Henson Date: Fri, 3 Feb 2006 18:42:24 +0000 (+0000) Subject: Update CHANGES/NEWS. X-Git-Tag: OpenSSL_FIPS_1_0~14 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=a5319427a25c4f2fe2a1cdceeee1d7430844e037 Update CHANGES/NEWS. --- diff --git a/CHANGES b/CHANGES index f504928c64..14681b5cc8 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,12 @@ Changes between 0.9.7i and 0.9.7j [XX xxx XXXX] + *) Add new Windows build target VC-32-GMAKE for VC++. This uses GNU make + from a Windows bash shell such as MSYS. It is autodetected from the + "config" script when run from a VC++ environment. Modify standard VC++ + build to use fipscanister.o from the GNU make build. + [Steve Henson] + Changes between 0.9.7h and 0.9.7i [14 Oct 2005] *) Wrapped the definition of EVP_MAX_MD_SIZE in a #ifdef OPENSSL_FIPS. diff --git a/NEWS b/NEWS index 9b0b7d24e0..49b443ed4d 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,10 @@ This file gives a brief overview of the major changes between each OpenSSL release. For more details please read the CHANGES file. + Major changes between OpenSSL 0.9.7i and OpenSSL 0.9.7j: + + o Update Windows build system for FIPS. + Major changes between OpenSSL 0.9.7h and OpenSSL 0.9.7i: o Give EVP_MAX_MD_SIZE it's old value, except for a FIPS build.