aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Dénès2017-10-06 11:03:42 +0200
committerMaxime Dénès2017-10-06 11:03:42 +0200
commite22bc3f687533aec3ae28a0ef0ffab74096d7b26 (patch)
tree01495c1512376a54ab2d131d83bc0d963ed71c94
parent338f511349d8c8d3990602db3ce0115cd174bdbf (diff)
parentc385838b3c0e48c1b074598c7cf4a418d000c0e8 (diff)
Merge PR #1129: 8.7+beta2 CHANGES
-rw-r--r--CHANGES12
1 files changed, 10 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index fdf0c9d6be..08c609cfa7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,14 +13,22 @@ Tactics
profiling, and "Set NativeCompute Profile Filename" customizes
the profile filename.
-Changes from 8.7+beta1 to 8.7.0
-===============================
+Changes from 8.7+beta1 to 8.7+beta2
+===================================
Tools
- In CoqIDE, the "Compile Buffer" command takes account of flags in
_CoqProject or other project file.
+Improvements around some error messages.
+
+Many bug fixes including two important ones:
+
+- BZ#5730: CoqIDE becomes unresponsive on file open.
+- coq_makefile: make sure compile flags for Coq and coq_makefile are in sync
+ (in particular, make sure the `-safe-string` option is used to compile plugins).
+
Changes from 8.6.1 to 8.7+beta1
===============================