Skip to content

Commit a6a7a2a

Browse files
authored
Update changelog 3.10.0 (#894)
1 parent f8cc8d1 commit a6a7a2a

15 files changed

+33
-252
lines changed

.authors.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
github: chenghlee
265265
- name: conda-bot
266266
267-
num_commits: 44
267+
num_commits: 48
268268
first_commit: 2022-01-25 21:38:28
269269
alternate_emails:
270270
@@ -277,7 +277,7 @@
277277
aliases:
278278
- Jaime RGP
279279
- jaimergp
280-
num_commits: 81
280+
num_commits: 91
281281
first_commit: 2022-01-08 14:56:53
282282
github: jaimergp
283283
- name: Tom Hören
@@ -357,7 +357,7 @@
357357
github: RahulARanger
358358
- name: Marco Esters
359359
360-
num_commits: 21
360+
num_commits: 25
361361
first_commit: 2023-05-12 11:44:12
362362
github: marcoesters
363363
- name: Darryl Miles
@@ -372,7 +372,7 @@
372372
github: deepeshaburse
373373
- name: pre-commit-ci[bot]
374374
email: 66853113+pre-commit-ci[bot]@users.noreply.github.com
375-
num_commits: 23
375+
num_commits: 28
376376
first_commit: 2023-05-02 12:01:43
377377
github: pre-commit-ci[bot]
378378
- name: Matthias Kuhn
@@ -382,6 +382,6 @@
382382
github: m-kuhn
383383
- name: dependabot[bot]
384384
email: 49699333+dependabot[bot]@users.noreply.github.com
385-
num_commits: 11
385+
num_commits: 21
386386
github: dependabot[bot]
387387
first_commit: 2024-05-07 10:16:05

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
[//]: # (current developments)
22

3+
## 2024-11-11 3.10.0:
4+
### Enhancements
5+
6+
* Windows installers will now report progress to stdout if run in headless mode (`/S`). (#764, #812 via #847)
7+
* Add capability to add extra post-install pages to PKG installers. (#852)
8+
* Parallelize artifact downloads. (#855 via #857)
9+
* Improve detection and handling of standalone executable type. (#864)
10+
* 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)
11+
* 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)
12+
* Allow `__glibc` and `__osx` overrides with `CONDA_OVERRIDE_GLIBC` and `CONDA_OVERRIDE_OSX` environment variables, respectively (`.sh` installers only). (#888)
13+
14+
### Bug fixes
15+
16+
* Fix GLIBC detection method in some MUSL systems. (#850 via #856)
17+
* Respect `ssl_verify` setting if defined in any `condarc` file. (#851 via #860)
18+
* Ignore pre-existing `condarc` files to prevent these configuration files from interfering with the installation process. (#542 and #568 via #863)
19+
* Address quoting issue that created unneeded files in installation directory. (#865 via #887)
20+
* Perform disk space checks earlier and report errors in MB (`.sh` installers only). (#778 via 889)
21+
* Always report NSIS output when an error occurs. (#798 via #890)
22+
* Do not crash if `--output-dir` doesn't exist. Ensure it exists before creating installers. (#772 via #891)
23+
24+
### Contributors
25+
26+
* @jaimergp
27+
* @marcoesters
28+
29+
30+
331
## 2024-08-15 3.9.3:
432
### Bug fixes
533

news/847-nsis-out

Lines changed: 0 additions & 19 deletions
This file was deleted.

news/852-pkg-extra-pages

Lines changed: 0 additions & 19 deletions
This file was deleted.

news/856-fix-musl-glibc

Lines changed: 0 additions & 19 deletions
This file was deleted.

news/857-parallelize

Lines changed: 0 additions & 19 deletions
This file was deleted.

news/860-ssl-verify

Lines changed: 0 additions & 19 deletions
This file was deleted.

news/863-ignore-condarc-files

Lines changed: 0 additions & 19 deletions
This file was deleted.

news/864-improve-standalone-binary-detection

Lines changed: 0 additions & 19 deletions
This file was deleted.

news/885-installer-unattended

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)