v0.1.3
Changed 1
- Bump Spidermonkey to the latest ESR patch release 140.14.0
Fixed 1
- Disable incremental garbage collection which had been causing rare issues
Security 1
- Backport several security fixes
From servo
Servo release v0.1.3
This update to the LTS branch mainly bumps Spidermonkey to the latest ESR patch release (140.14.0) and disables incremental garbage (which had been causing some rare issues). Note that the macos servoshell binaries attached to this release are not signed.
What's Changed
- LTS: Backport several security fixes by @jschwe in https://github.com/servo/servo/pull/46616
- LTS 0.1 mozjs ESR update by @jschwe in https://github.com/servo/servo/pull/47396
- backport: ci: Handle token expiry in crates.io publish by exiting early by @jschwe in https://github.com/servo/servo/pull/47422
Full Changelog: https://github.com/servo/servo/compare/v0.1.2...v0.1.3