Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog 3.10.0 #894

Merged
merged 3 commits into from
Nov 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
github: chenghlee
- name: conda-bot
email: [email protected]
num_commits: 44
num_commits: 48
first_commit: 2022-01-25 21:38:28
alternate_emails:
- [email protected]
Expand All @@ -277,7 +277,7 @@
aliases:
- Jaime RGP
- jaimergp
num_commits: 81
num_commits: 91
first_commit: 2022-01-08 14:56:53
github: jaimergp
- name: Tom Hören
Expand Down Expand Up @@ -357,7 +357,7 @@
github: RahulARanger
- name: Marco Esters
email: [email protected]
num_commits: 21
num_commits: 25
first_commit: 2023-05-12 11:44:12
github: marcoesters
- name: Darryl Miles
Expand All @@ -372,7 +372,7 @@
github: deepeshaburse
- name: pre-commit-ci[bot]
email: 66853113+pre-commit-ci[bot]@users.noreply.github.com
num_commits: 23
num_commits: 28
first_commit: 2023-05-02 12:01:43
github: pre-commit-ci[bot]
- name: Matthias Kuhn
Expand All @@ -382,6 +382,6 @@
github: m-kuhn
- name: dependabot[bot]
email: 49699333+dependabot[bot]@users.noreply.github.com
num_commits: 11
num_commits: 21
github: dependabot[bot]
first_commit: 2024-05-07 10:16:05
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
[//]: # (current developments)

## 2024-11-11 3.10.0:
### Enhancements

* Windows installers will now report progress to stdout if run in headless mode (`/S`). (#764, #812 via #847)
* Add capability to add extra post-install pages to PKG installers. (#852)
* Parallelize artifact downloads. (#855 via #857)
* Improve detection and handling of standalone executable type. (#864)
* Export `INSTALLER_UNATTENDED` environment variable so pre- and post-install scripts can detect if the installer is running in batch/silent mode or not. (#882 via #885)
* Do not run conda-based virtual specs tests for `__glibc` and `__osx`. These are already tested by the installation script in an earlier step. (#868 via #887)
* Allow `__glibc` and `__osx` overrides with `CONDA_OVERRIDE_GLIBC` and `CONDA_OVERRIDE_OSX` environment variables, respectively (`.sh` installers only). (#888)

### Bug fixes

* Fix GLIBC detection method in some MUSL systems. (#850 via #856)
* Respect `ssl_verify` setting if defined in any `condarc` file. (#851 via #860)
* Ignore pre-existing `condarc` files to prevent these configuration files from interfering with the installation process. (#542 and #568 via #863)
* Address quoting issue that created unneeded files in installation directory. (#865 via #887)
* Perform disk space checks earlier and report errors in MB (`.sh` installers only). (#778 via 889)
* Always report NSIS output when an error occurs. (#798 via #890)
* Do not crash if `--output-dir` doesn't exist. Ensure it exists before creating installers. (#772 via #891)

### Contributors

* @jaimergp
* @marcoesters



## 2024-08-15 3.9.3:
### Bug fixes

Expand Down
19 changes: 0 additions & 19 deletions news/847-nsis-out

This file was deleted.

19 changes: 0 additions & 19 deletions news/852-pkg-extra-pages

This file was deleted.

19 changes: 0 additions & 19 deletions news/856-fix-musl-glibc

This file was deleted.

19 changes: 0 additions & 19 deletions news/857-parallelize

This file was deleted.

19 changes: 0 additions & 19 deletions news/860-ssl-verify

This file was deleted.

19 changes: 0 additions & 19 deletions news/863-ignore-condarc-files

This file was deleted.

19 changes: 0 additions & 19 deletions news/864-improve-standalone-binary-detection

This file was deleted.

19 changes: 0 additions & 19 deletions news/885-installer-unattended

This file was deleted.

19 changes: 0 additions & 19 deletions news/887-vspecs

This file was deleted.

19 changes: 0 additions & 19 deletions news/888-overrides-vpkgs

This file was deleted.

19 changes: 0 additions & 19 deletions news/889-disk

This file was deleted.

19 changes: 0 additions & 19 deletions news/890-debug-nsis

This file was deleted.

19 changes: 0 additions & 19 deletions news/891-output-dir

This file was deleted.

Loading