diff options
| -rw-r--r-- | etc/release-log.txt | 4 | ||||
| -rw-r--r-- | html/news.phtml | 6 |
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, |
