You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: master_changes.md
-25Lines changed: 0 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,6 @@ moved, etc.), please update the _API updates_ part (it helps opam library
11
11
users)
12
12
13
13
## Version
14
-
* Bump the version of opam to 2.3.0~alpha2~dev [#6204@kit-ty-kate]
15
14
16
15
## Global CLI
17
16
@@ -22,7 +21,6 @@ users)
22
21
## Config report
23
22
24
23
## Actions
25
-
* Fix the install cache storing the wrong version of the opam file after a build failure [#6213@kit-ty-kate]
26
24
27
25
## Install
28
26
@@ -35,7 +33,6 @@ users)
35
33
## Config
36
34
37
35
## Pin
38
-
*[BUG] Fix first retrieval of local VCS pin done as local path [#6221@rjbou - fix #5809]
39
36
40
37
## List
41
38
@@ -52,7 +49,6 @@ users)
52
49
## Source
53
50
54
51
## Lint
55
-
*[BUG] fix lint W59 with local urls that are not archives [#6219@rjbou - fix #6218]
56
52
57
53
## Repository
58
54
@@ -73,17 +69,10 @@ users)
73
69
## VCS
74
70
75
71
## Build
76
-
* Bump the requirement for dune to 2.8 [#6204@kit-ty-kate]
77
-
* Bump the vendored version of dune to 3.16.0, cppo to 1.7.0 and extlib to 1.8.0 [#6223@kit-ty-kate]
78
-
* Fix compilation with OCaml 5.3 when using the vendored extlib by updating to the 5.3 compatible version (e.g. `make cold` or `./configure --with-vendored-deps`) [#6223@kit-ty-kate]
79
-
* Fix the compilation of opam on Windows with OCaml >= 5.0 again [#6216@kit-ty-kate]
80
72
81
73
## Infrastructure
82
74
83
75
## Release scripts
84
-
* Fix the release script after the bump of dune lang to 2.6 [#6204@kit-ty-kate]
85
-
* Fix the release script after the introduction of opam\_core\_stubs [#6204@kit-ty-kate]
86
-
* Improve the release script by ignoring interactive questions asked by the FreeBSD package manager [#6204@kit-ty-kate]
87
76
88
77
## Install script
89
78
@@ -111,20 +100,10 @@ users)
111
100
112
101
## Reftests
113
102
### Tests
114
-
* Move pin test to pin-legacy [#6135@rjbou]
115
-
* More exhaustive test for pin command: test different behaviour and cli options [#6135@rjbou]
116
-
* pin: add a test for erroneous first fetch done as local path on local VCS pinned packages [#6221@rjbou]
117
-
* Add cache test for installed packages cache update after an action failure [#6213@kit-ty-kate@rjbou]
118
-
* Add more tests for lint W59 [#6219@rjbou]
119
103
120
104
### Engine
121
-
* Update print file function [#6233@rjbou]
122
-
* Add `opam-cache` command, to display internal cache content in reftest [#6233@rjbou]
123
105
124
106
## Github Actions
125
-
* Add OCaml 5.2.0 to the build matrix [#6216@kit-ty-kate]
126
-
* Allow to have more than one OCaml default version to run all jobs and add 5.2 to the list of default versions together with 4.14 [#6216@kit-ty-kate]
127
-
* Bump 4.14 to the latest patch version (4.14.2) [#6216@kit-ty-kate]
128
107
129
108
## Doc
130
109
@@ -136,13 +115,9 @@ users)
136
115
## opam-repository
137
116
138
117
## opam-state
139
-
*`OpamSwitchState.Installed_cache`: export `load` function [#6233@rjbou]
140
118
141
119
## opam-solver
142
120
143
121
## opam-format
144
122
145
123
## opam-core
146
-
*`OpamStd.Sys.{get_terminal_columns,uname,getconf,guess_shell_compat}`: Harden the process calls to account for failures [#6230@kit-ty-kate - fix #6215]
147
-
*`OpamStd.Sys.{uname,getconf}`: now accepts only one argument as parameter, as per their documentation [#6230@kit-ty-kate]
148
-
*`OpamSystem`: add `is_archive_from_string` that does the same than `is_archive` but without looking at the file, only analysing the string (extension) [#6219@rjbou]
Copy file name to clipboardExpand all lines: opam-devel.opam
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
opam-version: "2.0"
2
-
version: "2.3.0~alpha2~dev"
3
-
synopsis: "Bootstrapped development binary for opam 2.2"
2
+
version: "2.3.0~beta1"
3
+
synopsis: "Bootstrapped development binary for opam 2.3"
4
4
description: """
5
5
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.
Copy file name to clipboardExpand all lines: opam-installer.opam
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
opam-version: "2.0"
2
-
version: "2.3.0~alpha2~dev"
2
+
version: "2.3.0~beta1"
3
3
synopsis: "Installation of files to a prefix, following opam conventions"
4
4
description: """
5
5
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.
0 commit comments