1
0
Fork 0
mirror of https://github.com/rubyjs/libv8 synced 2023-03-27 23:21:48 -04:00
libv8/CHANGELOG.md
2017-08-25 18:41:08 +03:00

2.1 KiB

v6.0.286.54.0, v6.0.286.54.1 - 2017-08-25

  • Update upstream v8 version to 6.0.286.54
  • V8 source is no longer pulled using the fetch command from depot_tools but is instead added as a submodule in the current tree
  • Hooks are no longer ran after syncing V8's upstream dependencies
  • Reordered libraries in accordance with the V8 wiki

v5.9.211.38.0, v5.9.211.38.1 - 2017-07-26

  • Update upstream v8 version to 5.9.211.38

v5.7.492.65.0, v5.7.492.65.1 - 2017-07-18

  • Update upstream v8 version to 5.7.492.65
  • Stop using the bundled toolchain to compile. (Fixes Alpine Linux compilation failures) #227
  • Set GYP_DEFINES when fetching/syncing upstream source #233
  • Add ARMv6 architecture detection #234, #235
  • Add an Alpine Linux Vagrant VM for testing purposes #221

v5.3.332.38.4, v5.3.332.38.5 - 2016-02-27

  • Fix architecture detection for armv7 #226
  • Dramatically reduce the binary size on macOS (thanks @aviat)
  • Allow passing of GYP_DEFINES as an environment variable

v5.3.332.38.2, v5.3.332.38.3 - 2016-11-21

  • Add a macOS Sierra binary gem

v5.3.332.38.0, v5.3.332.38.1 - 2016-09-07

  • Update upstream v8 version to 5.3.332.38

5.2.361.43.0, 5.2.361.43.1 - 2016-06-26:

  • Compare compiler versions part by part as integers instead of using string comparison on the whole version string #154 (thanks @ltk)
  • Update upstream v8 to version 5.2.361.43 and refresh the patch set

5.1.281.67.0, 5.1.281.67.1 - 2016-06-26:

  • Update upstream v8 version to 5.1.281.67 to address #219

5.1.281.59.0, 5.1.281.59.1 - 2016-06-15:

  • Update upstream v8 version to 5.1.281.59
  • Make sure the patch set is applied in the correct order

5.0.71.48.4, 5.0.71.48.5 - 2016-05-13:

  • Enable the -fPIC flag for ARM

5.0.71.48.2, 5.0.71.48.3 - 2016-05-13:

  • Upgrade upstream v8 version to 5.0.71.45
  • Remove all workarounds for building v8 3.16 with newer compilers

3.16.14.14, 3.16.14.15 - 2016-04-28:

  • Enhance compiler version detection and architecture detection #212
  • Introduce darwin13-15 binary building #211
  • Disable errors on warning for OS X #210
  • Improve --with-system-v8 error message #200
  • Fix the check for git-svn #199