From 76173df69d949894462e15837eb16af70c8204d2 Mon Sep 17 00:00:00 2001 From: Romain Calascibetta Date: Thu, 24 Feb 2022 13:17:52 +0100 Subject: [PATCH 1/2] Prepare v1.2.0 --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 078070f..8cc5c03 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +## v1.2.0 (2022-02-24) + +- Use `bigarray-compat` instead of `bigarray` library which does not exists on + OCaml 5.0 (@dinosaure, @kit-ty-kate, @anmonteiro, #7, #8) + ## v1.1.0 (2019-04-04) - Add Windows support by making `mmap` just a shim over From b5efb79871d290072a17f755566c8288cf069e4f Mon Sep 17 00:00:00 2001 From: Romain Calascibetta Date: Thu, 24 Feb 2022 13:20:47 +0100 Subject: [PATCH 2/2] Update license to respect SPDX standard --- mmap.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmap.opam b/mmap.opam index 779f6aa..e61068b 100644 --- a/mmap.opam +++ b/mmap.opam @@ -5,7 +5,7 @@ homepage: "https://github.com/mirage/mmap" bug-reports: "https://github.com/mirage/mmap/issues" doc: "https://mirage.github.io/mmap/" dev-repo: "git+https://github.com/mirage/mmap.git" -license: "LGPL 2.1 with linking exception" +license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" build: [ ["dune" "build" "-p" name "-j" jobs] ]