aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Cheney <dave@cheney.net>2015-08-07 10:52:18 +1000
committerDave Cheney <dave@cheney.net>2015-08-10 02:15:29 +0000
commite7f4df73320b5bea5d38191a9e3afc1ead43b91a (patch)
tree190c7636468a026fa5931bdad73007f81451679d
parent3ae17043f7f29f0d745aa35b340f8cab80219068 (diff)
downloadgo-e7f4df73320b5bea5d38191a9e3afc1ead43b91a.tar.gz
go-e7f4df73320b5bea5d38191a9e3afc1ead43b91a.zip
doc: NaCl requires pepper 41
Fixes #12062 Updates #11961 The sRPC nameservice was removed in pepper 42. For Go 1.5 stipulate that NaCl requires pepper 41 only. Change-Id: Ic88ba342d41f673391efaa96fb581712fa10a0fd Reviewed-on: https://go-review.googlesource.com/13341 Reviewed-by: Andrew Gerrand <adg@golang.org>
-rw-r--r--doc/go1.5.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/go1.5.html b/doc/go1.5.html
index 39b5699942..0d5cc56b81 100644
--- a/doc/go1.5.html
+++ b/doc/go1.5.html
@@ -247,8 +247,8 @@ On FreeBSD, Go 1.5 requires FreeBSD 8-STABLE+ because of its new use of the <cod
</p>
<p>
-On NaCl, Go 1.5 requires SDK version pepper-39 or above because it now uses the
-<code>get_random_bytes</code> system call.
+On NaCl, Go 1.5 requires SDK version pepper-41. Later pepper versions are not
+compatible due to the removal of the sRPC subsystem from the NaCl runtime.
</p>
<p>