Skip to content

v43.1

Pre-release
Pre-release

Choose a tag to compare

@grahampugh grahampugh released this 27 Jun 15:37
· 0 commits to main since this release

No date

Updates in 43.1

  • New catalogs for macOS 27.
  • New icon for macOS 27.
  • Bumped required mist-cli version to 2.3.

Bugfixes in 43.1

  • Allow use of OS marketing name (e.g. Tahoe, Golden Gate) with --os in native and --fetch-full-installer modes (fixes #577).
  • Fixed an issue where /usr/local/bin/jq was being used as the default path when it should be /usr/bin/jq, and architecture was not being detected properly if Rosetta 2 was installed, meaning that the package installer was potentially putting the x86_64 version of jq into the PATH, and then failing upon upgrade to macOS 27 which removes Rosetta 2.
  • Improved column widths in the native list output to account for the length of macOS Golden Gate beta.
  • Fixed an issue in the Makefile where it was assumed that a component of the package component plist already existed.
  • If softwareupdate --fetch-full-installer finds an installer in a non-standard location it will fail to redownload it or move it to the correct location. erase-install.sh will now check that this has happened and exit with an explicit message to this effect, rather than attempt to find and scavenge that installer which may be legitimately cached elsewhere on disk for other purposes (addresses #531).