From 8151f52add75ed0b84fece217d7f88160574e02c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Wed, 9 Jun 1999 13:29:51 +0000 Subject: [PATCH] Mention unistd.h. --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index 139b20bbd8..92706e5850 100644 --- a/CHANGES +++ b/CHANGES @@ -5,6 +5,11 @@ Changes between 0.9.3a and 0.9.4 + *) Add to configuration table a new entry that can specify an alternative + name for unistd.h (for pre-POSIX systems); we need this for NeXTstep, + according to Mark Crispin . + [Bodo Moeller] + *) DES CBC did not update the IV. Weird. [Ben Laurie] @@ -27,6 +32,7 @@ *) Instead of "mkdir -p", which is not fully portable, use new Perl script "util/mkdir-p.pl". + [Bodo Moeller] *) Rewrite the way password based encryption (PBE) is handled. It used to assume that the ASN1 AlgorithmIdentifier parameter was a PBEParameter -- GitLab