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: cc82e5160544
Choose a base ref
...
head repository: mirage/mirage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2df071146244
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Nov 17, 2017

  1. Prepare to release 3.0.6

    Signed-off-by: David Scott <dave@recoil.org>
    djs55 committed Nov 17, 2017
    Copy the full SHA
    dd37705 View commit details
  2. travis: use the mirage-dev branch of mirage-skeleton

    Signed-off-by: David Scott <dave@recoil.org>
    djs55 committed Nov 17, 2017
    Copy the full SHA
    d38a085 View commit details
  3. travis: minimum version is 4.04.0

    Signed-off-by: David Scott <dave@recoil.org>
    djs55 committed Nov 17, 2017
    Copy the full SHA
    2747017 View commit details

Commits on Nov 22, 2017

  1. Merge pull request #864 from djs55/release.3.0.6

    Prepare to release 3.0.6
    yomimono authored Nov 22, 2017
    Copy the full SHA
    2df0711 View commit details
Showing with 12 additions and 5 deletions.
  1. +1 −1 .travis-ci.sh
  2. +4 −4 .travis.yml
  3. +7 −0 CHANGES.md
2 changes: 1 addition & 1 deletion .travis-ci.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
eval `opam config env`
opam depext -uiy mirage
cd ~
git clone https://github.com/mirage/mirage-skeleton.git
git clone -b mirage-dev https://github.com/mirage/mirage-skeleton.git
make -C mirage-skeleton && rm -rf mirage-skeleton
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -16,11 +16,11 @@ env:
- TESTS=false #testing via travis-ci.sh
matrix:
- PACKAGE=mirage DISTRO=debian-testing OCAML_VERSION=4.04.2 EXTRA_ENV="MODE=xen"
- PACKAGE=mirage DISTRO=debian-testing OCAML_VERSION=4.03.0 EXTRA_ENV="MODE=ukvm"
- PACKAGE=mirage DISTRO=debian-unstable OCAML_VERSION=4.03.0 EXTRA_ENV="MODE=unix"
- PACKAGE=mirage DISTRO=debian-testing OCAML_VERSION=4.04.2 EXTRA_ENV="MODE=ukvm"
- PACKAGE=mirage DISTRO=debian-unstable OCAML_VERSION=4.04.2 EXTRA_ENV="MODE=unix"
- PACKAGE=mirage DISTRO=centos-7 OCAML_VERSION=4.04.2 EXTRA_ENV="MODE=xen"
- PACKAGE=mirage DISTRO=centos-7 OCAML_VERSION=4.03.0 EXTRA_ENV="MODE=ukvm"
- PACKAGE=mirage DISTRO=centos-7 OCAML_VERSION=4.04.2 EXTRA_ENV="MODE=ukvm"
- PACKAGE=mirage DISTRO=centos-7 OCAML_VERSION=4.04.2 EXTRA_ENV="MODE=virtio"
- PACKAGE=mirage DISTRO=ubuntu-16.04 OCAML_VERSION=4.04.2 EXTRA_ENV="MODE=xen"
- PACKAGE=mirage DISTRO=ubuntu-16.04 OCAML_VERSION=4.04.2 EXTRA_ENV="MODE=ukvm"
- PACKAGE=mirage DISTRO=ubuntu-16.04 OCAML_VERSION=4.03.0 EXTRA_ENV="MODE=virtio"
- PACKAGE=mirage DISTRO=ubuntu-16.04 OCAML_VERSION=4.04.2 EXTRA_ENV="MODE=virtio"
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 3.0.6 (2017-11-16)

* remove macOS < yosemite support (#860 by @hannesm)
* rename `mirage-http` to `cohttp-mirage` (#863 by @djs55)
See [mirage/ocaml-cohttp#572]
* opam: require OCaml 4.04.2+ (#867 by @hannesm)

### 3.0.5 (2017-08-08)

* Allow runtime configuration of syslog via config keys `--syslog`,