diff --git a/.authors.yml b/.authors.yml index 077e14206..b1a8d3aef 100644 --- a/.authors.yml +++ b/.authors.yml @@ -357,7 +357,7 @@ github: RahulARanger - name: Marco Esters email: mesters@anaconda.com - num_commits: 59 + num_commits: 60 first_commit: 2023-05-12 11:44:12 github: marcoesters - name: Darryl Miles @@ -372,7 +372,7 @@ github: deepeshaburse - name: pre-commit-ci[bot] email: 66853113+pre-commit-ci[bot]@users.noreply.github.com - num_commits: 70 + num_commits: 71 first_commit: 2023-05-02 12:01:43 github: pre-commit-ci[bot] - name: Matthias Kuhn @@ -382,7 +382,7 @@ github: m-kuhn - name: dependabot[bot] email: 49699333+dependabot[bot]@users.noreply.github.com - num_commits: 56 + num_commits: 59 github: dependabot[bot] first_commit: 2024-05-07 10:16:05 - name: Julien Jerphanion @@ -417,5 +417,5 @@ - Robin github: lrandersson email: 34315751+lrandersson@users.noreply.github.com - num_commits: 9 + num_commits: 11 first_commit: 2025-10-21 08:30:00 diff --git a/CHANGELOG.md b/CHANGELOG.md index 404568bfd..65bb2bd58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ [//]: # (current developments) +## 2025-12-10 3.14.2: +### Enhancements + +* Improve logging experience for EXE installers: (#1108) + - Use `cmd.exe` to run commands so that outputs are captured. + - Output command output in CLI installations. + - Prevent log builds from writing to log before installation directory exists. + - Remove registry entries while installation directory still exists so that errors are logged. + +### Bug fixes + +* EXE: Fixed an issue for silent installers where command-line argument `/KeepPkgCache` was ignored and `/NoRegistry` would reset the default value. (#1132) + +### Contributors + +* @marcoesters +* @lrandersson + + + ## 2025-12-08 3.14.1: ### Bug fixes diff --git a/news/1108-improve-logging b/news/1108-improve-logging deleted file mode 100644 index 265f2a1ce..000000000 --- a/news/1108-improve-logging +++ /dev/null @@ -1,23 +0,0 @@ -### Enhancements - -* Improve logging experience for EXE installers: (#1108) - - Use `cmd.exe` to run commands so that outputs are captured. - - Output command output in CLI installations. - - Prevent log builds from writing to log before installation directory exists. - - Remove registry entries while installation directory still exists so that errors are logged. - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* - -### Other - -* diff --git a/news/1132-fix-cli-args b/news/1132-fix-cli-args deleted file mode 100644 index 9aae82d89..000000000 --- a/news/1132-fix-cli-args +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* EXE: Fixed an issue for silent installers where command-line argument `/KeepPkgCache` was ignored and `/NoRegistry` would reset the default value. (#1132) - -### Deprecations - -* - -### Docs - -* - -### Other - -*