From eec2f8d4232e4ddadbe284cb498e1c39ce5e191f Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 16 Jul 2020 12:37:54 +0200 Subject: [PATCH 1/2] Remove highest/lowest builds for 1.10 maintenance branch --- .github/workflows/continuous-integration.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 2b4afbf1b..b9dabd175 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -38,14 +38,6 @@ jobs: dependencies: highest os: ubuntu-latest experimental: false - - php-version: 5.3 - dependencies: lowest - os: ubuntu-latest - experimental: false - - php-version: 7.4 - dependencies: highest - os: ubuntu-latest - experimental: true # TODO fix build errors there if possible - php-version: 7.4 os: windows-latest dependencies: locked @@ -54,10 +46,6 @@ jobs: os: macos-latest dependencies: locked experimental: false - - php-version: 8.0 - dependencies: highest - os: ubuntu-latest - experimental: true steps: - name: "Checkout" From bf59f536d616f5a65e554602bf46217ebd9d27d0 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 16 Jul 2020 12:53:45 +0200 Subject: [PATCH 2/2] Prepare 1.10.9 release --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f80d676df..388832a6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [1.10.9] 2020-07-16 + + * Fixed Bitbucket redirect loop when credentials are outdated + * Fixed GitLab auth prompt wording + * Fixed `self-update` handling of files requiring admin permissions to write to on Windows (it now does a UAC prompt) + * Fixed parsing issues in funding.yml files + ### [1.10.8] 2020-06-24 * Fixed compatibility issue with git being configured to show signatures by default @@ -866,6 +873,7 @@ * Initial release +[1.10.9]: https://github.com/composer/composer/compare/1.10.8...1.10.9 [1.10.8]: https://github.com/composer/composer/compare/1.10.7...1.10.8 [1.10.7]: https://github.com/composer/composer/compare/1.10.6...1.10.7 [1.10.6]: https://github.com/composer/composer/compare/1.10.5...1.10.6