summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2015-03-31 23:21:14 +0200
committerNiels Möller <nisse@lysator.liu.se>2015-03-31 23:21:14 +0200
commitba80bf27e2b257a3eeffcb4bc16a9152b5a90e38 (patch)
tree0048390b5cc6702abc6f69ca43e56b39cfc406ed
parent5ba1d4e119c1a9bce214219e60cd33bb79900b4c (diff)
downloadnettle-ba80bf27e2b257a3eeffcb4bc16a9152b5a90e38.tar.gz
Updated release plan.nettle_3.1_release_20150407
-rw-r--r--misc/plan.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/misc/plan.html b/misc/plan.html
index ad3991f5..a86b5bb7 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.1, inspired by similar pages for recent GMP releases.
- [Last updated 2015-03-19]</p>
+ [Last updated 2015-03-31]</p>
<p class='should'>
This really ought to be done before release
</p>
@@ -85,7 +85,7 @@
</p>
<h2> Miscellaneous </h2>
- <p class='should'>
+ <p class='postpone'>
Use more functions from GMP-6 and later, when available:
mpn_sec_add_1, mpn_sec_tabselect, mpn_sec_invert, mpn_cnd_swap,
...
@@ -114,7 +114,7 @@
Reconsider assembly make rules, going back to an .asm.o: rule
might work better with Solaris' make.
</p>
- <p class='should'>
+ <p class='postponed'>
Update AX_CREATE_STDINT_H to the latest version.
</p>
@@ -122,17 +122,17 @@
<p> Since xenofarm isn't up and running, do some manual testing:
</p>
<ul>
- <li class='should> x86_64-linux-gnu</li>
- <li class='should'> x86-linux-gnu</li>
- <li class='should'> x86_64-freebsd</li>
- <li class='should'> x86-w*ndows (using cross compiler and wine)</li>
- <li class='should'> x86_64-w*ndows (using cross compiler and wine)</li>
+ <li class='done'> x86_64-linux-gnu</li>
+ <li class='done'> x86-linux-gnu</li>
+ <li class='done'> x86_64-freebsd</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='should'> x86-darwin (needs help from Nettle users)</li>
<li class='should'> x86_64-darwin (needs help from Nettle users)</li>
- <li class='should'> armv7-linux-gnu (pandaboard test platform)</li>
+ <li class='done'> armv7-linux-gnu (pandaboard test platform)</li>
<li class='wish'> armv7-android </li>
- <li class='should'> sparc32-solaris10</li>
- <li class='should'> sparc64-solaris10</li>
+ <li class='done'> sparc32-solaris10</li>
+ <li class='done'> sparc64-solaris10</li>
</ul>
<h1> Changes under consideration for later releases </h1>