Skip to content
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
8 changes: 4 additions & 4 deletions .authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@
github: deepeshaburse
- name: pre-commit-ci[bot]
email: 66853113+pre-commit-ci[bot]@users.noreply.github.com
num_commits: 89
num_commits: 92
first_commit: 2023-05-02 12:01:43
github: pre-commit-ci[bot]
- name: Matthias Kuhn
Expand All @@ -382,7 +382,7 @@
github: m-kuhn
- name: dependabot[bot]
email: 49699333+dependabot[bot]@users.noreply.github.com
num_commits: 87
num_commits: 89
github: dependabot[bot]
first_commit: 2024-05-07 10:16:05
- name: Julien Jerphanion
Expand All @@ -405,7 +405,7 @@
github: Jrice1317
alternate_emails:
- 100002667+Jrice1317@users.noreply.github.com
num_commits: 6
num_commits: 7
first_commit: 2025-07-30 14:27:00
- name: dionizijefa
github: dionizijefa
Expand All @@ -420,7 +420,7 @@
email: 34315751+lrandersson@users.noreply.github.com
alternate_emails:
- randersson@anaconda.com
num_commits: 35
num_commits: 39
first_commit: 2025-10-21 08:30:00
- name: David Laehnemann
github: dlaehnemann
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
[//]: # (current developments)

## 2026-07-07 3.16.2:
### Enhancements

* Add a `--installer-type` command line option to build only a single installer type (`sh`, `pkg`, `exe`, or `msi`), overriding `installer_type` from the configuration. (#1266)

### Bug fixes

* Fix `AzureSignTool` signature verification failing for installer paths that contain spaces. (#1273)
* Improve the EXE installer path length check added in #1228 to also account for the package cache extraction path (`pkgs/<name-version-build>/`), preventing installations that were allowed to proceed from failing to extract packages when the install path was long. (#1282)

### Contributors

* @lrandersson



## 2026-06-22 3.16.1:
### Bug fixes

Expand Down
19 changes: 0 additions & 19 deletions news/1266-add-installer-type-cli

This file was deleted.

19 changes: 0 additions & 19 deletions news/1273-fix-msi-signing-spaces

This file was deleted.

19 changes: 0 additions & 19 deletions news/1282-fix-exe-pkgs-cache-path-length

This file was deleted.

Loading