diff --git a/.authors.yml b/.authors.yml index 5735fd6ec..da42a9405 100644 --- a/.authors.yml +++ b/.authors.yml @@ -196,7 +196,7 @@ github: pelson - name: Mark Harfouche email: mark.harfouche@gmail.com - num_commits: 11 + num_commits: 12 first_commit: 2020-08-29 16:45:08 github: hmaarrfk - name: Rachel Rigdon @@ -264,7 +264,7 @@ aliases: - Jaime RGP - jaimergp - num_commits: 1 + num_commits: 42 first_commit: 2022-01-08 14:56:53 github: jaimergp - name: Tom Hören @@ -324,6 +324,11 @@ github: guimondmm - name: Daniel Bast email: 2790401+dbast@users.noreply.github.com - num_commits: 16 + num_commits: 20 first_commit: 2022-12-08 12:49:40 github: dbast +- name: JoelStansbury + email: 48299585+JoelStansbury@users.noreply.github.com + num_commits: 1 + first_commit: 2023-01-31 11:23:34 + github: JoelStansbury diff --git a/.mailmap b/.mailmap index 9516be787..cfdf53876 100644 --- a/.mailmap +++ b/.mailmap @@ -33,6 +33,7 @@ Jaime Rodríguez-Guerra Jaime RGP jaimergp Jannis Leidel Jean-Luc Stevens jlstevens +JoelStansbury <48299585+JoelStansbury@users.noreply.github.com> John Kirkham Jonathan J. Helmus Jonathan Helmus Kale Franz Kale Franz diff --git a/AUTHORS.md b/AUTHORS.md index c72375db7..52ba4c6cf 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -22,6 +22,7 @@ Authors are sorted alphabetically. * Jaime Rodríguez-Guerra * Jannis Leidel * Jean-Luc Stevens +* JoelStansbury * John Kirkham * Jonathan J. Helmus * Kale Franz diff --git a/CHANGELOG.md b/CHANGELOG.md index 30f235569..0265eb549 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ [//]: # (current developments) +## 2023-02-07 3.4.3: +### Bug fixes + +* Fix interactive installation in Linux and macOS by ensuring user default is initialized. (#635 via #636) +* Protect all user setable variables in .sh installers against variable substitution. This allows `$` signs as part of the license/conclusion/name/version text without causing unexpected `$1: unbound variable` errors. (#635 via #638) + +### Docs + +* Add documentation for `--platform` argument, listing out available options. (#620) + +### Other + +* Improve CI reliability by installing NSIS with logging support via conda instead of getting it from sourceforge and manually extracting it. (#631 via #632) +* Test some .sh installers in interactive mode to test the interactive code path of the header.sh. (#637 via #638) +* Report example runs as integration coverage. (#639) + +### Contributors + +* @dbast +* @JoelStansbury +* @hmaarrfk + + + ## 2023-01-25 3.4.2: ### Enhancements diff --git a/news/620-platform-documentation b/news/620-platform-documentation deleted file mode 100644 index ab3232101..000000000 --- a/news/620-platform-documentation +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* Add documentation for `--platform` argument, listing out available options. (#620) - -### Other - -* diff --git a/news/632-nsis-logging-pkg-via-conda b/news/632-nsis-logging-pkg-via-conda deleted file mode 100644 index c05880c86..000000000 --- a/news/632-nsis-logging-pkg-via-conda +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* - -### Other - -* Improve CI reliability by installing NSIS with logging support via conda instead of getting it from sourceforge and manually extracting it. (#631 via #632) diff --git a/news/636-fix-init-conda b/news/636-fix-init-conda deleted file mode 100644 index 4e0f105d9..000000000 --- a/news/636-fix-init-conda +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* Fix interactive installation in Linux and macOS by ensuring user default is initialized. (#635 via #636) - -### Deprecations - -* - -### Docs - -* - -### Other - -* diff --git a/news/638-fix-header.sh-pager b/news/638-fix-header.sh-pager deleted file mode 100644 index 78bb89a76..000000000 --- a/news/638-fix-header.sh-pager +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* Protect all user setable variables in .sh installers against variable substitution. This allows `$` signs as part of the license/conclusion/name/version text without causing unexpected `$1: unbound variable` errors. (#635 via #638) - -### Deprecations - -* - -### Docs - -* - -### Other - -* Test some .sh installers in interactive mode to test the interactive code path of the header.sh. (#637 via #638) diff --git a/news/639-int-coverage b/news/639-int-coverage deleted file mode 100644 index 2c054b5d1..000000000 --- a/news/639-int-coverage +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* - -### Other - -* Report example runs as integration coverage. (#639)