Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mirage/mirage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7ee8896e0eef
Choose a base ref
...
head repository: mirage/mirage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9be9b6160842
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 28, 2016

  1. add 2.9.1 changes

    yomimono committed Jul 28, 2016
    Copy the full SHA
    70fa801 View commit details
  2. Copy the full SHA
    f918e6e View commit details

Commits on Aug 16, 2016

  1. Merge pull request #573 from yomimono/update-changelog

    Update changelog
    yomimono authored Aug 16, 2016
    Copy the full SHA
    9be9b61 View commit details
Showing with 33 additions and 0 deletions.
  1. +33 −0 CHANGES.md
33 changes: 33 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
### 3.0.0 (2016-soon!)

* use an int64 representing nanoseconds as the argument for `TIME.sleep`,
instead of a float representing seconds. (#547, by @hannesm)
* expose new targets `virtio` and `ukvm` via the `solo5` project. (#565,
by @djwillia, @mato, and @hannesm).
* remove users of `base_context`, which includes command-line arguments `--unix`
and `--xen`, and `config.ml` functions `add_to_ocamlfind_libraries` and
`add_to_opam_packages`. As a side effect, fix a long-standing error message
bug when invoking `mirage` against a `config.ml` that does not build.
(#560, by @yomimono)
* link `libgcc.a` only on ARM & other build improvements (#544, by @hannesm)
* allow users to use `crunch` on unix with `kv_ro`; clean up crunch .mlis on
clean (#556, by @yomimono)
* remove console arguments to network functors (#554, by @talex5 and @yomimono)
* standardize ip source and destination argument names as `src` and `dst`, and
source and destination ports as `src_port` and `dst_port` (#546, by @yomimono)
* a large number of documentation improvements (#549, by @djs55)
* require `pseudoheader` function for IP module types. (#541, by @yomimono)
* always build with `ocamlbuild -r`, to avoid repetitive failure message
(#537, by @talex5)

### 2.9.1 (2016-07-20)

* Warn users of command-line arguments `--unix` and `--xen` that support for
these will soon be dropped. Instead, use `-t unix` and `-t xen` respectively.
(see https://github.com/mirage/mirage-www/pull/475#issuecomment-233802501)
(#561, by @yomimono)
* Warn users of functions `add_to_opam_packages p` and
`add_to_ocamlfind_libraries l` that support for these will soon be dropped.
Instead, use `register ~libraries:l` and `register:~packages:p`
respectively. (#561, by @yomimono).

### 2.9.0 (2016-04-29)

* Add logging support. A new `reporter` parameter to `register` is now