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,10 +11,8 @@ moved, etc.), please update the _API updates_ part (it helps opam library
11
11
users)
12
12
13
13
## Version
14
-
* Bump the version number to `2.4.0~alpha2~dev`[#6476@kit-ty-kate]
15
14
16
15
## Global CLI
17
-
* Remove handling of the `OPAMSTATS` environment variable [#6485@hannesm]
18
16
19
17
## Plugins
20
18
@@ -33,7 +31,6 @@ users)
33
31
## UI
34
32
35
33
## Switch
36
-
* Do not include compiler packages flagged with `avoid-version`/`deprecated` in the invariant when calling `opam switch create [name] <version>`[#6494@kit-ty-kate]
37
34
38
35
## Config
39
36
@@ -46,9 +43,6 @@ users)
46
43
## Var/Option
47
44
48
45
## Update / Upgrade
49
-
* Fix a crash when updating a repository that is deleting or adding empty files [#6490@kit-ty-kate]
50
-
* Fix an extreme performance issue (takes several hours) when applying a large repository update [#6490@kit-ty-kate]
51
-
* Fix a crash when updating a git repository that moved a file to a new directory [#6490@kit-ty-kate]
52
46
53
47
## Tree
54
48
@@ -69,7 +63,6 @@ users)
69
63
## Opamfile
70
64
71
65
## External dependencies
72
-
* Cygwin: Fallback to the existing `setup-x86_64.exe` if its upgrade failed to be fetched [#6482@kit-ty-kate - fix #6495, partial fix #6474]
73
66
74
67
## Format upgrade
75
68
@@ -78,13 +71,10 @@ users)
78
71
## VCS
79
72
80
73
## Build
81
-
* Update the requirement for the `patch` library to `3.0.0~alpha2`[#6490@kit-ty-kate]
82
-
* Upgrade the downloaded-if-missing `patch` to `3.0.0~alpha2`[#6490@kit-ty-kate]
83
74
84
75
## Infrastructure
85
76
86
77
## Release scripts
87
-
* Add `2.4.0~alpha1` to the install scripts [#6475@kit-ty-kate]
88
78
89
79
## Install script
90
80
@@ -103,37 +93,28 @@ users)
103
93
## Shell
104
94
105
95
## Internal
106
-
* Fix a memory leak happening when running large numbers of commands or opening large number of opam files [#6485@hannesm - fix #6484]
107
96
108
97
## Internal: Unix
109
98
110
99
## Internal: Windows
111
100
112
101
## Test
113
-
* patchDiff: add some tests showing the handling of empty files and new directories [#6490@rjbou]
114
-
* patchDiff: test the diff parser when generated using `git diff`[#6490@rjbou]
115
102
116
103
## Benchmarks
117
104
118
105
## Reftests
119
106
### Tests
120
-
* Show the behaviour of `opam switch create` in presence of `avoid-version`/`deprecated` packages [#6494@kit-ty-kate]
121
-
* Add some tests showing the behaviour of the internal patch implementation [#6490@rjbou]
122
107
123
108
### Engine
124
109
125
110
## Github Actions
126
-
* Add depext job for depext test on Altlinux [#6277@rjbou]
127
-
* Upgrade the opam binary used for the depexts run to `2.4.0~alpha1`[#6277@kit-ty-kate]
128
111
129
112
## Doc
130
113
131
114
## Security fixes
132
115
133
116
# API updates
134
117
## opam-client
135
-
*`OpamClientConfig`: remove `STATS` variant and related `print_stats` field in config record [#6485@hannesm]
136
-
*`OpamArg.environment_variable`: make `STATS` as removed from cli 2.3 [#6485@rjbou]
Copy file name to clipboardExpand all lines: opam-devel.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.4.0~alpha2~dev"
2
+
version: "2.4.0~alpha2"
3
3
synopsis: "Bootstrapped development binary for opam 2.4"
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.4.0~alpha2~dev"
2
+
version: "2.4.0~alpha2"
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