Releases: swiftlang/swift-installer-scripts
Releases · swiftlang/swift-installer-scripts
Swift 5.10.1 Release
swift-5.10.1-RELEASE Merge pull request #283 from apple/update-the-swift-5.10-release-rpm-…
Swift 5.10 Release
What's Changed
- Migrate the Windows installer to WiX v4 by @tristanlabelle in #184
- Fix default Windows install directory regression from WiX v4 port by @tristanlabelle in #185
- WiX: add upgrade code for ARM64 devtools by @compnerd in #187
- WiX: permit building the installer for ARM64 by @compnerd in #188
- WiX: remove the support for packaging for Debug Info by @compnerd in #190
- WiX: add swiftToCxx content to the toolchain distribution by @compnerd in #191
- Migrate Windows installer to Wix v4.0.0 release by @tristanlabelle in #193
- WiX: remove unnecessary MSI Property by @compnerd in #195
- WiX: package up CompilerPluginSupport module by @compnerd in #197
- WiX: simplify the swift-format package definition by @compnerd in #202
- WiX: version the installations of the toolchain, devtools, runtime by @compnerd in #201
- WiX: rewrite the package identities by @compnerd in #196
- Add wix files for swift-inspect. by @hjyamauchi in #204
- WiX: simplify the devtools package definition by @compnerd in #203
- WiX: simplify the toolchain package definition by @compnerd in #205
- WiX: simplify the runtime package definition by @compnerd in #206
- WiX: simplify the SDK package definition by @compnerd in #209
- WiX: Windows packaging improvements by @compnerd in #207
- WiX: repair the x86 SDK packaging by @compnerd in #212
- [cxx-interop] CxxShim files became arch-independent by @egorzhdan in #213
- WiX: adjust installer images according to official Swift logo guidelines by @lxbndr in #214
- Refactor WiX installer projects by @barnson in #215
- WiX: package
libcxxstdlibshim.h
on Windows by @compnerd in #218 - Add merge modules for the runtime. by @barnson in #217
- WiX: package CxxStdlib on Windows by @compnerd in #220
- WiX: add missing product name by @compnerd in #221
- WiX: adjust some product description strings (NFC) by @compnerd in #227
- Per user bundle and side-by-side upgrade support by @barnson in #224
- WiX: adjust Cxx module packaging by @compnerd in #231
- Fix PATH environment variable for
Tools
folder. by @barnson in #234 - Add checkboxes per SDK for redist MSMs. by @barnson in #235
- WiX: use Swift logo for the installer by @compnerd in #232
- WiX: Package
std.apinotes
into the Windows installer by @egorzhdan in #230 - WiX: adjust the packaging for CxxStdlib by @compnerd in #237
- WiX: adjust the installer UI by @compnerd in #236
- WiX: taller side artwork by @lxbndr in #238
- Disable feature checkbox for bld.msi. by @barnson in #240
- WiX: update logo icon for Windows by @compnerd in #239
- Windows installers documentation. by @barnson in #226
- WiX: package the VC redist as part of the installation by @compnerd in #251
- WiX: package up macro support libraries by @compnerd in #258
- WiX: package Observable into the distribution by @compnerd in #259
- WiX: package up
SwiftBridging
C++ module by @compnerd in #265 - WiX: package up DocC conditionally by @compnerd in #267
- WiX: add a new bundle upgrade code for 5.10 release by @hyp in #268
- WiX: package
_InternalSwiftStaticMirror
on Windows by @compnerd in #270
New Contributors
- @hjyamauchi made their first contribution in #204
- @egorzhdan made their first contribution in #213
- @barnson made their first contribution in #215
Full Changelog: swift-5.9.2-RELEASE...swift-5.10-RELEASE