From Fedora Project Wiki

< User:Lkundrak

Revision as of 14:24, 20 December 2010 by Lkundrak (talk | contribs) (Created page with '== v8 JavaScript in Fedora Maintenance == === Problem scope === V8 is a standalone JIT-compiling JavaScript engine originating from Google Chrome browser and currently used by ...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

v8 JavaScript in Fedora Maintenance

Problem scope

V8 is a standalone JIT-compiling JavaScript engine originating from Google Chrome browser and currently used by various other projects, most notably Chromium browser, node.js runtime and various higher language bindings (Perl, ...). Upstream releases very quickly, keeping neither stable nor versioned ABI or API, which makes it painful for distributions such as Fedora to maintain a consistent v8 runtime environment during the release lifecycle (different versions of higher-level components may require different versions of v8). Also, upstream provides no support for older releases, which leaves maintenance of releases that distributions sticked to distribution maintainers. Apart from bug fixes, backporting security patches needs to be done by distribution maintainers.

Status

Release v8 version Chromium (not in Fedora) node.js (not in Fedora) Notes (fixes applied, known problems)
Fedora 14
Fedora 15 (Rawhide)
EPEL 6

Policies

Very rough idea here [1] TDB: How do we decide/coordinate on which version to ship?

TODO

  • What do other distributions do? Debian ships this