Second round of fixing the OpenSSL perl/ stuff. It now at least compiled fine
[oweals/openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 2ed6f25250c3d1c451b1550ae12fc1d9fd647c32..64be2d5ab7136571110295a373eb05d760baa7e3 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,7 +5,22 @@
 
  Changes between 0.9.1c and 0.9.2
 
-  *) Make links whenever Configure is run.
+  *) Second round of fixing the OpenSSL perl/ stuff. It now at least compiled
+     fine under Unix and passes some trivial tests I've now added. But the
+     whole stuff is horribly incomplete, so a README.1ST with a disclaimer was
+     added to make sure no one expects that this stuff really works in the
+     OpenSSL 0.9.2 release.  Additionally I've started to clean the XS sources
+     up and fixed a few little bugs and inconsistencies in OpenSSL.{pm,xs} and
+     openssl_bio.xs.
+     [Ralf S. Engelschall]
+
+  *) Fix the generation of two part addresses in perl.
+     [Kenji Miyake <kenji@miyake.org>, integrated by Ben Laurie]
+
+  *) Add config entry for Linux on MIPS.
+     [John Tobey <jtobey@channel1.com>]
+
+  *) Make links whenever Configure is run, unless we are on Windoze.
      [Ben Laurie]
 
   *) Permit extensions to be added to CRLs using crl_section in openssl.cnf.