Skip to content

Commit

Permalink
Merge pull request #4921 from rjbou/212
Browse files Browse the repository at this point in the history
Bump to  2.1.2
  • Loading branch information
kit-ty-kate committed Dec 7, 2021
2 parents b3fdd6c + c555c6d commit 1388025
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 19 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Expand Up @@ -3,6 +3,11 @@ repositories (changes that are automatically handled by the format upgrade tools
are not marked). Those prefixed with "(+)" are new command/option (since
2.1.0~alpha2).

2.1.2:
* Fallback on dnf if yum does not exist on RHEL-based systems [#4825 @kit-ty-kate]
* Use --no-depexts in CLI 2.0 mode [#4908 @dra27]
* bootstrap: update ocaml version (fixes the compilation of opam with mingw) [#4927 @kit-ty-kate]

2.1.1:
* Fix typo in error message for opam var [#4786 @kit-ty-kate - fix #4785]
* Run the sandbox check in the temporary directory [#4787 @dra27 - fix #4783]
Expand Down
18 changes: 9 additions & 9 deletions configure

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion configure.ac
@@ -1,5 +1,5 @@
dnl The line below must be formatted AC_INIT(opam,VERSION) with no extra spaces
AC_INIT(opam,2.1.1)
AC_INIT(opam,2.1.2)
AC_COPYRIGHT(Copyright 2012-2019 OcamlPro SAS)

AC_CONFIG_MACRO_DIR([m4])
Expand Down
2 changes: 1 addition & 1 deletion opam-client.opam
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "2.1.1"
version: "2.1.2"
synopsis: "Client library for opam 2.1"
description: """
Actions on the opam root, switches, installations, and front-end.
Expand Down
2 changes: 1 addition & 1 deletion opam-core.opam
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "2.1.1"
version: "2.1.2"
synopsis: "Core library for opam 2.1"
description: """
Small standard library extensions, and generic system interaction modules used by opam.
Expand Down
2 changes: 1 addition & 1 deletion opam-devel.opam
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "2.1.1"
version: "2.1.2"
synopsis: "Bootstrapped development binary for opam 2.1"
description: """
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.
Expand Down
2 changes: 1 addition & 1 deletion opam-format.opam
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "2.1.1"
version: "2.1.2"
synopsis: "Format library for opam 2.1"
description: """
Definition of opam datastructures and its file interface.
Expand Down
2 changes: 1 addition & 1 deletion opam-installer.opam
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "2.1.1"
version: "2.1.2"
synopsis: "Installation of files to a prefix, following opam conventions"
description: """
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.
Expand Down
2 changes: 1 addition & 1 deletion opam-repository.opam
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "2.1.1"
version: "2.1.2"
synopsis: "Repository library for opam 2.1"
description: """
This library includes repository and remote sources handling, including curl/wget, rsync, git, mercurial, darcs backends.
Expand Down
2 changes: 1 addition & 1 deletion opam-solver.opam
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "2.1.1"
version: "2.1.2"
synopsis: "Solver library for opam 2.1"
description: """
Solver and Cudf interaction. This library is based on the Cudf and Dose libraries, and handles calls to the external solver from opam.
Expand Down
2 changes: 1 addition & 1 deletion opam-state.opam
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "2.1.1"
version: "2.1.2"
synopsis: "State library for opam 2.1"
description: """
Handling of the ~/.opam hierarchy, repository and switch states.
Expand Down
2 changes: 1 addition & 1 deletion opam.opam
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "2.1.1"
version: "2.1.2"
synopsis: "Meta-package for Dune"
maintainer: "opam-devel@lists.ocaml.org"
authors: [
Expand Down

0 comments on commit 1388025

Please sign in to comment.