summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar Stephane Glondu <steph@glondu.net>2014-01-19 15:09:26 +0100
committerGravatar Stephane Glondu <steph@glondu.net>2014-01-19 15:09:26 +0100
commit58545b00a1c1825d9e51b16c2986976dd45dd3b2 (patch)
treec19584a3daef4f5cb042291f8079225e09e5e751 /CHANGES
parentbdb99a4e91d98fa7be517808945e7f1c96dd8003 (diff)
parentd2c5c5e616a6e118291fe1ce9965c731adac03a8 (diff)
Merge tag 'upstream/8.4pl3dfsg'
Upstream version 8.4pl3dfsg
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES31
1 files changed, 31 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a696ad71..5df109a1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,34 @@
+Changes from V8.4pl2 to V8.4pl3
+===============================
+
+Ide_slave XML interface
+
+- 20120712, 20130419 : Invalidated protocol versions
+- From 20130419 extra datastructure : union
+ (Inl "" = <union val="in_l"><string></string></union>,
+ Inr _ = <union val="in_r">...)
+- 20130419~1 : new toplevel entry : message, not send by coptop v8.4 and not
+ handle by coqide v8.4. A message has a level and a content (of string).
+ Message levels are Debug of string, Info, Notice, Warning and Error.
+- 20130425 :
+ * new toplevel entry : feedback, once again not send by coqtop v8.4 and not
+ handle by coqide v8.4. A feedback gives the id of the sentence it provides info
+ about and a content. Feedback contents are Processed, AddedAxiom and
+ GlobRef of Util.loc * string * string * string * string
+ * <call val="interp"> must provide an attribute id of type int. It is OK in
+ coqtop v8.4 to alwais send <call val="interp" id="0">
+
+Bug fixes
+
+- Solved bugs:
+ #2230 #2837 #2846 #2987 #3003 #3001 #3013 #3023 #3025 #3036 #3118 #3169
+ #(3150, 3151, 3152, 3153)
+- Fixing a significant efficiency leak in the code of the field tactic.
+- Fix caching of local hint database in typeclasses eauto which could
+ miss some hypotheses.
+- Fix automatic solving of obligation in program, which was not trying
+ to solve obligations that had no undefined dependencies left.
+
Changes from V8.4pl1 to V8.4pl2
===============================