aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES2
-rw-r--r--INSTALL.macosx13
2 files changed, 9 insertions, 6 deletions
diff --git a/CHANGES b/CHANGES
index 76f987f5bf..0062f2a997 100644
--- a/CHANGES
+++ b/CHANGES
@@ -37,6 +37,7 @@ Tools
Bug fixes
- Fix a bug with 'Notation "'id'" := c.'
+- Fix a Notation bug when variable names clash with global names
- Translator printing bug of reals fixed
- Fix bugs in induction/destruct in case the type of the eliminated object
has parameters
@@ -52,6 +53,7 @@ Bug fixes
- Fix "Tactic Notation" translation bugs and improve file location of errors
- Fix an "omega" bug (may cause "auto with zarith" to succeed more often)
- Fix ltac "context" bug on right-hand-side of match clauses
+- Fix "abstract" tactical bug within sections
Changes from V8.0beta old syntax to V8.0beta
============================================
diff --git a/INSTALL.macosx b/INSTALL.macosx
index 91128f3887..b756bdb7c1 100644
--- a/INSTALL.macosx
+++ b/INSTALL.macosx
@@ -1,15 +1,16 @@
-INSTALLATION PROCEDURE FOR THE COQ V7.3 SYSTEM UNDER MACOS X
+INSTALLATION PROCEDURE FOR THE COQ V8.0 SYSTEM UNDER MACOS X
------------------------------------------------------------
-1) Download archive coq-7.3-macosx.dmg.
+1) Download archive coq-8.0-macosx.dmg.
-2) Double-click on its icon; it mounts a disk volume named "Coq V7.3".
+2) Double-click on its icon; it mounts a disk volume named "Coq V8.0".
-3) Open volume "Coq 7.3" and double-click on coq-7.3.pkg to launch the
+3) Open volume "Coq 8.0" and double-click on coq-8.0.pkg to launch the
installer (you'll need administrator permissions).
-4) Coq installs in /usr/local/bin and can be used from a Terminal window: the
- interactive toplevel is named coqtop and the compiler is coqc.
+4) Coq installs in /usr/local/bin, which should be in your PATH, and
+ can be used from a Terminal window: the interactive toplevel is
+ named coqtop and the compiler is coqc.
If you have any trouble with this installation, please contact:
coq-bugs@pauillac.inria.fr.