Skip to content

Commit d77db15

Browse files
committed
change log + webpage for release 1.6
1 parent da350df commit d77db15

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11

2+
== RelationAlgebra 1.6 (2016, May 10th) ==
3+
4+
- minor fix to make it compile with Coq 8.5pl1
5+
26
== RelationAlgebra 1.5 (2016, March 4th) ==
37

48
- few additions to the [relalg] and [lattice] modules

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ verification:
5858

5959
## INSTALLATION
6060

61-
Run 'make' to compile the library, and 'make install' to install
62-
it. Coq v8.5.0 is required; more recent versions might work.
61+
Run 'make' to compile the library, and 'make install' to install it.
6362

6463

6564
## DOCUMENTATION

index.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,12 @@ <h2 id="download">Download</h2>
121121
Public License version 3. It is available through opam, under the
122122
name <em>relation-algebra</em>. Alternatively, here are the various versions:
123123
<ul>
124+
<li> Seventh release (2016 mai 10th):
125+
<a href="https://github.com/damien-pous/relation-algebra/archive/v1.6.tar.gz">
126+
relation-algebra-1.6.tar.gz</a> (compiles at least with Coq v8.5pl1).
124127
<li> Sixth release (2016 march 4th):
125128
<a href="https://github.com/damien-pous/relation-algebra/archive/v1.5.tar.gz">
126-
relation-algebra-1.5.tar.gz</a> (compiles at least with Coq v8.5.0).
129+
relation-algebra-1.5.tar.gz</a> (compiles with Coq v8.5.0).
127130
<li> Fifth release (2016 february 9th):
128131
<a href="https://github.com/damien-pous/relation-algebra/archive/v1.4.tar.gz">
129132
relation-algebra-1.4.tar.gz</a> (compiles at least with Coq v8.5.0).

0 commit comments

Comments
 (0)