X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=CHANGES;h=288a739a12a8e74e0222a842de227489f3a2d1e2;hb=d10f052be50d9115b574d1848e600fb93adade25;hp=3d052f499803996093364636cb3dd58a6e0ca555;hpb=efadf60f9c4502e7e6d76a5e37a7e5f337ead0cd;p=openssl.git diff --git a/CHANGES b/CHANGES index 3d052f4998..288a739a12 100644 --- a/CHANGES +++ b/CHANGES @@ -5,6 +5,23 @@ Changes between 0.9.1c and 0.9.2 + *) Make `openssl version' output lines consistent. + [Ralf S. Engelschall] + + *) Fix Win32 symbol export lists for BIO functions: Added + BIO_get_ex_new_index, BIO_get_ex_num, BIO_get_ex_data and BIO_set_ex_data + to ms/libeay{16,32}.def. + [Ralf S. Engelschall] + + *) 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 , integrated by Ben Laurie]