7
0
forked from pool/rusty_v8
2022-06-19 00:05:25 +00:00
committed by Git OBS Bridge
parent 0b14e34f16
commit 4d4080689f
7 changed files with 55 additions and 10 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sat Jun 18 20:52:42 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
- update to 0.44.1:
* CI changes
- includes 0.44.0:
* Rolling to V8 10.4.132.5 (#1002)
- includes 0.43.1:
* fix(v8): don't crash on Apple Silicon when mprotect() fails
expectedly (#982)
* Rolling to V8 10.3.174.6 (#984)
- includes 0.43.0:
* Set v8::Promise internal field count to 1 (#967)
* Upgrade V8 to 10.3.174.3 (#969)
* chore: upgrade Rust crates (#972)
* feat: Context slots (#937)
* feat: add ObjectTemplate::set_immutable_proto() (#977)
* chore: update README to reflect Python 3 requirement (#980)
* chore: clean up and remove redundant gn args (#981)
* chore: reduce size of distributed static library (#918)
* feat: add Context::get_extras_binding_object (#975)
* ShadowRealm integration callback (#959)
- add fix-cflags.patch to fix build
-------------------------------------------------------------------
Thu May 19 20:52:00 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>