aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--fetchmail.man3
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cd8d367f..654eb6e1 100644
--- a/NEWS
+++ b/NEWS
@@ -65,6 +65,8 @@ fetchmail-6.3.17 (not yet released):
# DOCUMENTATION
* Fix table of global option to read "set softbounce" where there used to be a
2nd copy of "set spambounce". Patch by Michael Banack, BerliOS Bug #17067.
+* In the --sslcertpath description, mention that OpenSSL upgrade (and a 0.9.X
+ to 1.0.0 upgrade in particular) may require running c_rehash.
fetchmail-6.3.16 (released 2010-04-06, 25574 LoC):
diff --git a/fetchmail.man b/fetchmail.man
index a2cc0389..df823f95 100644
--- a/fetchmail.man
+++ b/fetchmail.man
@@ -514,7 +514,8 @@ Sets the directory fetchmail uses to look up local certificates. The default
is your OpenSSL default one. The directory must be hashed as OpenSSL expects
it - every time you add or modify a certificate in the directory, you need
to use the \fBc_rehash\fP tool (which comes with OpenSSL in the tools/
-subdirectory).
+subdirectory). Also, after OpenSSL upgrades, you may need to run
+\fBc_rehash\fP; particularly when upgrading from 0.9.X to 1.0.0.
.TP
.B \-\-sslcommonname <common name>
(Keyword: sslcommonname; since v6.3.9)