aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall2000-04-28 17:51:34 +0000
committerDavid Aspinall2000-04-28 17:51:34 +0000
commite80b0bb50b45b89c520754271096964047481209 (patch)
tree608db1f5268195e9f4c1ef160566ff1cccf2b2fa
parenta16c46d8f215149b6a3ea5f931846aabaeb0e4dd (diff)
Added note about 3.1.4 patch, merged from 3.1 branch
-rw-r--r--etc/release-log.txt4
-rw-r--r--html/news.phtml6
2 files changed, 8 insertions, 2 deletions
diff --git a/etc/release-log.txt b/etc/release-log.txt
index b59f0423..66d5d2f6 100644
--- a/etc/release-log.txt
+++ b/etc/release-log.txt
@@ -1,3 +1,7 @@
+28.04.00 3.1.4 Release 3-1-4, from Release-3-1-branch
+ Applied patch sent by Mike Squire, fix accident in previous fix.
+ (Isabelle theory retraction file paths)
+
04.04.00 3.1.3 Release 3-1-3
Fixed two problems with Isabelle theory loader interface
(first introduced accidently in 3.1, second a bug/issue in Isabelle)
diff --git a/html/news.phtml b/html/news.phtml
index ac7d4054..01e41eb3 100644
--- a/html/news.phtml
+++ b/html/news.phtml
@@ -6,16 +6,18 @@
</p>
<ul>
-<li><b>4th April 2000</b>
+<li><b>28th April 2000</b>
<p>
A minor patch to Proof General 3.1 is released today. To check what
version you have, look at the variable <tt>proof-general-version</tt>
set in <tt>proof-site.el</tt>. (It is not recorded in the tar file
-name or package version). The current patch, to 3.1.3, was made to
+name or package version). The current patch, to 3.1.4, was made to
fix a problem with Isabelle and theory file retraction, accidently
introduced in 3.1. See <?php
fileshow("ProofGeneral-3.1-devel/etc/release-log.txt","the developer's
release log"); ?> for details.
+NB: This patch was first made on 4th April, but didn't quite solve the
+problem. Thanks to Mike Squire for sending a patch to fix the fix.
</p>
<p>
Further improvements are being introduced in the new 3.2 pre-releases,