From 73663e6c05f2591769d47fd26f083ee136962af0 Mon Sep 17 00:00:00 2001 From: Gerd Stolpmann Date: Wed, 6 Nov 2024 18:05:51 +0100 Subject: [PATCH 1/3] prep 1.9.7 --- doc/README.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/README.xml b/doc/README.xml index 6b16103..fa713f8 100644 --- a/doc/README.xml +++ b/doc/README.xml @@ -115,6 +115,15 @@ configuration files, and library routines in detail.

where we may want to implement a `.cma` -> `.js` cache instead of calling `Dynlink.loadfile` dynamically. (Emilio J. Gallego Arias).

+

Fix auto-detection of -opaque (Stephen Dolan)

+

Fix linking of threads.cmxa in OCaml-5.2 (David Allsopp)

+

Improved scripts (shellcheck) (Marek Kubica)

+

Support for relocatable installations (Marek Kubica)

+

Support OCAMLOPT_SHARED (Chen Qi)

+

Avoid exception for PATH containing "." (Dmetry Bely)

+

Fixes for Windows (David Allsopp)

+

Typos in documentation (Antonin Décimo)

+

Upgrade ocamlfind for OCaml-5 (David Allsopp)

  • From 79e94a15e17fb5e599d7d6bf14b3077340ccb23f Mon Sep 17 00:00:00 2001 From: Gerd Stolpmann Date: Wed, 6 Nov 2024 18:06:23 +0100 Subject: [PATCH 2/3] prep 1.9.7 --- opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opam b/opam index d7d7cb4..d0ec8c2 100644 --- a/opam +++ b/opam @@ -1,6 +1,6 @@ opam-version: "2.0" name: "ocamlfind" -version: "1.9.6.git" +version: "1.9.7.git" license: "MIT" synopsis: "A library manager for OCaml" maintainer: "Thomas Gazagnaire " From ecce67d1b562025d181e8b778a2163922f6ae7c7 Mon Sep 17 00:00:00 2001 From: Gerd Stolpmann Date: Wed, 6 Nov 2024 18:38:41 +0100 Subject: [PATCH 3/3] adding file to distribution --- findlib.files | 1 + 1 file changed, 1 insertion(+) diff --git a/findlib.files b/findlib.files index b3d91ea..2b0ff80 100644 --- a/findlib.files +++ b/findlib.files @@ -115,6 +115,7 @@ x src/findlib/fl_meta.ml x src/findlib/findlib_config.ml x src/findlib/ocaml_args.ml x src/findlib/topfind.ml +f src/findlib/topfind.in p src/findlib/.*\.ml p src/findlib/.*\.mli p src/findlib/.*\.mll