Skip to content

Commit

Permalink
Update CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbou committed Jul 24, 2023
1 parent e86ea68 commit f3d2e9b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 29 deletions.
22 changes: 22 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@ 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.2.0~alpha2:
* Permit internal Cygwin install on Windows [#5545 @rjbou @dra27]
* Add `--no-cygwin-setup`, `--cygwin-internal-install`,
`--cygwin-local-install` and `--cygwin-location <path>` experimental flags
available only on Windows to permit non-interactive Cygwin configuration
[#5545 @rjbou]
* opam var/option: Error with more accurate message in case of package/self
variable wrongly given as argument [#4903 @rjbou - fix #4489]
* [BUG] opam var/option: Handle package variable syntax in parse update
regexp [#4903 @rjbou - fix #4489]
* Lint: E29: The conflicts field's filter does not support package variables
[#5535 @kit-ty-kate]
* opam admin: On linting, clean output when stdout is not tty [#5594 @rjbou]
* Run autoupdate to silence autogen warnings [#5555 @MisterDA]
* Update bootstrap to use FlexDLL 0.43 from ocaml/flexdll [#5579 @MisterDA]
* configure: Ensure a complementary (32bit on 64bit platforms and 64bit on
32bit platforms) C compiler is installed on Windows [#5522 @kit-ty-kate]
* Bump versions, fix authors [#5603 #5609 #5611 @rjbou]
* Improve and extended tests: [#5385 #5535 @rjbou]
* Improve test engine: [#5481 @dra27]
* Improve Github actions: [#5555 #5588 #5598 @rjbou]

2.2.0~alpha:
* Depexts support Cygwin on Windows [#5542 @rjbou] [#5544 @rjbou]
[#5541 @dra27]
Expand Down
29 changes: 0 additions & 29 deletions master_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,12 @@ moved, etc.), please update the _API updates_ part (it helps opam library
users)

## Version
* Bump to 2.2.0~alpha2~dev [#5603 @rjbou]
* Update Kate email [#5609 @rjbou]
* Fix author heading in manpage [#5609 @rjbou]

## Global CLI

## Plugins

## Init
* Permit internal Cygwin install on Windows [#5545 @rjbou @dra27]
* Add `--no-cygwin-setup`, `--cygwin-internal-install`, `--cygwin-local-install` and `--cygwin-location <path>` experimental flags available only on Windows to permit non-interactive Cygwin configuration [#5545 @rjbou]

## Config report

Expand All @@ -42,8 +37,6 @@ users)
## Show

## Var/Option
* Handle package variable syntax in parse update regexp [#4903 @rjbou - fix #4489]
* Error with more accurate message in case of package/self variable wrongly given as argument [#4903 @rjbou - fix #4489]

## Update / Upgrade

Expand All @@ -52,7 +45,6 @@ users)
## Source

## Lint
* E29: The conflicts field's filter does not support package variables [#5535 @kit-ty-kate]

## Repository

Expand All @@ -71,16 +63,12 @@ users)
## VCS

## Build
* Run autoupdate to silence autogen warnings [#5555 @MisterDA]
* Update bootstrap to use FlexDLL 0.43 from ocaml/flexdll [#5579 @MisterDA]
* configure: Ensure a complementary (32bit on 64bit platforms and 64bit on 32bit platforms) C compiler is installed on Windows [#5522 @kit-ty-kate]

## Infrastructure

## Release scripts

## Admin
* When linting, clean output when stdout is not tty [#5594 @rjbou]

## Opam installer

Expand All @@ -102,41 +90,24 @@ users)

## Reftests
### Tests
* Detect change in root version when switching branches and re-build test roots [#5481 @dra27]
* Admin: add a full test [#5385 @rjbou]
* Lint
* E29: Add conflicts test and simplify W41 to no more trigger E29 [#5535 @rjbou]

### Engine

## Github Actions
* Fix hygiene scripts for install check: it was missing a conversion `~` -> `-` for dev version [#5588 @rjbou]
* Add configure autoupdate test [#5555 @rjbou]
* Fix cli version master check, introduced by #5555 [#5598 @rjbou]

## Doc

## Security fixes

# API updates
## opam-client
* `OpaminitDefault`: add `required_packages_for_cygwin` packages tool list [#5545 @rjbou]
* `OpamClient.init`: now propose to install internal Cygwin install [#5545 @rjbou]
* `OpamSolution.get_depext`: do not confirm in case of internal Cygwin install [#5545 @rjbou]
* `OpamClient.init`: add optional `cygwin_setup` argument to permit non interactive setup [#5545 @rjbou]
* `OpamCommands.init`: add cygwin setup flags [#5545 @rjbou]

## opam-repository

## opam-state
* `OpamSysinteract.Cygwin`: add `install` that performs a Cygwin install in opam internals [#5545 @rjbou @dra27]
* `OpamSysInteract.Cygwin`: add `is_internal` [#5545 @rjbou]
* `OpamSysInteract.install`: on Cygwin, upgrade automatically packages, and select local cache [#5545 @rjbou]

## opam-solver

## opam-format

## opam-core
* `OpamConsole.carriage_delete`: no-op when not tty out [#5595 @rjbou]
* `OpamSystem.make_command`: Remove the warning triggered when the command contained spaces [#5596 @rjbou - fix #5163]

0 comments on commit f3d2e9b

Please sign in to comment.