Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
why3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
119
Issues
119
List
Boards
Labels
Service Desk
Milestones
Merge Requests
16
Merge Requests
16
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Why3
why3
Commits
058ae86c
Commit
058ae86c
authored
Mar 21, 2013
by
MARCHE Claude
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
preparation for release 0.81
parent
a4a8c17d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
10 deletions
+14
-10
CHANGES
CHANGES
+4
-0
ROADMAP
ROADMAP
+7
-7
Version
Version
+1
-1
configure.in
configure.in
+2
-2
No files found.
CHANGES
View file @
058ae86c
* marks an incompatible change
version 0.81, March ??, 2013
==========================
o [prover] experimental support for SPASS >= 3.8 (with types)
o [prover] support for Z3 4.3.*
o [prover] fixed Coq 8.4 support for theory real.Trigonometry
...
...
ROADMAP
View file @
058ae86c
...
...
@@ -81,12 +81,12 @@ scheduled on March 2013
o [why3ide] allow several files on the command-line
o [ocaml API] incompatible changes in Set/Map/Hashtbl modules
o [ocaml API] examples in the manual extended to API for Why3ml programs
o [stdlib] fixed inconsistency in map.MapPermut theory
o [prover] fixed Coq 8.4 support for theory real.Trigonometry
o [prover] support for Gappa up to 0.16.
5
o [prover] support for Gappa up to 0.16.
6
o [prover] support for Z3 4.2, 4.3.*
o [prover] support for Alt-Ergo 0.95
o [prover] support for Alt-Ergo 0.95
.1
o [prover] support for CVC4
o [stdlib] fixed inconsistency in map.MapPermut theory
o [prover] support for PVS 6
o [prover] experimental support for mathematica
o [prover] experimental support for MathSAT5
...
...
@@ -107,7 +107,7 @@ scheduled on March 2013
in ./macros.tex, and then "make doc"
* manual in HTML: "make doc/html/index.html"
* do "make distrib"
* test
the distrib
why3-0.81.tar.gz
* test
distrib/
why3-0.81.tar.gz
* make a last commit:
- add tag 0.81 to the git repository, using git tag 0.81
- do not forget to push it using git push --tags
...
...
@@ -131,7 +131,7 @@ scheduled on March 2013
ln -s /users/www-perso/projets/why3/api-0.81 \
/users/www-perso/projets/why3/api
PROBLEME avec style.css
- update the main HTML page (sources are in
why3-papers/
www)
- update the main HTML page (sources are in
repository why3-
www)
- add links to extra resources like
http://why3.lri.fr/jfla-2012/, http://www.lri.fr/~marche/MPRI-2-36-1/,
page du cours de l'X (in french ? using Krakatoa/why3 bridge)
...
...
@@ -139,9 +139,9 @@ scheduled on March 2013
* add a new version to the bugtracker:
https://gforge.inria.fr/tracker/admin/?group_id=2990&atid=10293&add_extrafield=1
* produce the Why3 part of Toccata
l
gallery
* produce the Why3 part of Toccata gallery
-> add also a tar.gz and a ZIP file of it (this is done by doing
"make gallery-files" in the sources of the web pages)
"make gallery-files" in the sources of the
Toccata
web pages)
* Announce the distrib
- What to put in the announcement: see New Features above
* The next commit : add +git to the version in file Version
...
...
Version
View file @
058ae86c
# Why version
VERSION=0.8
0+git
VERSION=0.8
1prerelease
...
...
configure.in
View file @
058ae86c
...
...
@@ -113,11 +113,11 @@ AC_ARG_ENABLE(html-doc,
[ --enable-html-doc build HTML documentation],,
enable_html_doc=yes)
#
Frama-C plugin
#
Experimental Jessie3 Frama-C plugin, disabled by default
AC_ARG_ENABLE(frama-c,
[ --enable-frama-c enable Frama-C plugin],,
enable_frama_c=
yes
)
enable_frama_c=
no
)
# profiling
...
...
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