Update CHANGES to reflect base64 fix added to 0.9.7
authorDr. Stephen Henson <steve@openssl.org>
Tue, 3 Jun 2003 00:16:47 +0000 (00:16 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 3 Jun 2003 00:16:47 +0000 (00:16 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 1d279103dc1cf15a9bbda1eae81d082140e6951f..f74bc98da4d03955f85fc6f069c61bb1d9b046f1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
      Make that possible even when linking against static libraries!
      [Richard Levitte]
 
-  *) Various fixes to base64 BIO and non blocking I/O. On write 
-     flushes were not handled properly if the BIO retried. On read
-     data was not being buffered properly and had various logic bugs.
-     [Steve Henson]
-
   *) Support for single pass processing for S/MIME signing. This now
      means that S/MIME signing can be done from a pipe, in addition
      cleartext signing (multipart/signed type) is effectively streaming
 
  Changes between 0.9.7b and 0.9.7c  [xx XXX 2003]
 
+  *) Various fixes to base64 BIO and non blocking I/O. On write 
+     flushes were not handled properly if the BIO retried. On read
+     data was not being buffered properly and had various logic bugs.
+     This also affects blocking I/O when the data being decoded is a
+     certain size.
+     [Steve Henson]
+
   *) Various S/MIME bugfixes and compatibility changes:
      output correct application/pkcs7 MIME type if
      PKCS7_NOOLDMIMETYPE is set. Tolerate some broken signatures.