From 66f5ab65c0827030e36422546466f0e875b0ceff Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Mon, 14 Jan 2013 22:42:57 +0100
Subject: [PATCH] Updated plan.html.

---
 misc/plan.html | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/misc/plan.html b/misc/plan.html
index 5ee85eae..b49c960f 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-2.6, inspired by similar pages for recent GMP releases. [Last
-  updated 2012-11-29]</p>
+  updated 2013-01-01]</p>
   <p class='should'>
     This really ought to be done before release
   </p>
@@ -30,13 +30,19 @@
 
   <h1> Plan for the Nettle-2.6 release </h1>
   <h2> Documentation </h2>
-  <p class='should'>
+  <p class='done'>
     Update documentation with info on SHA3.
   </p>
   <p class='should'>
     Update NEWS file.
   </p>
 
+  <h2> Build system </h2>
+  <p class='done'>
+    Ensure that <tt>make install</tt> without a preceding
+    <tt>make</tt> works.
+  </p>
+
   <h2> Testing </h2>
   <p> Since xenofarm isn't up and running, do some manual testing:
   </p>
-- 
GitLab