Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
b0ea528a
Commit
b0ea528a
authored
May 11, 2012
by
Jean-Christophe Filliâtre
Browse files
on the road to release 0.72
- fixed "make distrib" - updated CHANGES - changed version number to 0.72
parent
cb0ad97d
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
b0ea528a
* marks an incompatible change
version 0.72, May 11, 2012
==========================
o [Coq] new tactic "why3" to call external provers as oracles
o [Coq output] new feature: theory realizations (see manual, chapter 9)
o new tool why3session (see manual, section 6.7)
o new tool why3doc (see manual, section 6.8)
o support for multiple versions of the same prover (see manual, section 5.5)
o [why3ide] new features, including prover upgrade, alternate editors
o complete support for limiting provers' memory usage
o improved support on Microsoft Windows
o fix BTS 14221
o fix BTS 14190
o fix BTS 12457
o fix BTS 13854
o fix BTS 13849
...
...
Makefile.in
View file @
b0ea528a
...
...
@@ -1315,6 +1315,11 @@ DISTRIB_FILES = Version Makefile.in configure.in META.in configure \
modules/
*
.mlw
\
lib/coq/
*
/
*
.v lib/coq-tactic/
*
.v
\
share/provers-detection-data.conf.in
\
share/why3session.dtd
\
share/javascript/
*
.js share/javascript/
*
.css
\
share/javascript/themes/default/
*
.gif
\
share/javascript/themes/default/
*
.png
\
share/javascript/themes/default/
*
.css
\
share/emacs/why.el share/images/
*
.png share/lang/
*
.lang
\
share/bash/why3 share/zsh/_why3 share/vim/why3.vim
...
...
Version
View file @
b0ea528a
# Why version
VERSION=0.71+git
VERSION=0.72
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment