]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Last additions to the release documentation.
authorRichard Levitte <levitte@openssl.org>
Tue, 5 Jul 2005 18:32:05 +0000 (18:32 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 5 Jul 2005 18:32:05 +0000 (18:32 +0000)
CHANGES
NEWS

diff --git a/CHANGES b/CHANGES
index fb85e776a1699c9262f2e5d6b8f266349e2604fb..71be5a352b19a0e0c9fefb88ea2f2dbf50372155 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,12 +4,23 @@
 
  Changes between 0.9.7h and 0.9.8  [xx XXX xxxx]
 
+  *) Add libcrypto.pc and libssl.pc for those who feel they need them.
+     [Richard Levitte]
+
+  *) Change CA.sh and CA.pl so they don't bundle the CSR and the private
+     key into the same file any more.
+     [Richard Levitte]
+
   *) Add initial support for Win64, both IA64 and AMD64/x64 flavors.
      [Andy Polyakov]
 
   *) Add -utf8 command line and config file option to 'ca'.
      [Stefan <stf@udoma.org]
 
+  *) Removed the macro des_crypt(), as it seems to conflict with some
+     libraries.  Use DES_crypt().
+     [Richard Levitte]
+
   *) Correct naming of the 'chil' and '4758cca' ENGINEs. This
      involves renaming the source and generated shared-libs for
      both. The engines will accept the corrected or legacy ids
diff --git a/NEWS b/NEWS
index 8e193fcc46018e66216c62547fb9e38ed3c05336..f205b05e42c7b8736873754ca6c02f9d67290aa7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,7 @@
       o Complete rework of shared library construction and linking
         programs with shared or static libraries, through a separate
         Makefile.shared.
+      o Rework of the passing of parameters from one Makefile to another.
       o Changed ENGINE framework to load dynamic engine modules
         automatically from specifically given directories.
       o New structure and ASN.1 functions for CertificatePair.
@@ -75,6 +76,8 @@
       o Added support for the RSA X.931 padding.
       o Added support for BSD sockets on NetWare.
       o Added support for files larger than 2GB.
+      o Added initial support for Win64.
+      o Added alternate pkg-config files.
 
   Major changes between OpenSSL 0.9.7f and OpenSSL 0.9.7g: