-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #104 from djs55/prepare.2.3.1
Prepare to release v2.3.1
- Loading branch information
Showing
6 changed files
with
30 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,65 +1,69 @@ | ||
2.3.0 (unreleased) | ||
## 2.3.1 (2017-06-02) | ||
* Depend on new xen-{gnt,evtchn}-unix | ||
* Modernize Dockerfile and travis configuration | ||
|
||
## 2.3.0 (2017-01-24) | ||
* add archlinux dependencies | ||
* build against mirageos version 3, and drop support for earlier versions | ||
|
||
2.2.0 (2016-07-21) | ||
## 2.2.0 (2016-07-21) | ||
* remove ppx as a runtime dependency | ||
* configure supports --{en,dis}able-xen{,ctrl} arguments | ||
* supports but does not require FLOW.disconnect | ||
|
||
2.1.0 (2016-04-07) | ||
## 2.1.0 (2016-04-07) | ||
* now requires cstruct.1.9.0 and OCaml 4.02 for ppx | ||
|
||
2.0.3 (2015-09-03) | ||
## 2.0.3 (2015-09-03) | ||
* ounit is now a test dependency only | ||
* add coverage testing via travis and coveralls.io | ||
* doc: automatically upload the API docs to gh-pages | ||
* add js stubs | ||
* depend on lwt >= 2.5.0 | ||
|
||
2.0.2 (2015-01-27) | ||
## 2.0.2 (2015-01-27) | ||
* Support the `io-page` 1.3.0 interface. | ||
|
||
2.0.1 (2015-01-23) | ||
## 2.0.1 (2015-01-23) | ||
* add an `error_message` function to convert a Vchan error | ||
into a human-readable string. (#60) | ||
* Improve error messages from the `configure` output (#61). | ||
* Use modern centrally sourced Travis script for OPAM 1.2. | ||
|
||
2.0.0 (2014-11-03) | ||
## 2.0.0 (2014-11-03) | ||
* add `Vchan_lwt_unix` with instantiation of functor | ||
* make Vchan.Port.t abstract (previously was a string) | ||
* use the same Xenstore path convention as `libxenvchan.h` | ||
* support channel closing, `Eof etc | ||
* define an `ENDPOINT` signature for a Vchan. | ||
|
||
1.0.0 (2014-07-15) | ||
## 1.0.0 (2014-07-15) | ||
* test VM: uses the V1_LWT.FLOW signature | ||
|
||
0.9.7 (2014-06-18) | ||
## 0.9.7 (2014-06-18) | ||
* cli: server: choose a sensible default xenstore path | ||
* cli: server: set the xenstore permissions correctly | ||
* cli: client: don't assume we have perms to read the directory | ||
* Implement Mirage V1_LWT.FLOW signature | ||
|
||
0.9.6 (2014-06-14) | ||
## 0.9.6 (2014-06-14) | ||
* we should depend on mirage-types.lwt, not mirage | ||
|
||
0.9.5 (2014-06-14) | ||
## 0.9.5 (2014-06-14) | ||
* build the CLI by default | ||
|
||
0.9.4 (2014-04-29): | ||
## 0.9.4 (2014-04-29): | ||
* Update to mirage-1.1.0. | ||
|
||
0.9.3 (2013-10-09): | ||
## 0.9.3 (2013-10-09): | ||
* Fix an overflow in a client read from the vchan buffer. | ||
|
||
0.9.2 (2013-10-02): | ||
## 0.9.2 (2013-10-02): | ||
* Add Travis continuous integration scripts. | ||
* Add explicit dependency on OCaml 4.00+ | ||
|
||
0.9.1 (2013-09-27): | ||
## 0.9.1 (2013-09-27): | ||
* Remove 'blocking' parameter | ||
|
||
0.9 (2013-08-23): | ||
## 0.9 (2013-08-23): | ||
* Initial public release. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters