Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
why3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab upgrade completed. Current version is 17.11.4.
Show more breadcrumbs
Why3
why3
Commits
058ae86c
Commit
058ae86c
authored
12 years ago
by
MARCHE Claude
Browse files
Options
Downloads
Patches
Plain Diff
preparation for release 0.81
parent
a4a8c17d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGES
+4
-0
4 additions, 0 deletions
CHANGES
ROADMAP
+7
-7
7 additions, 7 deletions
ROADMAP
Version
+1
-1
1 addition, 1 deletion
Version
configure.in
+2
-2
2 additions, 2 deletions
configure.in
with
14 additions
and
10 deletions
CHANGES
+
4
−
0
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
...
...
This diff is collapsed.
Click to expand it.
ROADMAP
+
7
−
7
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
...
...
This diff is collapsed.
Click to expand it.
Version
+
1
−
1
View file @
058ae86c
# Why version
VERSION=0.8
0+git
VERSION=0.8
1prerelease
...
...
This diff is collapsed.
Click to expand it.
configure.in
+
2
−
2
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment