Add a CHANGES entry for the recent ERR changes
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9756)
This commit is contained in:
parent
100a779918
commit
d4830d018d
1 changed files with 13 additions and 0 deletions
13
CHANGES
13
CHANGES
|
@ -9,6 +9,19 @@
|
||||||
|
|
||||||
Changes between 1.1.1 and 3.0.0 [xx XXX xxxx]
|
Changes between 1.1.1 and 3.0.0 [xx XXX xxxx]
|
||||||
|
|
||||||
|
*) Added ERR functionality to give callers access to the stored function
|
||||||
|
names that have replaced the older function code based functions.
|
||||||
|
|
||||||
|
New functions are ERR_get_error_func(), ERR_peek_error_func(),
|
||||||
|
ERR_peek_last_error_func(), ERR_get_error_data(), ERR_peek_error_data(),
|
||||||
|
ERR_peek_last_error_data(), ERR_get_error_all(), ERR_peek_error_all()
|
||||||
|
and ERR_peek_last_error_all().
|
||||||
|
|
||||||
|
These functions have become deprecated: ERR_get_error_line_data(),
|
||||||
|
ERR_peek_error_line_data(), ERR_peek_last_error_line_data() and
|
||||||
|
ERR_func_error_string().
|
||||||
|
[Richard Levitte]
|
||||||
|
|
||||||
*) Extended testing to be verbose for failing tests only. The make variables
|
*) Extended testing to be verbose for failing tests only. The make variables
|
||||||
VERBOSE_FAILURE or VF can be used to enable this:
|
VERBOSE_FAILURE or VF can be used to enable this:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue