File rubygem-mini_racer.changes of Package rubygem-mini_racer
-------------------------------------------------------------------
Tue May 19 09:30:24 UTC 2020 - Stasiek Michalski <stasiek@michalski.cc>
- updated to version 0.3.1
-------------------------------------------------------------------
Tue Nov 6 10:29:13 UTC 2018 - mschnitzer@suse.com
- updated to version 0.2.4
* FIX: deadlock releasing context when shared isolates are used
* FEATURE: include js backtrace when snapshots do not compile
-------------------------------------------------------------------
Mon Oct 29 06:32:45 UTC 2018 - mschnitzer@suse.com
- updated to version 0.2.3
* Drop all conditional logic from Mini Racer compilation for clang, always
rely on MacOS being High Sierra or up
-------------------------------------------------------------------
Thu Sep 27 07:38:00 UTC 2018 - mschnitzer@suse.com
- updated to version 0.2.2
* WORKAROUND: RUBY_PLATFORM is hardcoded on Ruby compile and can not be
trusted for feature detection, use a different technique when checking for
macOS Mojave
- Since version 0.2.1
* FEATURE: Mojave macOS support
-------------------------------------------------------------------
Mon Sep 17 11:20:22 UTC 2018 - mschnitzer@suse.com
- updated to version 0.2.0
- Changelog from upstream:
* FEATURE: context#call to allow for cheaper invocation of functions
* FIX: rare memory leak when terminating a long running attached function
* FIX: rare segfault when terminating a long running attached function
* FIX: Reimplement Isolate#idle_notification using idle_notification_deadline, API remains the same @ignisf
* Account for changes in the upstream V8 API @ignisf
* Support for libv8 6.7
- Drop v8.patch as the patch was integrated in the source
code by upstream
- Add fix_shebangs.patch to get rid of /usr/bin/env shebangs
-------------------------------------------------------------------
Thu Feb 8 07:50:10 UTC 2018 - factory-auto@kulow.org
- updated to version 0.1.15
see installed CHANGELOG
23-08-2017
- 0.1.15
- bump dependency of libv8 to 6.3
-------------------------------------------------------------------
Mon Sep 11 12:42:56 UTC 2017 - coolo@suse.com
- updated to version 0.1.14
see installed CHANGELOG
23-08-2017
- 0.1.14
- libv8 erronuously bumped to beta, reverted change
23-08-2017
- 0.1.13
- Fix: amend array buffer allocator to use v8 6.0 compatible allocator @ignisf
-------------------------------------------------------------------
Thu Aug 3 19:26:46 UTC 2017 - coolo@suse.com
- updated to version 0.1.12
see installed CHANGELOG
18-07-2017
- 0.1.12
- Feature: upgrade libv8 to 5.9
- Fix: warning when runnin with ruby warnings enabled (missed @disposed initialize)
18-07-2017
- 0.1.11
- Feature: upgrade libv8 to 5.7
13-07-2017
- 0.1.10
- Fix leak: memory leak when disposing a context (20 bytes per context)
- Feature: added #heap_stats so you can get visibility from context to actual memory usage of isolate
- Feature: added #dispose so you reclaim all v8 memory right away as opposed to waiting for GC
- Feature: you can now specify filename in an eval eg: eval('a = 1', filename: 'my_awesome.js')
-------------------------------------------------------------------
Thu Mar 16 05:35:00 UTC 2017 - coolo@suse.com
- updated to version 0.1.9
see installed CHANGELOG
09-03-2017
- 0.1.9
- Perf: speed up ruby/node boundary performance when moving large objects
-------------------------------------------------------------------
Tue Feb 14 05:36:04 UTC 2017 - coolo@suse.com
- updated to version 0.1.8
see installed CHANGELOG
06-02-2017
- 0.1.8
- Fix: Include math.h to fix use of undeclared identifier floor with rbx. See #51
-------------------------------------------------------------------
Wed Nov 16 05:36:49 UTC 2016 - coolo@suse.com
- updated to version 0.1.7
see installed CHANGELOG
02-11-2016
- 0.1.7
- Fix: if for some reason an isolate was forked don't free it and raise a warning instead to avoid hanging process
-------------------------------------------------------------------
Sat Oct 29 04:39:57 UTC 2016 - coolo@suse.com
- updated to version 0.1.6
see installed CHANGELOG
25-10-2016
- 0.1.6
- Fix: timeout behavior was incorrect, in some cases stop could be called on already stopped contexts
-------------------------------------------------------------------
Mon Oct 17 04:35:08 UTC 2016 - coolo@suse.com
- updated to version 0.1.5
see installed CHANGELOG
10-10-2016
- 0.1.5
- Support for snapshots, shared isolates, runtime flags thanks to @wk8
- Fix timeout behavior when it occurs in an attached Ruby method
-------------------------------------------------------------------
Sat Jul 9 05:34:33 UTC 2016 - i@marguerite.su
- initial version 0.1.4