summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-03-05 01:19:36 +0100
committerBodo Möller <bodo@openssl.org>2000-03-05 01:19:36 +0100
commit59fc2b0fc21f0c90a328edb7b2755c242adfb27a (patch)
tree8ea25ac20ed309b25f8086c13fbd543e1c8e7468 /CHANGES
parentBeautifying. Sorry, but code that's slammed to the far left is not (diff)
downloadopenssl-59fc2b0fc21f0c90a328edb7b2755c242adfb27a.tar.xz
openssl-59fc2b0fc21f0c90a328edb7b2755c242adfb27a.zip
Preserve reason strings in automatically build tables.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 295e037db4..aa752fd973 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,12 @@
Changes between 0.9.5 and 0.9.6 [XX XXX 2000]
+ *) In util/mkerr.pl (which implements 'make errors'), preserve
+ reason strings from the previous version of the .c file, as
+ the default to have only downcase letters (and digits) in
+ automatically generated reasons codes is not always appropriate.
+ [Bodo Moeller]
+
*) In ERR_load_ERR_strings(), build an ERR_LIB_SYS error reason table
using strerror. Previously, ERR_reason_error_string() returned
library names as reason strings for SYSerr; but SYSerr is a special