Skip to content

Commit 3a709f9

Browse files
authored
Merge pull request #6800 from kit-ty-kate/rel-2.5.0-rc1
Release 2.5.0~rc1
2 parents c286a41 + 5f0210b commit 3a709f9

File tree

11 files changed

+21
-18
lines changed

11 files changed

+21
-18
lines changed

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ repositories (changes that are automatically handled by the format upgrade tools
33
are not marked). Those prefixed with "(+)" are new command/option (since
44
2.1.0~alpha2).
55

6+
2.5.0~rc1:
7+
* (no difference compared to 2.5.0~beta1)
8+
69
2.5.0~beta1:
710
* Allow the macOS sandbox to write in the `/var/folders/` and `/var/db/mds/`
811
directories as it is required by some of macOS core tools

configure

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl The line below must be formatted AC_INIT([opam],[VERSION]) with no extra spaces
2-
AC_INIT([opam],[2.5.0~beta1])
2+
AC_INIT([opam],[2.5.0~rc1])
33
AC_COPYRIGHT(Copyright 2012-2019 OcamlPro SAS)
44

55
AC_CONFIG_MACRO_DIR([m4])

opam-client.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "2.0"
2-
version: "2.5.0~beta1"
2+
version: "2.5.0~rc1"
33
synopsis: "Client library for opam 2.5"
44
description: """
55
Actions on the opam root, switches, installations, and front-end.

opam-core.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "2.0"
2-
version: "2.5.0~beta1"
2+
version: "2.5.0~rc1"
33
synopsis: "Core library for opam 2.5"
44
description:
55
"Small standard library extensions, and generic system interaction modules used by opam."

opam-devel.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "2.0"
2-
version: "2.5.0~beta1"
2+
version: "2.5.0~rc1"
33
synopsis: "Bootstrapped development binary for opam 2.5"
44
description: """
55
This package compiles (bootstraps) opam. For consistency and safety of the installation, the binaries are not installed into the PATH, but into lib/opam-devel, from where the user can manually install them system-wide.

opam-format.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "2.0"
2-
version: "2.5.0~beta1"
2+
version: "2.5.0~rc1"
33
synopsis: "Format library for opam 2.5"
44
description: """
55
Definition of opam datastructures and its file interface.

opam-installer.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "2.0"
2-
version: "2.5.0~beta1"
2+
version: "2.5.0~rc1"
33
synopsis: "Installation of files to a prefix, following opam conventions"
44
description: """
55
opam-installer is a small tool that can read *.install files, as defined by opam [1], and execute them to install or remove package files without going through opam.

opam-repository.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "2.0"
2-
version: "2.5.0~beta1"
2+
version: "2.5.0~rc1"
33
synopsis: "Repository library for opam 2.5"
44
description: """
55
This library includes repository and remote sources handling, including curl/wget, rsync, git, mercurial, darcs backends.

opam-solver.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "2.0"
2-
version: "2.5.0~beta1"
2+
version: "2.5.0~rc1"
33
synopsis: "Solver library for opam 2.5"
44
description: """
55
Solver and Cudf interaction. This library is based on the Cudf and Dose libraries, and handles calls to the external solver from opam.

0 commit comments

Comments
 (0)