summaryrefslogtreecommitdiff
path: root/misc/plan.html
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2014-06-04 21:32:19 +0200
committerNiels Möller <nisse@lysator.liu.se>2014-06-04 21:32:19 +0200
commitfa5e32838b9180b957fea51d06373714ce33bb74 (patch)
treec54a67c310154d854cc225698fc6dbcf4f01264c /misc/plan.html
parentdf206951759a82a306fe0f3934dbeb1f584cc174 (diff)
downloadnettle-fa5e32838b9180b957fea51d06373714ce33bb74.tar.gz
Updated release plan.
Diffstat (limited to 'misc/plan.html')
-rw-r--r--misc/plan.html11
1 files changed, 8 insertions, 3 deletions
diff --git a/misc/plan.html b/misc/plan.html
index 6cf9ed53..3f8ff489 100644
--- a/misc/plan.html
+++ b/misc/plan.html
@@ -14,7 +14,7 @@
<h1> Nettle release plans </h1>
<p> This is an attempt at defining a development target for
Nettle-3.0, inspired by similar pages for recent GMP releases. [Last
- updated 2014-06-02]</p>
+ updated 2014-06-04]</p>
<p class='should'>
This really ought to be done before release
</p>
@@ -156,8 +156,9 @@
<li class='done'> Test with gmp-6.0.0 </li>
<li class='done'> x86_64-linux-gnu</li>
<li class='done'> x86-linux-gnu</li>
- <li class='should'> x86_64-freebsd</li>
- <li class='should'> x86-freebsd</li>
+ <li class='done'> x86_64-freebsd</li>
+ <li class='postponed'> x86-freebsd (building with -m32 on a 64-bit
+ system doesn't work due to broken header files).</li>
<li class='done'> x86-w*ndows (using cross compiler and wine)</li>
<li class='done'> x86_64-w*ndows (using cross compiler and wine)</li>
<li class='done'> x86-darwin (needs help from Nettle users)</li>
@@ -197,5 +198,9 @@
the private key is not available to the library. And without an
explosion of the number of functions.
</p>
+ <h2> Miscellaneous </h2>
+ <p class='should'>
+ Update AX_CREATE_STDINT_H to the latest version.
+ </p>
</body>
</html>