diff --git a/ChangeLog b/ChangeLog index cdf74633327..5833f5a1801 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +2001-04-01 Wez Furlong + + * ext/openssl/CREDITS + ext/openssl/README + ext/openssl/openssl.c + ext/openssl/php_openssl.h: + Added whole bunch of PKCS7 (S/MIME) functions and made the key/cert params + a bit more friendly to use. See the README for more info. + +2001-04-01 Zeev Suraski + + * configure.in + main/php_version.h: YARC + +2001-04-01 Sebastian Bergmann + + * NEWS: Fixed some glitches in NEWS. (Yes, you may call me pedantic :-) + +2001-04-01 Jani Taskinen + + * ext/gd/gd.c + ext/gd/gd_ctx.c: + According to GD documentation the macros should be used instead.. + + * ext/informix/ifx.ec: Fixed bug #10095. + + * ext/gd/gd.c + ext/gd/gd_ctx.c + ext/gd/php_gd.h: Fixed bug #8137 and killed some compile warnings. + 2001-03-31 Zeev Suraski * ext/standard/output.c: MFH - header handling with output buffering