+This is an automatically updated **experimental**
+version of [Node.js](https://github.com/nodejs/node)
+with the lkgr (last known good revision) of V8.
-Node.js is an open-source, cross-platform, JavaScript runtime environment. It
-executes JavaScript code outside of a browser. For more information on using
-Node.js, see the [Node.js Website][].
+The daily builds of this repo can be found at
+[`v8-canary`](https://nodejs.org/download/v8-canary/).
+**Do not use this in production!**
-The Node.js project uses an [open governance model](./GOVERNANCE.md). The
-[OpenJS Foundation][] provides support for the project.
+This repository is not owned by `@nodejs/v8`, but they might be able to
+help with issues.
-**This project is bound by a [Code of Conduct][].**
-
-# Table of Contents
-
-* [Support](#support)
-* [Release Types](#release-types)
- * [Download](#download)
- * [Current and LTS Releases](#current-and-lts-releases)
- * [Nightly Releases](#nightly-releases)
- * [API Documentation](#api-documentation)
- * [Verifying Binaries](#verifying-binaries)
-* [Building Node.js](#building-nodejs)
-* [Security](#security)
-* [Contributing to Node.js](#contributing-to-nodejs)
-* [Current Project Team Members](#current-project-team-members)
- * [TSC (Technical Steering Committee)](#tsc-technical-steering-committee)
- * [Collaborators](#collaborators)
- * [Release Keys](#release-keys)
-
-## Support
-
-Looking for help? Check out the
-[instructions for getting support](.github/SUPPORT.md).
-
-## Release Types
-
-* **Current**: Under active development. Code for the Current release is in the
- branch for its major version number (for example,
- [v10.x](https://github.com/nodejs/node/tree/v10.x)). Node.js releases a new
- major version every 6 months, allowing for breaking changes. This happens in
- April and October every year. Releases appearing each October have a support
- life of 8 months. Releases appearing each April convert to LTS (see below)
- each October.
-* **LTS**: Releases that receive Long-term Support, with a focus on stability
- and security. Every even-numbered major version will become an LTS release.
- LTS releases receive 12 months of _Active LTS_ support and a further 18 months
- of _Maintenance_. LTS release lines have alphabetically-ordered codenames,
- beginning with v4 Argon. There are no breaking changes or feature additions,
- except in some special circumstances.
-* **Nightly**: Code from the Current branch built every 24-hours when there are
- changes. Use with caution.
-
-Current and LTS releases follow [Semantic Versioning](https://semver.org). A
-member of the Release Team [signs](#release-keys) each Current and LTS release.
-For more information, see the
-[Release README](https://github.com/nodejs/Release#readme).
-
-### Download
-
-Binaries, installers, and source tarballs are available at
-.
-
-#### Current and LTS Releases
-
-
-The [latest](https://nodejs.org/download/release/latest/) directory is an
-alias for the latest Current release. The latest-_codename_ directory is an
-alias for the latest release from an LTS line. For example, the
-[latest-carbon](https://nodejs.org/download/release/latest-carbon/) directory
-contains the latest Carbon (Node.js 8) release.
-
-#### Nightly Releases
-
-
-Each directory name and filename contains a date (in UTC time) and the commit
-SHA at the HEAD of the release.
-
-#### API Documentation
-
-Documentation for the latest Current release is at .
-Version-specific documentation is available in each release directory in the
-_docs_ subdirectory. Version-specific documentation is also at
-.
-
-### Verifying Binaries
-
-Download directories contain a `SHASUMS256.txt` file with SHA checksums for the
-files.
-
-To download `SHASUMS256.txt` using `curl`:
-
-```console
-$ curl -O https://nodejs.org/dist/vx.y.z/SHASUMS256.txt
-```
-
-To check that a downloaded file matches the checksum, run
-it through `sha256sum` with a command such as:
-
-```console
-$ grep node-vx.y.z.tar.gz SHASUMS256.txt | sha256sum -c -
-```
-
-For Current and LTS, the GPG detached signature of `SHASUMS256.txt` is in
-`SHASUMS256.txt.sig`. You can use it with `gpg` to verify the integrity of
-`SHASUM256.txt`. You will first need to import
-[the GPG keys of individuals authorized to create releases](#release-keys). To
-import the keys:
-
-```console
-$ gpg --keyserver pool.sks-keyservers.net --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
-```
-
-See the bottom of this README for a full script to import active release keys.
-
-Next, download the `SHASUMS256.txt.sig` for the release:
-
-```console
-$ curl -O https://nodejs.org/dist/vx.y.z/SHASUMS256.txt.sig
-```
-
-Then use `gpg --verify SHASUMS256.txt.sig SHASUMS256.txt` to verify
-the file's signature.
-
-## Building Node.js
-
-See [BUILDING.md](BUILDING.md) for instructions on how to build Node.js from
-source and a list of supported platforms.
-
-## Security
-
-For information on reporting security vulnerabilities in Node.js, see
-[SECURITY.md](./SECURITY.md).
-
-## Contributing to Node.js
-
-* [Contributing to the project][]
-* [Working Groups][]
-* [Strategic Initiatives][]
-
-## Current Project Team Members
-
-For information about the governance of the Node.js project, see
-[GOVERNANCE.md](./GOVERNANCE.md).
-
-### TSC (Technical Steering Committee)
-
-* [addaleax](https://github.com/addaleax) -
-**Anna Henningsen** <anna@addaleax.net> (she/her)
-* [apapirovski](https://github.com/apapirovski) -
-**Anatoli Papirovski** <apapirovski@mac.com> (he/him)
-* [BethGriggs](https://github.com/BethGriggs) -
-**Beth Griggs** <Bethany.Griggs@uk.ibm.com> (she/her)
-* [BridgeAR](https://github.com/BridgeAR) -
-**Ruben Bridgewater** <ruben@bridgewater.de> (he/him)
-* [ChALkeR](https://github.com/ChALkeR) -
-**Сковорода Никита Андреевич** <chalkerx@gmail.com> (he/him)
-* [cjihrig](https://github.com/cjihrig) -
-**Colin Ihrig** <cjihrig@gmail.com> (he/him)
-* [danbev](https://github.com/danbev) -
-**Daniel Bevenius** <daniel.bevenius@gmail.com> (he/him)
-* [fhinkel](https://github.com/fhinkel) -
-**Franziska Hinkelmann** <franziska.hinkelmann@gmail.com> (she/her)
-* [gabrielschulhof](https://github.com/gabrielschulhof) -
-**Gabriel Schulhof** <gabriel.schulhof@intel.com>
-* [jasnell](https://github.com/jasnell) -
-**James M Snell** <jasnell@gmail.com> (he/him)
-* [joyeecheung](https://github.com/joyeecheung) -
-**Joyee Cheung** <joyeec9h3@gmail.com> (she/her)
-* [mcollina](https://github.com/mcollina) -
-**Matteo Collina** <matteo.collina@gmail.com> (he/him)
-* [mhdawson](https://github.com/mhdawson) -
-**Michael Dawson** <michael_dawson@ca.ibm.com> (he/him)
-* [MylesBorins](https://github.com/MylesBorins) -
-**Myles Borins** <myles.borins@gmail.com> (he/him)
-* [sam-github](https://github.com/sam-github) -
-**Sam Roberts** <vieuxtech@gmail.com>
-* [targos](https://github.com/targos) -
-**Michaël Zasso** <targos@protonmail.com> (he/him)
-* [tniessen](https://github.com/tniessen) -
-**Tobias Nießen** <tniessen@tnie.de>
-* [Trott](https://github.com/Trott) -
-**Rich Trott** <rtrott@gmail.com> (he/him)
-
-### TSC Emeriti
-
-* [bnoordhuis](https://github.com/bnoordhuis) -
-**Ben Noordhuis** <info@bnoordhuis.nl>
-* [chrisdickinson](https://github.com/chrisdickinson) -
-**Chris Dickinson** <christopher.s.dickinson@gmail.com>
-* [evanlucas](https://github.com/evanlucas) -
-**Evan Lucas** <evanlucas@me.com> (he/him)
-* [Fishrock123](https://github.com/Fishrock123) -
-**Jeremiah Senkpiel** <fishrock123@rocketmail.com> (he/they)
-* [gibfahn](https://github.com/gibfahn) -
-**Gibson Fahnestock** <gibfahn@gmail.com> (he/him)
-* [gireeshpunathil](https://github.com/gireeshpunathil) -
-**Gireesh Punathil** <gpunathi@in.ibm.com> (he/him)
-* [indutny](https://github.com/indutny) -
-**Fedor Indutny** <fedor.indutny@gmail.com>
-* [isaacs](https://github.com/isaacs) -
-**Isaac Z. Schlueter** <i@izs.me>
-* [joshgav](https://github.com/joshgav) -
-**Josh Gavant** <josh.gavant@outlook.com>
-* [mscdex](https://github.com/mscdex) -
-**Brian White** <mscdex@mscdex.net>
-* [nebrius](https://github.com/nebrius) -
-**Bryan Hughes** <bryan@nebri.us>
-* [ofrobots](https://github.com/ofrobots) -
-**Ali Ijaz Sheikh** <ofrobots@google.com> (he/him)
-* [orangemocha](https://github.com/orangemocha) -
-**Alexis Campailla** <orangemocha@nodejs.org>
-* [piscisaureus](https://github.com/piscisaureus) -
-**Bert Belder** <bertbelder@gmail.com>
-* [rvagg](https://github.com/rvagg) -
-**Rod Vagg** <r@va.gg>
-* [shigeki](https://github.com/shigeki) -
-**Shigeki Ohtsu** <ohtsu@ohtsu.org> (he/him)
-* [thefourtheye](https://github.com/thefourtheye) -
-**Sakthipriyan Vairamani** <thechargingvolcano@gmail.com> (he/him)
-* [TimothyGu](https://github.com/TimothyGu) -
-**Tiancheng "Timothy" Gu** <timothygu99@gmail.com> (he/him)
-* [trevnorris](https://github.com/trevnorris) -
-**Trevor Norris** <trev.norris@gmail.com>
-
-### Collaborators
-
-* [addaleax](https://github.com/addaleax) -
-**Anna Henningsen** <anna@addaleax.net> (she/her)
-* [ak239](https://github.com/ak239) -
-**Aleksei Koziatinskii** <ak239spb@gmail.com>
-* [AndreasMadsen](https://github.com/AndreasMadsen) -
-**Andreas Madsen** <amwebdk@gmail.com> (he/him)
-* [antsmartian](https://github.com/antsmartian) -
-**Anto Aravinth** <anto.aravinth.cse@gmail.com> (he/him)
-* [apapirovski](https://github.com/apapirovski) -
-**Anatoli Papirovski** <apapirovski@mac.com> (he/him)
-* [bcoe](https://github.com/bcoe) -
-**Ben Coe** <bencoe@gmail.com> (he/him)
-* [bengl](https://github.com/bengl) -
-**Bryan English** <bryan@bryanenglish.com> (he/him)
-* [benjamingr](https://github.com/benjamingr) -
-**Benjamin Gruenbaum** <benjamingr@gmail.com>
-* [BethGriggs](https://github.com/BethGriggs) -
-**Beth Griggs** <Bethany.Griggs@uk.ibm.com> (she/her)
-* [bmeck](https://github.com/bmeck) -
-**Bradley Farias** <bradley.meck@gmail.com>
-* [bmeurer](https://github.com/bmeurer) -
-**Benedikt Meurer** <benedikt.meurer@gmail.com>
-* [bnoordhuis](https://github.com/bnoordhuis) -
-**Ben Noordhuis** <info@bnoordhuis.nl>
-* [boneskull](https://github.com/boneskull) -
-**Christopher Hiller** <boneskull@boneskull.com> (he/him)
-* [BridgeAR](https://github.com/BridgeAR) -
-**Ruben Bridgewater** <ruben@bridgewater.de> (he/him)
-* [bzoz](https://github.com/bzoz) -
-**Bartosz Sosnowski** <bartosz@janeasystems.com>
-* [cclauss](https://github.com/cclauss) -
-**Christian Clauss** <cclauss@me.com> (he/him)
-* [ChALkeR](https://github.com/ChALkeR) -
-**Сковорода Никита Андреевич** <chalkerx@gmail.com> (he/him)
-* [cjihrig](https://github.com/cjihrig) -
-**Colin Ihrig** <cjihrig@gmail.com> (he/him)
-* [codebytere](https://github.com/codebytere) -
-**Shelley Vohr** <codebytere@gmail.com> (she/her)
-* [danbev](https://github.com/danbev) -
-**Daniel Bevenius** <daniel.bevenius@gmail.com> (he/him)
-* [davisjam](https://github.com/davisjam) -
-**Jamie Davis** <davisjam@vt.edu> (he/him)
-* [devnexen](https://github.com/devnexen) -
-**David Carlier** <devnexen@gmail.com>
-* [devsnek](https://github.com/devsnek) -
-**Gus Caplan** <me@gus.host> (he/him)
-* [digitalinfinity](https://github.com/digitalinfinity) -
-**Hitesh Kanwathirtha** <digitalinfinity@gmail.com> (he/him)
-* [edsadr](https://github.com/edsadr) -
-**Adrian Estrada** <edsadr@gmail.com> (he/him)
-* [eugeneo](https://github.com/eugeneo) -
-**Eugene Ostroukhov** <eostroukhov@google.com>
-* [evanlucas](https://github.com/evanlucas) -
-**Evan Lucas** <evanlucas@me.com> (he/him)
-* [fhinkel](https://github.com/fhinkel) -
-**Franziska Hinkelmann** <franziska.hinkelmann@gmail.com> (she/her)
-* [Fishrock123](https://github.com/Fishrock123) -
-**Jeremiah Senkpiel** <fishrock123@rocketmail.com> (he/they)
-* [gabrielschulhof](https://github.com/gabrielschulhof) -
-**Gabriel Schulhof** <gabriel.schulhof@intel.com>
-* [gdams](https://github.com/gdams) -
-**George Adams** <george.adams@uk.ibm.com> (he/him)
-* [geek](https://github.com/geek) -
-**Wyatt Preul** <wpreul@gmail.com>
-* [gengjiawen](https://github.com/gengjiawen) -
-**Jiawen Geng** <technicalcute@gmail.com>
-* [GeoffreyBooth](https://github.com/geoffreybooth) -
-**Geoffrey Booth** <webmaster@geoffreybooth.com> (he/him)
-* [gibfahn](https://github.com/gibfahn) -
-**Gibson Fahnestock** <gibfahn@gmail.com> (he/him)
-* [gireeshpunathil](https://github.com/gireeshpunathil) -
-**Gireesh Punathil** <gpunathi@in.ibm.com> (he/him)
-* [guybedford](https://github.com/guybedford) -
-**Guy Bedford** <guybedford@gmail.com> (he/him)
-* [hashseed](https://github.com/hashseed) -
-**Yang Guo** <yangguo@chromium.org> (he/him)
-* [hiroppy](https://github.com/hiroppy) -
-**Yuta Hiroto** <hello@hiroppy.me> (he/him)
-* [indutny](https://github.com/indutny) -
-**Fedor Indutny** <fedor.indutny@gmail.com>
-* [JacksonTian](https://github.com/JacksonTian) -
-**Jackson Tian** <shyvo1987@gmail.com>
-* [jasnell](https://github.com/jasnell) -
-**James M Snell** <jasnell@gmail.com> (he/him)
-* [jdalton](https://github.com/jdalton) -
-**John-David Dalton** <john.david.dalton@gmail.com>
-* [jkrems](https://github.com/jkrems) -
-**Jan Krems** <jan.krems@gmail.com> (he/him)
-* [joaocgreis](https://github.com/joaocgreis) -
-**João Reis** <reis@janeasystems.com>
-* [joyeecheung](https://github.com/joyeecheung) -
-**Joyee Cheung** <joyeec9h3@gmail.com> (she/her)
-* [JungMinu](https://github.com/JungMinu) -
-**Minwoo Jung** <nodecorelab@gmail.com> (he/him)
-* [kfarnung](https://github.com/kfarnung) -
-**Kyle Farnung** <kfarnung@microsoft.com> (he/him)
-* [lance](https://github.com/lance) -
-**Lance Ball** <lball@redhat.com> (he/him)
-* [legendecas](https://github.com/legendecas) -
-**Chengzhong Wu** <legendecas@gmail.com> (he/him)
-* [Leko](https://github.com/Leko) -
-**Shingo Inoue** <leko.noor@gmail.com> (he/him)
-* [lpinca](https://github.com/lpinca) -
-**Luigi Pinca** <luigipinca@gmail.com> (he/him)
-* [lundibundi](https://github.com/lundibundi) -
-**Denys Otrishko** <shishugi@gmail.com> (he/him)
-* [mafintosh](https://github.com/mafintosh) -
-**Mathias Buus** <mathiasbuus@gmail.com> (he/him)
-* [mcollina](https://github.com/mcollina) -
-**Matteo Collina** <matteo.collina@gmail.com> (he/him)
-* [mhdawson](https://github.com/mhdawson) -
-**Michael Dawson** <michael_dawson@ca.ibm.com> (he/him)
-* [misterdjules](https://github.com/misterdjules) -
-**Julien Gilli** <jgilli@nodejs.org>
-* [mmarchini](https://github.com/mmarchini) -
-**Matheus Marchini** <mat@mmarchini.me>
-* [mscdex](https://github.com/mscdex) -
-**Brian White** <mscdex@mscdex.net>
-* [MylesBorins](https://github.com/MylesBorins) -
-**Myles Borins** <myles.borins@gmail.com> (he/him)
-* [ofrobots](https://github.com/ofrobots) -
-**Ali Ijaz Sheikh** <ofrobots@google.com> (he/him)
-* [oyyd](https://github.com/oyyd) -
-**Ouyang Yadong** <oyydoibh@gmail.com> (he/him)
-* [psmarshall](https://github.com/psmarshall) -
-**Peter Marshall** <petermarshall@chromium.org> (he/him)
-* [Qard](https://github.com/Qard) -
-**Stephen Belanger** <admin@stephenbelanger.com> (he/him)
-* [refack](https://github.com/refack) -
-**Refael Ackermann (רפאל פלחי)** <refack@gmail.com> (he/him/הוא/אתה)
-* [richardlau](https://github.com/richardlau) -
-**Richard Lau** <riclau@uk.ibm.com>
-* [ronag](https://github.com/ronag) -
-**Robert Nagy** <ronagy@icloud.com>
-* [ronkorving](https://github.com/ronkorving) -
-**Ron Korving** <ron@ronkorving.nl>
-* [rubys](https://github.com/rubys) -
-**Sam Ruby** <rubys@intertwingly.net>
-* [rvagg](https://github.com/rvagg) -
-**Rod Vagg** <rod@vagg.org>
-* [ryzokuken](https://github.com/ryzokuken) -
-**Ujjwal Sharma** <ryzokuken@disroot.org> (he/him)
-* [saghul](https://github.com/saghul) -
-**Saúl Ibarra Corretgé** <saghul@gmail.com>
-* [sam-github](https://github.com/sam-github) -
-**Sam Roberts** <vieuxtech@gmail.com>
-* [santigimeno](https://github.com/santigimeno) -
-**Santiago Gimeno** <santiago.gimeno@gmail.com>
-* [sebdeckers](https://github.com/sebdeckers) -
-**Sebastiaan Deckers** <sebdeckers83@gmail.com>
-* [seishun](https://github.com/seishun) -
-**Nikolai Vavilov** <vvnicholas@gmail.com>
-* [shigeki](https://github.com/shigeki) -
-**Shigeki Ohtsu** <ohtsu@ohtsu.org> (he/him)
-* [shisama](https://github.com/shisama) -
-**Masashi Hirano** <shisama07@gmail.com> (he/him)
-* [silverwind](https://github.com/silverwind) -
-**Roman Reiss** <me@silverwind.io>
-* [srl295](https://github.com/srl295) -
-**Steven R Loomis** <srloomis@us.ibm.com>
-* [starkwang](https://github.com/starkwang) -
-**Weijia Wang** <starkwang@126.com>
-* [targos](https://github.com/targos) -
-**Michaël Zasso** <targos@protonmail.com> (he/him)
-* [thefourtheye](https://github.com/thefourtheye) -
-**Sakthipriyan Vairamani** <thechargingvolcano@gmail.com> (he/him)
-* [TimothyGu](https://github.com/TimothyGu) -
-**Tiancheng "Timothy" Gu** <timothygu99@gmail.com> (he/him)
-* [tniessen](https://github.com/tniessen) -
-**Tobias Nießen** <tniessen@tnie.de>
-* [trivikr](https://github.com/trivikr) -
-**Trivikram Kamat** <trivikr.dev@gmail.com>
-* [Trott](https://github.com/Trott) -
-**Rich Trott** <rtrott@gmail.com> (he/him)
-* [vdeturckheim](https://github.com/vdeturckheim) -
-**Vladimir de Turckheim** <vlad2t@hotmail.com> (he/him)
-* [watilde](https://github.com/watilde) -
-**Daijiro Wachi** <daijiro.wachi@gmail.com> (he/him)
-* [watson](https://github.com/watson) -
-**Thomas Watson** <w@tson.dk>
-* [XadillaX](https://github.com/XadillaX) -
-**Khaidi Chu** <i@2333.moe> (he/him)
-* [yhwang](https://github.com/yhwang) -
-**Yihong Wang** <yh.wang@ibm.com>
-* [yorkie](https://github.com/yorkie) -
-**Yorkie Liu** <yorkiefixer@gmail.com>
-* [yosuke-furukawa](https://github.com/yosuke-furukawa) -
-**Yosuke Furukawa** <yosuke.furukawa@gmail.com>
-* [ZYSzys](https://github.com/ZYSzys) -
-**Yongsheng Zhang** <zyszys98@gmail.com> (he/him)
-
-### Collaborator Emeriti
-
-* [andrasq](https://github.com/andrasq) -
-**Andras** <andras@kinvey.com>
-* [AnnaMag](https://github.com/AnnaMag) -
-**Anna M. Kedzierska** <anna.m.kedzierska@gmail.com>
-* [aqrln](https://github.com/aqrln) -
-**Alexey Orlenko** <eaglexrlnk@gmail.com> (he/him)
-* [brendanashworth](https://github.com/brendanashworth) -
-**Brendan Ashworth** <brendan.ashworth@me.com>
-* [calvinmetcalf](https://github.com/calvinmetcalf) -
-**Calvin Metcalf** <calvin.metcalf@gmail.com>
-* [chrisdickinson](https://github.com/chrisdickinson) -
-**Chris Dickinson** <christopher.s.dickinson@gmail.com>
-* [claudiorodriguez](https://github.com/claudiorodriguez) -
-**Claudio Rodriguez** <cjrodr@yahoo.com>
-* [DavidCai1993](https://github.com/DavidCai1993) -
-**David Cai** <davidcai1993@yahoo.com> (he/him)
-* [eljefedelrodeodeljefe](https://github.com/eljefedelrodeodeljefe) -
-**Robert Jefe Lindstaedt** <robert.lindstaedt@gmail.com>
-* [estliberitas](https://github.com/estliberitas) -
-**Alexander Makarenko** <estliberitas@gmail.com>
-* [firedfox](https://github.com/firedfox) -
-**Daniel Wang** <wangyang0123@gmail.com>
-* [glentiki](https://github.com/glentiki) -
-**Glen Keane** <glenkeane.94@gmail.com> (he/him)
-* [iarna](https://github.com/iarna) -
-**Rebecca Turner** <me@re-becca.org>
-* [imran-iq](https://github.com/imran-iq) -
-**Imran Iqbal** <imran@imraniqbal.org>
-* [imyller](https://github.com/imyller) -
-**Ilkka Myller** <ilkka.myller@nodefield.com>
-* [isaacs](https://github.com/isaacs) -
-**Isaac Z. Schlueter** <i@izs.me>
-* [italoacasas](https://github.com/italoacasas) -
-**Italo A. Casas** <me@italoacasas.com> (he/him)
-* [jasongin](https://github.com/jasongin) -
-**Jason Ginchereau** <jasongin@microsoft.com>
-* [jbergstroem](https://github.com/jbergstroem) -
-**Johan Bergström** <bugs@bergstroem.nu>
-* [jhamhader](https://github.com/jhamhader) -
-**Yuval Brik** <yuval@brik.org.il>
-* [joshgav](https://github.com/joshgav) -
-**Josh Gavant** <josh.gavant@outlook.com>
-* [julianduque](https://github.com/julianduque) -
-**Julian Duque** <julianduquej@gmail.com> (he/him)
-* [kunalspathak](https://github.com/kunalspathak) -
-**Kunal Pathak** <kunal.pathak@microsoft.com>
-* [lucamaraschi](https://github.com/lucamaraschi) -
-**Luca Maraschi** <luca.maraschi@gmail.com> (he/him)
-* [lxe](https://github.com/lxe) -
-**Aleksey Smolenchuk** <lxe@lxe.co>
-* [maclover7](https://github.com/maclover7) -
-**Jon Moss** <me@jonathanmoss.me> (he/him)
-* [matthewloring](https://github.com/matthewloring) -
-**Matthew Loring** <mattloring@google.com>
-* [micnic](https://github.com/micnic) -
-**Nicu Micleușanu** <micnic90@gmail.com> (he/him)
-* [mikeal](https://github.com/mikeal) -
-**Mikeal Rogers** <mikeal.rogers@gmail.com>
-* [monsanto](https://github.com/monsanto) -
-**Christopher Monsanto** <chris@monsan.to>
-* [MoonBall](https://github.com/MoonBall) -
-**Chen Gang** <gangc.cxy@foxmail.com>
-* [not-an-aardvark](https://github.com/not-an-aardvark) -
-**Teddy Katz** <teddy.katz@gmail.com> (he/him)
-* [Olegas](https://github.com/Olegas) -
-**Oleg Elifantiev** <oleg@elifantiev.ru>
-* [orangemocha](https://github.com/orangemocha) -
-**Alexis Campailla** <orangemocha@nodejs.org>
-* [othiym23](https://github.com/othiym23) -
-**Forrest L Norvell** <ogd@aoaioxxysz.net> (he/him)
-* [petkaantonov](https://github.com/petkaantonov) -
-**Petka Antonov** <petka_antonov@hotmail.com>
-* [phillipj](https://github.com/phillipj) -
-**Phillip Johnsen** <johphi@gmail.com>
-* [piscisaureus](https://github.com/piscisaureus) -
-**Bert Belder** <bertbelder@gmail.com>
-* [pmq20](https://github.com/pmq20) -
-**Minqi Pan** <pmq2001@gmail.com>
-* [princejwesley](https://github.com/princejwesley) -
-**Prince John Wesley** <princejohnwesley@gmail.com>
-* [rlidwka](https://github.com/rlidwka) -
-**Alex Kocharin** <alex@kocharin.ru>
-* [rmg](https://github.com/rmg) -
-**Ryan Graham** <r.m.graham@gmail.com>
-* [robertkowalski](https://github.com/robertkowalski) -
-**Robert Kowalski** <rok@kowalski.gd>
-* [romankl](https://github.com/romankl) -
-**Roman Klauke** <romaaan.git@gmail.com>
-* [RReverser](https://github.com/RReverser) -
-**Ingvar Stepanyan** <me@rreverser.com>
-* [stefanmb](https://github.com/stefanmb) -
-**Stefan Budeanu** <stefan@budeanu.com>
-* [tellnes](https://github.com/tellnes) -
-**Christian Tellnes** <christian@tellnes.no>
-* [thlorenz](https://github.com/thlorenz) -
-**Thorsten Lorenz** <thlorenz@gmx.de>
-* [trevnorris](https://github.com/trevnorris) -
-**Trevor Norris** <trev.norris@gmail.com>
-* [tunniclm](https://github.com/tunniclm) -
-**Mike Tunnicliffe** <m.j.tunnicliffe@gmail.com>
-* [vkurchatkin](https://github.com/vkurchatkin) -
-**Vladimir Kurchatkin** <vladimir.kurchatkin@gmail.com>
-* [vsemozhetbyt](https://github.com/vsemozhetbyt) -
-**Vse Mozhet Byt** <vsemozhetbyt@gmail.com> (he/him)
-* [whitlockjc](https://github.com/whitlockjc) -
-**Jeremy Whitlock** <jwhitlock@apache.org>
-
-Collaborators follow the [Collaborator Guide](./doc/guides/collaborator-guide.md) in
-maintaining the Node.js project.
-
-### Release Keys
-
-GPG keys used to sign Node.js releases:
-
-* **Beth Griggs** <bethany.griggs@uk.ibm.com>
-`4ED778F539E3634C779C87C6D7062848A1AB005C`
-* **Colin Ihrig** <cjihrig@gmail.com>
-`94AE36675C464D64BAFA68DD7434390BDBE9B9C5`
-* **Evan Lucas** <evanlucas@me.com>
-`B9AE9905FFD7803F25714661B63B535A4C206CA9`
-* **Gibson Fahnestock** <gibfahn@gmail.com>
-`77984A986EBC2AA786BC0F66B01FBB92821C587A`
-* **James M Snell** <jasnell@keybase.io>
-`71DCFD284A79C3B38668286BC97EC7A07EDE3FC1`
-* **Michaël Zasso** <targos@protonmail.com>
-`8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600`
-* **Myles Borins** <myles.borins@gmail.com>
-`C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8`
-* **Rod Vagg** <rod@vagg.org>
-`DD8F2338BAE7501E3DD5AC78C273792F7D83545D`
-* **Ruben Bridgewater** <ruben@bridgewater.de>
-`A48C2BEE680E841632CD4E44F07496B3EB3C1762`
-* **Shelley Vohr** <shelley.vohr@gmail.com>
-`B9E2F5981AA6E0CD28160D9FF13993A75599653C`
-
-To import the full set of trusted release keys:
-
-```shell
-gpg --keyserver pool.sks-keyservers.net --recv-keys 4ED778F539E3634C779C87C6D7062848A1AB005C
-gpg --keyserver pool.sks-keyservers.net --recv-keys B9E2F5981AA6E0CD28160D9FF13993A75599653C
-gpg --keyserver pool.sks-keyservers.net --recv-keys 94AE36675C464D64BAFA68DD7434390BDBE9B9C5
-gpg --keyserver pool.sks-keyservers.net --recv-keys B9AE9905FFD7803F25714661B63B535A4C206CA9
-gpg --keyserver pool.sks-keyservers.net --recv-keys 77984A986EBC2AA786BC0F66B01FBB92821C587A
-gpg --keyserver pool.sks-keyservers.net --recv-keys 71DCFD284A79C3B38668286BC97EC7A07EDE3FC1
-gpg --keyserver pool.sks-keyservers.net --recv-keys 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600
-gpg --keyserver pool.sks-keyservers.net --recv-keys C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8
-gpg --keyserver pool.sks-keyservers.net --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
-gpg --keyserver pool.sks-keyservers.net --recv-keys A48C2BEE680E841632CD4E44F07496B3EB3C1762
-```
-
-See the section above on [Verifying Binaries](#verifying-binaries) for how to
-use these keys to verify a downloaded file.
-
-Other keys used to sign some previous releases:
-
-* **Jeremiah Senkpiel** <fishrock@keybase.io>
-`FD3A5288F042B6850C66B31F09FE44734EB7990E`
-* **Chris Dickinson** <christopher.s.dickinson@gmail.com>
-`9554F04D7259F04124DE6B476D5A82AC7E37093B`
-* **Isaac Z. Schlueter** <i@izs.me>
-`93C7E9E91B49E432C2F75674B0A78B0A6C481CF6`
-* **Italo A. Casas** <me@italoacasas.com>
-`56730D5401028683275BD23C23EFEFE93C4CFFFE`
-* **Julien Gilli** <jgilli@fastmail.fm>
-`114F43EE0176B71C7BC219DD50A3051F888C628D`
-* **Timothy J Fontaine** <tjfontaine@gmail.com>
-`7937DFD2AB06298B2293C3187D33FF9D0246406D`
-
-[Code of Conduct]: https://github.com/nodejs/admin/blob/master/CODE_OF_CONDUCT.md
-[Contributing to the project]: CONTRIBUTING.md
-[Node.js Website]: https://nodejs.org/
-[OpenJS Foundation]: http://openjs.foundation/
-[Working Groups]: https://github.com/nodejs/TSC/blob/master/WORKING_GROUPS.md
-[Strategic Initiatives]: https://github.com/nodejs/TSC/blob/master/Strategic-Initiatives.md
+This project is bound by a [Code of Conduct](https://github.com/nodejs/TSC/blob/master/CODE_OF_CONDUCT.md).
diff --git a/common.gypi b/common.gypi
index 7f87a8cc1fe..e8942c7a6e7 100644
--- a/common.gypi
+++ b/common.gypi
@@ -35,7 +35,7 @@
# Reset this number to 0 on major V8 upgrades.
# Increment by one for each non-official patch applied to deps/v8.
- 'v8_embedder_string': '-node.30',
+ 'v8_embedder_string': '-node.8',
##### V8 defaults for Node.js #####
diff --git a/deps/v8/.git-blame-ignore-revs b/deps/v8/.git-blame-ignore-revs
index 5ae39770316..4c53e208e3a 100644
--- a/deps/v8/.git-blame-ignore-revs
+++ b/deps/v8/.git-blame-ignore-revs
@@ -23,3 +23,6 @@ e50b49a0e38b34e2b28e026f4d1c7e0da0c7bb1a
# Rewrite code base to use "." instead of "->" to access Object members.
878ccb33bd3cf0e6dc018ff8d15843f585ac07be
+
+# Move test/mjsunit/regress-*.js => test/mjsunit/regress/
+cb67be1a3842fcf6a0da18aee444e3b7ea789e04
diff --git a/deps/v8/.gitignore b/deps/v8/.gitignore
index c7f3cba05c5..1afbd765d3e 100644
--- a/deps/v8/.gitignore
+++ b/deps/v8/.gitignore
@@ -24,6 +24,7 @@
.#*
.*.sw?
.ccls-cache
+.clangd
.cpplint-cache
.cproject
.gclient_entries
@@ -99,6 +100,7 @@ compile_commands.json
gccauses
gcsuspects
gtags.files
+jit-*.dump
node_modules
tags
turbo*.cfg
@@ -108,3 +110,7 @@ v8.ignition_dispatches_table.json
!/third_party/jinja2
!/third_party/markupsafe
+!/third_party/zlib
+/third_party/zlib/contrib/bench
+/third_party/zlib/contrib/tests
+/third_party/zlib/google/test
diff --git a/deps/v8/.ycm_extra_conf.py b/deps/v8/.ycm_extra_conf.py
index 74e605431a6..25d01c18817 100644
--- a/deps/v8/.ycm_extra_conf.py
+++ b/deps/v8/.ycm_extra_conf.py
@@ -103,27 +103,16 @@ def GetClangCommandFromNinjaForFilename(v8_root, filename):
# Header files can't be built. Instead, try to match a header file to its
# corresponding source file.
if filename.endswith('.h'):
- alternates = ['.cc', '.cpp']
- for alt_extension in alternates:
- alt_name = filename[:-2] + alt_extension
- if os.path.exists(alt_name):
- filename = alt_name
+ base = filename[:-6] if filename.endswith('-inl.h') else filename[:-2]
+ for alternate in [base + e for e in ['.cc', '.cpp']]:
+ if os.path.exists(alternate):
+ filename = alternate
break
else:
- if filename.endswith('-inl.h'):
- for alt_extension in alternates:
- alt_name = filename[:-6] + alt_extension
- if os.path.exists(alt_name):
- filename = alt_name
- break;
- else:
- # If this is a standalone -inl.h file with no source, the best we can
- # do is try to use the default flags.
- return v8_flags
- else:
- # If this is a standalone .h file with no source, the best we can do is
- # try to use the default flags.
- return v8_flags
+ # If this is a standalone .h file with no source, we ask ninja for the
+ # compile flags of some generic cc file ('src/utils/utils.cc'). This
+ # should contain most/all of the interesting flags for other targets too.
+ filename = os.path.join(v8_root, 'src', 'utils', 'utils.cc')
sys.path.append(os.path.join(v8_root, 'tools', 'ninja'))
from ninja_output import GetNinjaOutputDirectory
diff --git a/deps/v8/AUTHORS b/deps/v8/AUTHORS
index 40c4f16c813..2325cae3f47 100644
--- a/deps/v8/AUTHORS
+++ b/deps/v8/AUTHORS
@@ -68,6 +68,7 @@ Bert Belder
Burcu Dogan
Caitlin Potter
Craig Schlenter
+Chengzhong Wu
Choongwoo Han
Chris Nardi
Christopher A. Taylor
@@ -95,12 +96,15 @@ Hannu Trey
Henrique Ferreiro
Hirofumi Mako
Honggyu Kim
+Huáng Jùnliàng
+Iain Ireland
Ingvar Stepanyan
Ioseb Dzmanashvili
Isiah Meadows
Jaime Bernardo
Jan de Mooij
Jan Krems
+Janusz Majnert
Jay Freeman
James Pike
James M Snell
@@ -149,6 +153,7 @@ Oliver Dunk
Paolo Giarrusso
Patrick Gansterer
Peng Fei
+Peng-Yu Chen
Peter Rybin
Peter Varga
Peter Wong
@@ -193,10 +198,14 @@ Vladimir Krivosheev
Vladimir Shutoff
Wenlu Wang
Wiktor Garbacz
+Wouter Vermeiren
Xiaoyin Liu
Yannic Bonenberger
Yong Wang
+Youfeng Hao
Yu Yin
Zac Hansen
+Zhao Jiazhong
Zhongping Wang
柳荣一
+Yanbo Li
diff --git a/deps/v8/BUILD.gn b/deps/v8/BUILD.gn
index 0a1f12b5de9..80cb4d61d50 100644
--- a/deps/v8/BUILD.gn
+++ b/deps/v8/BUILD.gn
@@ -6,7 +6,6 @@ import("//build/config/android/config.gni")
import("//build/config/arm.gni")
import("//build/config/dcheck_always_on.gni")
import("//build/config/host_byteorder.gni")
-import("//build/config/jumbo.gni")
import("//build/config/mips.gni")
import("//build/config/sanitizers/sanitizers.gni")
import("//build_overrides/build.gni")
@@ -21,7 +20,7 @@ import("gni/v8.gni")
# Specifies if the target build is a simulator build. Comparing target cpu
# with v8 target cpu to not affect simulator builds for making cross-compile
# snapshots.
-is_target_simulator = (target_cpu != v8_target_cpu && !v8_multi_arch_build) ||
+target_is_simulator = (target_cpu != v8_target_cpu && !v8_multi_arch_build) ||
(current_cpu != v8_current_cpu && v8_multi_arch_build)
# For faster Windows builds. See https://crbug.com/v8/8475.
@@ -76,8 +75,11 @@ declare_args() {
# Sets -dENABLE_VTUNE_JIT_INTERFACE.
v8_enable_vtunejit = false
+ # Sets -dENABLE_VTUNE_TRACEMARK.
+ v8_enable_vtunetracemark = false
+
# Sets -dENABLE_HANDLE_ZAPPING.
- v8_enable_handle_zapping = is_debug
+ v8_enable_handle_zapping = true
# Enable slow dchecks.
v8_enable_slow_dchecks = false
@@ -88,9 +90,6 @@ declare_args() {
# Optimize code for Torque executable, even during a debug build.
v8_enable_fast_torque = ""
- # Enable embedded builtins.
- v8_enable_embedded_builtins = true
-
# Enable the registration of unwinding info for Windows x64 and ARM64.
v8_win64_unwinding_info = true
@@ -107,7 +106,7 @@ declare_args() {
v8_enable_verify_csa = false
# Enable pointer compression (sets -dV8_COMPRESS_POINTERS).
- v8_enable_pointer_compression = false
+ v8_enable_pointer_compression = ""
v8_enable_31bit_smis_on_64bit_arch = false
# Sets -dOBJECT_PRINT.
@@ -128,6 +127,9 @@ declare_args() {
# Sets -dV8_CONCURRENT_MARKING
v8_enable_concurrent_marking = true
+ # Sets -dV8_ARRAY_BUFFER_EXTENSION
+ v8_enable_array_buffer_extension = true
+
# Enables various testing features.
v8_enable_test_features = ""
@@ -154,10 +156,6 @@ declare_args() {
# Controls the threshold for on-heap/off-heap Typed Arrays.
v8_typed_array_max_size_in_heap = 64
- # List of extra files to snapshot. They will be snapshotted in order so
- # if files export symbols used by later files, they should go first.
- v8_extra_library_files = []
-
v8_enable_gdbjit =
((v8_current_cpu == "x86" || v8_current_cpu == "x64") &&
(is_linux || is_mac)) || (v8_current_cpu == "ppc64" && is_linux)
@@ -172,7 +170,7 @@ declare_args() {
# site-isolation in Chrome and on simulator builds which test code generation
# on these platforms.
v8_untrusted_code_mitigations =
- v8_current_cpu != "x86" && (is_android || is_target_simulator)
+ v8_current_cpu != "x86" && (is_android || target_is_simulator)
# Enable minor mark compact.
v8_enable_minor_mc = true
@@ -189,6 +187,15 @@ declare_args() {
# Enable lazy source positions by default.
v8_enable_lazy_source_positions = true
+ # Enable third party HEAP library
+ v8_enable_third_party_heap = false
+
+ # Libaries used by third party heap
+ v8_third_party_heap_libs = []
+
+ # Source code used by third party heap
+ v8_third_party_heap_files = []
+
# Disable write barriers when GCs are non-incremental and
# heap has single generation.
v8_disable_write_barriers = false
@@ -200,15 +207,17 @@ declare_args() {
# Use token threaded dispatch for the regular expression interpreter.
# Use switch-based dispatch if this is false
v8_enable_regexp_interpreter_threaded_dispatch = true
-}
-# Toggle pointer compression for correctness fuzzing when building the
-# clang_x64_pointer_compression toolchain. We'll correctness-compare the
-# default build with the clang_x64_pointer_compression build.
-if (v8_multi_arch_build &&
- rebase_path(get_label_info(":d8", "root_out_dir"), root_build_dir) ==
- "clang_x64_pointer_compression") {
- v8_enable_pointer_compression = !v8_enable_pointer_compression
+ # Enable additional targets necessary for verification of torque
+ # file generation
+ v8_verify_torque_generation_invariance = false
+
+ # Disable all snapshot compression.
+ v8_enable_snapshot_compression = true
+
+ # Enable control-flow integrity features, such as pointer authentication for
+ # ARM64.
+ v8_control_flow_integrity = false
}
# Derived defaults.
@@ -237,8 +246,10 @@ if (v8_check_microtasks_scopes_consistency == "") {
if (v8_enable_snapshot_native_code_counters == "") {
v8_enable_snapshot_native_code_counters = v8_enable_debugging_features
}
-if (v8_enable_shared_ro_heap == "") {
- v8_enable_shared_ro_heap = !v8_enable_pointer_compression
+if (v8_enable_pointer_compression == "") {
+ # TODO(v8:v7703): temporarily enable pointer compression on arm64 and on x64
+ v8_enable_pointer_compression =
+ v8_current_cpu == "arm64" || v8_current_cpu == "x64"
}
if (v8_enable_fast_torque == "") {
v8_enable_fast_torque = v8_enable_fast_mksnapshot
@@ -248,23 +259,31 @@ if (v8_enable_single_generation == "") {
v8_enable_single_generation = v8_disable_write_barriers
}
+# Toggle pointer compression for correctness fuzzing when building the
+# clang_x64_pointer_compression toolchain. We'll correctness-compare the
+# default build with the clang_x64_pointer_compression build.
+if (v8_multi_arch_build &&
+ rebase_path(get_label_info(":d8", "root_out_dir"), root_build_dir) ==
+ "clang_x64_pointer_compression") {
+ v8_enable_pointer_compression = !v8_enable_pointer_compression
+}
+if (v8_enable_shared_ro_heap == "") {
+ v8_enable_shared_ro_heap = !v8_enable_pointer_compression
+}
+
assert(!v8_disable_write_barriers || v8_enable_single_generation,
"Disabling write barriers works only with single generation")
assert(v8_current_cpu != "x86" || !v8_untrusted_code_mitigations,
"Untrusted code mitigations are unsupported on ia32")
-assert(!v8_enable_lite_mode || v8_enable_embedded_builtins,
- "Lite mode requires embedded builtins")
+assert(v8_current_cpu == "arm64" || !v8_control_flow_integrity,
+ "Control-flow integrity is only supported on arm64")
assert(
!v8_enable_pointer_compression || !v8_enable_shared_ro_heap,
"Pointer compression is not supported with shared read-only heap enabled")
-assert(v8_extra_library_files == [],
- "v8_extra_library_files is no longer supported. Consider implementing " +
- "custom API in C++ instead.")
-
v8_random_seed = "314159265"
v8_toolset_for_shell = "host"
@@ -289,6 +308,7 @@ config("internal_config") {
"//build/config/compiler:wexit_time_destructors",
":internal_config_base",
":v8_header_features",
+ ":v8_tracing_config",
]
if (is_component_build) {
@@ -296,6 +316,17 @@ config("internal_config") {
}
}
+# Should be applied to all targets that write trace events.
+config("v8_tracing_config") {
+ if (v8_use_perfetto) {
+ include_dirs = [
+ "third_party/perfetto/include",
+ "$root_gen_dir/third_party/perfetto",
+ "$root_gen_dir/third_party/perfetto/build_config",
+ ]
+ }
+}
+
# This config should be applied to code using the libplatform.
config("libplatform_config") {
include_dirs = [ "include" ]
@@ -387,9 +418,11 @@ config("features") {
}
defines +=
[ "V8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=${v8_typed_array_max_size_in_heap}" ]
- if (v8_enable_raw_heap_snapshots) {
- defines += [ "V8_ENABLE_RAW_HEAP_SNAPSHOTS" ]
- }
+
+ assert(
+ !v8_enable_raw_heap_snapshots,
+ "This flag is deprecated and is now available through the inspector interface as an argument to profiler's method `takeHeapSnapshot`. Consider using blink's flag `enable_additional_blink_object_names` to get better naming of internal objects.")
+
if (v8_enable_future) {
defines += [ "V8_ENABLE_FUTURE" ]
}
@@ -406,6 +439,9 @@ config("features") {
if (v8_enable_vtunejit) {
defines += [ "ENABLE_VTUNE_JIT_INTERFACE" ]
}
+ if (v8_enable_vtunetracemark) {
+ defines += [ "ENABLE_VTUNE_TRACEMARK" ]
+ }
if (v8_enable_minor_mc) {
defines += [ "ENABLE_MINOR_MC" ]
}
@@ -447,21 +483,28 @@ config("features") {
if (v8_disable_write_barriers) {
defines += [ "V8_DISABLE_WRITE_BARRIERS" ]
}
+ if (v8_enable_third_party_heap) {
+ defines += [ "V8_ENABLE_THIRD_PARTY_HEAP" ]
+ }
if (v8_use_external_startup_data) {
defines += [ "V8_USE_EXTERNAL_STARTUP_DATA" ]
}
if (v8_enable_concurrent_marking) {
defines += [ "V8_CONCURRENT_MARKING" ]
}
+ if (v8_enable_array_buffer_extension) {
+ defines += [ "V8_ARRAY_BUFFER_EXTENSION" ]
+ }
if (v8_enable_lazy_source_positions) {
defines += [ "V8_ENABLE_LAZY_SOURCE_POSITIONS" ]
}
if (v8_check_microtasks_scopes_consistency) {
defines += [ "V8_CHECK_MICROTASKS_SCOPES_CONSISTENCY" ]
}
- if (v8_enable_embedded_builtins) {
- defines += [ "V8_EMBEDDED_BUILTINS" ]
- }
+
+ # TODO(v8:8519): Remove the define once all use-sites in
+ # the code are removed/fixed
+ defines += [ "V8_EMBEDDED_BUILTINS" ]
if (v8_use_multi_snapshots) {
defines += [ "V8_MULTI_SNAPSHOTS" ]
}
@@ -480,6 +523,15 @@ config("features") {
if (v8_enable_regexp_interpreter_threaded_dispatch) {
defines += [ "V8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH" ]
}
+ if (v8_enable_snapshot_compression) {
+ defines += [ "V8_SNAPSHOT_COMPRESSION" ]
+ }
+ if (v8_control_flow_integrity) {
+ defines += [ "V8_ENABLE_CONTROL_FLOW_INTEGRITY" ]
+ }
+ if (v8_enable_wasm_gdb_remote_debugging) {
+ defines += [ "V8_ENABLE_WASM_GDB_REMOTE_DEBUGGING" ]
+ }
}
config("toolchain") {
@@ -522,10 +574,16 @@ config("toolchain") {
}
if (v8_current_cpu == "arm64") {
defines += [ "V8_TARGET_ARCH_ARM64" ]
+ if (v8_control_flow_integrity) {
+ # TODO(v8:10026): Enable this in src/build.
+ if (current_cpu == "arm64") {
+ cflags += [ "-mbranch-protection=pac-ret" ]
+ }
+ }
}
# Mips64el/mipsel simulators.
- if (is_target_simulator &&
+ if (target_is_simulator &&
(v8_current_cpu == "mipsel" || v8_current_cpu == "mips64el")) {
defines += [ "_MIPS_TARGET_SIMULATOR" ]
}
@@ -597,6 +655,7 @@ config("toolchain") {
}
if (v8_current_cpu == "s390" || v8_current_cpu == "s390x") {
defines += [ "V8_TARGET_ARCH_S390" ]
+ cflags += [ "-ffp-contract=off" ]
if (v8_current_cpu == "s390x") {
defines += [ "V8_TARGET_ARCH_S390X" ]
}
@@ -607,8 +666,9 @@ config("toolchain") {
}
}
if (v8_current_cpu == "ppc" || v8_current_cpu == "ppc64") {
- defines += [ "V8_TARGET_ARCH_PPC" ]
- if (v8_current_cpu == "ppc64") {
+ if (v8_current_cpu == "ppc") {
+ defines += [ "V8_TARGET_ARCH_PPC" ]
+ } else if (v8_current_cpu == "ppc64") {
defines += [ "V8_TARGET_ARCH_PPC64" ]
}
if (host_byteorder == "little") {
@@ -743,6 +803,10 @@ config("toolchain") {
]
}
+ if (!is_clang && is_win) {
+ cflags += [ "/wd4506" ] # Benign "no definition for inline function"
+ }
+
if (!is_clang && !is_win) {
cflags += [
# Disable gcc warnings for optimizations based on the assumption that
@@ -809,15 +873,9 @@ template("asm_to_inline_asm") {
assert(emit_builtins_as_inline_asm)
script = "tools/snapshot/asm_to_inline_asm.py"
- deps = [
- ":run_mksnapshot_" + name,
- ]
- sources = [
- "$target_gen_dir/embedded${suffix}.S",
- ]
- outputs = [
- "$target_gen_dir/embedded${suffix}.cc",
- ]
+ deps = [ ":run_mksnapshot_" + name ]
+ sources = [ "$target_gen_dir/embedded${suffix}.S" ]
+ outputs = [ "$target_gen_dir/embedded${suffix}.cc" ]
args = invoker.args
args += [
rebase_path("$target_gen_dir/embedded${suffix}.S", root_build_dir),
@@ -826,42 +884,12 @@ template("asm_to_inline_asm") {
}
}
-action("js2c_extras") {
- visibility = [ ":*" ] # Only targets in this file can depend on this.
-
- script = "tools/js2c.py"
-
- sources = v8_extra_library_files
-
- outputs = [
- "$target_gen_dir/extras-libraries.cc",
- ]
-
- args = [
- rebase_path("$target_gen_dir/extras-libraries.cc", root_build_dir),
- "EXTRAS",
- ] + rebase_path(sources, root_build_dir)
-
- if (v8_use_external_startup_data) {
- outputs += [ "$target_gen_dir/libraries_extras.bin" ]
- args += [
- "--startup_blob",
- rebase_path("$target_gen_dir/libraries_extras.bin", root_build_dir),
- ]
- }
-}
-
if (is_android && enable_java_templates) {
android_assets("v8_external_startup_data_assets") {
if (v8_use_external_startup_data) {
# We don't support side-by-side snapshots on Android within Chromium.
assert(!v8_use_multi_snapshots)
- deps = [
- "//v8",
- ]
- sources = [
- "$root_out_dir/natives_blob.bin",
- ]
+ deps = [ "//v8" ]
renaming_sources = [ "$root_out_dir/snapshot_blob.bin" ]
if (current_cpu == "arm" || current_cpu == "x86" ||
current_cpu == "mipsel") {
@@ -874,33 +902,6 @@ if (is_android && enable_java_templates) {
}
}
-if (v8_use_external_startup_data) {
- action("natives_blob") {
- visibility = [ ":*" ] # Only targets in this file can depend on this.
-
- deps = [
- ":js2c_extras",
- ]
-
- # NOSORT
- sources = [
- "$target_gen_dir/libraries_extras.bin",
- ]
-
- outputs = [
- "$root_out_dir/natives_blob.bin",
- ]
-
- data = [
- "$root_out_dir/natives_blob.bin",
- ]
-
- script = "tools/concatenate-files.py"
-
- args = rebase_path(sources + outputs, root_build_dir)
- }
-}
-
action("postmortem-metadata") {
# Only targets in this file and the top-level visibility target can
# depend on this.
@@ -972,26 +973,23 @@ action("postmortem-metadata") {
"$target_gen_dir/torque-generated/instance-types-tq.h",
]
- outputs = [
- "$target_gen_dir/debug-support.cc",
- ]
+ outputs = [ "$target_gen_dir/debug-support.cc" ]
args = rebase_path(outputs, root_build_dir) +
rebase_path(sources, root_build_dir)
- deps = [
- ":run_torque",
- ]
+ deps = [ ":run_torque" ]
}
torque_files = [
- "src/builtins/arguments.tq",
"src/builtins/array-copywithin.tq",
"src/builtins/array-every.tq",
"src/builtins/array-filter.tq",
"src/builtins/array-find.tq",
"src/builtins/array-findindex.tq",
"src/builtins/array-foreach.tq",
+ "src/builtins/array-from.tq",
+ "src/builtins/array-isarray.tq",
"src/builtins/array-join.tq",
"src/builtins/array-lastindexof.tq",
"src/builtins/array-map.tq",
@@ -1008,16 +1006,32 @@ torque_files = [
"src/builtins/base.tq",
"src/builtins/bigint.tq",
"src/builtins/boolean.tq",
+ "src/builtins/builtins-string.tq",
"src/builtins/collections.tq",
+ "src/builtins/cast.tq",
+ "src/builtins/convert.tq",
+ "src/builtins/console.tq",
"src/builtins/data-view.tq",
- "src/builtins/extras-utils.tq",
"src/builtins/frames.tq",
+ "src/builtins/frame-arguments.tq",
"src/builtins/growable-fixed-array.tq",
"src/builtins/internal-coverage.tq",
"src/builtins/iterator.tq",
"src/builtins/math.tq",
+ "src/builtins/number.tq",
"src/builtins/object-fromentries.tq",
"src/builtins/object.tq",
+ "src/builtins/promise-abstract-operations.tq",
+ "src/builtins/promise-all.tq",
+ "src/builtins/promise-all-element-closure.tq",
+ "src/builtins/promise-constructor.tq",
+ "src/builtins/promise-finally.tq",
+ "src/builtins/promise-misc.tq",
+ "src/builtins/promise-race.tq",
+ "src/builtins/promise-reaction-job.tq",
+ "src/builtins/promise-resolve.tq",
+ "src/builtins/promise-then.tq",
+ "src/builtins/promise-jobs.tq",
"src/builtins/proxy-constructor.tq",
"src/builtins/proxy-delete-property.tq",
"src/builtins/proxy-get-property.tq",
@@ -1040,15 +1054,17 @@ torque_files = [
"src/builtins/regexp-split.tq",
"src/builtins/regexp-test.tq",
"src/builtins/regexp.tq",
- "src/builtins/string.tq",
"src/builtins/string-endswith.tq",
"src/builtins/string-html.tq",
"src/builtins/string-iterator.tq",
"src/builtins/string-pad.tq",
"src/builtins/string-repeat.tq",
+ "src/builtins/string-replaceall.tq",
"src/builtins/string-slice.tq",
"src/builtins/string-startswith.tq",
"src/builtins/string-substring.tq",
+ "src/builtins/string-substr.tq",
+ "src/builtins/symbol.tq",
"src/builtins/torque-internal.tq",
"src/builtins/typed-array-createtypedarray.tq",
"src/builtins/typed-array-every.tq",
@@ -1056,13 +1072,71 @@ torque_files = [
"src/builtins/typed-array-find.tq",
"src/builtins/typed-array-findindex.tq",
"src/builtins/typed-array-foreach.tq",
+ "src/builtins/typed-array-from.tq",
+ "src/builtins/typed-array-of.tq",
"src/builtins/typed-array-reduce.tq",
"src/builtins/typed-array-reduceright.tq",
+ "src/builtins/typed-array-set.tq",
"src/builtins/typed-array-slice.tq",
"src/builtins/typed-array-some.tq",
+ "src/builtins/typed-array-sort.tq",
"src/builtins/typed-array-subarray.tq",
"src/builtins/typed-array.tq",
+ "src/ic/handler-configuration.tq",
+ "src/objects/allocation-site.tq",
+ "src/objects/api-callbacks.tq",
+ "src/objects/arguments.tq",
+ "src/objects/cell.tq",
+ "src/objects/code.tq",
+ "src/objects/contexts.tq",
+ "src/objects/data-handler.tq",
+ "src/objects/debug-objects.tq",
+ "src/objects/descriptor-array.tq",
+ "src/objects/embedder-data-array.tq",
+ "src/objects/feedback-cell.tq",
+ "src/objects/feedback-vector.tq",
+ "src/objects/fixed-array.tq",
+ "src/objects/foreign.tq",
+ "src/objects/free-space.tq",
+ "src/objects/heap-number.tq",
+ "src/objects/heap-object.tq",
"src/objects/intl-objects.tq",
+ "src/objects/js-array-buffer.tq",
+ "src/objects/js-array.tq",
+ "src/objects/js-collection-iterator.tq",
+ "src/objects/js-collection.tq",
+ "src/objects/js-generator.tq",
+ "src/objects/js-objects.tq",
+ "src/objects/js-promise.tq",
+ "src/objects/js-proxy.tq",
+ "src/objects/js-regexp-string-iterator.tq",
+ "src/objects/js-regexp.tq",
+ "src/objects/js-weak-refs.tq",
+ "src/objects/literal-objects.tq",
+ "src/objects/map.tq",
+ "src/objects/microtask.tq",
+ "src/objects/module.tq",
+ "src/objects/name.tq",
+ "src/objects/oddball.tq",
+ "src/objects/ordered-hash-table.tq",
+ "src/objects/primitive-heap-object.tq",
+ "src/objects/promise.tq",
+ "src/objects/property-array.tq",
+ "src/objects/property-cell.tq",
+ "src/objects/property-descriptor-object.tq",
+ "src/objects/prototype-info.tq",
+ "src/objects/regexp-match-info.tq",
+ "src/objects/scope-info.tq",
+ "src/objects/script.tq",
+ "src/objects/shared-function-info.tq",
+ "src/objects/source-text-module.tq",
+ "src/objects/stack-frame-info.tq",
+ "src/objects/string.tq",
+ "src/objects/struct.tq",
+ "src/objects/synthetic-module.tq",
+ "src/objects/template-objects.tq",
+ "src/objects/template.tq",
+ "src/wasm/wasm-objects.tq",
"test/torque/test-torque.tq",
"third_party/v8/builtins/array-sort.tq",
]
@@ -1071,64 +1145,122 @@ if (!v8_enable_i18n_support) {
torque_files -= [ "src/objects/intl-objects.tq" ]
}
-action("run_torque") {
- visibility = [
- ":*",
- "tools/debug_helper/:*",
- "tools/gcmole/:*",
- "test/cctest/:*",
- ]
+# Template for running torque
+# When building with v8_verify_torque_generation_invariance=true we need
+# to be able to run torque for both 32 and 64 bits in the same build
+template("run_torque") {
+ if (target_name == "") {
+ suffix = ""
+ } else {
+ suffix = "_$target_name"
+ }
- deps = [
- ":torque($v8_generator_toolchain)",
- ]
+ toolchain = invoker.toolchain
- script = "tools/run.py"
+ action("run_torque" + suffix) {
+ visibility = [
+ ":*",
+ "tools/debug_helper/:*",
+ "tools/gcmole/:*",
+ "test/cctest/:*",
+ ]
- sources = torque_files
+ deps = [ ":torque($toolchain)" ]
- outputs = [
- "$target_gen_dir/torque-generated/builtin-definitions-tq.h",
- "$target_gen_dir/torque-generated/interface-descriptors-tq.inc",
- "$target_gen_dir/torque-generated/field-offsets-tq.h",
- "$target_gen_dir/torque-generated/class-verifiers-tq.cc",
- "$target_gen_dir/torque-generated/class-verifiers-tq.h",
- "$target_gen_dir/torque-generated/objects-printer-tq.cc",
- "$target_gen_dir/torque-generated/class-definitions-tq.cc",
- "$target_gen_dir/torque-generated/class-definitions-tq-inl.h",
- "$target_gen_dir/torque-generated/class-definitions-tq.h",
- "$target_gen_dir/torque-generated/class-debug-readers-tq.cc",
- "$target_gen_dir/torque-generated/class-debug-readers-tq.h",
- "$target_gen_dir/torque-generated/exported-macros-assembler-tq.cc",
- "$target_gen_dir/torque-generated/exported-macros-assembler-tq.h",
- "$target_gen_dir/torque-generated/csa-types-tq.h",
- "$target_gen_dir/torque-generated/instance-types-tq.h",
- ]
- foreach(file, torque_files) {
- filetq = string_replace(file, ".tq", "-tq-csa")
- outputs += [
- "$target_gen_dir/torque-generated/$filetq.cc",
- "$target_gen_dir/torque-generated/$filetq.h",
+ script = "tools/run.py"
+
+ sources = torque_files
+
+ destination_folder = "$target_gen_dir/torque-generated$suffix"
+
+ files = [
+ "bit-fields-tq.h",
+ "builtin-definitions-tq.h",
+ "interface-descriptors-tq.inc",
+ "factory-tq.cc",
+ "factory-tq.inc",
+ "field-offsets-tq.h",
+ "class-verifiers-tq.cc",
+ "class-verifiers-tq.h",
+ "enum-verifiers-tq.cc",
+ "objects-printer-tq.cc",
+ "objects-body-descriptors-tq-inl.h",
+ "class-definitions-tq.cc",
+ "class-definitions-tq-inl.h",
+ "class-definitions-tq.h",
+ "class-debug-readers-tq.cc",
+ "class-debug-readers-tq.h",
+ "exported-macros-assembler-tq.cc",
+ "exported-macros-assembler-tq.h",
+ "csa-types-tq.h",
+ "instance-types-tq.h",
+ "internal-class-definitions-tq.h",
+ "internal-class-definitions-tq-inl.h",
+ ]
+
+ outputs = []
+ foreach(file, files) {
+ outputs += [ "$destination_folder/$file" ]
+ }
+
+ foreach(file, torque_files) {
+ filetq = string_replace(file, ".tq", "-tq-csa")
+ outputs += [
+ "$destination_folder/$filetq.cc",
+ "$destination_folder/$filetq.h",
+ ]
+ }
+
+ args = [
+ "./" + rebase_path(
+ get_label_info(":torque($toolchain)", "root_out_dir") + "/torque",
+ root_build_dir),
+ "-o",
+ rebase_path("$destination_folder", root_build_dir),
+ "-v8-root",
+ rebase_path(".", root_build_dir),
]
+ if (defined(invoker.args)) {
+ args += invoker.args
+ }
+ args += torque_files
}
+}
- args = [
- "./" + rebase_path(get_label_info(":torque($v8_generator_toolchain)",
- "root_out_dir") + "/torque",
- root_build_dir),
- "-o",
- rebase_path("$target_gen_dir/torque-generated", root_build_dir),
- "-v8-root",
- rebase_path(".", root_build_dir),
- ]
- args += torque_files
+# Default run_torque action
+run_torque("") {
+ toolchain = v8_generator_toolchain
+}
+
+if (v8_verify_torque_generation_invariance) {
+ run_torque("x86") {
+ toolchain = "//build/toolchain/linux:clang_x86"
+ }
+
+ run_torque("x64") {
+ args = [ "-m32" ]
+ toolchain = "//build/toolchain/linux:clang_x64"
+ }
+
+ action("compare_torque_runs") {
+ deps = [
+ ":run_torque_x64",
+ ":run_torque_x86",
+ ]
+ report_file = "$target_gen_dir/torque_comparison_results.txt"
+ script = "tools/compare_torque_output.py"
+ args = [
+ rebase_path("$target_gen_dir/torque-generated_x64", root_build_dir),
+ rebase_path("$target_gen_dir/torque-generated_x86", root_build_dir),
+ rebase_path(report_file, root_build_dir),
+ ]
+ outputs = [ report_file ]
+ }
}
group("v8_maybe_icu") {
if (v8_enable_i18n_support) {
- public_deps = [
- "//third_party/icu",
- ]
+ public_deps = [ "//third_party/icu" ]
}
}
@@ -1140,14 +1272,14 @@ v8_source_set("torque_generated_initializers") {
":run_torque",
]
- public_deps = [
- ":v8_maybe_icu",
- ]
+ public_deps = [ ":v8_maybe_icu" ]
sources = [
"$target_gen_dir/torque-generated/csa-types-tq.h",
+ "$target_gen_dir/torque-generated/enum-verifiers-tq.cc",
"$target_gen_dir/torque-generated/exported-macros-assembler-tq.cc",
"$target_gen_dir/torque-generated/exported-macros-assembler-tq.h",
+ "src/torque/runtime-support.h",
]
foreach(file, torque_files) {
filetq = string_replace(file, ".tq", "-tq-csa")
@@ -1168,14 +1300,13 @@ v8_source_set("torque_generated_definitions") {
":run_torque",
]
- public_deps = [
- ":v8_maybe_icu",
- ]
+ public_deps = [ ":v8_maybe_icu" ]
sources = [
"$target_gen_dir/torque-generated/class-definitions-tq.cc",
"$target_gen_dir/torque-generated/class-verifiers-tq.cc",
"$target_gen_dir/torque-generated/class-verifiers-tq.h",
+ "$target_gen_dir/torque-generated/factory-tq.cc",
"$target_gen_dir/torque-generated/objects-printer-tq.cc",
]
@@ -1184,12 +1315,8 @@ v8_source_set("torque_generated_definitions") {
action("generate_bytecode_builtins_list") {
script = "tools/run.py"
- outputs = [
- "$target_gen_dir/builtins-generated/bytecodes-builtins-list.h",
- ]
- deps = [
- ":bytecode_builtins_list_generator($v8_generator_toolchain)",
- ]
+ outputs = [ "$target_gen_dir/builtins-generated/bytecodes-builtins-list.h" ]
+ deps = [ ":bytecode_builtins_list_generator($v8_generator_toolchain)" ]
args = [
"./" + rebase_path(
get_label_info(
@@ -1221,9 +1348,7 @@ template("run_mksnapshot") {
action("run_mksnapshot_" + name) {
visibility = [ ":*" ] # Only targets in this file can depend on this.
- deps = [
- ":mksnapshot($v8_snapshot_toolchain)",
- ]
+ deps = [ ":mksnapshot($v8_snapshot_toolchain)" ]
script = "tools/run.py"
@@ -1245,22 +1370,26 @@ template("run_mksnapshot") {
# but the target OS is really |current_os|.
"--target_os=$current_os",
"--target_arch=$current_cpu",
+
+ "--embedded_src",
+ rebase_path("$target_gen_dir/embedded${suffix}.S", root_build_dir),
]
+ # This is needed to distinguish between generating code for the simulator
+ # and cross-compiling. The latter may need to run code on the host with the
+ # simulator but cannot use simulator-specific instructions.
+ if (target_is_simulator) {
+ args += [ "--target_is_simulator" ]
+ }
+
args += invoker.args
- if (v8_enable_embedded_builtins) {
- outputs += [ "$target_gen_dir/embedded${suffix}.S" ]
+ outputs += [ "$target_gen_dir/embedded${suffix}.S" ]
+ if (invoker.embedded_variant != "") {
args += [
- "--embedded_src",
- rebase_path("$target_gen_dir/embedded${suffix}.S", root_build_dir),
+ "--embedded_variant",
+ invoker.embedded_variant,
]
- if (invoker.embedded_variant != "") {
- args += [
- "--embedded_variant",
- invoker.embedded_variant,
- ]
- }
}
if (v8_random_seed != "0") {
@@ -1320,14 +1449,16 @@ template("run_mksnapshot") {
args += [ "--no-enable-slow-asserts" ]
}
}
+
+ if (v8_enable_verify_heap) {
+ args += [ "--verify-heap" ]
+ }
}
}
run_mksnapshot("default") {
args = []
- if (v8_enable_embedded_builtins) {
- embedded_variant = "Default"
- }
+ embedded_variant = "Default"
}
if (emit_builtins_as_inline_asm) {
asm_to_inline_asm("default") {
@@ -1337,9 +1468,7 @@ if (emit_builtins_as_inline_asm) {
if (v8_use_multi_snapshots) {
run_mksnapshot("trusted") {
args = [ "--no-untrusted-code-mitigations" ]
- if (v8_enable_embedded_builtins) {
- embedded_variant = "Trusted"
- }
+ embedded_variant = "Trusted"
}
if (emit_builtins_as_inline_asm) {
asm_to_inline_asm("trusted") {
@@ -1350,9 +1479,7 @@ if (v8_use_multi_snapshots) {
action("v8_dump_build_config") {
script = "tools/testrunner/utils/dump_build_config.py"
- outputs = [
- "$root_out_dir/v8_build_config.json",
- ]
+ outputs = [ "$root_out_dir/v8_build_config.json" ]
is_gcov_coverage = v8_code_coverage && !is_clang
is_full_debug = v8_enable_debugging_features && !v8_optimized_debug
args = [
@@ -1375,7 +1502,6 @@ action("v8_dump_build_config") {
"v8_enable_i18n_support=$v8_enable_i18n_support",
"v8_enable_verify_predictable=$v8_enable_verify_predictable",
"v8_target_cpu=\"$v8_target_cpu\"",
- "v8_enable_embedded_builtins=$v8_enable_embedded_builtins",
"v8_enable_verify_csa=$v8_enable_verify_csa",
"v8_enable_lite_mode=$v8_enable_lite_mode",
"v8_enable_pointer_compression=$v8_enable_pointer_compression",
@@ -1394,131 +1520,50 @@ action("v8_dump_build_config") {
# Source Sets (aka static libraries)
#
-source_set("v8_maybe_snapshot") {
- if (v8_use_external_startup_data) {
- public_deps = [
- ":v8_external_snapshot",
- ]
- } else {
- public_deps = [
- ":v8_snapshot",
- ]
- }
-}
-
-v8_source_set("v8_nosnapshot") {
- visibility = [ ":*" ] # Only targets in this file can depend on this.
-
- deps = [
- ":js2c_extras",
- ":torque_generated_initializers",
- ]
+v8_source_set("v8_snapshot") {
+ visibility = [ ":*" ] # Targets in this file can depend on this.
+ deps = []
public_deps = [
- ":v8_maybe_icu",
+ # This should be public so downstream targets can declare the snapshot
+ # output file as their inputs.
+ ":run_mksnapshot_default",
]
- sources = [
- "$target_gen_dir/extras-libraries.cc",
- "src/snapshot/embedded/embedded-empty.cc",
- "src/snapshot/snapshot-empty.cc",
- ]
-
- configs = [ ":internal_config" ]
-}
-
-if (!v8_use_external_startup_data) {
- v8_source_set("v8_snapshot") {
- # Only targets in this file and the top-level visibility target can
- # depend on this.
- visibility = [
- ":*",
- "//:gn_visibility",
- ]
-
- deps = [
- ":js2c_extras",
- ]
+ # Do not publicize any header to remove build dependency.
+ public = []
- public_deps = [
- # This should be public so downstream targets can declare the snapshot
- # output file as their inputs.
- ":run_mksnapshot_default",
- ":v8_maybe_icu",
- ]
-
- # Do not publicize any header to remove build dependency.
- public = []
-
- sources = [
- "$target_gen_dir/extras-libraries.cc",
- "$target_gen_dir/snapshot.cc",
- "src/init/setup-isolate-deserialize.cc",
- ]
-
- if (v8_enable_embedded_builtins && emit_builtins_as_inline_asm) {
- deps += [ ":asm_to_inline_asm_default" ]
- sources += [ "$target_gen_dir/embedded.cc" ]
- } else if (v8_enable_embedded_builtins) {
- sources += [ "$target_gen_dir/embedded.S" ]
- } else {
- sources += [ "src/snapshot/embedded/embedded-empty.cc" ]
- }
-
- configs = [ ":internal_config" ]
+ sources = [ "src/init/setup-isolate-deserialize.cc" ]
+ if (emit_builtins_as_inline_asm) {
+ deps += [ ":asm_to_inline_asm_default" ]
+ sources += [ "$target_gen_dir/embedded.cc" ]
+ } else {
+ sources += [ "$target_gen_dir/embedded.S" ]
}
-}
-if (v8_use_external_startup_data) {
- v8_source_set("v8_external_snapshot") {
- visibility = [ ":*" ] # Only targets in this file can depend on this.
+ configs = [ ":internal_config" ]
- deps = [
- ":js2c_extras",
- ":v8_base",
- ]
- public_deps = [
- ":natives_blob",
- ":run_mksnapshot_default",
- ]
+ if (v8_use_external_startup_data) {
+ deps += [ ":v8_base" ]
+
+ sources += [ "src/snapshot/snapshot-external.cc" ]
if (v8_use_multi_snapshots) {
public_deps += [ ":run_mksnapshot_trusted" ]
- }
-
- sources = [
- "src/init/setup-isolate-deserialize.cc",
- "src/snapshot/natives-external.cc",
- "src/snapshot/snapshot-external.cc",
- ]
-
- # Do not publicize any header to remove build dependency.
- public = []
-
- if (v8_enable_embedded_builtins && emit_builtins_as_inline_asm) {
- deps += [ ":asm_to_inline_asm_default" ]
- sources += [ "$target_gen_dir/embedded.cc" ]
-
- if (v8_use_multi_snapshots) {
+ if (emit_builtins_as_inline_asm) {
deps += [ ":asm_to_inline_asm_trusted" ]
sources += [ "$target_gen_dir/embedded_trusted.cc" ]
- jumbo_excluded_sources = [ "$target_gen_dir/embedded_trusted.cc" ]
- }
- } else if (v8_enable_embedded_builtins) {
- sources += [ "$target_gen_dir/embedded.S" ]
-
- if (v8_use_multi_snapshots) {
+ } else {
sources += [ "$target_gen_dir/embedded_trusted.S" ]
- jumbo_excluded_sources = [
- # Duplicated symbols with embedded.S
- "$target_gen_dir/embedded_trusted.S",
- ]
}
- } else {
- sources += [ "src/snapshot/embedded/embedded-empty.cc" ]
}
+ } else {
+ # Also top-level visibility targets can depend on this.
+ visibility += [ "//:gn_visibility" ]
- configs = [ ":internal_config" ]
+ public_deps += [ ":v8_maybe_icu" ]
+
+ sources += [ "$target_gen_dir/snapshot.cc" ]
}
}
@@ -1528,14 +1573,10 @@ v8_source_set("v8_initializers") {
"test/cctest:*",
]
- deps = [
- ":torque_generated_initializers",
- ]
+ deps = [ ":torque_generated_initializers" ]
sources = [
### gcmole(all) ###
- "src/builtins/builtins-arguments-gen.cc",
- "src/builtins/builtins-arguments-gen.h",
"src/builtins/builtins-array-gen.cc",
"src/builtins/builtins-array-gen.h",
"src/builtins/builtins-async-function-gen.cc",
@@ -1545,11 +1586,9 @@ v8_source_set("v8_initializers") {
"src/builtins/builtins-async-iterator-gen.cc",
"src/builtins/builtins-bigint-gen.cc",
"src/builtins/builtins-bigint-gen.h",
- "src/builtins/builtins-boolean-gen.cc",
"src/builtins/builtins-call-gen.cc",
"src/builtins/builtins-call-gen.h",
"src/builtins/builtins-collections-gen.cc",
- "src/builtins/builtins-console-gen.cc",
"src/builtins/builtins-constructor-gen.cc",
"src/builtins/builtins-constructor-gen.h",
"src/builtins/builtins-constructor.h",
@@ -1569,8 +1608,6 @@ v8_source_set("v8_initializers") {
"src/builtins/builtins-iterator-gen.h",
"src/builtins/builtins-lazy-gen.cc",
"src/builtins/builtins-lazy-gen.h",
- "src/builtins/builtins-math-gen.cc",
- "src/builtins/builtins-math-gen.h",
"src/builtins/builtins-microtask-queue-gen.cc",
"src/builtins/builtins-number-gen.cc",
"src/builtins/builtins-object-gen.cc",
@@ -1578,13 +1615,11 @@ v8_source_set("v8_initializers") {
"src/builtins/builtins-promise-gen.h",
"src/builtins/builtins-proxy-gen.cc",
"src/builtins/builtins-proxy-gen.h",
- "src/builtins/builtins-reflect-gen.cc",
"src/builtins/builtins-regexp-gen.cc",
"src/builtins/builtins-regexp-gen.h",
"src/builtins/builtins-sharedarraybuffer-gen.cc",
"src/builtins/builtins-string-gen.cc",
"src/builtins/builtins-string-gen.h",
- "src/builtins/builtins-symbol-gen.cc",
"src/builtins/builtins-typed-array-gen.cc",
"src/builtins/builtins-typed-array-gen.h",
"src/builtins/builtins-utils-gen.h",
@@ -1609,17 +1644,6 @@ v8_source_set("v8_initializers") {
"src/interpreter/interpreter-intrinsics-generator.h",
]
- jumbo_excluded_sources = [
- # TODO(mostynb@vewd.com): don't exclude these http://crbug.com/752428
- "src/builtins/builtins-async-iterator-gen.cc",
- "src/builtins/builtins-async-generator-gen.cc",
-
- # These source files take an unusually large amount of time to
- # compile. Build them separately to avoid bottlenecks.
- "src/builtins/builtins-regexp-gen.cc",
- "src/codegen/code-stub-assembler.cc",
- ]
-
if (v8_current_cpu == "x86") {
sources += [
### gcmole(arch:ia32) ###
@@ -1650,11 +1674,16 @@ v8_source_set("v8_initializers") {
### gcmole(arch:mips64el) ###
"src/builtins/mips64/builtins-mips64.cc",
]
- } else if (v8_current_cpu == "ppc" || v8_current_cpu == "ppc64") {
+ } else if (v8_current_cpu == "ppc") {
sources += [
### gcmole(arch:ppc) ###
"src/builtins/ppc/builtins-ppc.cc",
]
+ } else if (v8_current_cpu == "ppc64") {
+ sources += [
+ ### gcmole(arch:ppc64) ###
+ "src/builtins/ppc/builtins-ppc.cc",
+ ]
} else if (v8_current_cpu == "s390" || v8_current_cpu == "s390x") {
sources += [
### gcmole(arch:s390) ###
@@ -1672,18 +1701,14 @@ v8_source_set("v8_initializers") {
v8_source_set("v8_init") {
visibility = [ ":*" ] # Only targets in this file can depend on this.
- deps = [
- ":v8_initializers",
- ]
+ deps = [ ":v8_initializers" ]
sources = [
### gcmole(all) ###
"src/init/setup-isolate-full.cc",
]
- public_deps = [
- ":v8_maybe_icu",
- ]
+ public_deps = [ ":v8_maybe_icu" ]
configs = [ ":internal_config" ]
}
@@ -1707,6 +1732,7 @@ v8_header_set("v8_headers") {
public_configs = [ ":v8_header_features" ]
sources = [
+ "include/v8-fast-api-calls.h",
"include/v8-internal.h",
"include/v8.h",
"include/v8config.h",
@@ -1720,9 +1746,7 @@ v8_header_set("v8_headers") {
"include/v8-wasm-trap-handler-win.h",
]
- deps = [
- ":v8_version",
- ]
+ deps = [ ":v8_version" ]
}
# This is split out to share basic headers with Torque.
@@ -1730,13 +1754,9 @@ v8_header_set("v8_shared_internal_headers") {
visibility = [ ":*" ] # Only targets in this file can depend on this.
configs = [ ":internal_config" ]
- sources = [
- "src/common/globals.h",
- ]
+ sources = [ "src/common/globals.h" ]
- deps = [
- ":v8_headers",
- ]
+ deps = [ ":v8_headers" ]
}
v8_compiler_sources = [
@@ -1745,6 +1765,8 @@ v8_compiler_sources = [
"src/compiler/access-builder.h",
"src/compiler/access-info.cc",
"src/compiler/access-info.h",
+ "src/compiler/add-type-assertions-reducer.cc",
+ "src/compiler/add-type-assertions-reducer.h",
"src/compiler/all-nodes.cc",
"src/compiler/all-nodes.h",
"src/compiler/allocation-builder-inl.h",
@@ -1810,8 +1832,8 @@ v8_compiler_sources = [
"src/compiler/csa-load-elimination.h",
"src/compiler/dead-code-elimination.cc",
"src/compiler/dead-code-elimination.h",
- "src/compiler/decompression-elimination.cc",
- "src/compiler/decompression-elimination.h",
+ "src/compiler/decompression-optimizer.cc",
+ "src/compiler/decompression-optimizer.h",
"src/compiler/diamond.h",
"src/compiler/effect-control-linearizer.cc",
"src/compiler/effect-control-linearizer.h",
@@ -1826,6 +1848,7 @@ v8_compiler_sources = [
"src/compiler/frame.cc",
"src/compiler/frame.h",
"src/compiler/functional-list.h",
+ "src/compiler/globals.h",
"src/compiler/graph-assembler.cc",
"src/compiler/graph-assembler.h",
"src/compiler/graph-reducer.cc",
@@ -1891,7 +1914,6 @@ v8_compiler_sources = [
"src/compiler/memory-optimizer.cc",
"src/compiler/memory-optimizer.h",
"src/compiler/node-aux-data.h",
- "src/compiler/node-cache.cc",
"src/compiler/node-cache.h",
"src/compiler/node-marker.cc",
"src/compiler/node-marker.h",
@@ -1931,12 +1953,15 @@ v8_compiler_sources = [
"src/compiler/representation-change.h",
"src/compiler/schedule.cc",
"src/compiler/schedule.h",
+ "src/compiler/scheduled-machine-lowering.cc",
+ "src/compiler/scheduled-machine-lowering.h",
"src/compiler/scheduler.cc",
"src/compiler/scheduler.h",
"src/compiler/select-lowering.cc",
"src/compiler/select-lowering.h",
"src/compiler/serializer-for-background-compilation.cc",
"src/compiler/serializer-for-background-compilation.h",
+ "src/compiler/serializer-hints.h",
"src/compiler/simd-scalar-lowering.cc",
"src/compiler/simd-scalar-lowering.h",
"src/compiler/simplified-lowering.cc",
@@ -1949,8 +1974,6 @@ v8_compiler_sources = [
"src/compiler/state-values-utils.h",
"src/compiler/store-store-elimination.cc",
"src/compiler/store-store-elimination.h",
- "src/compiler/add-type-assertions-reducer.cc",
- "src/compiler/add-type-assertions-reducer.h",
"src/compiler/type-cache.cc",
"src/compiler/type-cache.h",
"src/compiler/type-narrowing-reducer.cc",
@@ -2013,13 +2036,9 @@ v8_source_set("v8_compiler") {
group("v8_compiler_for_mksnapshot") {
if (is_debug && !v8_optimized_debug && v8_enable_fast_mksnapshot) {
- deps = [
- ":v8_compiler_opt",
- ]
+ deps = [ ":v8_compiler_opt" ]
} else {
- deps = [
- ":v8_compiler",
- ]
+ deps = [ ":v8_compiler" ]
}
}
@@ -2034,12 +2053,12 @@ v8_source_set("v8_base_without_compiler") {
### gcmole(all) ###
"$target_gen_dir/builtins-generated/bytecodes-builtins-list.h",
+ "include/v8-fast-api-calls.h",
"include/v8-inspector-protocol.h",
"include/v8-inspector.h",
"include/v8-internal.h",
"include/v8-platform.h",
"include/v8-profiler.h",
- "include/v8-testing.h",
"include/v8-util.h",
"include/v8-wasm-trap-handler-posix.h",
"include/v8.h",
@@ -2095,7 +2114,6 @@ v8_source_set("v8_base_without_compiler") {
"src/builtins/builtins-definitions.h",
"src/builtins/builtins-descriptors.h",
"src/builtins/builtins-error.cc",
- "src/builtins/builtins-extras-utils.cc",
"src/builtins/builtins-function.cc",
"src/builtins/builtins-global.cc",
"src/builtins/builtins-internal.cc",
@@ -2180,6 +2198,7 @@ v8_source_set("v8_base_without_compiler") {
"src/codegen/string-constants.h",
"src/codegen/tick-counter.cc",
"src/codegen/tick-counter.h",
+ "src/codegen/tnode.cc",
"src/codegen/tnode.h",
"src/codegen/turbo-assembler.cc",
"src/codegen/turbo-assembler.h",
@@ -2265,6 +2284,9 @@ v8_source_set("v8_base_without_compiler") {
"src/execution/messages.h",
"src/execution/microtask-queue.cc",
"src/execution/microtask-queue.h",
+ "src/execution/off-thread-isolate.cc",
+ "src/execution/off-thread-isolate.h",
+ "src/execution/pointer-authentication.h",
"src/execution/protectors-inl.h",
"src/execution/protectors.cc",
"src/execution/protectors.h",
@@ -2287,8 +2309,6 @@ v8_source_set("v8_base_without_compiler") {
"src/extensions/cputracemark-extension.h",
"src/extensions/externalize-string-extension.cc",
"src/extensions/externalize-string-extension.h",
- "src/extensions/free-buffer-extension.cc",
- "src/extensions/free-buffer-extension.h",
"src/extensions/gc-extension.cc",
"src/extensions/gc-extension.h",
"src/extensions/ignition-statistics-extension.cc",
@@ -2309,6 +2329,8 @@ v8_source_set("v8_base_without_compiler") {
"src/handles/maybe-handles.h",
"src/heap/array-buffer-collector.cc",
"src/heap/array-buffer-collector.h",
+ "src/heap/array-buffer-sweeper.cc",
+ "src/heap/array-buffer-sweeper.h",
"src/heap/array-buffer-tracker-inl.h",
"src/heap/array-buffer-tracker.cc",
"src/heap/array-buffer-tracker.h",
@@ -2323,9 +2345,13 @@ v8_source_set("v8_base_without_compiler") {
"src/heap/concurrent-marking.h",
"src/heap/embedder-tracing.cc",
"src/heap/embedder-tracing.h",
+ "src/heap/factory-base.cc",
+ "src/heap/factory-base.h",
"src/heap/factory-inl.h",
"src/heap/factory.cc",
"src/heap/factory.h",
+ "src/heap/finalization-registry-cleanup-task.cc",
+ "src/heap/finalization-registry-cleanup-task.h",
"src/heap/gc-idle-time-handler.cc",
"src/heap/gc-idle-time-handler.h",
"src/heap/gc-tracer.cc",
@@ -2349,11 +2375,18 @@ v8_source_set("v8_base_without_compiler") {
"src/heap/item-parallel-job.h",
"src/heap/local-allocator-inl.h",
"src/heap/local-allocator.h",
+ "src/heap/local-heap.cc",
+ "src/heap/local-heap.h",
"src/heap/mark-compact-inl.h",
"src/heap/mark-compact.cc",
"src/heap/mark-compact.h",
+ "src/heap/marking-visitor-inl.h",
+ "src/heap/marking-visitor.h",
+ "src/heap/marking-worklist.cc",
+ "src/heap/marking-worklist.h",
"src/heap/marking.cc",
"src/heap/marking.h",
+ "src/heap/memory-measurement-inl.h",
"src/heap/memory-measurement.cc",
"src/heap/memory-measurement.h",
"src/heap/memory-reducer.cc",
@@ -2363,6 +2396,8 @@ v8_source_set("v8_base_without_compiler") {
"src/heap/objects-visiting-inl.h",
"src/heap/objects-visiting.cc",
"src/heap/objects-visiting.h",
+ "src/heap/off-thread-factory.cc",
+ "src/heap/off-thread-factory.h",
"src/heap/read-only-heap-inl.h",
"src/heap/read-only-heap.cc",
"src/heap/read-only-heap.h",
@@ -2467,6 +2502,7 @@ v8_source_set("v8_base_without_compiler") {
"src/logging/log-utils.h",
"src/logging/log.cc",
"src/logging/log.h",
+ "src/logging/off-thread-logger.h",
"src/numbers/bignum-dtoa.cc",
"src/numbers/bignum-dtoa.h",
"src/numbers/bignum.cc",
@@ -2574,6 +2610,9 @@ v8_source_set("v8_base_without_compiler") {
"src/objects/js-date-time-format-inl.h",
"src/objects/js-date-time-format.cc",
"src/objects/js-date-time-format.h",
+ "src/objects/js-display-names-inl.h",
+ "src/objects/js-display-names.cc",
+ "src/objects/js-display-names.h",
"src/objects/js-generator-inl.h",
"src/objects/js-generator.h",
"src/objects/js-list-format-inl.h",
@@ -2706,6 +2745,7 @@ v8_source_set("v8_base_without_compiler") {
"src/objects/tagged-impl-inl.h",
"src/objects/tagged-impl.cc",
"src/objects/tagged-impl.h",
+ "src/objects/tagged-index.h",
"src/objects/tagged-value-inl.h",
"src/objects/tagged-value.h",
"src/objects/template-objects-inl.h",
@@ -2722,8 +2762,6 @@ v8_source_set("v8_base_without_compiler") {
"src/objects/value-serializer.h",
"src/objects/visitors.cc",
"src/objects/visitors.h",
- "src/parsing/expression-scope-reparenter.cc",
- "src/parsing/expression-scope-reparenter.h",
"src/parsing/expression-scope.h",
"src/parsing/func-name-inferrer.cc",
"src/parsing/func-name-inferrer.h",
@@ -2858,8 +2896,6 @@ v8_source_set("v8_base_without_compiler") {
"src/snapshot/deserializer.h",
"src/snapshot/embedded/embedded-data.cc",
"src/snapshot/embedded/embedded-data.h",
- "src/snapshot/natives-common.cc",
- "src/snapshot/natives.h",
"src/snapshot/object-deserializer.cc",
"src/snapshot/object-deserializer.h",
"src/snapshot/partial-deserializer.cc",
@@ -2880,6 +2916,8 @@ v8_source_set("v8_base_without_compiler") {
"src/snapshot/serializer.cc",
"src/snapshot/serializer.h",
"src/snapshot/snapshot-common.cc",
+ "src/snapshot/snapshot-compression.cc",
+ "src/snapshot/snapshot-compression.h",
"src/snapshot/snapshot-source-sink.cc",
"src/snapshot/snapshot-source-sink.h",
"src/snapshot/snapshot.h",
@@ -3017,8 +3055,6 @@ v8_source_set("v8_base_without_compiler") {
"src/wasm/wasm-result.h",
"src/wasm/wasm-serialization.cc",
"src/wasm/wasm-serialization.h",
- "src/wasm/wasm-text.cc",
- "src/wasm/wasm-text.h",
"src/wasm/wasm-tier.h",
"src/wasm/wasm-value.h",
"src/zone/accounting-allocator.cc",
@@ -3034,6 +3070,30 @@ v8_source_set("v8_base_without_compiler") {
"src/zone/zone.h",
]
+ if (!v8_control_flow_integrity) {
+ sources += [ "src/execution/pointer-authentication-dummy.h" ]
+ }
+
+ if (v8_enable_third_party_heap) {
+ sources += v8_third_party_heap_files
+ }
+
+ if (v8_enable_wasm_gdb_remote_debugging) {
+ sources += [
+ "src/debug/wasm/gdb-server/gdb-server-thread.cc",
+ "src/debug/wasm/gdb-server/gdb-server-thread.h",
+ "src/debug/wasm/gdb-server/gdb-server.cc",
+ "src/debug/wasm/gdb-server/gdb-server.h",
+ "src/debug/wasm/gdb-server/session.cc",
+ "src/debug/wasm/gdb-server/session.h",
+ "src/debug/wasm/gdb-server/target.cc",
+ "src/debug/wasm/gdb-server/target.h",
+ "src/debug/wasm/gdb-server/transport.cc",
+ "src/debug/wasm/gdb-server/transport.h",
+ "src/debug/wasm/gdb-server/util.h",
+ ]
+ }
+
if (v8_check_header_includes) {
# This file will be generated by tools/generate-header-include-checks.py
# if the "check_v8_header_includes" gclient variable is set.
@@ -3041,19 +3101,6 @@ v8_source_set("v8_base_without_compiler") {
sources += check_header_includes_sources
}
- jumbo_excluded_sources = [
- # TODO(mostynb@vewd.com): don't exclude these http://crbug.com/752428
- "src/profiler/heap-snapshot-generator.cc", # Macro clash in mman-linux.h
-
- # These source files take an unusually large amount of time to
- # compile. Build them separately to avoid bottlenecks.
- "src/api/api.cc",
- "src/heap/heap.cc",
- "src/objects/elements.cc",
- "src/objects/objects.cc",
- "src/parsing/parser.cc",
- ]
-
if (v8_current_cpu == "x86") {
sources += [ ### gcmole(arch:ia32) ###
"src/codegen/ia32/assembler-ia32-inl.h",
@@ -3086,6 +3133,7 @@ v8_source_set("v8_base_without_compiler") {
"src/codegen/x64/assembler-x64.h",
"src/codegen/x64/constants-x64.h",
"src/codegen/x64/cpu-x64.cc",
+ "src/codegen/x64/fma-instr.h",
"src/codegen/x64/interface-descriptors-x64.cc",
"src/codegen/x64/macro-assembler-x64.cc",
"src/codegen/x64/macro-assembler-x64.h",
@@ -3111,7 +3159,7 @@ v8_source_set("v8_base_without_compiler") {
# iOS Xcode simulator builds run on an x64 target. iOS and macOS are both
# based on Darwin and thus POSIX-compliant to a similar degree.
- if (is_linux || is_mac || is_ios) {
+ if (is_linux || is_mac || is_ios || target_os == "freebsd") {
sources += [
"src/trap-handler/handler-inside-posix.cc",
"src/trap-handler/handler-inside-posix.h",
@@ -3170,8 +3218,6 @@ v8_source_set("v8_base_without_compiler") {
"src/codegen/arm64/instructions-arm64-constants.cc",
"src/codegen/arm64/instructions-arm64.cc",
"src/codegen/arm64/instructions-arm64.h",
- "src/codegen/arm64/instrument-arm64.cc",
- "src/codegen/arm64/instrument-arm64.h",
"src/codegen/arm64/interface-descriptors-arm64.cc",
"src/codegen/arm64/macro-assembler-arm64-inl.h",
"src/codegen/arm64/macro-assembler-arm64.cc",
@@ -3201,17 +3247,15 @@ v8_source_set("v8_base_without_compiler") {
"src/regexp/arm64/regexp-macro-assembler-arm64.h",
"src/wasm/baseline/arm64/liftoff-assembler-arm64.h",
]
+ if (v8_control_flow_integrity) {
+ sources += [ "src/execution/arm64/pointer-authentication-arm64.h" ]
+ }
if (is_win) {
sources += [
"src/diagnostics/unwinding-info-win64.cc",
"src/diagnostics/unwinding-info-win64.h",
]
}
- jumbo_excluded_sources += [
- # TODO(mostynb@vewd.com): fix this code so it doesn't need
- # to be excluded, see the comments inside.
- "src/codegen/arm64/instructions-arm64-constants.cc",
- ]
} else if (v8_current_cpu == "mips" || v8_current_cpu == "mipsel") {
sources += [ ### gcmole(arch:mipsel) ###
"src/codegen/mips/assembler-mips-inl.h",
@@ -3266,7 +3310,7 @@ v8_source_set("v8_base_without_compiler") {
"src/regexp/mips64/regexp-macro-assembler-mips64.h",
"src/wasm/baseline/mips64/liftoff-assembler-mips64.h",
]
- } else if (v8_current_cpu == "ppc" || v8_current_cpu == "ppc64") {
+ } else if (v8_current_cpu == "ppc") {
sources += [ ### gcmole(arch:ppc) ###
"src/codegen/ppc/assembler-ppc-inl.h",
"src/codegen/ppc/assembler-ppc.cc",
@@ -3282,9 +3326,42 @@ v8_source_set("v8_base_without_compiler") {
"src/compiler/backend/ppc/instruction-codes-ppc.h",
"src/compiler/backend/ppc/instruction-scheduler-ppc.cc",
"src/compiler/backend/ppc/instruction-selector-ppc.cc",
+ "src/compiler/backend/ppc/unwinding-info-writer-ppc.cc",
+ "src/compiler/backend/ppc/unwinding-info-writer-ppc.h",
+ "src/debug/ppc/debug-ppc.cc",
+ "src/deoptimizer/ppc/deoptimizer-ppc.cc",
+ "src/diagnostics/ppc/disasm-ppc.cc",
+ "src/diagnostics/ppc/eh-frame-ppc.cc",
+ "src/execution/ppc/frame-constants-ppc.cc",
+ "src/execution/ppc/frame-constants-ppc.h",
+ "src/execution/ppc/simulator-ppc.cc",
+ "src/execution/ppc/simulator-ppc.h",
+ "src/regexp/ppc/regexp-macro-assembler-ppc.cc",
+ "src/regexp/ppc/regexp-macro-assembler-ppc.h",
+ "src/wasm/baseline/ppc/liftoff-assembler-ppc.h",
+ ]
+ } else if (v8_current_cpu == "ppc64") {
+ sources += [ ### gcmole(arch:ppc64) ###
+ "src/codegen/ppc/assembler-ppc-inl.h",
+ "src/codegen/ppc/assembler-ppc.cc",
+ "src/codegen/ppc/assembler-ppc.h",
+ "src/codegen/ppc/constants-ppc.cc",
+ "src/codegen/ppc/constants-ppc.h",
+ "src/codegen/ppc/cpu-ppc.cc",
+ "src/codegen/ppc/interface-descriptors-ppc.cc",
+ "src/codegen/ppc/macro-assembler-ppc.cc",
+ "src/codegen/ppc/macro-assembler-ppc.h",
+ "src/codegen/ppc/register-ppc.h",
+ "src/compiler/backend/ppc/code-generator-ppc.cc",
+ "src/compiler/backend/ppc/instruction-codes-ppc.h",
+ "src/compiler/backend/ppc/instruction-scheduler-ppc.cc",
+ "src/compiler/backend/ppc/instruction-selector-ppc.cc",
+ "src/compiler/backend/ppc/unwinding-info-writer-ppc.cc",
+ "src/compiler/backend/ppc/unwinding-info-writer-ppc.h",
"src/debug/ppc/debug-ppc.cc",
"src/deoptimizer/ppc/deoptimizer-ppc.cc",
"src/diagnostics/ppc/disasm-ppc.cc",
+ "src/diagnostics/ppc/eh-frame-ppc.cc",
"src/execution/ppc/frame-constants-ppc.cc",
"src/execution/ppc/frame-constants-ppc.h",
"src/execution/ppc/simulator-ppc.cc",
@@ -3309,9 +3386,12 @@ v8_source_set("v8_base_without_compiler") {
"src/compiler/backend/s390/instruction-codes-s390.h",
"src/compiler/backend/s390/instruction-scheduler-s390.cc",
"src/compiler/backend/s390/instruction-selector-s390.cc",
+ "src/compiler/backend/s390/unwinding-info-writer-s390.cc",
+ "src/compiler/backend/s390/unwinding-info-writer-s390.h",
"src/debug/s390/debug-s390.cc",
"src/deoptimizer/s390/deoptimizer-s390.cc",
"src/diagnostics/s390/disasm-s390.cc",
+ "src/diagnostics/s390/eh-frame-s390.cc",
"src/execution/s390/frame-constants-s390.cc",
"src/execution/s390/frame-constants-s390.h",
"src/execution/s390/simulator-s390.cc",
@@ -3361,6 +3441,9 @@ v8_source_set("v8_base_without_compiler") {
"src/objects/js-date-time-format-inl.h",
"src/objects/js-date-time-format.cc",
"src/objects/js-date-time-format.h",
+ "src/objects/js-display-names-inl.h",
+ "src/objects/js-display-names.cc",
+ "src/objects/js-display-names.h",
"src/objects/js-list-format-inl.h",
"src/objects/js-list-format.cc",
"src/objects/js-list-format.h",
@@ -3387,18 +3470,37 @@ v8_source_set("v8_base_without_compiler") {
]
}
+ deps += [
+ "//third_party/zlib",
+ "//third_party/zlib/google:compression_utils_portable",
+ ]
+
if (v8_postmortem_support) {
sources += [ "$target_gen_dir/debug-support.cc" ]
deps += [ ":postmortem-metadata" ]
}
+ libs = []
+
+ if (v8_enable_third_party_heap) {
+ libs += v8_third_party_heap_libs
+ }
+
# Platforms that don't have CAS support need to link atomic library
# to implement atomic memory access
if (v8_current_cpu == "mips" || v8_current_cpu == "mipsel" ||
v8_current_cpu == "mips64" || v8_current_cpu == "mips64el" ||
v8_current_cpu == "ppc" || v8_current_cpu == "ppc64" ||
v8_current_cpu == "s390" || v8_current_cpu == "s390x") {
- libs = [ "atomic" ]
+ libs += [ "atomic" ]
+ }
+
+ if (v8_enable_vtunetracemark && (is_linux || is_win)) {
+ sources += [
+ "src/extensions/vtunedomain-support-extension.cc",
+ "src/extensions/vtunedomain-support-extension.h",
+ ]
+ deps += [ "src/third_party/vtune:v8_vtune_trace_mark" ]
}
}
@@ -3436,6 +3538,7 @@ v8_source_set("torque_base") {
"src/torque/instance-type-generator.cc",
"src/torque/instructions.cc",
"src/torque/instructions.h",
+ "src/torque/parameter-difference.h",
"src/torque/server-data.cc",
"src/torque/server-data.h",
"src/torque/source-positions.cc",
@@ -3456,13 +3559,9 @@ v8_source_set("torque_base") {
"src/torque/utils.h",
]
- deps = [
- ":v8_shared_internal_headers",
- ]
+ deps = [ ":v8_shared_internal_headers" ]
- public_deps = [
- ":v8_libbase",
- ]
+ public_deps = [ ":v8_libbase" ]
# The use of exceptions for Torque in violation of the Chromium style-guide
# is justified by the fact that it is only used from the non-essential
@@ -3505,9 +3604,7 @@ v8_source_set("torque_ls_base") {
"src/torque/ls/message.h",
]
- public_deps = [
- ":torque_base",
- ]
+ public_deps = [ ":torque_base" ]
# The use of exceptions for Torque in violation of the Chromium style-guide
# is justified by the fact that it is only used from the non-essential
@@ -3537,10 +3634,12 @@ v8_component("v8_libbase") {
"src/base/atomicops_internals_portable.h",
"src/base/atomicops_internals_std.h",
"src/base/base-export.h",
+ "src/base/bit-field.h",
"src/base/bits.cc",
"src/base/bits.h",
"src/base/bounded-page-allocator.cc",
"src/base/bounded-page-allocator.h",
+ "src/base/bounds.h",
"src/base/build_config.h",
"src/base/compiler-specific.h",
"src/base/cpu.cc",
@@ -3606,9 +3705,7 @@ v8_component("v8_libbase") {
public_configs = [ ":libbase_config" ]
- deps = [
- ":v8_headers",
- ]
+ deps = [ ":v8_headers" ]
public_deps = []
@@ -3794,9 +3891,7 @@ v8_source_set("v8_libsampler") {
public_configs = [ ":libsampler_config" ]
- deps = [
- ":v8_libbase",
- ]
+ deps = [ ":v8_libbase" ]
}
v8_source_set("fuzzer_support") {
@@ -3809,9 +3904,7 @@ v8_source_set("fuzzer_support") {
configs = [ ":internal_config_base" ]
- deps = [
- ":v8",
- ]
+ deps = [ ":v8" ]
public_deps = [
":v8_libbase",
@@ -3849,7 +3942,7 @@ v8_static_library("wee8") {
":v8_libbase",
":v8_libplatform",
":v8_libsampler",
- ":v8_maybe_snapshot",
+ ":v8_snapshot",
"//build/win:default_exe_manifest",
]
@@ -3898,6 +3991,7 @@ if (current_toolchain == v8_snapshot_toolchain) {
visibility = [ ":*" ] # Only targets in this file can depend on this.
sources = [
+ "src/snapshot/embedded/embedded-empty.cc",
"src/snapshot/embedded/embedded-file-writer.cc",
"src/snapshot/embedded/embedded-file-writer.h",
"src/snapshot/embedded/platform-embedded-file-writer-aix.cc",
@@ -3911,6 +4005,7 @@ if (current_toolchain == v8_snapshot_toolchain) {
"src/snapshot/embedded/platform-embedded-file-writer-win.cc",
"src/snapshot/embedded/platform-embedded-file-writer-win.h",
"src/snapshot/mksnapshot.cc",
+ "src/snapshot/snapshot-empty.cc",
]
configs = [ ":internal_config" ]
@@ -3921,7 +4016,7 @@ if (current_toolchain == v8_snapshot_toolchain) {
":v8_init",
":v8_libbase",
":v8_libplatform",
- ":v8_nosnapshot",
+ ":v8_maybe_icu",
"//build/win:default_exe_manifest",
]
}
@@ -3931,9 +4026,7 @@ if (current_toolchain == v8_snapshot_toolchain) {
v8_executable("torque") {
visibility = [ ":*" ] # Only targets in this file can depend on this.
- sources = [
- "src/torque/torque.cc",
- ]
+ sources = [ "src/torque/torque.cc" ]
deps = [
":torque_base",
@@ -3963,9 +4056,7 @@ if (current_toolchain == v8_snapshot_toolchain) {
v8_executable("torque-language-server") {
visibility = [ ":*" ] # Only targets in this file can depend on this.
- sources = [
- "src/torque/ls/torque-language-server.cc",
- ]
+ sources = [ "src/torque/ls/torque-language-server.cc" ]
deps = [
":torque_base",
@@ -3997,9 +4088,7 @@ if (v8_enable_i18n_support) {
v8_executable("gen-regexp-special-case") {
visibility = [ ":*" ] # Only targets in this file can depend on this.
- sources = [
- "src/regexp/gen-regexp-special-case.cc",
- ]
+ sources = [ "src/regexp/gen-regexp-special-case.cc" ]
deps = [
":v8_libbase",
@@ -4016,17 +4105,11 @@ if (v8_enable_i18n_support) {
script = "tools/run.py"
- sources = v8_extra_library_files
-
- deps = [
- ":gen-regexp-special-case($v8_generator_toolchain)",
- ]
+ deps = [ ":gen-regexp-special-case($v8_generator_toolchain)" ]
output_file = "$target_gen_dir/src/regexp/special-case.cc"
- outputs = [
- output_file,
- ]
+ outputs = [ output_file ]
args = [
"./" + rebase_path(
@@ -4072,17 +4155,13 @@ group("gn_all") {
}
group("v8_python_base") {
- data = [
- ".vpython",
- ]
+ data = [ ".vpython" ]
}
group("v8_clusterfuzz") {
testonly = true
- deps = [
- ":d8",
- ]
+ deps = [ ":d8" ]
if (v8_multi_arch_build) {
deps += [
@@ -4098,9 +4177,7 @@ group("v8_clusterfuzz") {
group("v8_archive") {
testonly = true
- deps = [
- ":d8",
- ]
+ deps = [ ":d8" ]
if (!is_win) {
# On windows, cctest doesn't link with v8_static_library.
@@ -4113,7 +4190,7 @@ group("v8_archive") {
if (is_fuchsia && !build_with_chromium) {
import("//build/config/fuchsia/rules.gni")
- fuchsia_package("d8_fuchsia_pkg") {
+ cr_fuchsia_package("d8_fuchsia_pkg") {
testonly = true
binary = ":d8"
package_name_override = "d8"
@@ -4143,13 +4220,11 @@ group("v8_fuzzers") {
if (is_component_build) {
v8_component("v8") {
- sources = [
- "src/utils/v8dll-main.cc",
- ]
+ sources = [ "src/utils/v8dll-main.cc" ]
public_deps = [
":v8_base",
- ":v8_maybe_snapshot",
+ ":v8_snapshot",
]
configs = [ ":internal_config" ]
@@ -4160,9 +4235,7 @@ if (is_component_build) {
v8_component("v8_for_testing") {
testonly = true
- sources = [
- "src/utils/v8dll-main.cc",
- ]
+ sources = [ "src/utils/v8dll-main.cc" ]
public_deps = [
":torque_base",
@@ -4170,7 +4243,7 @@ if (is_component_build) {
":v8_base",
":v8_headers",
":v8_initializers",
- ":v8_maybe_snapshot",
+ ":v8_snapshot",
]
configs = [ ":internal_config" ]
@@ -4181,7 +4254,7 @@ if (is_component_build) {
group("v8") {
public_deps = [
":v8_base",
- ":v8_maybe_snapshot",
+ ":v8_snapshot",
]
public_configs = [ ":external_config" ]
@@ -4195,7 +4268,7 @@ if (is_component_build) {
":torque_ls_base",
":v8_base",
":v8_initializers",
- ":v8_maybe_snapshot",
+ ":v8_snapshot",
]
public_configs = [ ":external_config" ]
@@ -4220,6 +4293,7 @@ v8_executable("d8") {
# the :external_config applied to it by virtue of depending on :v8, and
# you can't have both applied to the same target.
":internal_config_base",
+ ":v8_tracing_config",
]
deps = [
@@ -4246,14 +4320,12 @@ v8_executable("d8") {
}
if (v8_use_perfetto) {
- deps += [ "//third_party/perfetto/include/perfetto/tracing" ]
+ deps += [ "//third_party/perfetto/src/tracing:in_process_backend" ]
}
}
v8_executable("v8_hello_world") {
- sources = [
- "samples/hello-world.cc",
- ]
+ sources = [ "samples/hello-world.cc" ]
configs = [
# Note: don't use :internal_config here because this target will get
@@ -4271,9 +4343,7 @@ v8_executable("v8_hello_world") {
}
v8_executable("v8_sample_process") {
- sources = [
- "samples/process.cc",
- ]
+ sources = [ "samples/process.cc" ]
configs = [
# Note: don't use :internal_config here because this target will get
@@ -4292,9 +4362,7 @@ v8_executable("v8_sample_process") {
if (want_v8_shell) {
v8_executable("v8_shell") {
- sources = [
- "samples/shell.cc",
- ]
+ sources = [ "samples/shell.cc" ]
configs = [
# Note: don't use :internal_config here because this target will get
@@ -4321,22 +4389,16 @@ template("v8_fuzzer") {
"//build/win:default_exe_manifest",
]
- sources = [
- "test/fuzzer/fuzzer.cc",
- ]
+ sources = [ "test/fuzzer/fuzzer.cc" ]
configs = [ ":external_config" ]
}
}
v8_source_set("json_fuzzer") {
- sources = [
- "test/fuzzer/json.cc",
- ]
+ sources = [ "test/fuzzer/json.cc" ]
- deps = [
- ":fuzzer_support",
- ]
+ deps = [ ":fuzzer_support" ]
configs = [
":external_config",
@@ -4348,13 +4410,9 @@ v8_fuzzer("json_fuzzer") {
}
v8_source_set("multi_return_fuzzer") {
- sources = [
- "test/fuzzer/multi-return.cc",
- ]
+ sources = [ "test/fuzzer/multi-return.cc" ]
- deps = [
- ":fuzzer_support",
- ]
+ deps = [ ":fuzzer_support" ]
configs = [
":external_config",
@@ -4366,13 +4424,9 @@ v8_fuzzer("multi_return_fuzzer") {
}
v8_source_set("parser_fuzzer") {
- sources = [
- "test/fuzzer/parser.cc",
- ]
+ sources = [ "test/fuzzer/parser.cc" ]
- deps = [
- ":fuzzer_support",
- ]
+ deps = [ ":fuzzer_support" ]
configs = [
":external_config",
@@ -4389,9 +4443,7 @@ v8_source_set("regexp_builtins_fuzzer") {
"test/fuzzer/regexp_builtins/mjsunit.js.h",
]
- deps = [
- ":fuzzer_support",
- ]
+ deps = [ ":fuzzer_support" ]
configs = [
":external_config",
@@ -4403,13 +4455,9 @@ v8_fuzzer("regexp_builtins_fuzzer") {
}
v8_source_set("regexp_fuzzer") {
- sources = [
- "test/fuzzer/regexp.cc",
- ]
+ sources = [ "test/fuzzer/regexp.cc" ]
- deps = [
- ":fuzzer_support",
- ]
+ deps = [ ":fuzzer_support" ]
configs = [
":external_config",
@@ -4431,9 +4479,7 @@ v8_source_set("wasm_module_runner") {
":run_torque",
]
- public_deps = [
- ":v8_maybe_icu",
- ]
+ public_deps = [ ":v8_maybe_icu" ]
configs = [
":external_config",
@@ -4442,9 +4488,7 @@ v8_source_set("wasm_module_runner") {
}
v8_source_set("wasm_fuzzer") {
- sources = [
- "test/fuzzer/wasm.cc",
- ]
+ sources = [ "test/fuzzer/wasm.cc" ]
deps = [
":fuzzer_support",
@@ -4462,9 +4506,7 @@ v8_fuzzer("wasm_fuzzer") {
}
v8_source_set("wasm_async_fuzzer") {
- sources = [
- "test/fuzzer/wasm-async.cc",
- ]
+ sources = [ "test/fuzzer/wasm-async.cc" ]
deps = [
":fuzzer_support",
@@ -4513,9 +4555,7 @@ v8_source_set("lib_wasm_fuzzer_common") {
":run_torque",
]
- public_deps = [
- ":v8_maybe_icu",
- ]
+ public_deps = [ ":v8_maybe_icu" ]
configs = [
":external_config",
@@ -4550,7 +4590,6 @@ group("v8_generated_cc_files") {
deps = [
":generate_bytecode_builtins_list",
- ":js2c_extras",
":run_torque",
"src/inspector:v8_generated_cc_files",
]
@@ -4641,9 +4680,7 @@ if (!build_with_chromium && v8_use_perfetto) {
# This target should be used only by the protoc compiler and by test targets.
source_set("protobuf_full") {
- deps = [
- ":protobuf_lite",
- ]
+ deps = [ ":protobuf_lite" ]
sources = [
"third_party/protobuf/src/google/protobuf/any.cc",
"third_party/protobuf/src/google/protobuf/any.pb.cc",
@@ -4713,9 +4750,7 @@ if (!build_with_chromium && v8_use_perfetto) {
if (current_toolchain == host_toolchain) {
source_set("protoc_lib") {
- deps = [
- ":protobuf_full",
- ]
+ deps = [ ":protobuf_full" ]
sources = [
"third_party/protobuf/src/google/protobuf/compiler/code_generator.cc",
"third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc",
@@ -4754,9 +4789,7 @@ if (!build_with_chromium && v8_use_perfetto) {
":protoc_lib",
"//build/win:default_exe_manifest",
]
- sources = [
- "src/protobuf/protobuf-compiler-main.cc",
- ]
+ sources = [ "src/protobuf/protobuf-compiler-main.cc" ]
configs -= [ "//build/config/compiler:chromium_code" ]
configs += [ "//build/config/compiler:no_chromium_code" ]
}
diff --git a/deps/v8/COMMON_OWNERS b/deps/v8/COMMON_OWNERS
index 542c5abd3e0..1eee48173a1 100644
--- a/deps/v8/COMMON_OWNERS
+++ b/deps/v8/COMMON_OWNERS
@@ -7,6 +7,7 @@ cbruni@chromium.org
clemensb@chromium.org
danno@chromium.org
delphick@chromium.org
+dinfuehr@chromium.org
gdeepti@chromium.org
gsathya@chromium.org
hablich@chromium.org
@@ -21,18 +22,18 @@ mathias@chromium.org
marja@chromium.org
mlippautz@chromium.org
mslekova@chromium.org
-mstarzinger@chromium.org
mvstanton@chromium.org
mythria@chromium.org
neis@chromium.org
petermarshall@chromium.org
rmcilroy@chromium.org
-sergiyb@chromium.org
sigurds@chromium.org
solanes@chromium.org
+syg@chromium.org
szuend@chromium.org
tebbi@chromium.org
-titzer@chromium.org
ulan@chromium.org
verwaest@chromium.org
+victorgomes@chromium.org
yangguo@chromium.org
+zhin@chromium.org
diff --git a/deps/v8/ChangeLog b/deps/v8/ChangeLog
deleted file mode 100644
index b3ca3548e86..00000000000
--- a/deps/v8/ChangeLog
+++ /dev/null
@@ -1,66240 +0,0 @@
-2019-10-16: Version 7.9.317
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-16: Version 7.9.316
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-16: Version 7.9.315
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-15: Version 7.9.314
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-15: Version 7.9.313
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-15: Version 7.9.312
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-15: Version 7.9.311
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-15: Version 7.9.310
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-15: Version 7.9.309
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-15: Version 7.9.308
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-15: Version 7.9.307
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-14: Version 7.9.306
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-14: Version 7.9.305
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-14: Version 7.9.304
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-14: Version 7.9.303
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-14: Version 7.9.302
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-14: Version 7.9.301
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-14: Version 7.9.300
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-14: Version 7.9.299
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-14: Version 7.9.298
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-14: Version 7.9.297
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-13: Version 7.9.296
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-12: Version 7.9.295
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-12: Version 7.9.294
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-11: Version 7.9.293
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-11: Version 7.9.292
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-11: Version 7.9.291
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-11: Version 7.9.290
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-11: Version 7.9.289
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-11: Version 7.9.288
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-11: Version 7.9.287
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-11: Version 7.9.286
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-11: Version 7.9.285
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-11: Version 7.9.284
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-11: Version 7.9.283
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-11: Version 7.9.282
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-11: Version 7.9.281
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-11: Version 7.9.280
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-11: Version 7.9.279
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-11: Version 7.9.278
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-11: Version 7.9.277
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-11: Version 7.9.276
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-10: Version 7.9.275
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-10: Version 7.9.274
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-10: Version 7.9.273
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-10: Version 7.9.272
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-10: Version 7.9.271
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-10: Version 7.9.270
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-10: Version 7.9.269
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-10: Version 7.9.268
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-10: Version 7.9.267
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-10: Version 7.9.266
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-10: Version 7.9.265
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-10: Version 7.9.264
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-09: Version 7.9.263
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-09: Version 7.9.262
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-09: Version 7.9.261
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-09: Version 7.9.260
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-09: Version 7.9.259
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-09: Version 7.9.258
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-09: Version 7.9.257
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-09: Version 7.9.256
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-09: Version 7.9.255
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-09: Version 7.9.254
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-09: Version 7.9.253
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-09: Version 7.9.252
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-09: Version 7.9.251
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-09: Version 7.9.250
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-09: Version 7.9.249
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-09: Version 7.9.248
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-09: Version 7.9.247
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-09: Version 7.9.246
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-09: Version 7.9.245
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-09: Version 7.9.244
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-09: Version 7.9.243
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-09: Version 7.9.242
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-08: Version 7.9.241
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-08: Version 7.9.240
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-08: Version 7.9.239
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-08: Version 7.9.238
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-08: Version 7.9.237
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-08: Version 7.9.236
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-08: Version 7.9.235
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-08: Version 7.9.234
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-08: Version 7.9.233
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-08: Version 7.9.232
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-07: Version 7.9.231
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-07: Version 7.9.230
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-07: Version 7.9.229
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-07: Version 7.9.228
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-07: Version 7.9.227
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-07: Version 7.9.226
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-07: Version 7.9.225
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-07: Version 7.9.224
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-07: Version 7.9.223
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-07: Version 7.9.222
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-07: Version 7.9.221
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-06: Version 7.9.220
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-05: Version 7.9.219
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-04: Version 7.9.218
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-04: Version 7.9.217
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-04: Version 7.9.216
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-04: Version 7.9.215
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-04: Version 7.9.214
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-04: Version 7.9.213
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-04: Version 7.9.212
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-04: Version 7.9.211
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-04: Version 7.9.210
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-04: Version 7.9.209
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-04: Version 7.9.208
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-04: Version 7.9.207
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-04: Version 7.9.206
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-04: Version 7.9.205
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-04: Version 7.9.204
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-03: Version 7.9.203
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-03: Version 7.9.202
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-03: Version 7.9.201
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-03: Version 7.9.200
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-03: Version 7.9.199
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-02: Version 7.9.198
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-02: Version 7.9.197
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-02: Version 7.9.196
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-02: Version 7.9.195
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-02: Version 7.9.194
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-02: Version 7.9.193
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-02: Version 7.9.192
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-02: Version 7.9.191
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-02: Version 7.9.190
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-02: Version 7.9.189
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-02: Version 7.9.188
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-01: Version 7.9.187
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-01: Version 7.9.186
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-01: Version 7.9.185
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-01: Version 7.9.184
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-01: Version 7.9.183
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-01: Version 7.9.182
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-01: Version 7.9.181
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-01: Version 7.9.180
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-01: Version 7.9.179
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-01: Version 7.9.178
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-01: Version 7.9.177
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-01: Version 7.9.176
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-01: Version 7.9.175
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-01: Version 7.9.174
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-01: Version 7.9.173
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-01: Version 7.9.172
-
- Performance and stability improvements on all platforms.
-
-
-2019-10-01: Version 7.9.171
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-30: Version 7.9.170
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-30: Version 7.9.169
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-30: Version 7.9.168
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-30: Version 7.9.167
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-30: Version 7.9.166
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-30: Version 7.9.165
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-30: Version 7.9.164
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-29: Version 7.9.163
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-28: Version 7.9.162
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-27: Version 7.9.161
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-27: Version 7.9.160
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-27: Version 7.9.159
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-27: Version 7.9.158
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-27: Version 7.9.157
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-27: Version 7.9.156
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-27: Version 7.9.155
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-27: Version 7.9.154
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-27: Version 7.9.153
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-27: Version 7.9.152
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-26: Version 7.9.151
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-26: Version 7.9.150
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-26: Version 7.9.149
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-26: Version 7.9.148
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-26: Version 7.9.147
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-26: Version 7.9.146
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-26: Version 7.9.145
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-26: Version 7.9.144
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-26: Version 7.9.143
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-26: Version 7.9.142
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-26: Version 7.9.141
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-26: Version 7.9.140
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-26: Version 7.9.139
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-26: Version 7.9.138
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-26: Version 7.9.137
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-26: Version 7.9.136
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-26: Version 7.9.135
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-26: Version 7.9.134
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-26: Version 7.9.133
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-26: Version 7.9.132
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-25: Version 7.9.131
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-25: Version 7.9.130
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-25: Version 7.9.129
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-25: Version 7.9.128
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-25: Version 7.9.127
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-25: Version 7.9.126
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-25: Version 7.9.125
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-25: Version 7.9.124
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-25: Version 7.9.123
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-25: Version 7.9.122
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-25: Version 7.9.121
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-25: Version 7.9.120
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-25: Version 7.9.119
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-25: Version 7.9.118
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-25: Version 7.9.117
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-24: Version 7.9.116
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-24: Version 7.9.115
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-24: Version 7.9.114
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-24: Version 7.9.113
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-24: Version 7.9.112
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-24: Version 7.9.111
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-24: Version 7.9.110
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-24: Version 7.9.109
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-24: Version 7.9.108
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-24: Version 7.9.107
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-24: Version 7.9.106
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-24: Version 7.9.105
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-24: Version 7.9.104
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-23: Version 7.9.103
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-23: Version 7.9.102
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-23: Version 7.9.101
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-23: Version 7.9.100
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-23: Version 7.9.99
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-23: Version 7.9.98
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-23: Version 7.9.97
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-23: Version 7.9.96
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-23: Version 7.9.95
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-23: Version 7.9.94
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-23: Version 7.9.93
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-23: Version 7.9.92
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-23: Version 7.9.91
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-22: Version 7.9.90
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-21: Version 7.9.89
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-20: Version 7.9.88
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-20: Version 7.9.87
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-20: Version 7.9.86
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-20: Version 7.9.85
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-20: Version 7.9.84
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-20: Version 7.9.83
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-20: Version 7.9.82
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-20: Version 7.9.81
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-20: Version 7.9.80
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-20: Version 7.9.79
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-20: Version 7.9.78
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-20: Version 7.9.77
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-19: Version 7.9.76
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-19: Version 7.9.75
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-19: Version 7.9.74
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-19: Version 7.9.73
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-19: Version 7.9.72
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-19: Version 7.9.71
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-19: Version 7.9.70
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-19: Version 7.9.69
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-18: Version 7.9.68
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-18: Version 7.9.67
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-18: Version 7.9.66
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-18: Version 7.9.65
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-18: Version 7.9.64
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-18: Version 7.9.63
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-18: Version 7.9.62
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-18: Version 7.9.61
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-18: Version 7.9.60
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-18: Version 7.9.59
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-18: Version 7.9.58
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-17: Version 7.9.57
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-17: Version 7.9.56
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-16: Version 7.9.55
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-16: Version 7.9.54
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-16: Version 7.9.53
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-16: Version 7.9.52
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-16: Version 7.9.51
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-16: Version 7.9.50
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-16: Version 7.9.49
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-16: Version 7.9.48
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-16: Version 7.9.47
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-16: Version 7.9.46
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-16: Version 7.9.45
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-16: Version 7.9.44
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-14: Version 7.9.43
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-13: Version 7.9.42
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-13: Version 7.9.41
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-13: Version 7.9.40
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-13: Version 7.9.39
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-13: Version 7.9.38
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-13: Version 7.9.37
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-13: Version 7.9.36
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-13: Version 7.9.35
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-12: Version 7.9.34
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-12: Version 7.9.33
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-12: Version 7.9.32
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-12: Version 7.9.31
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-12: Version 7.9.30
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-12: Version 7.9.29
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-12: Version 7.9.28
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-12: Version 7.9.27
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-12: Version 7.9.26
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-12: Version 7.9.25
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-12: Version 7.9.24
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-12: Version 7.9.23
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-12: Version 7.9.22
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-12: Version 7.9.21
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-12: Version 7.9.20
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-12: Version 7.9.19
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-11: Version 7.9.18
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-11: Version 7.9.17
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-11: Version 7.9.16
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-11: Version 7.9.15
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-11: Version 7.9.14
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-11: Version 7.9.13
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-11: Version 7.9.12
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-10: Version 7.9.11
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-10: Version 7.9.10
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-10: Version 7.9.9
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-09: Version 7.9.8
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-09: Version 7.9.7
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-09: Version 7.9.6
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-09: Version 7.9.5
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-09: Version 7.9.4
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-09: Version 7.9.3
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-09: Version 7.9.2
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-08: Version 7.9.1
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-05: Version 7.8.285
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-04: Version 7.8.284
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-04: Version 7.8.283
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-04: Version 7.8.282
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-04: Version 7.8.281
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-04: Version 7.8.280
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-04: Version 7.8.279
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-04: Version 7.8.278
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-04: Version 7.8.277
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-04: Version 7.8.276
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-04: Version 7.8.275
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-04: Version 7.8.274
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-04: Version 7.8.273
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-04: Version 7.8.272
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-04: Version 7.8.271
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-04: Version 7.8.270
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-03: Version 7.8.269
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-03: Version 7.8.268
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-03: Version 7.8.267
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-03: Version 7.8.266
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-03: Version 7.8.265
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-03: Version 7.8.264
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-03: Version 7.8.263
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-03: Version 7.8.262
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-03: Version 7.8.261
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-02: Version 7.8.260
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-02: Version 7.8.259
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-02: Version 7.8.258
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-02: Version 7.8.257
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-02: Version 7.8.256
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-02: Version 7.8.255
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-02: Version 7.8.254
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-02: Version 7.8.253
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-02: Version 7.8.252
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-02: Version 7.8.251
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-02: Version 7.8.250
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-02: Version 7.8.249
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-02: Version 7.8.248
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-02: Version 7.8.247
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-02: Version 7.8.246
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-02: Version 7.8.245
-
- Performance and stability improvements on all platforms.
-
-
-2019-09-01: Version 7.8.244
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-31: Version 7.8.243
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-31: Version 7.8.242
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-30: Version 7.8.241
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-30: Version 7.8.240
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-30: Version 7.8.239
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-30: Version 7.8.238
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-30: Version 7.8.237
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-30: Version 7.8.236
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-30: Version 7.8.235
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-30: Version 7.8.234
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-30: Version 7.8.233
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-30: Version 7.8.232
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-29: Version 7.8.231
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-29: Version 7.8.230
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-29: Version 7.8.229
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-29: Version 7.8.228
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-29: Version 7.8.227
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-29: Version 7.8.226
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-29: Version 7.8.225
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-29: Version 7.8.224
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-29: Version 7.8.223
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-29: Version 7.8.222
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-29: Version 7.8.221
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-28: Version 7.8.220
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-28: Version 7.8.219
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-28: Version 7.8.218
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-28: Version 7.8.217
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-28: Version 7.8.216
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-28: Version 7.8.215
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-28: Version 7.8.214
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-28: Version 7.8.213
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-28: Version 7.8.212
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-28: Version 7.8.211
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-28: Version 7.8.210
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-28: Version 7.8.209
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-28: Version 7.8.208
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-27: Version 7.8.207
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-27: Version 7.8.206
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-27: Version 7.8.205
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-27: Version 7.8.204
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-27: Version 7.8.203
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-27: Version 7.8.202
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-27: Version 7.8.201
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-26: Version 7.8.200
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-26: Version 7.8.199
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-26: Version 7.8.198
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-26: Version 7.8.197
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-26: Version 7.8.196
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-26: Version 7.8.195
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-26: Version 7.8.194
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-26: Version 7.8.193
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-26: Version 7.8.192
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-26: Version 7.8.191
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-26: Version 7.8.190
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-25: Version 7.8.189
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-23: Version 7.8.188
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-23: Version 7.8.187
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-23: Version 7.8.186
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-23: Version 7.8.185
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-23: Version 7.8.184
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-23: Version 7.8.183
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-23: Version 7.8.182
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-23: Version 7.8.181
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-23: Version 7.8.180
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-23: Version 7.8.179
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-23: Version 7.8.178
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-22: Version 7.8.177
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-22: Version 7.8.176
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-22: Version 7.8.175
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-22: Version 7.8.174
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-22: Version 7.8.173
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-22: Version 7.8.172
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-22: Version 7.8.171
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-22: Version 7.8.170
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-22: Version 7.8.169
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-22: Version 7.8.168
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-22: Version 7.8.167
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-22: Version 7.8.166
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-22: Version 7.8.165
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-22: Version 7.8.164
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-22: Version 7.8.163
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-22: Version 7.8.162
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-22: Version 7.8.161
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-22: Version 7.8.160
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-22: Version 7.8.159
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-22: Version 7.8.158
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-22: Version 7.8.157
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-21: Version 7.8.156
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-21: Version 7.8.155
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-21: Version 7.8.154
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-21: Version 7.8.153
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-21: Version 7.8.152
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-21: Version 7.8.151
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-21: Version 7.8.150
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-21: Version 7.8.149
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-21: Version 7.8.148
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-21: Version 7.8.147
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-21: Version 7.8.146
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-21: Version 7.8.145
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-21: Version 7.8.144
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-21: Version 7.8.143
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-21: Version 7.8.142
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-21: Version 7.8.141
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-21: Version 7.8.140
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-21: Version 7.8.139
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-20: Version 7.8.138
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-20: Version 7.8.137
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-20: Version 7.8.136
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-20: Version 7.8.135
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-20: Version 7.8.134
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-20: Version 7.8.133
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-20: Version 7.8.132
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-20: Version 7.8.131
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-20: Version 7.8.130
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-20: Version 7.8.129
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-20: Version 7.8.128
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-20: Version 7.8.127
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-20: Version 7.8.126
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-20: Version 7.8.125
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-20: Version 7.8.124
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-20: Version 7.8.123
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-20: Version 7.8.122
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-20: Version 7.8.121
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-20: Version 7.8.120
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-19: Version 7.8.119
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-19: Version 7.8.118
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-19: Version 7.8.117
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-19: Version 7.8.116
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-19: Version 7.8.115
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-19: Version 7.8.114
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-16: Version 7.8.113
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-15: Version 7.8.112
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-14: Version 7.8.111
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-14: Version 7.8.110
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-14: Version 7.8.109
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-14: Version 7.8.108
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-14: Version 7.8.107
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-14: Version 7.8.106
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-13: Version 7.8.105
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-13: Version 7.8.104
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-13: Version 7.8.103
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-13: Version 7.8.102
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-13: Version 7.8.101
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-13: Version 7.8.100
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-13: Version 7.8.99
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-13: Version 7.8.98
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-13: Version 7.8.97
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-13: Version 7.8.96
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-13: Version 7.8.95
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-13: Version 7.8.94
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-13: Version 7.8.93
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-12: Version 7.8.92
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-12: Version 7.8.91
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-12: Version 7.8.90
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-12: Version 7.8.89
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-12: Version 7.8.88
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-12: Version 7.8.87
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-12: Version 7.8.86
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-12: Version 7.8.85
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-12: Version 7.8.84
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-12: Version 7.8.83
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-12: Version 7.8.82
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-12: Version 7.8.81
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-12: Version 7.8.80
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-12: Version 7.8.79
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-12: Version 7.8.78
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-09: Version 7.8.77
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-09: Version 7.8.76
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-09: Version 7.8.75
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-09: Version 7.8.74
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-09: Version 7.8.73
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-09: Version 7.8.72
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-08: Version 7.8.71
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-08: Version 7.8.70
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-08: Version 7.8.69
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-08: Version 7.8.68
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-07: Version 7.8.67
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-07: Version 7.8.66
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-07: Version 7.8.65
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-06: Version 7.8.64
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-06: Version 7.8.63
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-06: Version 7.8.62
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-05: Version 7.8.61
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-05: Version 7.8.60
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-04: Version 7.8.59
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-02: Version 7.8.58
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-02: Version 7.8.57
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-02: Version 7.8.56
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-02: Version 7.8.55
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-02: Version 7.8.54
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-02: Version 7.8.53
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-01: Version 7.8.52
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-01: Version 7.8.51
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-01: Version 7.8.50
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-01: Version 7.8.49
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-01: Version 7.8.48
-
- Performance and stability improvements on all platforms.
-
-
-2019-08-01: Version 7.8.47
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-31: Version 7.8.46
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-31: Version 7.8.45
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-31: Version 7.8.44
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-31: Version 7.8.43
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-31: Version 7.8.42
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-31: Version 7.8.41
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-31: Version 7.8.40
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-31: Version 7.8.39
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-31: Version 7.8.38
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-31: Version 7.8.37
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-30: Version 7.8.36
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-30: Version 7.8.35
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-30: Version 7.8.34
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-30: Version 7.8.33
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-30: Version 7.8.32
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-30: Version 7.8.31
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-30: Version 7.8.30
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-30: Version 7.8.29
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-30: Version 7.8.28
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-30: Version 7.8.27
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-30: Version 7.8.26
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-30: Version 7.8.25
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-30: Version 7.8.24
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-30: Version 7.8.23
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-30: Version 7.8.22
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-30: Version 7.8.21
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-30: Version 7.8.20
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-30: Version 7.8.19
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-30: Version 7.8.18
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-30: Version 7.8.17
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-30: Version 7.8.16
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-29: Version 7.8.15
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-29: Version 7.8.14
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-29: Version 7.8.13
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-29: Version 7.8.12
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-29: Version 7.8.11
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-29: Version 7.8.10
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-29: Version 7.8.9
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-29: Version 7.8.8
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-29: Version 7.8.7
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-29: Version 7.8.6
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-29: Version 7.8.5
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-29: Version 7.8.4
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-29: Version 7.8.3
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-29: Version 7.8.2
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-28: Version 7.8.1
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-24: Version 7.7.310
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-24: Version 7.7.309
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-24: Version 7.7.308
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-24: Version 7.7.307
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-24: Version 7.7.306
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-24: Version 7.7.305
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-24: Version 7.7.304
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-24: Version 7.7.303
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-24: Version 7.7.302
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-24: Version 7.7.301
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-24: Version 7.7.300
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-23: Version 7.7.299
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-23: Version 7.7.298
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-23: Version 7.7.297
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-23: Version 7.7.296
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-22: Version 7.7.295
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-22: Version 7.7.294
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-22: Version 7.7.293
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-22: Version 7.7.292
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-22: Version 7.7.291
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-21: Version 7.7.290
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-20: Version 7.7.289
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-20: Version 7.7.288
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-19: Version 7.7.287
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-19: Version 7.7.286
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-19: Version 7.7.285
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-19: Version 7.7.284
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-19: Version 7.7.283
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-19: Version 7.7.282
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-19: Version 7.7.281
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-19: Version 7.7.280
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-19: Version 7.7.279
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-19: Version 7.7.278
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-19: Version 7.7.277
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-18: Version 7.7.276
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-18: Version 7.7.275
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-18: Version 7.7.274
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-18: Version 7.7.273
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-18: Version 7.7.272
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-18: Version 7.7.271
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-18: Version 7.7.270
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-18: Version 7.7.269
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-17: Version 7.7.268
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-17: Version 7.7.267
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-17: Version 7.7.266
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-17: Version 7.7.265
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-17: Version 7.7.264
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-17: Version 7.7.263
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-17: Version 7.7.262
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-17: Version 7.7.261
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-17: Version 7.7.260
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-17: Version 7.7.259
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-17: Version 7.7.258
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-17: Version 7.7.257
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-17: Version 7.7.256
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-17: Version 7.7.255
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-16: Version 7.7.254
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-16: Version 7.7.253
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-16: Version 7.7.252
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-16: Version 7.7.251
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-16: Version 7.7.250
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-16: Version 7.7.249
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-16: Version 7.7.248
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-16: Version 7.7.247
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-16: Version 7.7.246
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-16: Version 7.7.245
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-16: Version 7.7.244
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-16: Version 7.7.243
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-16: Version 7.7.242
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-15: Version 7.7.241
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-15: Version 7.7.240
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-15: Version 7.7.239
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-15: Version 7.7.238
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-15: Version 7.7.237
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-15: Version 7.7.236
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-15: Version 7.7.235
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-15: Version 7.7.234
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-15: Version 7.7.233
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-15: Version 7.7.232
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-15: Version 7.7.231
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-14: Version 7.7.230
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-14: Version 7.7.229
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-13: Version 7.7.228
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-13: Version 7.7.227
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-13: Version 7.7.226
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-12: Version 7.7.225
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-12: Version 7.7.224
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-12: Version 7.7.223
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-12: Version 7.7.222
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-12: Version 7.7.221
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-12: Version 7.7.220
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-12: Version 7.7.219
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-12: Version 7.7.218
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-11: Version 7.7.217
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-11: Version 7.7.216
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-11: Version 7.7.215
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-10: Version 7.7.214
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-09: Version 7.7.213
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-09: Version 7.7.212
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-09: Version 7.7.211
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-09: Version 7.7.210
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-09: Version 7.7.209
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-09: Version 7.7.208
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-09: Version 7.7.207
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-09: Version 7.7.206
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-08: Version 7.7.205
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-08: Version 7.7.204
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-08: Version 7.7.203
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-08: Version 7.7.202
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-08: Version 7.7.201
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-08: Version 7.7.200
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-08: Version 7.7.199
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-08: Version 7.7.198
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-08: Version 7.7.197
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-08: Version 7.7.196
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-08: Version 7.7.195
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-08: Version 7.7.194
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-08: Version 7.7.193
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-06: Version 7.7.192
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-06: Version 7.7.191
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-05: Version 7.7.190
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-05: Version 7.7.189
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-05: Version 7.7.188
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-05: Version 7.7.187
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-05: Version 7.7.186
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-03: Version 7.7.185
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-03: Version 7.7.184
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-03: Version 7.7.183
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-03: Version 7.7.182
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-03: Version 7.7.181
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-03: Version 7.7.180
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-02: Version 7.7.179
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-02: Version 7.7.178
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-02: Version 7.7.177
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-02: Version 7.7.176
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-02: Version 7.7.175
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-02: Version 7.7.174
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-02: Version 7.7.173
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-02: Version 7.7.172
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-01: Version 7.7.171
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-01: Version 7.7.170
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-01: Version 7.7.169
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-01: Version 7.7.168
-
- Performance and stability improvements on all platforms.
-
-
-2019-07-01: Version 7.7.167
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-28: Version 7.7.166
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-28: Version 7.7.165
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-28: Version 7.7.164
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-27: Version 7.7.163
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-27: Version 7.7.162
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-27: Version 7.7.161
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-27: Version 7.7.160
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-27: Version 7.7.159
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-27: Version 7.7.158
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-27: Version 7.7.157
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-27: Version 7.7.156
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-27: Version 7.7.155
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-27: Version 7.7.154
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-26: Version 7.7.153
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-26: Version 7.7.152
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-26: Version 7.7.151
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-26: Version 7.7.150
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-25: Version 7.7.149
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-25: Version 7.7.148
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-25: Version 7.7.147
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-25: Version 7.7.146
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-25: Version 7.7.145
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-25: Version 7.7.144
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-25: Version 7.7.143
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-25: Version 7.7.142
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-25: Version 7.7.141
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-24: Version 7.7.140
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-24: Version 7.7.139
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-24: Version 7.7.138
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-24: Version 7.7.137
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-24: Version 7.7.136
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-23: Version 7.7.135
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-23: Version 7.7.134
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-22: Version 7.7.133
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-21: Version 7.7.132
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-21: Version 7.7.131
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-21: Version 7.7.130
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-21: Version 7.7.129
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-21: Version 7.7.128
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-21: Version 7.7.127
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-21: Version 7.7.126
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-21: Version 7.7.125
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-20: Version 7.7.124
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-20: Version 7.7.123
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-20: Version 7.7.122
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-20: Version 7.7.121
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-20: Version 7.7.120
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-19: Version 7.7.119
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-19: Version 7.7.118
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-19: Version 7.7.117
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-19: Version 7.7.116
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-19: Version 7.7.115
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-19: Version 7.7.114
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-19: Version 7.7.113
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-19: Version 7.7.112
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-19: Version 7.7.111
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-19: Version 7.7.110
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-19: Version 7.7.109
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-19: Version 7.7.108
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-19: Version 7.7.107
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-18: Version 7.7.106
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-18: Version 7.7.105
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-18: Version 7.7.104
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-18: Version 7.7.103
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-18: Version 7.7.102
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-18: Version 7.7.101
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-18: Version 7.7.100
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-18: Version 7.7.99
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-18: Version 7.7.98
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-18: Version 7.7.97
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-18: Version 7.7.96
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-18: Version 7.7.95
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-17: Version 7.7.94
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-17: Version 7.7.93
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-17: Version 7.7.92
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-17: Version 7.7.91
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-17: Version 7.7.90
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-17: Version 7.7.89
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-17: Version 7.7.88
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-17: Version 7.7.87
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-16: Version 7.7.86
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-16: Version 7.7.85
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-14: Version 7.7.84
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-14: Version 7.7.83
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-14: Version 7.7.82
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-14: Version 7.7.81
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-14: Version 7.7.80
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-14: Version 7.7.79
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-14: Version 7.7.78
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-14: Version 7.7.77
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-14: Version 7.7.76
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-14: Version 7.7.75
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-14: Version 7.7.74
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-14: Version 7.7.73
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-13: Version 7.7.72
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-13: Version 7.7.71
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-13: Version 7.7.70
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-13: Version 7.7.69
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-13: Version 7.7.68
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-13: Version 7.7.67
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-13: Version 7.7.66
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-13: Version 7.7.65
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-13: Version 7.7.64
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-13: Version 7.7.63
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-13: Version 7.7.62
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-12: Version 7.7.61
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-12: Version 7.7.60
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-12: Version 7.7.59
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-12: Version 7.7.58
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-12: Version 7.7.57
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-12: Version 7.7.56
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-12: Version 7.7.55
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-12: Version 7.7.54
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-12: Version 7.7.53
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-12: Version 7.7.52
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-12: Version 7.7.51
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-11: Version 7.7.50
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-11: Version 7.7.49
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-11: Version 7.7.48
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-11: Version 7.7.47
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-11: Version 7.7.46
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-11: Version 7.7.45
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-11: Version 7.7.44
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-11: Version 7.7.43
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-11: Version 7.7.42
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-11: Version 7.7.41
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-10: Version 7.7.40
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-10: Version 7.7.39
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-10: Version 7.7.38
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-10: Version 7.7.37
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-09: Version 7.7.36
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-09: Version 7.7.35
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-09: Version 7.7.34
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-08: Version 7.7.33
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-08: Version 7.7.32
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-08: Version 7.7.31
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-08: Version 7.7.30
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-07: Version 7.7.29
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-07: Version 7.7.28
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-07: Version 7.7.27
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-07: Version 7.7.26
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-07: Version 7.7.25
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-07: Version 7.7.24
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-05: Version 7.7.23
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-05: Version 7.7.22
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-05: Version 7.7.21
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-05: Version 7.7.20
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-05: Version 7.7.19
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-05: Version 7.7.18
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-04: Version 7.7.17
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-04: Version 7.7.16
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-04: Version 7.7.15
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-04: Version 7.7.14
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-04: Version 7.7.13
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-03: Version 7.7.12
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-03: Version 7.7.11
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-03: Version 7.7.10
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-03: Version 7.7.9
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-03: Version 7.7.8
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-03: Version 7.7.7
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-03: Version 7.7.6
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-03: Version 7.7.5
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-03: Version 7.7.4
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-03: Version 7.7.3
-
- Performance and stability improvements on all platforms.
-
-
-2019-06-03: Version 7.7.2
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-31: Version 7.7.1
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-29: Version 7.6.311
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-29: Version 7.6.310
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-29: Version 7.6.309
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-29: Version 7.6.308
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-28: Version 7.6.307
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-28: Version 7.6.306
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-28: Version 7.6.305
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-28: Version 7.6.304
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-28: Version 7.6.303
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-28: Version 7.6.302
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-28: Version 7.6.301
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-28: Version 7.6.300
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-28: Version 7.6.299
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-28: Version 7.6.298
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-28: Version 7.6.297
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-28: Version 7.6.296
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-28: Version 7.6.295
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-28: Version 7.6.294
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-28: Version 7.6.293
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-27: Version 7.6.292
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-27: Version 7.6.291
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-27: Version 7.6.290
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-27: Version 7.6.289
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-27: Version 7.6.288
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-27: Version 7.6.287
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-27: Version 7.6.286
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-27: Version 7.6.285
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-27: Version 7.6.284
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-27: Version 7.6.283
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-27: Version 7.6.282
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-27: Version 7.6.281
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-27: Version 7.6.280
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-27: Version 7.6.279
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-27: Version 7.6.278
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-27: Version 7.6.277
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-27: Version 7.6.276
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-27: Version 7.6.275
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-24: Version 7.6.274
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-24: Version 7.6.273
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-24: Version 7.6.272
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-24: Version 7.6.271
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-24: Version 7.6.270
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-24: Version 7.6.269
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-24: Version 7.6.268
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-23: Version 7.6.267
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-23: Version 7.6.266
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-23: Version 7.6.265
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-23: Version 7.6.264
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-23: Version 7.6.263
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-23: Version 7.6.262
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-23: Version 7.6.261
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-22: Version 7.6.260
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-22: Version 7.6.259
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-22: Version 7.6.258
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-22: Version 7.6.257
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-22: Version 7.6.256
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-22: Version 7.6.255
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-22: Version 7.6.254
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-22: Version 7.6.253
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-22: Version 7.6.252
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-22: Version 7.6.251
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-22: Version 7.6.250
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-22: Version 7.6.249
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-22: Version 7.6.248
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-21: Version 7.6.247
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-21: Version 7.6.246
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-21: Version 7.6.245
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-21: Version 7.6.244
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-21: Version 7.6.243
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-21: Version 7.6.242
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-21: Version 7.6.241
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-21: Version 7.6.240
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-21: Version 7.6.239
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-21: Version 7.6.238
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-21: Version 7.6.237
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-21: Version 7.6.236
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-21: Version 7.6.235
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-21: Version 7.6.234
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-21: Version 7.6.233
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-21: Version 7.6.232
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-21: Version 7.6.231
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-21: Version 7.6.230
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-21: Version 7.6.229
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-20: Version 7.6.228
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-20: Version 7.6.227
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-20: Version 7.6.226
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-20: Version 7.6.225
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-20: Version 7.6.224
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-20: Version 7.6.223
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-20: Version 7.6.222
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-20: Version 7.6.221
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-20: Version 7.6.220
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-20: Version 7.6.219
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-20: Version 7.6.218
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-20: Version 7.6.217
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-20: Version 7.6.216
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-20: Version 7.6.215
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-20: Version 7.6.214
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-20: Version 7.6.213
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-20: Version 7.6.212
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-20: Version 7.6.211
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-17: Version 7.6.210
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-17: Version 7.6.209
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-17: Version 7.6.208
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-17: Version 7.6.207
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-17: Version 7.6.206
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-17: Version 7.6.205
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-16: Version 7.6.204
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-16: Version 7.6.203
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-16: Version 7.6.202
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-16: Version 7.6.201
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-16: Version 7.6.200
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-16: Version 7.6.199
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-16: Version 7.6.198
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-16: Version 7.6.197
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-16: Version 7.6.196
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-15: Version 7.6.195
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-15: Version 7.6.194
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-15: Version 7.6.193
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-15: Version 7.6.192
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-15: Version 7.6.191
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-15: Version 7.6.190
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-15: Version 7.6.189
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-15: Version 7.6.188
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-15: Version 7.6.187
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-15: Version 7.6.186
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-15: Version 7.6.185
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-14: Version 7.6.184
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-14: Version 7.6.183
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-14: Version 7.6.182
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-14: Version 7.6.181
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-14: Version 7.6.180
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-14: Version 7.6.179
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-14: Version 7.6.178
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-14: Version 7.6.177
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-14: Version 7.6.176
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-14: Version 7.6.175
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-14: Version 7.6.174
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-14: Version 7.6.173
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-14: Version 7.6.172
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-13: Version 7.6.171
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-13: Version 7.6.170
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-13: Version 7.6.169
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-13: Version 7.6.168
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-13: Version 7.6.167
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-13: Version 7.6.166
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-13: Version 7.6.165
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-13: Version 7.6.164
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-13: Version 7.6.163
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-13: Version 7.6.162
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-13: Version 7.6.161
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-10: Version 7.6.160
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-10: Version 7.6.159
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-10: Version 7.6.158
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-10: Version 7.6.157
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-10: Version 7.6.156
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-10: Version 7.6.155
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-10: Version 7.6.154
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-10: Version 7.6.153
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-10: Version 7.6.152
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-10: Version 7.6.151
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-10: Version 7.6.150
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-10: Version 7.6.149
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-10: Version 7.6.148
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-10: Version 7.6.147
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-10: Version 7.6.146
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-10: Version 7.6.145
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-09: Version 7.6.144
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-09: Version 7.6.143
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-09: Version 7.6.142
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-09: Version 7.6.141
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-09: Version 7.6.140
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-09: Version 7.6.139
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-09: Version 7.6.138
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-09: Version 7.6.137
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-09: Version 7.6.136
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-09: Version 7.6.135
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-09: Version 7.6.134
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-08: Version 7.6.133
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-08: Version 7.6.132
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-08: Version 7.6.131
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-08: Version 7.6.130
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-08: Version 7.6.129
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-08: Version 7.6.128
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-08: Version 7.6.127
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-08: Version 7.6.126
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-08: Version 7.6.125
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-08: Version 7.6.124
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-08: Version 7.6.123
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-08: Version 7.6.122
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-08: Version 7.6.121
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-08: Version 7.6.120
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-08: Version 7.6.119
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-07: Version 7.6.118
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-07: Version 7.6.117
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-07: Version 7.6.116
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-07: Version 7.6.115
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-07: Version 7.6.114
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-07: Version 7.6.113
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-07: Version 7.6.112
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-07: Version 7.6.111
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-07: Version 7.6.110
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-07: Version 7.6.109
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-06: Version 7.6.108
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-06: Version 7.6.107
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-06: Version 7.6.106
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-06: Version 7.6.105
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-06: Version 7.6.104
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-06: Version 7.6.103
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-06: Version 7.6.102
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-06: Version 7.6.101
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-06: Version 7.6.100
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-06: Version 7.6.99
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-04: Version 7.6.98
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-04: Version 7.6.97
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-03: Version 7.6.96
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-03: Version 7.6.95
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-03: Version 7.6.94
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-03: Version 7.6.93
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-03: Version 7.6.92
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-03: Version 7.6.91
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-03: Version 7.6.90
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-02: Version 7.6.89
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-02: Version 7.6.88
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-02: Version 7.6.87
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-02: Version 7.6.86
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-02: Version 7.6.85
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-02: Version 7.6.84
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-02: Version 7.6.83
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-01: Version 7.6.82
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-01: Version 7.6.81
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-01: Version 7.6.80
-
- Performance and stability improvements on all platforms.
-
-
-2019-05-01: Version 7.6.79
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-30: Version 7.6.78
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-30: Version 7.6.77
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-30: Version 7.6.76
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-30: Version 7.6.75
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-30: Version 7.6.74
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-30: Version 7.6.73
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-30: Version 7.6.72
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-30: Version 7.6.71
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-30: Version 7.6.70
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-30: Version 7.6.69
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-29: Version 7.6.68
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-29: Version 7.6.67
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-29: Version 7.6.66
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-29: Version 7.6.65
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-29: Version 7.6.64
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-29: Version 7.6.63
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-29: Version 7.6.62
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-29: Version 7.6.61
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-29: Version 7.6.60
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-29: Version 7.6.59
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-29: Version 7.6.58
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-29: Version 7.6.57
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-29: Version 7.6.56
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-29: Version 7.6.55
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-28: Version 7.6.54
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-27: Version 7.6.53
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-27: Version 7.6.52
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-26: Version 7.6.51
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-26: Version 7.6.50
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-26: Version 7.6.49
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-26: Version 7.6.48
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-26: Version 7.6.47
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-26: Version 7.6.46
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-26: Version 7.6.45
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-26: Version 7.6.44
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-26: Version 7.6.43
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-26: Version 7.6.42
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-26: Version 7.6.41
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-26: Version 7.6.40
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-25: Version 7.6.39
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-25: Version 7.6.38
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-25: Version 7.6.37
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-25: Version 7.6.36
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-25: Version 7.6.35
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-25: Version 7.6.34
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-25: Version 7.6.33
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-25: Version 7.6.32
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-25: Version 7.6.31
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-25: Version 7.6.30
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-25: Version 7.6.29
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-24: Version 7.6.28
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-24: Version 7.6.27
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-24: Version 7.6.26
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-24: Version 7.6.25
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-24: Version 7.6.24
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-24: Version 7.6.23
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-24: Version 7.6.22
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-24: Version 7.6.21
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-24: Version 7.6.20
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-24: Version 7.6.19
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-24: Version 7.6.18
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-24: Version 7.6.17
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-24: Version 7.6.16
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-24: Version 7.6.15
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-24: Version 7.6.14
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-24: Version 7.6.13
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-23: Version 7.6.12
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-23: Version 7.6.11
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-23: Version 7.6.10
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-23: Version 7.6.9
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-23: Version 7.6.8
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-23: Version 7.6.7
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-23: Version 7.6.6
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-23: Version 7.6.5
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-23: Version 7.6.4
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-23: Version 7.6.3
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-23: Version 7.6.2
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-19: Version 7.6.1
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-17: Version 7.5.289
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-17: Version 7.5.288
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-17: Version 7.5.287
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-17: Version 7.5.286
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-17: Version 7.5.285
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-16: Version 7.5.284
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-16: Version 7.5.283
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-16: Version 7.5.282
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-16: Version 7.5.281
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-16: Version 7.5.280
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-16: Version 7.5.279
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-16: Version 7.5.278
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-16: Version 7.5.277
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-16: Version 7.5.276
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-15: Version 7.5.275
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-15: Version 7.5.274
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-15: Version 7.5.273
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-15: Version 7.5.272
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-15: Version 7.5.271
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-15: Version 7.5.270
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-12: Version 7.5.269
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-12: Version 7.5.268
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-12: Version 7.5.267
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-12: Version 7.5.266
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-12: Version 7.5.265
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-12: Version 7.5.264
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-12: Version 7.5.263
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-11: Version 7.5.262
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-11: Version 7.5.261
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-11: Version 7.5.260
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-11: Version 7.5.259
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-11: Version 7.5.258
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-11: Version 7.5.257
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-11: Version 7.5.256
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-11: Version 7.5.255
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-11: Version 7.5.254
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-11: Version 7.5.253
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-11: Version 7.5.252
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-11: Version 7.5.251
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-11: Version 7.5.250
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-11: Version 7.5.249
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-11: Version 7.5.248
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-11: Version 7.5.247
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-11: Version 7.5.246
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-10: Version 7.5.245
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-10: Version 7.5.244
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-10: Version 7.5.243
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-10: Version 7.5.242
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-10: Version 7.5.241
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-10: Version 7.5.240
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-10: Version 7.5.239
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-10: Version 7.5.238
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-10: Version 7.5.237
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-10: Version 7.5.236
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-10: Version 7.5.235
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-10: Version 7.5.234
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-10: Version 7.5.233
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-09: Version 7.5.232
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-09: Version 7.5.231
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-09: Version 7.5.230
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-09: Version 7.5.229
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-09: Version 7.5.228
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-09: Version 7.5.227
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-09: Version 7.5.226
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-09: Version 7.5.225
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-09: Version 7.5.224
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-08: Version 7.5.223
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-08: Version 7.5.222
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-08: Version 7.5.221
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-08: Version 7.5.220
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-08: Version 7.5.219
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-08: Version 7.5.218
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-08: Version 7.5.217
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-08: Version 7.5.216
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-08: Version 7.5.215
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-08: Version 7.5.214
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-08: Version 7.5.213
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-07: Version 7.5.212
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-07: Version 7.5.211
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-06: Version 7.5.210
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-05: Version 7.5.209
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-05: Version 7.5.208
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-05: Version 7.5.207
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-05: Version 7.5.206
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-05: Version 7.5.205
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-05: Version 7.5.204
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-05: Version 7.5.203
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-05: Version 7.5.202
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-05: Version 7.5.201
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-05: Version 7.5.200
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-05: Version 7.5.199
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-04: Version 7.5.198
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-04: Version 7.5.197
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-04: Version 7.5.196
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-04: Version 7.5.195
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-04: Version 7.5.194
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-04: Version 7.5.193
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-04: Version 7.5.192
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-04: Version 7.5.191
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-04: Version 7.5.190
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-04: Version 7.5.189
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-04: Version 7.5.188
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-04: Version 7.5.187
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-04: Version 7.5.186
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-04: Version 7.5.185
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-04: Version 7.5.184
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-04: Version 7.5.183
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-04: Version 7.5.182
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-03: Version 7.5.181
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-03: Version 7.5.180
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-03: Version 7.5.179
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-03: Version 7.5.178
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-03: Version 7.5.177
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-03: Version 7.5.176
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-03: Version 7.5.175
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-03: Version 7.5.174
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-03: Version 7.5.173
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-03: Version 7.5.172
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-03: Version 7.5.171
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-03: Version 7.5.170
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-03: Version 7.5.169
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-02: Version 7.5.168
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-02: Version 7.5.167
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-02: Version 7.5.166
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-02: Version 7.5.165
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-02: Version 7.5.164
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-02: Version 7.5.163
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-02: Version 7.5.162
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-02: Version 7.5.161
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-02: Version 7.5.160
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-02: Version 7.5.159
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-02: Version 7.5.158
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-01: Version 7.5.157
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-01: Version 7.5.156
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-01: Version 7.5.155
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-01: Version 7.5.154
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-01: Version 7.5.153
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-01: Version 7.5.152
-
- Performance and stability improvements on all platforms.
-
-
-2019-04-01: Version 7.5.151
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-31: Version 7.5.150
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-30: Version 7.5.149
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-30: Version 7.5.148
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-29: Version 7.5.147
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-29: Version 7.5.146
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-29: Version 7.5.145
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-29: Version 7.5.144
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-29: Version 7.5.143
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-29: Version 7.5.142
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-29: Version 7.5.141
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-28: Version 7.5.140
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-28: Version 7.5.139
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-28: Version 7.5.138
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-28: Version 7.5.137
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-28: Version 7.5.136
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-28: Version 7.5.135
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-28: Version 7.5.134
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-28: Version 7.5.133
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-28: Version 7.5.132
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-28: Version 7.5.131
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-27: Version 7.5.130
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-27: Version 7.5.129
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-27: Version 7.5.128
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-27: Version 7.5.127
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-27: Version 7.5.126
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-27: Version 7.5.125
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-27: Version 7.5.124
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-27: Version 7.5.123
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-26: Version 7.5.122
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-26: Version 7.5.121
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-26: Version 7.5.120
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-26: Version 7.5.119
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-26: Version 7.5.118
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-26: Version 7.5.117
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-26: Version 7.5.116
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-25: Version 7.5.115
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-25: Version 7.5.114
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-25: Version 7.5.113
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-25: Version 7.5.112
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-25: Version 7.5.111
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-25: Version 7.5.110
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-25: Version 7.5.109
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-25: Version 7.5.108
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-25: Version 7.5.107
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-25: Version 7.5.106
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-25: Version 7.5.105
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-25: Version 7.5.104
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-24: Version 7.5.103
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-24: Version 7.5.102
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-24: Version 7.5.101
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-22: Version 7.5.100
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-22: Version 7.5.99
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-22: Version 7.5.98
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-22: Version 7.5.97
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-22: Version 7.5.96
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-22: Version 7.5.95
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-22: Version 7.5.94
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-22: Version 7.5.93
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-22: Version 7.5.92
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-22: Version 7.5.91
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-22: Version 7.5.90
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-21: Version 7.5.89
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-21: Version 7.5.88
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-21: Version 7.5.87
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-21: Version 7.5.86
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-21: Version 7.5.85
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-20: Version 7.5.84
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-20: Version 7.5.83
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-20: Version 7.5.82
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-20: Version 7.5.81
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-20: Version 7.5.80
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-19: Version 7.5.79
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-19: Version 7.5.78
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-19: Version 7.5.77
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-19: Version 7.5.76
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-19: Version 7.5.75
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-19: Version 7.5.74
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-19: Version 7.5.73
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-19: Version 7.5.72
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-19: Version 7.5.71
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-19: Version 7.5.70
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-18: Version 7.5.69
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-18: Version 7.5.68
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-18: Version 7.5.67
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-18: Version 7.5.66
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-18: Version 7.5.65
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-18: Version 7.5.64
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-18: Version 7.5.63
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-18: Version 7.5.62
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-18: Version 7.5.61
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-18: Version 7.5.60
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-16: Version 7.5.59
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-16: Version 7.5.58
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-15: Version 7.5.57
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-15: Version 7.5.56
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-15: Version 7.5.55
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-15: Version 7.5.54
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-15: Version 7.5.53
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-15: Version 7.5.52
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-15: Version 7.5.51
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-14: Version 7.5.50
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-14: Version 7.5.49
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-14: Version 7.5.48
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-14: Version 7.5.47
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-14: Version 7.5.46
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-14: Version 7.5.45
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-14: Version 7.5.44
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-14: Version 7.5.43
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-14: Version 7.5.42
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-14: Version 7.5.41
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-14: Version 7.5.40
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-14: Version 7.5.39
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-14: Version 7.5.38
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-13: Version 7.5.37
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-13: Version 7.5.36
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-13: Version 7.5.35
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-13: Version 7.5.34
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-13: Version 7.5.33
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-13: Version 7.5.32
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-13: Version 7.5.31
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-13: Version 7.5.30
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-13: Version 7.5.29
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-13: Version 7.5.28
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-13: Version 7.5.27
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-13: Version 7.5.26
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-13: Version 7.5.25
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-13: Version 7.5.24
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-12: Version 7.5.23
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-12: Version 7.5.22
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-12: Version 7.5.21
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-12: Version 7.5.20
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-12: Version 7.5.19
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-12: Version 7.5.18
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-12: Version 7.5.17
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-11: Version 7.5.16
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-11: Version 7.5.15
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-11: Version 7.5.14
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-11: Version 7.5.13
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-11: Version 7.5.12
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-11: Version 7.5.11
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-09: Version 7.5.10
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-09: Version 7.5.9
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-09: Version 7.5.8
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-08: Version 7.5.7
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-08: Version 7.5.6
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-08: Version 7.5.5
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-08: Version 7.5.4
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-08: Version 7.5.3
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-08: Version 7.5.2
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-08: Version 7.5.1
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-07: Version 7.4.301
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-07: Version 7.4.300
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-06: Version 7.4.299
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-06: Version 7.4.298
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-06: Version 7.4.297
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-06: Version 7.4.296
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-06: Version 7.4.295
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-06: Version 7.4.294
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-06: Version 7.4.293
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-06: Version 7.4.292
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-06: Version 7.4.291
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-06: Version 7.4.290
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-06: Version 7.4.289
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-05: Version 7.4.288
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-05: Version 7.4.287
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-05: Version 7.4.286
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-05: Version 7.4.285
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-05: Version 7.4.284
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-05: Version 7.4.283
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-05: Version 7.4.282
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-04: Version 7.4.281
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-04: Version 7.4.280
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-04: Version 7.4.279
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-04: Version 7.4.278
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-04: Version 7.4.277
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-04: Version 7.4.276
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-04: Version 7.4.275
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-04: Version 7.4.274
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-04: Version 7.4.273
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-04: Version 7.4.272
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-04: Version 7.4.271
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-03: Version 7.4.270
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-02: Version 7.4.269
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-01: Version 7.4.268
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-01: Version 7.4.267
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-01: Version 7.4.266
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-01: Version 7.4.265
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-01: Version 7.4.264
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-01: Version 7.4.263
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-01: Version 7.4.262
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-01: Version 7.4.261
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-01: Version 7.4.260
-
- Performance and stability improvements on all platforms.
-
-
-2019-03-01: Version 7.4.259
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-28: Version 7.4.258
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-28: Version 7.4.257
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-28: Version 7.4.256
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-28: Version 7.4.255
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-28: Version 7.4.254
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-28: Version 7.4.253
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-28: Version 7.4.252
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-28: Version 7.4.251
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-28: Version 7.4.250
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-28: Version 7.4.249
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-28: Version 7.4.248
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-28: Version 7.4.247
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-28: Version 7.4.246
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-27: Version 7.4.245
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-27: Version 7.4.244
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-27: Version 7.4.243
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-27: Version 7.4.242
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-27: Version 7.4.241
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-27: Version 7.4.240
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-27: Version 7.4.239
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-27: Version 7.4.238
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-27: Version 7.4.237
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-27: Version 7.4.236
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-27: Version 7.4.235
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-27: Version 7.4.234
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-27: Version 7.4.233
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-27: Version 7.4.232
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-27: Version 7.4.231
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-26: Version 7.4.230
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-26: Version 7.4.229
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-26: Version 7.4.228
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-26: Version 7.4.227
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-26: Version 7.4.226
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-26: Version 7.4.225
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-26: Version 7.4.224
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-26: Version 7.4.223
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-26: Version 7.4.222
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-25: Version 7.4.221
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-25: Version 7.4.220
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-25: Version 7.4.219
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-25: Version 7.4.218
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-25: Version 7.4.217
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-25: Version 7.4.216
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-25: Version 7.4.215
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-25: Version 7.4.214
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-25: Version 7.4.213
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-25: Version 7.4.212
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-25: Version 7.4.211
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-23: Version 7.4.210
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-23: Version 7.4.209
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-22: Version 7.4.208
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-22: Version 7.4.207
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-22: Version 7.4.206
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-22: Version 7.4.205
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-22: Version 7.4.204
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-22: Version 7.4.203
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-22: Version 7.4.202
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-22: Version 7.4.201
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-22: Version 7.4.200
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-22: Version 7.4.199
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-22: Version 7.4.198
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-21: Version 7.4.197
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-18: Version 7.4.196
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-18: Version 7.4.195
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-18: Version 7.4.194
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-18: Version 7.4.193
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-18: Version 7.4.192
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-18: Version 7.4.191
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-18: Version 7.4.190
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-18: Version 7.4.189
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-18: Version 7.4.188
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-18: Version 7.4.187
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-15: Version 7.4.186
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-15: Version 7.4.185
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-15: Version 7.4.184
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-15: Version 7.4.183
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-15: Version 7.4.182
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-15: Version 7.4.181
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-15: Version 7.4.180
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-15: Version 7.4.179
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-15: Version 7.4.178
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-15: Version 7.4.177
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-15: Version 7.4.176
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-14: Version 7.4.175
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-14: Version 7.4.174
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-14: Version 7.4.173
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-14: Version 7.4.172
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-14: Version 7.4.171
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-14: Version 7.4.170
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-14: Version 7.4.169
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-14: Version 7.4.168
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-14: Version 7.4.167
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-13: Version 7.4.166
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-13: Version 7.4.165
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-13: Version 7.4.164
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-13: Version 7.4.163
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-13: Version 7.4.162
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-13: Version 7.4.161
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-13: Version 7.4.160
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-13: Version 7.4.159
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-13: Version 7.4.158
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-13: Version 7.4.157
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-13: Version 7.4.156
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-13: Version 7.4.155
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-13: Version 7.4.154
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-12: Version 7.4.153
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-12: Version 7.4.152
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-12: Version 7.4.151
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-12: Version 7.4.150
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-12: Version 7.4.149
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-12: Version 7.4.148
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-12: Version 7.4.147
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-12: Version 7.4.146
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-12: Version 7.4.145
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-12: Version 7.4.144
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-12: Version 7.4.143
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-12: Version 7.4.142
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-12: Version 7.4.141
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-11: Version 7.4.140
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-11: Version 7.4.139
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-11: Version 7.4.138
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-11: Version 7.4.137
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-11: Version 7.4.136
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-11: Version 7.4.135
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-11: Version 7.4.134
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-11: Version 7.4.133
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-11: Version 7.4.132
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-11: Version 7.4.131
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-09: Version 7.4.130
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-09: Version 7.4.129
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-09: Version 7.4.128
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-09: Version 7.4.127
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-09: Version 7.4.126
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-09: Version 7.4.125
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-09: Version 7.4.124
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-08: Version 7.4.123
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-08: Version 7.4.122
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-08: Version 7.4.121
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-08: Version 7.4.120
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-08: Version 7.4.119
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-08: Version 7.4.118
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-08: Version 7.4.117
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-08: Version 7.4.116
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-08: Version 7.4.115
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-08: Version 7.4.114
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-08: Version 7.4.113
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-08: Version 7.4.112
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-08: Version 7.4.111
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-07: Version 7.4.110
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-07: Version 7.4.109
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-07: Version 7.4.108
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-07: Version 7.4.107
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-07: Version 7.4.106
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-07: Version 7.4.105
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-07: Version 7.4.104
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-07: Version 7.4.103
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-07: Version 7.4.102
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-07: Version 7.4.101
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-06: Version 7.4.100
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-06: Version 7.4.99
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-06: Version 7.4.98
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-06: Version 7.4.97
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-06: Version 7.4.96
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-06: Version 7.4.95
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-06: Version 7.4.94
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-06: Version 7.4.93
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-06: Version 7.4.92
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-06: Version 7.4.91
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-06: Version 7.4.90
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-06: Version 7.4.89
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-06: Version 7.4.88
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-06: Version 7.4.87
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-06: Version 7.4.86
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-05: Version 7.4.85
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-05: Version 7.4.84
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-05: Version 7.4.83
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-05: Version 7.4.82
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-05: Version 7.4.81
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-05: Version 7.4.80
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-05: Version 7.4.79
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-05: Version 7.4.78
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-04: Version 7.4.77
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-04: Version 7.4.76
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-04: Version 7.4.75
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-04: Version 7.4.74
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-04: Version 7.4.73
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-04: Version 7.4.72
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-04: Version 7.4.71
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-04: Version 7.4.70
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-04: Version 7.4.69
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-04: Version 7.4.68
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-04: Version 7.4.67
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-04: Version 7.4.66
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-04: Version 7.4.65
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-04: Version 7.4.64
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-04: Version 7.4.63
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-04: Version 7.4.62
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-04: Version 7.4.61
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-04: Version 7.4.60
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-03: Version 7.4.59
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-03: Version 7.4.58
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-02: Version 7.4.57
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-02: Version 7.4.56
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-01: Version 7.4.55
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-01: Version 7.4.54
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-01: Version 7.4.53
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-01: Version 7.4.52
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-01: Version 7.4.51
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-01: Version 7.4.50
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-01: Version 7.4.49
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-01: Version 7.4.48
-
- Performance and stability improvements on all platforms.
-
-
-2019-02-01: Version 7.4.47
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-31: Version 7.4.46
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-31: Version 7.4.45
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-31: Version 7.4.44
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-31: Version 7.4.43
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-31: Version 7.4.42
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-30: Version 7.4.41
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-30: Version 7.4.40
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-30: Version 7.4.39
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-30: Version 7.4.38
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-30: Version 7.4.37
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-30: Version 7.4.36
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-30: Version 7.4.35
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-30: Version 7.4.34
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-30: Version 7.4.33
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-30: Version 7.4.32
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-30: Version 7.4.31
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-29: Version 7.4.30
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-29: Version 7.4.29
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-29: Version 7.4.28
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-29: Version 7.4.27
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-29: Version 7.4.26
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-29: Version 7.4.25
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-29: Version 7.4.24
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-29: Version 7.4.23
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-29: Version 7.4.22
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-29: Version 7.4.21
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-29: Version 7.4.20
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-29: Version 7.4.19
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-29: Version 7.4.18
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-29: Version 7.4.17
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-29: Version 7.4.16
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-29: Version 7.4.15
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-29: Version 7.4.14
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-29: Version 7.4.13
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-28: Version 7.4.12
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-28: Version 7.4.11
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-28: Version 7.4.10
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-28: Version 7.4.9
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-28: Version 7.4.8
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-28: Version 7.4.7
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-28: Version 7.4.6
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-27: Version 7.4.5
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-27: Version 7.4.4
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-26: Version 7.4.3
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-26: Version 7.4.2
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-26: Version 7.4.1
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-23: Version 7.3.495
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-23: Version 7.3.494
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-23: Version 7.3.493
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-23: Version 7.3.492
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-23: Version 7.3.491
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-23: Version 7.3.490
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-23: Version 7.3.489
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-23: Version 7.3.488
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-22: Version 7.3.487
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-22: Version 7.3.486
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-22: Version 7.3.485
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-22: Version 7.3.484
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-22: Version 7.3.483
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-22: Version 7.3.482
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-22: Version 7.3.481
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-22: Version 7.3.480
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-22: Version 7.3.479
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-22: Version 7.3.478
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-22: Version 7.3.477
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-22: Version 7.3.476
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-22: Version 7.3.475
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-22: Version 7.3.474
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-22: Version 7.3.473
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-22: Version 7.3.472
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-21: Version 7.3.471
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-21: Version 7.3.470
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-21: Version 7.3.469
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-21: Version 7.3.468
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-21: Version 7.3.467
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-21: Version 7.3.466
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-21: Version 7.3.465
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-21: Version 7.3.464
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-21: Version 7.3.463
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-21: Version 7.3.462
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-21: Version 7.3.461
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-21: Version 7.3.460
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-21: Version 7.3.459
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-21: Version 7.3.458
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-21: Version 7.3.457
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-21: Version 7.3.456
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-21: Version 7.3.455
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-21: Version 7.3.454
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-21: Version 7.3.453
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-21: Version 7.3.452
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-18: Version 7.3.451
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-18: Version 7.3.450
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-18: Version 7.3.449
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-18: Version 7.3.448
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-18: Version 7.3.447
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-18: Version 7.3.446
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-18: Version 7.3.445
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-18: Version 7.3.444
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-18: Version 7.3.443
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-18: Version 7.3.442
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-18: Version 7.3.441
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-18: Version 7.3.440
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-18: Version 7.3.439
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-17: Version 7.3.438
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-17: Version 7.3.437
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-17: Version 7.3.436
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-17: Version 7.3.435
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-17: Version 7.3.434
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-17: Version 7.3.433
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-17: Version 7.3.432
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-17: Version 7.3.431
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-17: Version 7.3.430
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-17: Version 7.3.429
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-16: Version 7.3.428
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-16: Version 7.3.427
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-16: Version 7.3.426
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-16: Version 7.3.425
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-16: Version 7.3.424
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-16: Version 7.3.423
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-16: Version 7.3.422
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-16: Version 7.3.421
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-16: Version 7.3.420
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-16: Version 7.3.419
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-16: Version 7.3.418
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-16: Version 7.3.417
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-16: Version 7.3.416
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-16: Version 7.3.415
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-16: Version 7.3.414
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-16: Version 7.3.413
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-15: Version 7.3.412
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-15: Version 7.3.411
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-15: Version 7.3.410
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-15: Version 7.3.409
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-15: Version 7.3.408
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-15: Version 7.3.407
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-15: Version 7.3.406
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-15: Version 7.3.405
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-15: Version 7.3.404
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-15: Version 7.3.403
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-15: Version 7.3.402
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-15: Version 7.3.401
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-15: Version 7.3.400
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-14: Version 7.3.399
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-14: Version 7.3.398
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-14: Version 7.3.397
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-14: Version 7.3.396
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-14: Version 7.3.395
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-14: Version 7.3.394
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-14: Version 7.3.393
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-14: Version 7.3.392
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-14: Version 7.3.391
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-14: Version 7.3.390
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-14: Version 7.3.389
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-14: Version 7.3.388
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-14: Version 7.3.387
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-14: Version 7.3.386
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-14: Version 7.3.385
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-14: Version 7.3.384
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-14: Version 7.3.383
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-14: Version 7.3.382
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-13: Version 7.3.381
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-12: Version 7.3.380
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-12: Version 7.3.379
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-12: Version 7.3.378
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-11: Version 7.3.377
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-11: Version 7.3.376
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-11: Version 7.3.375
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-11: Version 7.3.374
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-11: Version 7.3.373
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-11: Version 7.3.372
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-11: Version 7.3.371
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-11: Version 7.3.370
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-11: Version 7.3.369
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-11: Version 7.3.368
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-11: Version 7.3.367
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-11: Version 7.3.366
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-11: Version 7.3.365
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-11: Version 7.3.364
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-11: Version 7.3.363
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-11: Version 7.3.362
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-10: Version 7.3.361
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-10: Version 7.3.360
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-10: Version 7.3.359
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-10: Version 7.3.358
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-10: Version 7.3.357
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-10: Version 7.3.356
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-10: Version 7.3.355
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-09: Version 7.3.354
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-09: Version 7.3.353
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-09: Version 7.3.352
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-09: Version 7.3.351
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-09: Version 7.3.350
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-09: Version 7.3.349
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-08: Version 7.3.348
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-08: Version 7.3.347
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-08: Version 7.3.346
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-08: Version 7.3.345
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-08: Version 7.3.344
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-08: Version 7.3.343
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-08: Version 7.3.342
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-08: Version 7.3.341
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-08: Version 7.3.340
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-08: Version 7.3.339
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-08: Version 7.3.338
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-08: Version 7.3.337
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-08: Version 7.3.336
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-07: Version 7.3.335
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-07: Version 7.3.334
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-07: Version 7.3.333
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-07: Version 7.3.332
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-07: Version 7.3.331
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-07: Version 7.3.330
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-07: Version 7.3.329
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-07: Version 7.3.328
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-07: Version 7.3.327
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-07: Version 7.3.326
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-07: Version 7.3.325
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-07: Version 7.3.324
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-07: Version 7.3.323
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-07: Version 7.3.322
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-07: Version 7.3.321
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-07: Version 7.3.320
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-07: Version 7.3.319
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-07: Version 7.3.318
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-07: Version 7.3.317
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-07: Version 7.3.316
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-07: Version 7.3.315
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-07: Version 7.3.314
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-07: Version 7.3.313
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-07: Version 7.3.312
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-07: Version 7.3.311
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-07: Version 7.3.310
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-07: Version 7.3.309
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-07: Version 7.3.308
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-07: Version 7.3.307
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-07: Version 7.3.306
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-07: Version 7.3.305
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-06: Version 7.3.304
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-04: Version 7.3.303
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-04: Version 7.3.302
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-04: Version 7.3.301
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-04: Version 7.3.300
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-04: Version 7.3.299
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-04: Version 7.3.298
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-04: Version 7.3.297
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-04: Version 7.3.296
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-04: Version 7.3.295
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-04: Version 7.3.294
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-04: Version 7.3.293
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-04: Version 7.3.292
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-04: Version 7.3.291
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-04: Version 7.3.290
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-04: Version 7.3.289
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-04: Version 7.3.288
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-03: Version 7.3.287
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-03: Version 7.3.286
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-03: Version 7.3.285
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-03: Version 7.3.284
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-03: Version 7.3.283
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-03: Version 7.3.282
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-03: Version 7.3.281
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-03: Version 7.3.280
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-03: Version 7.3.279
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-03: Version 7.3.278
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-03: Version 7.3.277
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-03: Version 7.3.276
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-03: Version 7.3.275
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-03: Version 7.3.274
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-03: Version 7.3.273
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-03: Version 7.3.272
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-03: Version 7.3.271
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-02: Version 7.3.270
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-02: Version 7.3.269
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-02: Version 7.3.268
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-02: Version 7.3.267
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-02: Version 7.3.266
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-02: Version 7.3.265
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-02: Version 7.3.264
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-02: Version 7.3.263
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-02: Version 7.3.262
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-02: Version 7.3.261
-
- Performance and stability improvements on all platforms.
-
-
-2019-01-01: Version 7.3.260
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-31: Version 7.3.259
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-31: Version 7.3.258
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-30: Version 7.3.257
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-29: Version 7.3.256
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-28: Version 7.3.255
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-28: Version 7.3.254
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-28: Version 7.3.253
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-28: Version 7.3.252
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-27: Version 7.3.251
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-27: Version 7.3.250
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-27: Version 7.3.249
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-27: Version 7.3.248
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-27: Version 7.3.247
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-27: Version 7.3.246
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-27: Version 7.3.245
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-27: Version 7.3.244
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-24: Version 7.3.243
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-24: Version 7.3.242
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-24: Version 7.3.241
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-24: Version 7.3.240
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-24: Version 7.3.239
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-24: Version 7.3.238
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-24: Version 7.3.237
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-23: Version 7.3.236
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-22: Version 7.3.235
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-21: Version 7.3.234
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-21: Version 7.3.233
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-21: Version 7.3.232
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-21: Version 7.3.231
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-21: Version 7.3.230
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-21: Version 7.3.229
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-21: Version 7.3.228
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-21: Version 7.3.227
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-21: Version 7.3.226
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-21: Version 7.3.225
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-21: Version 7.3.224
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-21: Version 7.3.223
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-20: Version 7.3.222
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-20: Version 7.3.221
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-20: Version 7.3.220
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-20: Version 7.3.219
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-20: Version 7.3.218
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-20: Version 7.3.217
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-20: Version 7.3.216
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-20: Version 7.3.215
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-20: Version 7.3.214
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-20: Version 7.3.213
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-19: Version 7.3.212
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-19: Version 7.3.211
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-19: Version 7.3.210
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-19: Version 7.3.209
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-19: Version 7.3.208
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-19: Version 7.3.207
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-19: Version 7.3.206
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-19: Version 7.3.205
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-19: Version 7.3.204
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-19: Version 7.3.203
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-19: Version 7.3.202
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-19: Version 7.3.201
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-19: Version 7.3.200
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-19: Version 7.3.199
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-19: Version 7.3.198
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-19: Version 7.3.197
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-18: Version 7.3.196
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-18: Version 7.3.195
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-18: Version 7.3.194
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-18: Version 7.3.193
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-18: Version 7.3.192
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-18: Version 7.3.191
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-18: Version 7.3.190
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-18: Version 7.3.189
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-18: Version 7.3.188
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-18: Version 7.3.187
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-18: Version 7.3.186
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-18: Version 7.3.185
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-18: Version 7.3.184
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-18: Version 7.3.183
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-18: Version 7.3.182
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-18: Version 7.3.181
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-18: Version 7.3.180
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-18: Version 7.3.179
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-18: Version 7.3.178
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-18: Version 7.3.177
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-18: Version 7.3.176
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-18: Version 7.3.175
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-17: Version 7.3.174
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-17: Version 7.3.173
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-17: Version 7.3.172
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-17: Version 7.3.171
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-17: Version 7.3.170
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-17: Version 7.3.169
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-17: Version 7.3.168
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-17: Version 7.3.167
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-17: Version 7.3.166
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-17: Version 7.3.165
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-17: Version 7.3.164
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-17: Version 7.3.163
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-17: Version 7.3.162
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-17: Version 7.3.161
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-17: Version 7.3.160
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-17: Version 7.3.159
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-17: Version 7.3.158
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-14: Version 7.3.157
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-14: Version 7.3.156
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-14: Version 7.3.155
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-14: Version 7.3.154
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-14: Version 7.3.153
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-14: Version 7.3.152
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-14: Version 7.3.151
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-14: Version 7.3.150
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-14: Version 7.3.149
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-14: Version 7.3.148
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-14: Version 7.3.147
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-14: Version 7.3.146
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-14: Version 7.3.145
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-14: Version 7.3.144
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-14: Version 7.3.143
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-14: Version 7.3.142
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-14: Version 7.3.141
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-14: Version 7.3.140
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-13: Version 7.3.139
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-13: Version 7.3.138
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-13: Version 7.3.137
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-13: Version 7.3.136
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-13: Version 7.3.135
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-13: Version 7.3.134
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-13: Version 7.3.133
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-13: Version 7.3.132
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-13: Version 7.3.131
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-13: Version 7.3.130
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-13: Version 7.3.129
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-13: Version 7.3.128
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-13: Version 7.3.127
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-13: Version 7.3.126
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-13: Version 7.3.125
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-13: Version 7.3.124
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-12: Version 7.3.123
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-12: Version 7.3.122
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-12: Version 7.3.121
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-12: Version 7.3.120
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-12: Version 7.3.119
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-12: Version 7.3.118
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-12: Version 7.3.117
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-12: Version 7.3.116
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-12: Version 7.3.115
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-12: Version 7.3.114
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-12: Version 7.3.113
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-12: Version 7.3.112
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-12: Version 7.3.111
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-12: Version 7.3.110
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-12: Version 7.3.109
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-12: Version 7.3.108
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-12: Version 7.3.107
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-12: Version 7.3.106
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-12: Version 7.3.105
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-12: Version 7.3.104
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-11: Version 7.3.103
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-11: Version 7.3.102
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-11: Version 7.3.101
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-11: Version 7.3.100
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-11: Version 7.3.99
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-11: Version 7.3.98
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-11: Version 7.3.97
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-11: Version 7.3.96
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-11: Version 7.3.95
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-11: Version 7.3.94
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-11: Version 7.3.93
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-11: Version 7.3.92
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-11: Version 7.3.91
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-11: Version 7.3.90
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-11: Version 7.3.89
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-11: Version 7.3.88
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-11: Version 7.3.87
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-11: Version 7.3.86
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-11: Version 7.3.85
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-11: Version 7.3.84
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-10: Version 7.3.83
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-10: Version 7.3.82
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-10: Version 7.3.81
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-10: Version 7.3.80
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-10: Version 7.3.79
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-10: Version 7.3.78
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-10: Version 7.3.77
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-10: Version 7.3.76
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-08: Version 7.3.75
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-07: Version 7.3.74
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-07: Version 7.3.73
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-07: Version 7.3.72
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-07: Version 7.3.71
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-07: Version 7.3.70
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-07: Version 7.3.69
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-07: Version 7.3.68
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-07: Version 7.3.67
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-07: Version 7.3.66
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-07: Version 7.3.65
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-07: Version 7.3.64
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-07: Version 7.3.63
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-07: Version 7.3.62
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-07: Version 7.3.61
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-07: Version 7.3.60
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-07: Version 7.3.59
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-06: Version 7.3.58
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-06: Version 7.3.57
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-06: Version 7.3.56
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-06: Version 7.3.55
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-06: Version 7.3.54
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-06: Version 7.3.53
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-06: Version 7.3.52
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-06: Version 7.3.51
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-06: Version 7.3.50
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-06: Version 7.3.49
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-06: Version 7.3.48
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-06: Version 7.3.47
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-06: Version 7.3.46
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-05: Version 7.3.45
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-05: Version 7.3.44
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-05: Version 7.3.43
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-05: Version 7.3.42
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-05: Version 7.3.41
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-05: Version 7.3.40
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-05: Version 7.3.39
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-05: Version 7.3.38
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-05: Version 7.3.37
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-05: Version 7.3.36
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-05: Version 7.3.35
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-05: Version 7.3.34
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-05: Version 7.3.33
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-05: Version 7.3.32
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-05: Version 7.3.31
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-05: Version 7.3.30
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-05: Version 7.3.29
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-05: Version 7.3.28
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-04: Version 7.3.27
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-04: Version 7.3.26
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-04: Version 7.3.25
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-04: Version 7.3.24
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-04: Version 7.3.23
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-04: Version 7.3.22
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-04: Version 7.3.21
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-04: Version 7.3.20
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-04: Version 7.3.19
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-04: Version 7.3.18
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-04: Version 7.3.17
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-04: Version 7.3.16
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-04: Version 7.3.15
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-04: Version 7.3.14
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-04: Version 7.3.13
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-04: Version 7.3.12
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-03: Version 7.3.11
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-03: Version 7.3.10
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-03: Version 7.3.9
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-03: Version 7.3.8
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-03: Version 7.3.7
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-03: Version 7.3.6
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-03: Version 7.3.5
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-03: Version 7.3.4
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-03: Version 7.3.3
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-03: Version 7.3.2
-
- Performance and stability improvements on all platforms.
-
-
-2018-12-03: Version 7.3.1
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-29: Version 7.2.505
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-29: Version 7.2.504
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-29: Version 7.2.503
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-28: Version 7.2.502
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-28: Version 7.2.501
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-28: Version 7.2.500
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-28: Version 7.2.499
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-28: Version 7.2.498
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-28: Version 7.2.497
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-28: Version 7.2.496
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-28: Version 7.2.495
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-28: Version 7.2.494
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-28: Version 7.2.493
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-28: Version 7.2.492
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-27: Version 7.2.491
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-27: Version 7.2.490
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-27: Version 7.2.489
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-27: Version 7.2.488
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-27: Version 7.2.487
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-27: Version 7.2.486
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-27: Version 7.2.485
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-27: Version 7.2.484
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-27: Version 7.2.483
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-27: Version 7.2.482
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-27: Version 7.2.481
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-27: Version 7.2.480
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-27: Version 7.2.479
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-27: Version 7.2.478
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-26: Version 7.2.477
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-26: Version 7.2.476
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-26: Version 7.2.475
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-26: Version 7.2.474
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-26: Version 7.2.473
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-26: Version 7.2.472
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-26: Version 7.2.471
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-26: Version 7.2.470
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-26: Version 7.2.469
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-24: Version 7.2.468
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-24: Version 7.2.467
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-24: Version 7.2.466
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-24: Version 7.2.465
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-24: Version 7.2.464
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-24: Version 7.2.463
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-23: Version 7.2.462
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-23: Version 7.2.461
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-23: Version 7.2.460
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-23: Version 7.2.459
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-23: Version 7.2.458
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-22: Version 7.2.457
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-22: Version 7.2.456
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-22: Version 7.2.455
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-22: Version 7.2.454
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-22: Version 7.2.453
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-22: Version 7.2.452
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-22: Version 7.2.451
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-22: Version 7.2.450
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-22: Version 7.2.449
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-22: Version 7.2.448
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-22: Version 7.2.447
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-22: Version 7.2.446
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-22: Version 7.2.445
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-22: Version 7.2.444
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-22: Version 7.2.443
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-22: Version 7.2.442
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-22: Version 7.2.441
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-22: Version 7.2.440
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-22: Version 7.2.439
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-22: Version 7.2.438
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-22: Version 7.2.437
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-22: Version 7.2.436
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-22: Version 7.2.435
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-22: Version 7.2.434
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-22: Version 7.2.433
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-22: Version 7.2.432
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-22: Version 7.2.431
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-22: Version 7.2.430
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-22: Version 7.2.429
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-22: Version 7.2.428
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-22: Version 7.2.427
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-22: Version 7.2.426
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-22: Version 7.2.425
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-21: Version 7.2.424
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-21: Version 7.2.423
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-21: Version 7.2.422
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-21: Version 7.2.421
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-21: Version 7.2.420
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-21: Version 7.2.419
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-21: Version 7.2.418
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-21: Version 7.2.417
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-21: Version 7.2.416
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-21: Version 7.2.415
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-21: Version 7.2.414
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-21: Version 7.2.413
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-21: Version 7.2.412
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-21: Version 7.2.411
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-21: Version 7.2.410
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-21: Version 7.2.409
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-21: Version 7.2.408
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-21: Version 7.2.407
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-21: Version 7.2.406
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-21: Version 7.2.405
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-21: Version 7.2.404
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-21: Version 7.2.403
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-21: Version 7.2.402
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-21: Version 7.2.401
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-21: Version 7.2.400
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-21: Version 7.2.399
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-21: Version 7.2.398
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-21: Version 7.2.397
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-20: Version 7.2.396
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-20: Version 7.2.395
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-20: Version 7.2.394
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-20: Version 7.2.393
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-20: Version 7.2.392
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-20: Version 7.2.391
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-20: Version 7.2.390
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-20: Version 7.2.389
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-20: Version 7.2.388
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-19: Version 7.2.387
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-19: Version 7.2.386
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-19: Version 7.2.385
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-19: Version 7.2.384
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-19: Version 7.2.383
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-19: Version 7.2.382
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-19: Version 7.2.381
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-19: Version 7.2.380
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-19: Version 7.2.379
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-18: Version 7.2.378
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-18: Version 7.2.377
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-16: Version 7.2.376
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-16: Version 7.2.375
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-16: Version 7.2.374
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-16: Version 7.2.373
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-16: Version 7.2.372
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-16: Version 7.2.371
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-16: Version 7.2.370
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-16: Version 7.2.369
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-16: Version 7.2.368
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-16: Version 7.2.367
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-16: Version 7.2.366
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-16: Version 7.2.365
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-16: Version 7.2.364
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-16: Version 7.2.363
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-16: Version 7.2.362
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-15: Version 7.2.361
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-15: Version 7.2.360
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-15: Version 7.2.359
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-15: Version 7.2.358
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-15: Version 7.2.357
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-15: Version 7.2.356
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-15: Version 7.2.355
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-15: Version 7.2.354
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-15: Version 7.2.353
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-15: Version 7.2.352
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-15: Version 7.2.351
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-15: Version 7.2.350
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-15: Version 7.2.349
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-15: Version 7.2.348
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-15: Version 7.2.347
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-15: Version 7.2.346
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-15: Version 7.2.345
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-15: Version 7.2.344
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-15: Version 7.2.343
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-15: Version 7.2.342
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-15: Version 7.2.341
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-15: Version 7.2.340
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-15: Version 7.2.339
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-14: Version 7.2.338
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-14: Version 7.2.337
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-14: Version 7.2.336
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-14: Version 7.2.335
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-14: Version 7.2.334
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-14: Version 7.2.333
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-14: Version 7.2.332
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-14: Version 7.2.331
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-14: Version 7.2.330
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-14: Version 7.2.329
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-14: Version 7.2.328
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-14: Version 7.2.327
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-14: Version 7.2.326
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-14: Version 7.2.325
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-14: Version 7.2.324
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-14: Version 7.2.323
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-14: Version 7.2.322
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-13: Version 7.2.321
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-13: Version 7.2.320
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-13: Version 7.2.319
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-13: Version 7.2.318
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-13: Version 7.2.317
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-13: Version 7.2.316
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-13: Version 7.2.315
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-13: Version 7.2.314
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-13: Version 7.2.313
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-13: Version 7.2.312
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-13: Version 7.2.311
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-13: Version 7.2.310
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-12: Version 7.2.309
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-12: Version 7.2.308
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-12: Version 7.2.307
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-12: Version 7.2.306
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-12: Version 7.2.305
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-12: Version 7.2.304
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-12: Version 7.2.303
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-12: Version 7.2.302
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-12: Version 7.2.301
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-12: Version 7.2.300
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-12: Version 7.2.299
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-12: Version 7.2.298
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-12: Version 7.2.297
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-12: Version 7.2.296
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-12: Version 7.2.295
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-12: Version 7.2.294
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-09: Version 7.2.293
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-09: Version 7.2.292
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-09: Version 7.2.291
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-09: Version 7.2.290
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-09: Version 7.2.289
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-09: Version 7.2.288
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-09: Version 7.2.287
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-09: Version 7.2.286
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-09: Version 7.2.285
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-09: Version 7.2.284
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-08: Version 7.2.283
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-08: Version 7.2.282
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-08: Version 7.2.281
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-08: Version 7.2.280
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-08: Version 7.2.279
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-08: Version 7.2.278
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-08: Version 7.2.277
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-08: Version 7.2.276
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-08: Version 7.2.275
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-08: Version 7.2.274
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-08: Version 7.2.273
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-07: Version 7.2.272
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-07: Version 7.2.271
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-07: Version 7.2.270
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-07: Version 7.2.269
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-07: Version 7.2.268
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-07: Version 7.2.267
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-07: Version 7.2.266
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-07: Version 7.2.265
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-07: Version 7.2.264
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-07: Version 7.2.263
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-07: Version 7.2.262
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-07: Version 7.2.261
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-07: Version 7.2.260
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-06: Version 7.2.259
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-06: Version 7.2.258
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-06: Version 7.2.257
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-06: Version 7.2.256
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-06: Version 7.2.255
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-06: Version 7.2.254
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-06: Version 7.2.253
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-06: Version 7.2.252
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-06: Version 7.2.251
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-06: Version 7.2.250
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-06: Version 7.2.249
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-06: Version 7.2.248
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-06: Version 7.2.247
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-06: Version 7.2.246
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-06: Version 7.2.245
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-06: Version 7.2.244
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-06: Version 7.2.243
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-05: Version 7.2.242
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-05: Version 7.2.241
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-05: Version 7.2.240
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-05: Version 7.2.239
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-04: Version 7.2.238
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-04: Version 7.2.237
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-03: Version 7.2.236
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-03: Version 7.2.235
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-03: Version 7.2.234
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-02: Version 7.2.233
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-02: Version 7.2.232
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-02: Version 7.2.231
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-02: Version 7.2.230
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-02: Version 7.2.229
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-02: Version 7.2.228
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-02: Version 7.2.227
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-02: Version 7.2.226
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-02: Version 7.2.225
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-02: Version 7.2.224
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-02: Version 7.2.223
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-02: Version 7.2.222
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-02: Version 7.2.221
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-02: Version 7.2.220
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-01: Version 7.2.219
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-01: Version 7.2.218
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-01: Version 7.2.217
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-01: Version 7.2.216
-
- Performance and stability improvements on all platforms.
-
-
-2018-11-01: Version 7.2.215
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-31: Version 7.2.214
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-31: Version 7.2.213
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-31: Version 7.2.212
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-31: Version 7.2.211
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-31: Version 7.2.210
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-31: Version 7.2.209
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-31: Version 7.2.208
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-31: Version 7.2.207
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-31: Version 7.2.206
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-31: Version 7.2.205
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-31: Version 7.2.204
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-31: Version 7.2.203
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-31: Version 7.2.202
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-31: Version 7.2.201
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-31: Version 7.2.200
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-31: Version 7.2.199
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-31: Version 7.2.198
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-31: Version 7.2.197
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-31: Version 7.2.196
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-30: Version 7.2.195
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-30: Version 7.2.194
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-29: Version 7.2.193
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-29: Version 7.2.192
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-29: Version 7.2.191
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-29: Version 7.2.190
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-29: Version 7.2.189
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-29: Version 7.2.188
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-29: Version 7.2.187
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-29: Version 7.2.186
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-29: Version 7.2.185
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-29: Version 7.2.184
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-29: Version 7.2.183
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-29: Version 7.2.182
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-29: Version 7.2.181
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-29: Version 7.2.180
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-29: Version 7.2.179
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-29: Version 7.2.178
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-29: Version 7.2.177
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-29: Version 7.2.176
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-29: Version 7.2.175
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-29: Version 7.2.174
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-29: Version 7.2.173
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-29: Version 7.2.172
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-29: Version 7.2.171
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-29: Version 7.2.170
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-29: Version 7.2.169
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-29: Version 7.2.168
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-29: Version 7.2.167
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-29: Version 7.2.166
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-29: Version 7.2.165
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-28: Version 7.2.164
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-27: Version 7.2.163
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-26: Version 7.2.162
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-26: Version 7.2.161
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-26: Version 7.2.160
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-26: Version 7.2.159
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-26: Version 7.2.158
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-26: Version 7.2.157
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-26: Version 7.2.156
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-26: Version 7.2.155
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-26: Version 7.2.154
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-26: Version 7.2.153
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-26: Version 7.2.152
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-26: Version 7.2.151
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-26: Version 7.2.150
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-26: Version 7.2.149
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-26: Version 7.2.148
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-26: Version 7.2.147
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-26: Version 7.2.146
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-26: Version 7.2.145
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-26: Version 7.2.144
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-26: Version 7.2.143
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-26: Version 7.2.142
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-25: Version 7.2.141
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-25: Version 7.2.140
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-25: Version 7.2.139
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-25: Version 7.2.138
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-25: Version 7.2.137
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-25: Version 7.2.136
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-25: Version 7.2.135
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-25: Version 7.2.134
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-25: Version 7.2.133
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-25: Version 7.2.132
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-25: Version 7.2.131
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-25: Version 7.2.130
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-25: Version 7.2.129
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-25: Version 7.2.128
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-25: Version 7.2.127
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-25: Version 7.2.126
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-25: Version 7.2.125
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-25: Version 7.2.124
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-25: Version 7.2.123
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-25: Version 7.2.122
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-24: Version 7.2.121
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-24: Version 7.2.120
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-24: Version 7.2.119
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-24: Version 7.2.118
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-24: Version 7.2.117
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-24: Version 7.2.116
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-24: Version 7.2.115
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-24: Version 7.2.114
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-24: Version 7.2.113
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-24: Version 7.2.112
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-24: Version 7.2.111
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-24: Version 7.2.110
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-24: Version 7.2.109
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-24: Version 7.2.108
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-24: Version 7.2.107
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-24: Version 7.2.106
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-24: Version 7.2.105
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-24: Version 7.2.104
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-24: Version 7.2.103
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-24: Version 7.2.102
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-24: Version 7.2.101
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-24: Version 7.2.100
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-24: Version 7.2.99
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-24: Version 7.2.98
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-24: Version 7.2.97
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-24: Version 7.2.96
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-24: Version 7.2.95
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-23: Version 7.2.94
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-23: Version 7.2.93
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-23: Version 7.2.92
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-23: Version 7.2.91
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-23: Version 7.2.90
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-23: Version 7.2.89
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-23: Version 7.2.88
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-23: Version 7.2.87
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-23: Version 7.2.86
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-23: Version 7.2.85
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-23: Version 7.2.84
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-23: Version 7.2.83
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-23: Version 7.2.82
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-23: Version 7.2.81
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-23: Version 7.2.80
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-23: Version 7.2.79
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-23: Version 7.2.78
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-23: Version 7.2.77
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-23: Version 7.2.76
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-23: Version 7.2.75
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-22: Version 7.2.74
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-22: Version 7.2.73
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-22: Version 7.2.72
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-22: Version 7.2.71
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-22: Version 7.2.70
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-22: Version 7.2.69
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-22: Version 7.2.68
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-22: Version 7.2.67
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-22: Version 7.2.66
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-22: Version 7.2.65
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-22: Version 7.2.64
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-22: Version 7.2.63
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-22: Version 7.2.62
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-22: Version 7.2.61
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-22: Version 7.2.60
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-22: Version 7.2.59
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-22: Version 7.2.58
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-22: Version 7.2.57
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-22: Version 7.2.56
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-22: Version 7.2.55
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-22: Version 7.2.54
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-22: Version 7.2.53
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-22: Version 7.2.52
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-20: Version 7.2.51
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-20: Version 7.2.50
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-19: Version 7.2.49
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-19: Version 7.2.48
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-19: Version 7.2.47
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-19: Version 7.2.46
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-19: Version 7.2.45
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-19: Version 7.2.44
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-19: Version 7.2.43
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-18: Version 7.2.42
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-18: Version 7.2.41
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-18: Version 7.2.40
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-17: Version 7.2.39
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-17: Version 7.2.38
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-17: Version 7.2.37
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-17: Version 7.2.36
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-17: Version 7.2.35
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-17: Version 7.2.34
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-17: Version 7.2.33
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-17: Version 7.2.32
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-17: Version 7.2.31
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-17: Version 7.2.30
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-17: Version 7.2.29
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-17: Version 7.2.28
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-17: Version 7.2.27
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-17: Version 7.2.26
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-17: Version 7.2.25
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-16: Version 7.2.24
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-16: Version 7.2.23
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-16: Version 7.2.22
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-16: Version 7.2.21
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-16: Version 7.2.20
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-16: Version 7.2.19
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-16: Version 7.2.18
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-16: Version 7.2.17
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-16: Version 7.2.16
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-15: Version 7.2.15
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-15: Version 7.2.14
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-15: Version 7.2.13
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-15: Version 7.2.12
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-15: Version 7.2.11
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-15: Version 7.2.10
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-15: Version 7.2.9
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-15: Version 7.2.8
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-15: Version 7.2.7
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-15: Version 7.2.6
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-15: Version 7.2.5
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-15: Version 7.2.4
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-14: Version 7.2.3
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-13: Version 7.2.2
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-13: Version 7.2.1
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-11: Version 7.1.321
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-10: Version 7.1.320
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-10: Version 7.1.319
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-10: Version 7.1.318
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-10: Version 7.1.317
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-10: Version 7.1.316
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-10: Version 7.1.315
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-10: Version 7.1.314
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-10: Version 7.1.313
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-10: Version 7.1.312
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-09: Version 7.1.311
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-09: Version 7.1.310
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-09: Version 7.1.309
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-09: Version 7.1.308
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-09: Version 7.1.307
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-09: Version 7.1.306
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-09: Version 7.1.305
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-09: Version 7.1.304
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-09: Version 7.1.303
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-09: Version 7.1.302
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-09: Version 7.1.301
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-08: Version 7.1.300
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-08: Version 7.1.299
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-08: Version 7.1.298
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-08: Version 7.1.297
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-08: Version 7.1.296
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-08: Version 7.1.295
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-08: Version 7.1.294
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-08: Version 7.1.293
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-08: Version 7.1.292
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-08: Version 7.1.291
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-08: Version 7.1.290
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-08: Version 7.1.289
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-08: Version 7.1.288
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-08: Version 7.1.287
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-08: Version 7.1.286
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-08: Version 7.1.285
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-08: Version 7.1.284
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-08: Version 7.1.283
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-07: Version 7.1.282
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-07: Version 7.1.281
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-07: Version 7.1.280
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-06: Version 7.1.279
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-06: Version 7.1.278
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-06: Version 7.1.277
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-06: Version 7.1.276
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-06: Version 7.1.275
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-05: Version 7.1.274
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-05: Version 7.1.273
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-05: Version 7.1.272
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-05: Version 7.1.271
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-05: Version 7.1.270
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-05: Version 7.1.269
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-05: Version 7.1.268
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-05: Version 7.1.267
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-05: Version 7.1.266
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-05: Version 7.1.265
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-05: Version 7.1.264
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-05: Version 7.1.263
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-05: Version 7.1.262
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-05: Version 7.1.261
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-05: Version 7.1.260
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-04: Version 7.1.259
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-04: Version 7.1.258
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-04: Version 7.1.257
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-04: Version 7.1.256
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-04: Version 7.1.255
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-04: Version 7.1.254
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-04: Version 7.1.253
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-04: Version 7.1.252
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-04: Version 7.1.251
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-04: Version 7.1.250
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-04: Version 7.1.249
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-04: Version 7.1.248
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-04: Version 7.1.247
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-04: Version 7.1.246
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-03: Version 7.1.245
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-03: Version 7.1.244
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-03: Version 7.1.243
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-03: Version 7.1.242
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-03: Version 7.1.241
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-03: Version 7.1.240
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-03: Version 7.1.239
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-03: Version 7.1.238
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-03: Version 7.1.237
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-03: Version 7.1.236
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-03: Version 7.1.235
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-02: Version 7.1.234
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-02: Version 7.1.233
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-02: Version 7.1.232
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-02: Version 7.1.231
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-02: Version 7.1.230
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-02: Version 7.1.229
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-02: Version 7.1.228
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-02: Version 7.1.227
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-01: Version 7.1.226
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-01: Version 7.1.225
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-01: Version 7.1.224
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-01: Version 7.1.223
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-01: Version 7.1.222
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-01: Version 7.1.221
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-01: Version 7.1.220
-
- Performance and stability improvements on all platforms.
-
-
-2018-10-01: Version 7.1.219
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-30: Version 7.1.218
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-29: Version 7.1.217
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-29: Version 7.1.216
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-29: Version 7.1.215
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-28: Version 7.1.214
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-28: Version 7.1.213
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-28: Version 7.1.212
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-28: Version 7.1.211
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-28: Version 7.1.210
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-28: Version 7.1.209
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-28: Version 7.1.208
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-28: Version 7.1.207
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-28: Version 7.1.206
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-28: Version 7.1.205
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-28: Version 7.1.204
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-28: Version 7.1.203
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-28: Version 7.1.202
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-27: Version 7.1.201
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-27: Version 7.1.200
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-27: Version 7.1.199
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-27: Version 7.1.198
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-27: Version 7.1.197
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-27: Version 7.1.196
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-27: Version 7.1.195
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-27: Version 7.1.194
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-27: Version 7.1.193
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-27: Version 7.1.192
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-27: Version 7.1.191
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-27: Version 7.1.190
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-27: Version 7.1.189
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-27: Version 7.1.188
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-27: Version 7.1.187
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-27: Version 7.1.186
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-26: Version 7.1.185
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-26: Version 7.1.184
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-26: Version 7.1.183
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-26: Version 7.1.182
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-26: Version 7.1.181
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-26: Version 7.1.180
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-26: Version 7.1.179
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-25: Version 7.1.178
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-25: Version 7.1.177
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-25: Version 7.1.176
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-25: Version 7.1.175
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-25: Version 7.1.174
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-25: Version 7.1.173
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-25: Version 7.1.172
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-24: Version 7.1.171
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-24: Version 7.1.170
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-24: Version 7.1.169
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-24: Version 7.1.168
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-24: Version 7.1.167
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-24: Version 7.1.166
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-24: Version 7.1.165
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-24: Version 7.1.164
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-21: Version 7.1.163
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-21: Version 7.1.162
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-21: Version 7.1.161
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-21: Version 7.1.160
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-21: Version 7.1.159
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-21: Version 7.1.158
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-21: Version 7.1.157
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-21: Version 7.1.156
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-21: Version 7.1.155
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-21: Version 7.1.154
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-21: Version 7.1.153
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-21: Version 7.1.152
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-21: Version 7.1.151
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-21: Version 7.1.150
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-21: Version 7.1.149
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-20: Version 7.1.148
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-19: Version 7.1.147
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-19: Version 7.1.146
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-19: Version 7.1.145
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-19: Version 7.1.144
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-19: Version 7.1.143
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-19: Version 7.1.142
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-19: Version 7.1.141
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-19: Version 7.1.140
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-19: Version 7.1.139
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-19: Version 7.1.138
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-19: Version 7.1.137
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-19: Version 7.1.136
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-19: Version 7.1.135
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-19: Version 7.1.134
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-19: Version 7.1.133
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-18: Version 7.1.132
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-18: Version 7.1.131
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-18: Version 7.1.130
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-18: Version 7.1.129
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-18: Version 7.1.128
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-18: Version 7.1.127
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-18: Version 7.1.126
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-18: Version 7.1.125
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-18: Version 7.1.124
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-18: Version 7.1.123
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-18: Version 7.1.122
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-18: Version 7.1.121
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-17: Version 7.1.120
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-17: Version 7.1.119
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-17: Version 7.1.118
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-17: Version 7.1.117
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-17: Version 7.1.116
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-17: Version 7.1.115
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-17: Version 7.1.114
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-14: Version 7.1.113
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-14: Version 7.1.112
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-14: Version 7.1.111
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-14: Version 7.1.110
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-14: Version 7.1.109
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-14: Version 7.1.108
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-14: Version 7.1.107
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-14: Version 7.1.106
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-14: Version 7.1.105
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-14: Version 7.1.104
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-14: Version 7.1.103
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-14: Version 7.1.102
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-14: Version 7.1.101
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-14: Version 7.1.100
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-14: Version 7.1.99
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-13: Version 7.1.98
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-13: Version 7.1.97
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-13: Version 7.1.96
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-13: Version 7.1.95
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-13: Version 7.1.94
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-13: Version 7.1.93
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-13: Version 7.1.92
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-12: Version 7.1.91
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-12: Version 7.1.90
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-12: Version 7.1.89
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-12: Version 7.1.88
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-12: Version 7.1.87
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-12: Version 7.1.86
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-11: Version 7.1.85
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-11: Version 7.1.84
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-11: Version 7.1.83
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-11: Version 7.1.82
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-11: Version 7.1.81
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-11: Version 7.1.80
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-10: Version 7.1.79
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-10: Version 7.1.78
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-10: Version 7.1.77
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-10: Version 7.1.76
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-10: Version 7.1.75
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-10: Version 7.1.74
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-10: Version 7.1.73
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-10: Version 7.1.72
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-10: Version 7.1.71
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-09: Version 7.1.70
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-08: Version 7.1.69
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-07: Version 7.1.68
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-07: Version 7.1.67
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-07: Version 7.1.66
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-07: Version 7.1.65
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-07: Version 7.1.64
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-07: Version 7.1.63
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-07: Version 7.1.62
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-07: Version 7.1.61
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-07: Version 7.1.60
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-07: Version 7.1.59
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-07: Version 7.1.58
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-07: Version 7.1.57
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-07: Version 7.1.56
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-06: Version 7.1.55
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-06: Version 7.1.54
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-06: Version 7.1.53
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-06: Version 7.1.52
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-06: Version 7.1.51
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-06: Version 7.1.50
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-06: Version 7.1.49
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-06: Version 7.1.48
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-06: Version 7.1.47
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-06: Version 7.1.46
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-06: Version 7.1.45
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-06: Version 7.1.44
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-06: Version 7.1.43
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-06: Version 7.1.42
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-06: Version 7.1.41
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-05: Version 7.1.40
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-05: Version 7.1.39
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-05: Version 7.1.38
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-05: Version 7.1.37
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-05: Version 7.1.36
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-05: Version 7.1.35
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-05: Version 7.1.34
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-05: Version 7.1.33
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-05: Version 7.1.32
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-05: Version 7.1.31
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-05: Version 7.1.30
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-05: Version 7.1.29
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-05: Version 7.1.28
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-05: Version 7.1.27
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-04: Version 7.1.26
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-04: Version 7.1.25
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-04: Version 7.1.24
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-04: Version 7.1.23
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-04: Version 7.1.22
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-04: Version 7.1.21
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-04: Version 7.1.20
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-04: Version 7.1.19
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-04: Version 7.1.18
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-04: Version 7.1.17
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-04: Version 7.1.16
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-03: Version 7.1.15
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-03: Version 7.1.14
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-03: Version 7.1.13
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-03: Version 7.1.12
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-03: Version 7.1.11
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-03: Version 7.1.10
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-02: Version 7.1.9
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-02: Version 7.1.8
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-02: Version 7.1.7
-
- Performance and stability improvements on all platforms.
-
-
-2018-09-01: Version 7.1.6
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-31: Version 7.1.5
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-31: Version 7.1.4
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-31: Version 7.1.3
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-31: Version 7.1.2
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-31: Version 7.1.1
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-29: Version 7.0.302
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-29: Version 7.0.301
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-29: Version 7.0.300
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-29: Version 7.0.299
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-29: Version 7.0.298
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-29: Version 7.0.297
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-29: Version 7.0.296
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-29: Version 7.0.295
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-29: Version 7.0.294
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-29: Version 7.0.293
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-29: Version 7.0.292
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-29: Version 7.0.291
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-29: Version 7.0.290
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-29: Version 7.0.289
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-29: Version 7.0.288
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-28: Version 7.0.287
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-28: Version 7.0.286
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-28: Version 7.0.285
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-28: Version 7.0.284
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-28: Version 7.0.283
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-28: Version 7.0.282
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-28: Version 7.0.281
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-28: Version 7.0.280
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-28: Version 7.0.279
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-28: Version 7.0.278
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-28: Version 7.0.277
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-27: Version 7.0.276
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-27: Version 7.0.275
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-26: Version 7.0.274
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-25: Version 7.0.273
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-25: Version 7.0.272
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-25: Version 7.0.271
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-25: Version 7.0.270
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-24: Version 7.0.269
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-24: Version 7.0.268
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-24: Version 7.0.267
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-24: Version 7.0.266
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-24: Version 7.0.265
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-24: Version 7.0.264
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-24: Version 7.0.263
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-24: Version 7.0.262
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-24: Version 7.0.261
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-24: Version 7.0.260
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-24: Version 7.0.259
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-23: Version 7.0.258
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-23: Version 7.0.257
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-23: Version 7.0.256
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-23: Version 7.0.255
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-23: Version 7.0.254
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-23: Version 7.0.253
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-23: Version 7.0.252
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-23: Version 7.0.251
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-23: Version 7.0.250
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-23: Version 7.0.249
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-22: Version 7.0.248
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-22: Version 7.0.247
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-21: Version 7.0.246
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-21: Version 7.0.245
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-21: Version 7.0.244
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-21: Version 7.0.243
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-17: Version 7.0.242
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-17: Version 7.0.241
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-17: Version 7.0.240
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-17: Version 7.0.239
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-17: Version 7.0.238
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-15: Version 7.0.237
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-14: Version 7.0.236
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-14: Version 7.0.235
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-14: Version 7.0.234
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-14: Version 7.0.233
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-14: Version 7.0.232
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-14: Version 7.0.231
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-12: Version 7.0.230
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-11: Version 7.0.229
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-11: Version 7.0.228
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-11: Version 7.0.227
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-11: Version 7.0.226
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-11: Version 7.0.225
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-11: Version 7.0.224
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-10: Version 7.0.223
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-10: Version 7.0.222
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-10: Version 7.0.221
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-10: Version 7.0.220
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-10: Version 7.0.219
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-10: Version 7.0.218
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-10: Version 7.0.217
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-10: Version 7.0.216
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-10: Version 7.0.215
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-10: Version 7.0.214
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-10: Version 7.0.213
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-10: Version 7.0.212
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-10: Version 7.0.211
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-10: Version 7.0.210
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-10: Version 7.0.209
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-10: Version 7.0.208
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-09: Version 7.0.207
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-09: Version 7.0.206
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-09: Version 7.0.205
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-09: Version 7.0.204
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-09: Version 7.0.203
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-09: Version 7.0.202
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-09: Version 7.0.201
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-08: Version 7.0.200
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-08: Version 7.0.199
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-08: Version 7.0.198
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-08: Version 7.0.197
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-08: Version 7.0.196
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-08: Version 7.0.195
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-08: Version 7.0.194
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-08: Version 7.0.193
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-08: Version 7.0.192
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-08: Version 7.0.191
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-08: Version 7.0.190
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-08: Version 7.0.189
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-08: Version 7.0.188
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-08: Version 7.0.187
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-08: Version 7.0.186
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-08: Version 7.0.185
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-08: Version 7.0.184
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-08: Version 7.0.183
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-08: Version 7.0.182
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-08: Version 7.0.181
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-08: Version 7.0.180
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-08: Version 7.0.179
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-08: Version 7.0.178
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-08: Version 7.0.177
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-08: Version 7.0.176
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-08: Version 7.0.175
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-07: Version 7.0.174
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-07: Version 7.0.173
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-07: Version 7.0.172
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-07: Version 7.0.171
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-06: Version 7.0.170
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-06: Version 7.0.169
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-06: Version 7.0.168
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-06: Version 7.0.167
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-06: Version 7.0.166
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-06: Version 7.0.165
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-06: Version 7.0.164
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-06: Version 7.0.163
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-06: Version 7.0.162
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-06: Version 7.0.161
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-06: Version 7.0.160
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-06: Version 7.0.159
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-03: Version 7.0.158
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-03: Version 7.0.157
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-03: Version 7.0.156
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-03: Version 7.0.155
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-03: Version 7.0.154
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-03: Version 7.0.153
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-03: Version 7.0.152
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-03: Version 7.0.151
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-03: Version 7.0.150
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-03: Version 7.0.149
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-03: Version 7.0.148
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-02: Version 7.0.147
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-02: Version 7.0.146
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-02: Version 7.0.145
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-02: Version 7.0.144
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-02: Version 7.0.143
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-02: Version 7.0.142
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-02: Version 7.0.141
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-02: Version 7.0.140
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-02: Version 7.0.139
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-02: Version 7.0.138
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-02: Version 7.0.137
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-02: Version 7.0.136
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-02: Version 7.0.135
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-02: Version 7.0.134
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-02: Version 7.0.133
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-02: Version 7.0.132
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-02: Version 7.0.131
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-02: Version 7.0.130
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-02: Version 7.0.129
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-02: Version 7.0.128
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-01: Version 7.0.127
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-01: Version 7.0.126
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-01: Version 7.0.125
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-01: Version 7.0.124
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-01: Version 7.0.123
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-01: Version 7.0.122
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-01: Version 7.0.121
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-01: Version 7.0.120
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-01: Version 7.0.119
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-01: Version 7.0.118
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-01: Version 7.0.117
-
- Performance and stability improvements on all platforms.
-
-
-2018-08-01: Version 7.0.116
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-31: Version 7.0.115
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-31: Version 7.0.114
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-31: Version 7.0.113
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-31: Version 7.0.112
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-31: Version 7.0.111
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-31: Version 7.0.110
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-31: Version 7.0.109
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-31: Version 7.0.108
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-31: Version 7.0.107
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-31: Version 7.0.106
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-31: Version 7.0.105
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-31: Version 7.0.104
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-31: Version 7.0.103
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-31: Version 7.0.102
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-31: Version 7.0.101
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-31: Version 7.0.100
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-31: Version 7.0.99
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-31: Version 7.0.98
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-31: Version 7.0.97
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-31: Version 7.0.96
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-31: Version 7.0.95
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-30: Version 7.0.94
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-30: Version 7.0.93
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-30: Version 7.0.92
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-30: Version 7.0.91
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-30: Version 7.0.90
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-30: Version 7.0.89
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-30: Version 7.0.88
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-30: Version 7.0.87
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-29: Version 7.0.86
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-28: Version 7.0.85
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-28: Version 7.0.84
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-28: Version 7.0.83
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-27: Version 7.0.82
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-27: Version 7.0.81
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-27: Version 7.0.80
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-27: Version 7.0.79
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-27: Version 7.0.78
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-27: Version 7.0.77
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-27: Version 7.0.76
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-27: Version 7.0.75
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-27: Version 7.0.74
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-26: Version 7.0.73
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-26: Version 7.0.72
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-26: Version 7.0.71
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-26: Version 7.0.70
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-26: Version 7.0.69
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-26: Version 7.0.68
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-26: Version 7.0.67
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-26: Version 7.0.66
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-26: Version 7.0.65
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-26: Version 7.0.64
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-26: Version 7.0.63
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-26: Version 7.0.62
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-26: Version 7.0.61
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-26: Version 7.0.60
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-25: Version 7.0.59
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-25: Version 7.0.58
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-25: Version 7.0.57
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-25: Version 7.0.56
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-25: Version 7.0.55
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-25: Version 7.0.54
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-25: Version 7.0.53
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-25: Version 7.0.52
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-25: Version 7.0.51
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-25: Version 7.0.50
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-25: Version 7.0.49
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-25: Version 7.0.48
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-25: Version 7.0.47
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-25: Version 7.0.46
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-25: Version 7.0.45
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-25: Version 7.0.44
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-25: Version 7.0.43
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-24: Version 7.0.42
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-24: Version 7.0.41
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-24: Version 7.0.40
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-24: Version 7.0.39
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-24: Version 7.0.38
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-24: Version 7.0.37
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-24: Version 7.0.36
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-24: Version 7.0.35
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-24: Version 7.0.34
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-24: Version 7.0.33
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-24: Version 7.0.32
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-24: Version 7.0.31
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-24: Version 7.0.30
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-24: Version 7.0.29
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-24: Version 7.0.28
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-24: Version 7.0.27
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-24: Version 7.0.26
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-24: Version 7.0.25
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-24: Version 7.0.24
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-24: Version 7.0.23
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-24: Version 7.0.22
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-24: Version 7.0.21
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-24: Version 7.0.20
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-24: Version 7.0.19
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-24: Version 7.0.18
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-24: Version 7.0.17
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-24: Version 7.0.16
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-24: Version 7.0.15
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-24: Version 7.0.14
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-24: Version 7.0.13
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-24: Version 7.0.12
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-24: Version 7.0.11
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-24: Version 7.0.10
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-24: Version 7.0.9
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-23: Version 7.0.8
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-23: Version 7.0.7
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-23: Version 7.0.6
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-23: Version 7.0.5
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-23: Version 7.0.4
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-23: Version 7.0.3
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-23: Version 7.0.2
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-20: Version 7.0.1
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-19: Version 6.9.454
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-19: Version 6.9.453
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-19: Version 6.9.452
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-18: Version 6.9.451
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-18: Version 6.9.450
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-18: Version 6.9.449
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-18: Version 6.9.448
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-18: Version 6.9.447
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-18: Version 6.9.446
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-18: Version 6.9.445
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-18: Version 6.9.444
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-18: Version 6.9.443
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-18: Version 6.9.442
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-18: Version 6.9.441
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-18: Version 6.9.440
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-18: Version 6.9.439
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-18: Version 6.9.438
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-18: Version 6.9.437
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-18: Version 6.9.436
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-18: Version 6.9.435
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-18: Version 6.9.434
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-18: Version 6.9.433
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-18: Version 6.9.432
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-18: Version 6.9.431
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-18: Version 6.9.430
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-18: Version 6.9.429
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-17: Version 6.9.428
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-17: Version 6.9.427
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-17: Version 6.9.426
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-17: Version 6.9.425
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-17: Version 6.9.424
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-17: Version 6.9.423
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-17: Version 6.9.422
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-17: Version 6.9.421
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-17: Version 6.9.420
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-17: Version 6.9.419
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-17: Version 6.9.418
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-17: Version 6.9.417
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-17: Version 6.9.416
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-17: Version 6.9.415
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-17: Version 6.9.414
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-17: Version 6.9.413
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-16: Version 6.9.412
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-16: Version 6.9.411
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-16: Version 6.9.410
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-16: Version 6.9.409
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-16: Version 6.9.408
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-16: Version 6.9.407
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-16: Version 6.9.406
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-16: Version 6.9.405
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-16: Version 6.9.404
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-16: Version 6.9.403
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-16: Version 6.9.402
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-16: Version 6.9.401
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-15: Version 6.9.400
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-14: Version 6.9.399
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-13: Version 6.9.398
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-13: Version 6.9.397
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-13: Version 6.9.396
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-13: Version 6.9.395
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-13: Version 6.9.394
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-13: Version 6.9.393
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-13: Version 6.9.392
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-13: Version 6.9.391
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-13: Version 6.9.390
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-13: Version 6.9.389
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-13: Version 6.9.388
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-13: Version 6.9.387
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-13: Version 6.9.386
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-13: Version 6.9.385
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-13: Version 6.9.384
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-13: Version 6.9.383
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-13: Version 6.9.382
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-13: Version 6.9.381
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-12: Version 6.9.380
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-12: Version 6.9.379
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-12: Version 6.9.378
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-12: Version 6.9.377
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-12: Version 6.9.376
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-12: Version 6.9.375
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-12: Version 6.9.374
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-12: Version 6.9.373
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-12: Version 6.9.372
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-12: Version 6.9.371
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-12: Version 6.9.370
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-12: Version 6.9.369
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-12: Version 6.9.368
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-12: Version 6.9.367
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-12: Version 6.9.366
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-12: Version 6.9.365
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-12: Version 6.9.364
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-12: Version 6.9.363
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-12: Version 6.9.362
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-12: Version 6.9.361
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-12: Version 6.9.360
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-12: Version 6.9.359
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-12: Version 6.9.358
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-12: Version 6.9.357
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-12: Version 6.9.356
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-12: Version 6.9.355
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-11: Version 6.9.354
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-11: Version 6.9.353
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-11: Version 6.9.352
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-11: Version 6.9.351
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-11: Version 6.9.350
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-11: Version 6.9.349
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-11: Version 6.9.348
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-11: Version 6.9.347
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-11: Version 6.9.346
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-11: Version 6.9.345
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-10: Version 6.9.344
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-10: Version 6.9.343
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-10: Version 6.9.342
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-10: Version 6.9.341
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-10: Version 6.9.340
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-10: Version 6.9.339
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-10: Version 6.9.338
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-10: Version 6.9.337
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-10: Version 6.9.336
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-10: Version 6.9.335
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-10: Version 6.9.334
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-10: Version 6.9.333
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-10: Version 6.9.332
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-09: Version 6.9.331
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-09: Version 6.9.330
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-09: Version 6.9.329
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-09: Version 6.9.328
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-09: Version 6.9.327
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-09: Version 6.9.326
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-09: Version 6.9.325
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-08: Version 6.9.324
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-07: Version 6.9.323
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-06: Version 6.9.322
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-06: Version 6.9.321
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-06: Version 6.9.320
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-06: Version 6.9.319
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-06: Version 6.9.318
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-06: Version 6.9.317
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-06: Version 6.9.316
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-05: Version 6.9.315
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-05: Version 6.9.314
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-05: Version 6.9.313
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-05: Version 6.9.312
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-05: Version 6.9.311
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-05: Version 6.9.310
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-05: Version 6.9.309
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-05: Version 6.9.308
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-04: Version 6.9.307
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-04: Version 6.9.306
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-04: Version 6.9.305
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-04: Version 6.9.304
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-04: Version 6.9.303
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-04: Version 6.9.302
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-04: Version 6.9.301
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-04: Version 6.9.300
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-04: Version 6.9.299
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-03: Version 6.9.298
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-03: Version 6.9.297
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-03: Version 6.9.296
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-03: Version 6.9.295
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-03: Version 6.9.294
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-03: Version 6.9.293
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-03: Version 6.9.292
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-03: Version 6.9.291
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-03: Version 6.9.290
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-03: Version 6.9.289
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-03: Version 6.9.288
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-03: Version 6.9.287
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-03: Version 6.9.286
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-03: Version 6.9.285
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-03: Version 6.9.284
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-03: Version 6.9.283
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-03: Version 6.9.282
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-03: Version 6.9.281
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-03: Version 6.9.280
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-03: Version 6.9.279
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-02: Version 6.9.278
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-02: Version 6.9.277
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-02: Version 6.9.276
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-02: Version 6.9.275
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-02: Version 6.9.274
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-02: Version 6.9.273
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-02: Version 6.9.272
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-02: Version 6.9.271
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-02: Version 6.9.270
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-02: Version 6.9.269
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-02: Version 6.9.268
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-02: Version 6.9.267
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-02: Version 6.9.266
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-02: Version 6.9.265
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-02: Version 6.9.264
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-02: Version 6.9.263
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-02: Version 6.9.262
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-02: Version 6.9.261
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-02: Version 6.9.260
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-02: Version 6.9.259
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-02: Version 6.9.258
-
- Performance and stability improvements on all platforms.
-
-
-2018-07-01: Version 6.9.257
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-30: Version 6.9.256
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-29: Version 6.9.255
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-29: Version 6.9.254
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-29: Version 6.9.253
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-29: Version 6.9.252
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-29: Version 6.9.251
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-29: Version 6.9.250
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-29: Version 6.9.249
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-29: Version 6.9.248
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-29: Version 6.9.247
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-29: Version 6.9.246
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-28: Version 6.9.245
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-28: Version 6.9.244
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-28: Version 6.9.243
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-27: Version 6.9.242
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-27: Version 6.9.241
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-27: Version 6.9.240
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-27: Version 6.9.239
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-27: Version 6.9.238
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-27: Version 6.9.237
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-27: Version 6.9.236
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-27: Version 6.9.235
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-27: Version 6.9.234
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-27: Version 6.9.233
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-27: Version 6.9.232
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-27: Version 6.9.231
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-27: Version 6.9.230
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-26: Version 6.9.229
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-26: Version 6.9.228
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-26: Version 6.9.227
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-26: Version 6.9.226
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-26: Version 6.9.225
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-26: Version 6.9.224
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-26: Version 6.9.223
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-26: Version 6.9.222
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-26: Version 6.9.221
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-25: Version 6.9.220
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-25: Version 6.9.219
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-25: Version 6.9.218
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-25: Version 6.9.217
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-25: Version 6.9.216
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-25: Version 6.9.215
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-25: Version 6.9.214
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-25: Version 6.9.213
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-25: Version 6.9.212
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-25: Version 6.9.211
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-25: Version 6.9.210
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-25: Version 6.9.209
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-24: Version 6.9.208
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-23: Version 6.9.207
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-23: Version 6.9.206
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-22: Version 6.9.205
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-22: Version 6.9.204
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-22: Version 6.9.203
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-22: Version 6.9.202
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-22: Version 6.9.201
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-22: Version 6.9.200
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-22: Version 6.9.199
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-22: Version 6.9.198
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-21: Version 6.9.197
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-21: Version 6.9.196
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-21: Version 6.9.195
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-21: Version 6.9.194
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-21: Version 6.9.193
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-21: Version 6.9.192
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-20: Version 6.9.191
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-20: Version 6.9.190
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-20: Version 6.9.189
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-20: Version 6.9.188
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-20: Version 6.9.187
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-20: Version 6.9.186
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-20: Version 6.9.185
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-19: Version 6.9.184
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-19: Version 6.9.183
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-19: Version 6.9.182
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-19: Version 6.9.181
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-19: Version 6.9.180
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-19: Version 6.9.179
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-19: Version 6.9.178
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-19: Version 6.9.177
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-19: Version 6.9.176
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-19: Version 6.9.175
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-19: Version 6.9.174
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-18: Version 6.9.173
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-18: Version 6.9.172
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-18: Version 6.9.171
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-18: Version 6.9.170
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-18: Version 6.9.169
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-18: Version 6.9.168
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-18: Version 6.9.167
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-18: Version 6.9.166
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-18: Version 6.9.165
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-18: Version 6.9.164
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-18: Version 6.9.163
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-18: Version 6.9.162
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-18: Version 6.9.161
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-18: Version 6.9.160
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-18: Version 6.9.159
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-18: Version 6.9.158
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-18: Version 6.9.157
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-14: Version 6.9.156
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-14: Version 6.9.155
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-14: Version 6.9.154
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-14: Version 6.9.153
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-14: Version 6.9.152
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-14: Version 6.9.151
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-14: Version 6.9.150
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-13: Version 6.9.149
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-13: Version 6.9.148
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-13: Version 6.9.147
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-13: Version 6.9.146
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-13: Version 6.9.145
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-13: Version 6.9.144
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-13: Version 6.9.143
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-13: Version 6.9.142
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-13: Version 6.9.141
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-13: Version 6.9.140
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-13: Version 6.9.139
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-13: Version 6.9.138
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-13: Version 6.9.137
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-13: Version 6.9.136
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-13: Version 6.9.135
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-13: Version 6.9.134
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-13: Version 6.9.133
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-13: Version 6.9.132
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-13: Version 6.9.131
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-13: Version 6.9.130
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-13: Version 6.9.129
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-13: Version 6.9.128
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-13: Version 6.9.127
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-13: Version 6.9.126
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-13: Version 6.9.125
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-12: Version 6.9.124
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-12: Version 6.9.123
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-12: Version 6.9.122
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-12: Version 6.9.121
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-12: Version 6.9.120
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-11: Version 6.9.119
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-11: Version 6.9.118
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-11: Version 6.9.117
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-11: Version 6.9.116
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-11: Version 6.9.115
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-11: Version 6.9.114
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-11: Version 6.9.113
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-11: Version 6.9.112
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-11: Version 6.9.111
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-11: Version 6.9.110
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-11: Version 6.9.109
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-11: Version 6.9.108
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-08: Version 6.9.107
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-08: Version 6.9.106
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-08: Version 6.9.105
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-08: Version 6.9.104
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-08: Version 6.9.103
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-08: Version 6.9.102
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-07: Version 6.9.101
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-07: Version 6.9.100
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-07: Version 6.9.99
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-07: Version 6.9.98
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-07: Version 6.9.97
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-07: Version 6.9.96
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-07: Version 6.9.95
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-07: Version 6.9.94
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-07: Version 6.9.93
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-06: Version 6.9.92
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-06: Version 6.9.91
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-06: Version 6.9.90
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-06: Version 6.9.89
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-06: Version 6.9.88
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-06: Version 6.9.87
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-06: Version 6.9.86
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-06: Version 6.9.85
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-06: Version 6.9.84
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-06: Version 6.9.83
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-05: Version 6.9.82
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-05: Version 6.9.81
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-05: Version 6.9.80
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-05: Version 6.9.79
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-05: Version 6.9.78
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-05: Version 6.9.77
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-05: Version 6.9.76
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-05: Version 6.9.75
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-04: Version 6.9.74
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-04: Version 6.9.73
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-04: Version 6.9.72
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-04: Version 6.9.71
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-04: Version 6.9.70
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-04: Version 6.9.69
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-04: Version 6.9.68
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-04: Version 6.9.67
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-04: Version 6.9.66
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-04: Version 6.9.65
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-01: Version 6.9.64
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-01: Version 6.9.63
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-01: Version 6.9.62
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-01: Version 6.9.61
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-01: Version 6.9.60
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-01: Version 6.9.59
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-01: Version 6.9.58
-
- Performance and stability improvements on all platforms.
-
-
-2018-06-01: Version 6.9.57
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-31: Version 6.9.56
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-31: Version 6.9.55
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-31: Version 6.9.54
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-31: Version 6.9.53
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-31: Version 6.9.52
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-31: Version 6.9.51
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-31: Version 6.9.50
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-31: Version 6.9.49
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-31: Version 6.9.48
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-30: Version 6.9.47
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-30: Version 6.9.46
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-30: Version 6.9.45
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-30: Version 6.9.44
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-30: Version 6.9.43
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-30: Version 6.9.42
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-30: Version 6.9.41
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-30: Version 6.9.40
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-30: Version 6.9.39
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-30: Version 6.9.38
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-30: Version 6.9.37
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-29: Version 6.9.36
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-29: Version 6.9.35
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-29: Version 6.9.34
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-29: Version 6.9.33
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-29: Version 6.9.32
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-29: Version 6.9.31
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-29: Version 6.9.30
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-29: Version 6.9.29
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-29: Version 6.9.28
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-29: Version 6.9.27
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-29: Version 6.9.26
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-29: Version 6.9.25
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-29: Version 6.9.24
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-29: Version 6.9.23
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-29: Version 6.9.22
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-29: Version 6.9.21
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-29: Version 6.9.20
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-29: Version 6.9.19
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-29: Version 6.9.18
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-29: Version 6.9.17
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-29: Version 6.9.16
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-29: Version 6.9.15
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-29: Version 6.9.14
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-29: Version 6.9.13
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-28: Version 6.9.12
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-28: Version 6.9.11
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-28: Version 6.9.10
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-28: Version 6.9.9
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-28: Version 6.9.8
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-28: Version 6.9.7
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-28: Version 6.9.6
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-28: Version 6.9.5
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-28: Version 6.9.4
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-27: Version 6.9.3
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-26: Version 6.9.2
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-25: Version 6.9.1
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-24: Version 6.8.290
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-23: Version 6.8.289
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-23: Version 6.8.288
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-23: Version 6.8.287
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-23: Version 6.8.286
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-23: Version 6.8.285
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-23: Version 6.8.284
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-23: Version 6.8.283
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-23: Version 6.8.282
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-23: Version 6.8.281
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-22: Version 6.8.280
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-22: Version 6.8.279
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-22: Version 6.8.278
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-22: Version 6.8.277
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-22: Version 6.8.276
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-22: Version 6.8.275
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-22: Version 6.8.274
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-22: Version 6.8.273
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-22: Version 6.8.272
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-22: Version 6.8.271
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-22: Version 6.8.270
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-22: Version 6.8.269
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-22: Version 6.8.268
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-22: Version 6.8.267
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-22: Version 6.8.266
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-21: Version 6.8.265
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-21: Version 6.8.264
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-21: Version 6.8.263
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-21: Version 6.8.262
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-19: Version 6.8.261
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-18: Version 6.8.260
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-18: Version 6.8.259
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-18: Version 6.8.258
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-18: Version 6.8.257
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-18: Version 6.8.256
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-18: Version 6.8.255
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-18: Version 6.8.254
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-18: Version 6.8.253
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-18: Version 6.8.252
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-18: Version 6.8.251
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-18: Version 6.8.250
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-18: Version 6.8.249
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-18: Version 6.8.248
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-18: Version 6.8.247
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-17: Version 6.8.246
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-17: Version 6.8.245
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-17: Version 6.8.244
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-17: Version 6.8.243
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-17: Version 6.8.242
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-16: Version 6.8.241
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-16: Version 6.8.240
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-16: Version 6.8.239
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-16: Version 6.8.238
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-16: Version 6.8.237
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-16: Version 6.8.236
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-16: Version 6.8.235
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-16: Version 6.8.234
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-16: Version 6.8.233
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-15: Version 6.8.232
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-15: Version 6.8.231
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-15: Version 6.8.230
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-15: Version 6.8.229
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-15: Version 6.8.228
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-15: Version 6.8.227
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-15: Version 6.8.226
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-14: Version 6.8.225
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-14: Version 6.8.224
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-14: Version 6.8.223
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-14: Version 6.8.222
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-14: Version 6.8.221
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-14: Version 6.8.220
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-14: Version 6.8.219
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-14: Version 6.8.218
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-14: Version 6.8.217
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-14: Version 6.8.216
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-14: Version 6.8.215
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-14: Version 6.8.214
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-14: Version 6.8.213
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-14: Version 6.8.212
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-14: Version 6.8.211
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-14: Version 6.8.210
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-14: Version 6.8.209
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-14: Version 6.8.208
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-11: Version 6.8.207
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-11: Version 6.8.206
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-11: Version 6.8.205
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-11: Version 6.8.204
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-11: Version 6.8.203
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-11: Version 6.8.202
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-11: Version 6.8.201
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-11: Version 6.8.200
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-10: Version 6.8.199
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-08: Version 6.8.198
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-08: Version 6.8.197
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-08: Version 6.8.196
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-08: Version 6.8.195
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-08: Version 6.8.194
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-08: Version 6.8.193
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-08: Version 6.8.192
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-08: Version 6.8.191
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-08: Version 6.8.190
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-08: Version 6.8.189
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-07: Version 6.8.188
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-07: Version 6.8.187
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-07: Version 6.8.186
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-07: Version 6.8.185
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-07: Version 6.8.184
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-07: Version 6.8.183
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-07: Version 6.8.182
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-07: Version 6.8.181
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-07: Version 6.8.180
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-07: Version 6.8.179
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-07: Version 6.8.178
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-07: Version 6.8.177
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-05: Version 6.8.176
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-04: Version 6.8.175
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-04: Version 6.8.174
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-04: Version 6.8.173
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-04: Version 6.8.172
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-04: Version 6.8.171
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-04: Version 6.8.170
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-04: Version 6.8.169
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-04: Version 6.8.168
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-04: Version 6.8.167
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-04: Version 6.8.166
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-04: Version 6.8.165
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-04: Version 6.8.164
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-04: Version 6.8.163
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-03: Version 6.8.162
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-03: Version 6.8.161
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-03: Version 6.8.160
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-03: Version 6.8.159
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-03: Version 6.8.158
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-03: Version 6.8.157
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-03: Version 6.8.156
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-03: Version 6.8.155
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-03: Version 6.8.154
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-03: Version 6.8.153
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-03: Version 6.8.152
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-03: Version 6.8.151
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-03: Version 6.8.150
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-03: Version 6.8.149
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-03: Version 6.8.148
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-03: Version 6.8.147
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-03: Version 6.8.146
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-03: Version 6.8.145
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-03: Version 6.8.144
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-03: Version 6.8.143
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-03: Version 6.8.142
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-03: Version 6.8.141
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-03: Version 6.8.140
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-02: Version 6.8.139
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-02: Version 6.8.138
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-02: Version 6.8.137
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-02: Version 6.8.136
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-02: Version 6.8.135
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-02: Version 6.8.134
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-02: Version 6.8.133
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-02: Version 6.8.132
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-02: Version 6.8.131
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-02: Version 6.8.130
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-02: Version 6.8.129
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-02: Version 6.8.128
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-02: Version 6.8.127
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-02: Version 6.8.126
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-02: Version 6.8.125
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-01: Version 6.8.124
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-01: Version 6.8.123
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-01: Version 6.8.122
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-01: Version 6.8.121
-
- Performance and stability improvements on all platforms.
-
-
-2018-05-01: Version 6.8.120
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-30: Version 6.8.119
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-30: Version 6.8.118
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-30: Version 6.8.117
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-30: Version 6.8.116
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-30: Version 6.8.115
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-30: Version 6.8.114
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-30: Version 6.8.113
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-30: Version 6.8.112
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-30: Version 6.8.111
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-30: Version 6.8.110
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-30: Version 6.8.109
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-30: Version 6.8.108
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-30: Version 6.8.107
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-29: Version 6.8.106
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-27: Version 6.8.105
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-27: Version 6.8.104
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-27: Version 6.8.103
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-27: Version 6.8.102
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-27: Version 6.8.101
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-27: Version 6.8.100
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-27: Version 6.8.99
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-27: Version 6.8.98
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-27: Version 6.8.97
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-27: Version 6.8.96
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-27: Version 6.8.95
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-27: Version 6.8.94
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-27: Version 6.8.93
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-27: Version 6.8.92
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-27: Version 6.8.91
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-27: Version 6.8.90
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-27: Version 6.8.89
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-27: Version 6.8.88
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-27: Version 6.8.87
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-27: Version 6.8.86
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-27: Version 6.8.85
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-27: Version 6.8.84
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-27: Version 6.8.83
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-27: Version 6.8.82
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-27: Version 6.8.81
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-27: Version 6.8.80
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-27: Version 6.8.79
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-26: Version 6.8.78
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-26: Version 6.8.77
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-26: Version 6.8.76
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-26: Version 6.8.75
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-25: Version 6.8.74
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-25: Version 6.8.73
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-25: Version 6.8.72
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-25: Version 6.8.71
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-25: Version 6.8.70
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-25: Version 6.8.69
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-25: Version 6.8.68
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-25: Version 6.8.67
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-24: Version 6.8.66
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-24: Version 6.8.65
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-24: Version 6.8.64
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-23: Version 6.8.63
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-23: Version 6.8.62
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-23: Version 6.8.61
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-23: Version 6.8.60
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-23: Version 6.8.59
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-23: Version 6.8.58
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-23: Version 6.8.57
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-23: Version 6.8.56
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-23: Version 6.8.55
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-23: Version 6.8.54
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-23: Version 6.8.53
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-23: Version 6.8.52
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-23: Version 6.8.51
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-20: Version 6.8.50
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-20: Version 6.8.49
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-20: Version 6.8.48
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-20: Version 6.8.47
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-20: Version 6.8.46
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-19: Version 6.8.45
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-19: Version 6.8.44
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-19: Version 6.8.43
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-19: Version 6.8.42
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-19: Version 6.8.41
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-18: Version 6.8.40
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-18: Version 6.8.39
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-18: Version 6.8.38
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-18: Version 6.8.37
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-18: Version 6.8.36
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-17: Version 6.8.35
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-17: Version 6.8.34
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-17: Version 6.8.33
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-17: Version 6.8.32
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-17: Version 6.8.31
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-17: Version 6.8.30
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-17: Version 6.8.29
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-17: Version 6.8.28
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-17: Version 6.8.27
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-17: Version 6.8.26
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-17: Version 6.8.25
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-16: Version 6.8.24
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-16: Version 6.8.23
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-16: Version 6.8.22
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-16: Version 6.8.21
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-16: Version 6.8.20
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-16: Version 6.8.19
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-16: Version 6.8.18
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-16: Version 6.8.17
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-16: Version 6.8.16
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-16: Version 6.8.15
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-16: Version 6.8.14
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-16: Version 6.8.13
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-16: Version 6.8.12
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-16: Version 6.8.11
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-16: Version 6.8.10
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-16: Version 6.8.9
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-15: Version 6.8.8
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-15: Version 6.8.7
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-14: Version 6.8.6
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-14: Version 6.8.5
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-13: Version 6.8.4
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-13: Version 6.8.3
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-12: Version 6.8.2
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-12: Version 6.8.1
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-11: Version 6.7.290
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-11: Version 6.7.289
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-11: Version 6.7.288
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-11: Version 6.7.287
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-11: Version 6.7.286
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-11: Version 6.7.285
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-11: Version 6.7.284
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-10: Version 6.7.283
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-10: Version 6.7.282
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-10: Version 6.7.281
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-10: Version 6.7.280
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-10: Version 6.7.279
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-10: Version 6.7.278
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-10: Version 6.7.277
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-10: Version 6.7.276
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-10: Version 6.7.275
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-10: Version 6.7.274
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-10: Version 6.7.273
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-10: Version 6.7.272
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-10: Version 6.7.271
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-10: Version 6.7.270
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-10: Version 6.7.269
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-09: Version 6.7.268
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-09: Version 6.7.267
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-09: Version 6.7.266
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-09: Version 6.7.265
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-09: Version 6.7.264
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-09: Version 6.7.263
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-09: Version 6.7.262
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-09: Version 6.7.261
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-09: Version 6.7.260
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-09: Version 6.7.259
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-09: Version 6.7.258
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-09: Version 6.7.257
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-09: Version 6.7.256
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-09: Version 6.7.255
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-09: Version 6.7.254
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-09: Version 6.7.253
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-09: Version 6.7.252
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-09: Version 6.7.251
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-06: Version 6.7.250
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-06: Version 6.7.249
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-06: Version 6.7.248
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-06: Version 6.7.247
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-06: Version 6.7.246
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-06: Version 6.7.245
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-06: Version 6.7.244
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-06: Version 6.7.243
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-06: Version 6.7.242
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-06: Version 6.7.241
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-05: Version 6.7.240
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-05: Version 6.7.239
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-05: Version 6.7.238
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-05: Version 6.7.237
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-05: Version 6.7.236
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-05: Version 6.7.235
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-05: Version 6.7.234
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-05: Version 6.7.233
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-05: Version 6.7.232
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-05: Version 6.7.231
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-05: Version 6.7.230
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-05: Version 6.7.229
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-05: Version 6.7.228
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-04: Version 6.7.227
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-04: Version 6.7.226
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-04: Version 6.7.225
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-04: Version 6.7.224
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-04: Version 6.7.223
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-04: Version 6.7.222
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-04: Version 6.7.221
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-04: Version 6.7.220
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-04: Version 6.7.219
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-04: Version 6.7.218
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-04: Version 6.7.217
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-04: Version 6.7.216
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-03: Version 6.7.215
-
- Performance and stability improvements on all platforms.
-
-
-2018-04-03: Version 6.7.214
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-30: Version 6.7.213
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-30: Version 6.7.212
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-29: Version 6.7.211
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-29: Version 6.7.210
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-29: Version 6.7.209
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-29: Version 6.7.208
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-29: Version 6.7.207
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-29: Version 6.7.206
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-29: Version 6.7.205
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-29: Version 6.7.204
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-28: Version 6.7.203
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-28: Version 6.7.202
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-28: Version 6.7.201
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-28: Version 6.7.200
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-28: Version 6.7.199
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-28: Version 6.7.198
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-28: Version 6.7.197
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-28: Version 6.7.196
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-28: Version 6.7.195
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-28: Version 6.7.194
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-27: Version 6.7.193
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-27: Version 6.7.192
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-27: Version 6.7.191
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-27: Version 6.7.190
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-27: Version 6.7.189
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-27: Version 6.7.188
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-27: Version 6.7.187
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-27: Version 6.7.186
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-27: Version 6.7.185
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-27: Version 6.7.184
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-26: Version 6.7.183
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-26: Version 6.7.182
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-26: Version 6.7.181
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-26: Version 6.7.180
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-26: Version 6.7.179
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-26: Version 6.7.178
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-26: Version 6.7.177
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-26: Version 6.7.176
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-26: Version 6.7.175
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-26: Version 6.7.174
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-26: Version 6.7.173
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-26: Version 6.7.172
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-26: Version 6.7.171
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-26: Version 6.7.170
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-26: Version 6.7.169
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-26: Version 6.7.168
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-26: Version 6.7.167
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-26: Version 6.7.166
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-24: Version 6.7.165
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-24: Version 6.7.164
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-24: Version 6.7.163
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-23: Version 6.7.162
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-23: Version 6.7.161
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-23: Version 6.7.160
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-23: Version 6.7.159
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-23: Version 6.7.158
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-23: Version 6.7.157
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-23: Version 6.7.156
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-23: Version 6.7.155
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-23: Version 6.7.154
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-23: Version 6.7.153
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-23: Version 6.7.152
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-23: Version 6.7.151
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-23: Version 6.7.150
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-23: Version 6.7.149
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-23: Version 6.7.148
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-23: Version 6.7.147
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-22: Version 6.7.146
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-22: Version 6.7.145
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-22: Version 6.7.144
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-22: Version 6.7.143
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-22: Version 6.7.142
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-22: Version 6.7.141
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-22: Version 6.7.140
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-21: Version 6.7.139
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-21: Version 6.7.138
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-21: Version 6.7.137
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-21: Version 6.7.136
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-21: Version 6.7.135
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-21: Version 6.7.134
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-21: Version 6.7.133
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-21: Version 6.7.132
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-21: Version 6.7.131
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-21: Version 6.7.130
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-21: Version 6.7.129
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-21: Version 6.7.128
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-21: Version 6.7.127
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-21: Version 6.7.126
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-21: Version 6.7.125
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-21: Version 6.7.124
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-21: Version 6.7.123
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-20: Version 6.7.122
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-20: Version 6.7.121
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-20: Version 6.7.120
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-20: Version 6.7.119
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-20: Version 6.7.118
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-20: Version 6.7.117
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-20: Version 6.7.116
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-20: Version 6.7.115
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-20: Version 6.7.114
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-20: Version 6.7.113
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-20: Version 6.7.112
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-20: Version 6.7.111
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-20: Version 6.7.110
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-19: Version 6.7.109
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-19: Version 6.7.108
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-19: Version 6.7.107
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-19: Version 6.7.106
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-19: Version 6.7.105
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-19: Version 6.7.104
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-19: Version 6.7.103
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-17: Version 6.7.102
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-16: Version 6.7.101
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-16: Version 6.7.100
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-16: Version 6.7.99
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-16: Version 6.7.98
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-16: Version 6.7.97
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-16: Version 6.7.96
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-16: Version 6.7.95
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-16: Version 6.7.94
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-16: Version 6.7.93
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-16: Version 6.7.92
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-16: Version 6.7.91
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-16: Version 6.7.90
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-16: Version 6.7.89
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-15: Version 6.7.88
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-15: Version 6.7.87
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-15: Version 6.7.86
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-15: Version 6.7.85
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-15: Version 6.7.84
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-15: Version 6.7.83
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-15: Version 6.7.82
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-15: Version 6.7.81
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-15: Version 6.7.80
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-15: Version 6.7.79
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-15: Version 6.7.78
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-15: Version 6.7.77
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-15: Version 6.7.76
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-15: Version 6.7.75
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-15: Version 6.7.74
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-15: Version 6.7.73
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-14: Version 6.7.72
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-14: Version 6.7.71
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-14: Version 6.7.70
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-14: Version 6.7.69
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-14: Version 6.7.68
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-14: Version 6.7.67
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-14: Version 6.7.66
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-14: Version 6.7.65
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-14: Version 6.7.64
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-14: Version 6.7.63
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-14: Version 6.7.62
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-14: Version 6.7.61
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-14: Version 6.7.60
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-14: Version 6.7.59
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-14: Version 6.7.58
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-14: Version 6.7.57
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-14: Version 6.7.56
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-14: Version 6.7.55
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-14: Version 6.7.54
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-13: Version 6.7.53
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-13: Version 6.7.52
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-13: Version 6.7.51
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-13: Version 6.7.50
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-13: Version 6.7.49
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-13: Version 6.7.48
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-13: Version 6.7.47
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-13: Version 6.7.46
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-13: Version 6.7.45
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-12: Version 6.7.44
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-12: Version 6.7.43
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-12: Version 6.7.42
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-12: Version 6.7.41
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-12: Version 6.7.40
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-12: Version 6.7.39
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-12: Version 6.7.38
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-12: Version 6.7.37
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-12: Version 6.7.36
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-12: Version 6.7.35
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-12: Version 6.7.34
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-12: Version 6.7.33
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-12: Version 6.7.32
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-10: Version 6.7.31
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-09: Version 6.7.30
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-09: Version 6.7.29
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-08: Version 6.7.28
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-08: Version 6.7.27
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-08: Version 6.7.26
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-07: Version 6.7.25
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-07: Version 6.7.24
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-07: Version 6.7.23
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-06: Version 6.7.22
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-06: Version 6.7.21
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-06: Version 6.7.20
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-06: Version 6.7.19
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-06: Version 6.7.18
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-06: Version 6.7.17
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-06: Version 6.7.16
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-05: Version 6.7.15
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-05: Version 6.7.14
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-05: Version 6.7.13
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-05: Version 6.7.12
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-05: Version 6.7.11
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-05: Version 6.7.10
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-05: Version 6.7.9
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-02: Version 6.7.8
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-02: Version 6.7.7
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-02: Version 6.7.6
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-02: Version 6.7.5
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-02: Version 6.7.4
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-02: Version 6.7.3
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-02: Version 6.7.2
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-02: Version 6.7.1
-
- Performance and stability improvements on all platforms.
-
-
-2018-03-01: Version 6.6.356
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-28: Version 6.6.355
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-28: Version 6.6.354
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-28: Version 6.6.353
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-28: Version 6.6.352
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-28: Version 6.6.351
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-28: Version 6.6.350
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-28: Version 6.6.349
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-28: Version 6.6.348
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-28: Version 6.6.347
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-28: Version 6.6.346
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-28: Version 6.6.345
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-28: Version 6.6.344
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-28: Version 6.6.343
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-27: Version 6.6.342
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-27: Version 6.6.341
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-27: Version 6.6.340
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-27: Version 6.6.339
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-27: Version 6.6.338
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-27: Version 6.6.337
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-27: Version 6.6.336
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-26: Version 6.6.335
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-26: Version 6.6.334
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-26: Version 6.6.333
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-26: Version 6.6.332
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-26: Version 6.6.331
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-26: Version 6.6.330
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-26: Version 6.6.329
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-26: Version 6.6.328
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-26: Version 6.6.327
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-26: Version 6.6.326
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-26: Version 6.6.325
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-26: Version 6.6.324
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-26: Version 6.6.323
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-26: Version 6.6.322
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-26: Version 6.6.321
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-26: Version 6.6.320
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-26: Version 6.6.319
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-25: Version 6.6.318
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-25: Version 6.6.317
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-25: Version 6.6.316
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-25: Version 6.6.315
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-24: Version 6.6.314
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-24: Version 6.6.313
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-23: Version 6.6.312
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-23: Version 6.6.311
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-23: Version 6.6.310
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-23: Version 6.6.309
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-23: Version 6.6.308
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-23: Version 6.6.307
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-23: Version 6.6.306
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-23: Version 6.6.305
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-23: Version 6.6.304
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-23: Version 6.6.303
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-23: Version 6.6.302
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-23: Version 6.6.301
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-23: Version 6.6.300
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-23: Version 6.6.299
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-23: Version 6.6.298
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-22: Version 6.6.297
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-22: Version 6.6.296
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-22: Version 6.6.295
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-22: Version 6.6.294
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-22: Version 6.6.293
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-22: Version 6.6.292
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-22: Version 6.6.291
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-22: Version 6.6.290
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-22: Version 6.6.289
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-22: Version 6.6.288
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-22: Version 6.6.287
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-22: Version 6.6.286
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-22: Version 6.6.285
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-22: Version 6.6.284
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-22: Version 6.6.283
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-21: Version 6.6.282
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-21: Version 6.6.281
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-21: Version 6.6.280
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-20: Version 6.6.279
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-20: Version 6.6.278
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-20: Version 6.6.277
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-20: Version 6.6.276
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-20: Version 6.6.275
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-20: Version 6.6.274
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-20: Version 6.6.273
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-20: Version 6.6.272
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-20: Version 6.6.271
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-20: Version 6.6.270
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-20: Version 6.6.269
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-20: Version 6.6.268
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-20: Version 6.6.267
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-19: Version 6.6.266
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-19: Version 6.6.265
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-19: Version 6.6.264
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-19: Version 6.6.263
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-19: Version 6.6.262
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-19: Version 6.6.261
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-17: Version 6.6.260
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-17: Version 6.6.259
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-16: Version 6.6.258
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-16: Version 6.6.257
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-16: Version 6.6.256
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-16: Version 6.6.255
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-15: Version 6.6.254
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-15: Version 6.6.253
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-15: Version 6.6.252
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-14: Version 6.6.251
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-14: Version 6.6.250
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-14: Version 6.6.249
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-14: Version 6.6.248
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-14: Version 6.6.247
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-14: Version 6.6.246
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-14: Version 6.6.245
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-14: Version 6.6.244
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-14: Version 6.6.243
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-14: Version 6.6.242
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-14: Version 6.6.241
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-14: Version 6.6.240
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-13: Version 6.6.239
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-13: Version 6.6.238
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-13: Version 6.6.237
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-13: Version 6.6.236
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-13: Version 6.6.235
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-13: Version 6.6.234
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-12: Version 6.6.233
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-12: Version 6.6.232
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-12: Version 6.6.231
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-12: Version 6.6.230
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-12: Version 6.6.229
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-09: Version 6.6.228
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-09: Version 6.6.227
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-09: Version 6.6.226
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-09: Version 6.6.225
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-09: Version 6.6.224
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-09: Version 6.6.223
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-09: Version 6.6.222
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-09: Version 6.6.221
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-09: Version 6.6.220
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-09: Version 6.6.219
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-09: Version 6.6.218
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-09: Version 6.6.217
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-09: Version 6.6.216
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-09: Version 6.6.215
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-09: Version 6.6.214
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-09: Version 6.6.213
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-09: Version 6.6.212
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-08: Version 6.6.211
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-08: Version 6.6.210
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-08: Version 6.6.209
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-08: Version 6.6.208
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-08: Version 6.6.207
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-08: Version 6.6.206
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-08: Version 6.6.205
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-08: Version 6.6.204
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-08: Version 6.6.203
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-08: Version 6.6.202
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-08: Version 6.6.201
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-08: Version 6.6.200
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-08: Version 6.6.199
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-08: Version 6.6.198
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-08: Version 6.6.197
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-08: Version 6.6.196
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-07: Version 6.6.195
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-07: Version 6.6.194
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-07: Version 6.6.193
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-07: Version 6.6.192
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-07: Version 6.6.191
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-07: Version 6.6.190
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-07: Version 6.6.189
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-07: Version 6.6.188
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-07: Version 6.6.187
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-07: Version 6.6.186
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-07: Version 6.6.185
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-07: Version 6.6.184
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-07: Version 6.6.183
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-07: Version 6.6.182
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-07: Version 6.6.181
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-07: Version 6.6.180
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-06: Version 6.6.179
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-06: Version 6.6.178
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-06: Version 6.6.177
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-06: Version 6.6.176
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-06: Version 6.6.175
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-06: Version 6.6.174
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-06: Version 6.6.173
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-06: Version 6.6.172
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-06: Version 6.6.171
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-06: Version 6.6.170
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-06: Version 6.6.169
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-06: Version 6.6.168
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-06: Version 6.6.167
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-06: Version 6.6.166
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-05: Version 6.6.165
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-05: Version 6.6.164
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-05: Version 6.6.163
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-05: Version 6.6.162
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-05: Version 6.6.161
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-05: Version 6.6.160
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-05: Version 6.6.159
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-05: Version 6.6.158
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-05: Version 6.6.157
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-05: Version 6.6.156
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-02: Version 6.6.155
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-02: Version 6.6.154
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-02: Version 6.6.153
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-02: Version 6.6.152
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-02: Version 6.6.151
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-02: Version 6.6.150
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-02: Version 6.6.149
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-02: Version 6.6.148
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-02: Version 6.6.147
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-02: Version 6.6.146
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-02: Version 6.6.145
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-02: Version 6.6.144
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-02: Version 6.6.143
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-02: Version 6.6.142
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-02: Version 6.6.141
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-01: Version 6.6.140
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-01: Version 6.6.139
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-01: Version 6.6.138
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-01: Version 6.6.137
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-01: Version 6.6.136
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-01: Version 6.6.135
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-01: Version 6.6.134
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-01: Version 6.6.133
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-01: Version 6.6.132
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-01: Version 6.6.131
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-01: Version 6.6.130
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-01: Version 6.6.129
-
- Performance and stability improvements on all platforms.
-
-
-2018-02-01: Version 6.6.128
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-31: Version 6.6.127
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-31: Version 6.6.126
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-31: Version 6.6.125
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-31: Version 6.6.124
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-31: Version 6.6.123
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-31: Version 6.6.122
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-31: Version 6.6.121
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-31: Version 6.6.120
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-31: Version 6.6.119
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-31: Version 6.6.118
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-31: Version 6.6.117
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-31: Version 6.6.116
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-30: Version 6.6.115
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-30: Version 6.6.114
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-30: Version 6.6.113
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-30: Version 6.6.112
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-30: Version 6.6.111
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-30: Version 6.6.110
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-30: Version 6.6.109
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-30: Version 6.6.108
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-30: Version 6.6.107
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-30: Version 6.6.106
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-29: Version 6.6.105
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-29: Version 6.6.104
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-29: Version 6.6.103
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-29: Version 6.6.102
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-29: Version 6.6.101
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-29: Version 6.6.100
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-29: Version 6.6.99
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-29: Version 6.6.98
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-29: Version 6.6.97
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-29: Version 6.6.96
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-29: Version 6.6.95
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-29: Version 6.6.94
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-29: Version 6.6.93
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-29: Version 6.6.92
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-29: Version 6.6.91
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-27: Version 6.6.90
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-27: Version 6.6.89
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-26: Version 6.6.88
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-26: Version 6.6.87
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-26: Version 6.6.86
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-26: Version 6.6.85
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-26: Version 6.6.84
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-26: Version 6.6.83
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-25: Version 6.6.82
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-25: Version 6.6.81
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-25: Version 6.6.80
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-25: Version 6.6.79
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-25: Version 6.6.78
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-25: Version 6.6.77
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-25: Version 6.6.76
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-25: Version 6.6.75
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-25: Version 6.6.74
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-25: Version 6.6.73
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-25: Version 6.6.72
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-25: Version 6.6.71
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-25: Version 6.6.70
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-25: Version 6.6.69
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-25: Version 6.6.68
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-25: Version 6.6.67
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-24: Version 6.6.66
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-24: Version 6.6.65
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-24: Version 6.6.64
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-24: Version 6.6.63
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-24: Version 6.6.62
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-24: Version 6.6.61
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-24: Version 6.6.60
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-24: Version 6.6.59
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-24: Version 6.6.58
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-24: Version 6.6.57
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-24: Version 6.6.56
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-24: Version 6.6.55
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-24: Version 6.6.54
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-24: Version 6.6.53
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-24: Version 6.6.52
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-23: Version 6.6.51
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-23: Version 6.6.50
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-23: Version 6.6.49
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-23: Version 6.6.48
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-23: Version 6.6.47
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-23: Version 6.6.46
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-23: Version 6.6.45
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-23: Version 6.6.44
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-23: Version 6.6.43
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-23: Version 6.6.42
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-23: Version 6.6.41
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-23: Version 6.6.40
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-23: Version 6.6.39
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-23: Version 6.6.38
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-23: Version 6.6.37
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-23: Version 6.6.36
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-23: Version 6.6.35
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-23: Version 6.6.34
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-23: Version 6.6.33
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-22: Version 6.6.32
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-22: Version 6.6.31
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-22: Version 6.6.30
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-22: Version 6.6.29
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-22: Version 6.6.28
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-22: Version 6.6.27
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-22: Version 6.6.26
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-22: Version 6.6.25
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-22: Version 6.6.24
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-22: Version 6.6.23
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-22: Version 6.6.22
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-22: Version 6.6.21
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-22: Version 6.6.20
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-22: Version 6.6.19
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-22: Version 6.6.18
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-22: Version 6.6.17
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-22: Version 6.6.16
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-22: Version 6.6.15
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-22: Version 6.6.14
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-22: Version 6.6.13
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-22: Version 6.6.12
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-21: Version 6.6.11
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-20: Version 6.6.10
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-20: Version 6.6.9
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-19: Version 6.6.8
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-19: Version 6.6.7
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-19: Version 6.6.6
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-19: Version 6.6.5
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-19: Version 6.6.4
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-19: Version 6.6.3
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-19: Version 6.6.2
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-19: Version 6.6.1
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-18: Version 6.5.257
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-18: Version 6.5.256
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-18: Version 6.5.255
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-17: Version 6.5.254
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-17: Version 6.5.253
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-17: Version 6.5.252
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-17: Version 6.5.251
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-17: Version 6.5.250
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-17: Version 6.5.249
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-17: Version 6.5.248
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-17: Version 6.5.247
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-17: Version 6.5.246
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-16: Version 6.5.245
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-16: Version 6.5.244
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-16: Version 6.5.243
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-16: Version 6.5.242
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-16: Version 6.5.241
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-16: Version 6.5.240
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-16: Version 6.5.239
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-16: Version 6.5.238
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-16: Version 6.5.237
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-16: Version 6.5.236
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-16: Version 6.5.235
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-16: Version 6.5.234
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-16: Version 6.5.233
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-16: Version 6.5.232
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-16: Version 6.5.231
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-16: Version 6.5.230
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-16: Version 6.5.229
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-16: Version 6.5.228
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-16: Version 6.5.227
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-16: Version 6.5.226
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-16: Version 6.5.225
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-16: Version 6.5.224
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-16: Version 6.5.223
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-16: Version 6.5.222
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-16: Version 6.5.221
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-16: Version 6.5.220
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-15: Version 6.5.219
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-15: Version 6.5.218
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-15: Version 6.5.217
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-15: Version 6.5.216
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-15: Version 6.5.215
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-15: Version 6.5.214
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-15: Version 6.5.213
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-15: Version 6.5.212
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-15: Version 6.5.211
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-15: Version 6.5.210
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-15: Version 6.5.209
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-15: Version 6.5.208
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-15: Version 6.5.207
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-15: Version 6.5.206
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-15: Version 6.5.205
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-15: Version 6.5.204
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-15: Version 6.5.203
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-15: Version 6.5.202
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-15: Version 6.5.201
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-15: Version 6.5.200
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-15: Version 6.5.199
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-14: Version 6.5.198
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-13: Version 6.5.197
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-12: Version 6.5.196
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-12: Version 6.5.195
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-12: Version 6.5.194
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-12: Version 6.5.193
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-12: Version 6.5.192
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-12: Version 6.5.191
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-12: Version 6.5.190
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-12: Version 6.5.189
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-11: Version 6.5.188
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-11: Version 6.5.187
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-11: Version 6.5.186
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-11: Version 6.5.185
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-11: Version 6.5.184
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-11: Version 6.5.183
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-11: Version 6.5.182
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-11: Version 6.5.181
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-11: Version 6.5.180
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-11: Version 6.5.179
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-11: Version 6.5.178
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-11: Version 6.5.177
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-11: Version 6.5.176
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-11: Version 6.5.175
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-11: Version 6.5.174
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-11: Version 6.5.173
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-10: Version 6.5.172
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-10: Version 6.5.171
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-10: Version 6.5.170
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-10: Version 6.5.169
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-10: Version 6.5.168
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-10: Version 6.5.167
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-10: Version 6.5.166
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-10: Version 6.5.165
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-10: Version 6.5.164
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-10: Version 6.5.163
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-09: Version 6.5.162
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-09: Version 6.5.161
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-09: Version 6.5.160
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-09: Version 6.5.159
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-09: Version 6.5.158
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-09: Version 6.5.157
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-09: Version 6.5.156
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-09: Version 6.5.155
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-09: Version 6.5.154
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-09: Version 6.5.153
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-09: Version 6.5.152
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-09: Version 6.5.151
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-08: Version 6.5.150
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-08: Version 6.5.149
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-08: Version 6.5.148
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-08: Version 6.5.147
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-05: Version 6.5.146
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-05: Version 6.5.145
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-05: Version 6.5.144
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-05: Version 6.5.143
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-05: Version 6.5.142
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-05: Version 6.5.141
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-05: Version 6.5.140
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-04: Version 6.5.139
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-04: Version 6.5.138
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-04: Version 6.5.137
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-04: Version 6.5.136
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-04: Version 6.5.135
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-04: Version 6.5.134
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-04: Version 6.5.133
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-04: Version 6.5.132
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-04: Version 6.5.131
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-04: Version 6.5.130
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-04: Version 6.5.129
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-04: Version 6.5.128
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-04: Version 6.5.127
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-04: Version 6.5.126
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-03: Version 6.5.125
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-03: Version 6.5.124
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-02: Version 6.5.123
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-02: Version 6.5.122
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-02: Version 6.5.121
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-02: Version 6.5.120
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-02: Version 6.5.119
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-02: Version 6.5.118
-
- Performance and stability improvements on all platforms.
-
-
-2018-01-02: Version 6.5.117
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-29: Version 6.5.116
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-29: Version 6.5.115
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-29: Version 6.5.114
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-29: Version 6.5.113
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-29: Version 6.5.112
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-29: Version 6.5.111
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-28: Version 6.5.110
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-28: Version 6.5.109
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-27: Version 6.5.108
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-22: Version 6.5.107
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-22: Version 6.5.106
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-22: Version 6.5.105
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-22: Version 6.5.104
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-21: Version 6.5.103
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-21: Version 6.5.102
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-20: Version 6.5.101
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-20: Version 6.5.100
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-20: Version 6.5.99
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-20: Version 6.5.98
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-20: Version 6.5.97
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-20: Version 6.5.96
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-20: Version 6.5.95
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-20: Version 6.5.94
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-20: Version 6.5.93
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-20: Version 6.5.92
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-20: Version 6.5.91
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-20: Version 6.5.90
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-19: Version 6.5.89
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-19: Version 6.5.88
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-19: Version 6.5.87
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-19: Version 6.5.86
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-19: Version 6.5.85
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-19: Version 6.5.84
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-19: Version 6.5.83
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-19: Version 6.5.82
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-19: Version 6.5.81
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-19: Version 6.5.80
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-19: Version 6.5.79
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-19: Version 6.5.78
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-19: Version 6.5.77
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-18: Version 6.5.76
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-18: Version 6.5.75
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-18: Version 6.5.74
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-16: Version 6.5.73
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-15: Version 6.5.72
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-15: Version 6.5.71
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-15: Version 6.5.70
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-14: Version 6.5.69
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-14: Version 6.5.68
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-13: Version 6.5.67
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-13: Version 6.5.66
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-13: Version 6.5.65
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-12: Version 6.5.64
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-12: Version 6.5.63
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-12: Version 6.5.62
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-12: Version 6.5.61
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-12: Version 6.5.60
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-12: Version 6.5.59
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-12: Version 6.5.58
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-12: Version 6.5.57
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-12: Version 6.5.56
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-12: Version 6.5.55
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-12: Version 6.5.54
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-12: Version 6.5.53
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-11: Version 6.5.52
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-11: Version 6.5.51
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-11: Version 6.5.50
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-11: Version 6.5.49
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-11: Version 6.5.48
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-11: Version 6.5.47
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-11: Version 6.5.46
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-11: Version 6.5.45
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-11: Version 6.5.44
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-11: Version 6.5.43
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-11: Version 6.5.42
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-10: Version 6.5.41
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-10: Version 6.5.40
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-09: Version 6.5.39
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-09: Version 6.5.38
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-08: Version 6.5.37
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-08: Version 6.5.36
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-08: Version 6.5.35
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-08: Version 6.5.34
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-08: Version 6.5.33
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-08: Version 6.5.32
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-08: Version 6.5.31
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-08: Version 6.5.30
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-08: Version 6.5.29
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-08: Version 6.5.28
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-08: Version 6.5.27
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-07: Version 6.5.26
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-07: Version 6.5.25
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-07: Version 6.5.24
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-07: Version 6.5.23
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-07: Version 6.5.22
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-07: Version 6.5.21
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-07: Version 6.5.20
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-07: Version 6.5.19
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-07: Version 6.5.18
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-07: Version 6.5.17
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-07: Version 6.5.16
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-07: Version 6.5.15
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-06: Version 6.5.14
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-06: Version 6.5.13
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-05: Version 6.5.12
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-05: Version 6.5.11
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-05: Version 6.5.10
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-05: Version 6.5.9
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-05: Version 6.5.8
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-04: Version 6.5.7
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-04: Version 6.5.6
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-04: Version 6.5.5
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-04: Version 6.5.4
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-04: Version 6.5.3
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-04: Version 6.5.2
-
- Performance and stability improvements on all platforms.
-
-
-2017-12-03: Version 6.5.1
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-30: Version 6.4.394
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-30: Version 6.4.393
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-29: Version 6.4.392
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-29: Version 6.4.391
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-29: Version 6.4.390
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-29: Version 6.4.389
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-29: Version 6.4.388
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-29: Version 6.4.387
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-29: Version 6.4.386
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-29: Version 6.4.385
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-29: Version 6.4.384
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-28: Version 6.4.383
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-28: Version 6.4.382
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-28: Version 6.4.381
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-28: Version 6.4.380
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-28: Version 6.4.379
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-28: Version 6.4.378
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-28: Version 6.4.377
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-27: Version 6.4.376
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-27: Version 6.4.375
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-27: Version 6.4.374
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-27: Version 6.4.373
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-27: Version 6.4.372
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-27: Version 6.4.371
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-24: Version 6.4.370
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-24: Version 6.4.369
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-24: Version 6.4.368
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-24: Version 6.4.367
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-24: Version 6.4.366
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-23: Version 6.4.365
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-23: Version 6.4.364
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-23: Version 6.4.363
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-23: Version 6.4.362
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-23: Version 6.4.361
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-23: Version 6.4.360
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-23: Version 6.4.359
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-22: Version 6.4.358
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-22: Version 6.4.357
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-22: Version 6.4.356
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-22: Version 6.4.355
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-22: Version 6.4.354
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-22: Version 6.4.353
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-22: Version 6.4.352
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-21: Version 6.4.351
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-21: Version 6.4.350
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-21: Version 6.4.349
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-21: Version 6.4.348
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-21: Version 6.4.347
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-21: Version 6.4.346
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-21: Version 6.4.345
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-20: Version 6.4.344
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-20: Version 6.4.343
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-20: Version 6.4.342
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-20: Version 6.4.341
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-20: Version 6.4.340
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-20: Version 6.4.339
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-20: Version 6.4.338
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-20: Version 6.4.337
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-20: Version 6.4.336
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-20: Version 6.4.335
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-20: Version 6.4.334
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-20: Version 6.4.333
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-19: Version 6.4.332
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-18: Version 6.4.331
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-17: Version 6.4.330
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-17: Version 6.4.329
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-17: Version 6.4.328
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-17: Version 6.4.327
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-17: Version 6.4.326
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-17: Version 6.4.325
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-17: Version 6.4.324
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-17: Version 6.4.323
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-17: Version 6.4.322
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-17: Version 6.4.321
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-17: Version 6.4.320
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-17: Version 6.4.319
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-16: Version 6.4.318
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-16: Version 6.4.317
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-16: Version 6.4.316
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-16: Version 6.4.315
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-16: Version 6.4.314
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-16: Version 6.4.313
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-16: Version 6.4.312
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-16: Version 6.4.311
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-16: Version 6.4.310
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-16: Version 6.4.309
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-16: Version 6.4.308
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-15: Version 6.4.307
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-15: Version 6.4.306
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-15: Version 6.4.305
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-15: Version 6.4.304
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-15: Version 6.4.303
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-14: Version 6.4.302
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-14: Version 6.4.301
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-14: Version 6.4.300
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-14: Version 6.4.299
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-14: Version 6.4.298
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-14: Version 6.4.297
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-14: Version 6.4.296
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-14: Version 6.4.295
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-14: Version 6.4.294
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-14: Version 6.4.293
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-14: Version 6.4.292
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-14: Version 6.4.291
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-14: Version 6.4.290
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-14: Version 6.4.289
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-14: Version 6.4.288
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-13: Version 6.4.287
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-13: Version 6.4.286
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-13: Version 6.4.285
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-13: Version 6.4.284
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-13: Version 6.4.283
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-13: Version 6.4.282
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-13: Version 6.4.281
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-13: Version 6.4.280
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-13: Version 6.4.279
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-13: Version 6.4.278
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-13: Version 6.4.277
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-13: Version 6.4.276
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-10: Version 6.4.275
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-10: Version 6.4.274
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-10: Version 6.4.273
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-10: Version 6.4.272
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-10: Version 6.4.271
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-10: Version 6.4.270
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-10: Version 6.4.269
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-09: Version 6.4.268
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-09: Version 6.4.267
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-09: Version 6.4.266
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-09: Version 6.4.265
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-09: Version 6.4.264
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-09: Version 6.4.263
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-09: Version 6.4.262
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-09: Version 6.4.261
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-09: Version 6.4.260
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-09: Version 6.4.259
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-09: Version 6.4.258
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-09: Version 6.4.257
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-09: Version 6.4.256
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-09: Version 6.4.255
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-09: Version 6.4.254
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-09: Version 6.4.253
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-08: Version 6.4.252
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-08: Version 6.4.251
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-08: Version 6.4.250
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-08: Version 6.4.249
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-08: Version 6.4.248
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-08: Version 6.4.247
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-08: Version 6.4.246
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-08: Version 6.4.245
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-08: Version 6.4.244
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-08: Version 6.4.243
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-08: Version 6.4.242
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-08: Version 6.4.241
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-07: Version 6.4.240
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-07: Version 6.4.239
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-07: Version 6.4.238
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-07: Version 6.4.237
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-07: Version 6.4.236
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-07: Version 6.4.235
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-07: Version 6.4.234
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-07: Version 6.4.233
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-07: Version 6.4.232
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-07: Version 6.4.231
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-07: Version 6.4.230
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-07: Version 6.4.229
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-07: Version 6.4.228
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-07: Version 6.4.227
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-07: Version 6.4.226
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-07: Version 6.4.225
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-07: Version 6.4.224
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-06: Version 6.4.223
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-06: Version 6.4.222
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-06: Version 6.4.221
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-06: Version 6.4.220
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-06: Version 6.4.219
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-06: Version 6.4.218
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-06: Version 6.4.217
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-06: Version 6.4.216
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-05: Version 6.4.215
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-04: Version 6.4.214
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-04: Version 6.4.213
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-04: Version 6.4.212
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-03: Version 6.4.211
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-03: Version 6.4.210
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-03: Version 6.4.209
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-03: Version 6.4.208
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-03: Version 6.4.207
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-03: Version 6.4.206
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-03: Version 6.4.205
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-03: Version 6.4.204
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-03: Version 6.4.203
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-03: Version 6.4.202
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-03: Version 6.4.201
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-03: Version 6.4.200
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-03: Version 6.4.199
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-03: Version 6.4.198
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-03: Version 6.4.197
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-03: Version 6.4.196
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-02: Version 6.4.195
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-02: Version 6.4.194
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-02: Version 6.4.193
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-02: Version 6.4.192
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-02: Version 6.4.191
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-02: Version 6.4.190
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-02: Version 6.4.189
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-02: Version 6.4.188
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-02: Version 6.4.187
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-02: Version 6.4.186
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-01: Version 6.4.185
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-01: Version 6.4.184
-
- Performance and stability improvements on all platforms.
-
-
-2017-11-01: Version 6.4.183
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-31: Version 6.4.182
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-31: Version 6.4.181
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-31: Version 6.4.180
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-31: Version 6.4.179
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-31: Version 6.4.178
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-31: Version 6.4.177
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-31: Version 6.4.176
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-31: Version 6.4.175
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-31: Version 6.4.174
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-31: Version 6.4.173
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-31: Version 6.4.172
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-30: Version 6.4.171
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-30: Version 6.4.170
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-30: Version 6.4.169
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-30: Version 6.4.168
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-30: Version 6.4.167
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-30: Version 6.4.166
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-30: Version 6.4.165
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-30: Version 6.4.164
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-30: Version 6.4.163
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-30: Version 6.4.162
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-30: Version 6.4.161
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-30: Version 6.4.160
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-30: Version 6.4.159
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-27: Version 6.4.158
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-27: Version 6.4.157
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-27: Version 6.4.156
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-27: Version 6.4.155
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-27: Version 6.4.154
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-27: Version 6.4.153
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-27: Version 6.4.152
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-27: Version 6.4.151
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-27: Version 6.4.150
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-27: Version 6.4.149
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-27: Version 6.4.148
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-26: Version 6.4.147
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-26: Version 6.4.146
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-26: Version 6.4.145
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-26: Version 6.4.144
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-26: Version 6.4.143
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-26: Version 6.4.142
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-26: Version 6.4.141
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-26: Version 6.4.140
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-26: Version 6.4.139
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-26: Version 6.4.138
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-26: Version 6.4.137
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-26: Version 6.4.136
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-26: Version 6.4.135
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-26: Version 6.4.134
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-25: Version 6.4.133
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-25: Version 6.4.132
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-25: Version 6.4.131
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-25: Version 6.4.130
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-25: Version 6.4.129
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-25: Version 6.4.128
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-25: Version 6.4.127
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-25: Version 6.4.126
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-25: Version 6.4.125
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-25: Version 6.4.124
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-25: Version 6.4.123
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-25: Version 6.4.122
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-25: Version 6.4.121
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-25: Version 6.4.120
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-25: Version 6.4.119
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-25: Version 6.4.118
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-25: Version 6.4.117
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-25: Version 6.4.116
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-25: Version 6.4.115
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-25: Version 6.4.114
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-25: Version 6.4.113
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-25: Version 6.4.112
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-25: Version 6.4.111
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-24: Version 6.4.110
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-24: Version 6.4.109
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-24: Version 6.4.108
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-24: Version 6.4.107
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-24: Version 6.4.106
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-24: Version 6.4.105
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-24: Version 6.4.104
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-24: Version 6.4.103
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-24: Version 6.4.102
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-24: Version 6.4.101
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-24: Version 6.4.100
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-24: Version 6.4.99
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-24: Version 6.4.98
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-24: Version 6.4.97
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-23: Version 6.4.96
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-23: Version 6.4.95
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-23: Version 6.4.94
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-23: Version 6.4.93
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-23: Version 6.4.92
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-23: Version 6.4.91
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-23: Version 6.4.90
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-23: Version 6.4.89
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-23: Version 6.4.88
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-23: Version 6.4.87
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-23: Version 6.4.86
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-23: Version 6.4.85
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-23: Version 6.4.84
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-23: Version 6.4.83
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-23: Version 6.4.82
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-23: Version 6.4.81
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-23: Version 6.4.80
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-23: Version 6.4.79
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-22: Version 6.4.78
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-21: Version 6.4.77
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-21: Version 6.4.76
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-20: Version 6.4.75
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-20: Version 6.4.74
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-20: Version 6.4.73
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-20: Version 6.4.72
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-20: Version 6.4.71
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-20: Version 6.4.70
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-20: Version 6.4.69
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-20: Version 6.4.68
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-20: Version 6.4.67
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-20: Version 6.4.66
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-20: Version 6.4.65
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-20: Version 6.4.64
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-20: Version 6.4.63
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-20: Version 6.4.62
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-20: Version 6.4.61
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-19: Version 6.4.60
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-19: Version 6.4.59
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-19: Version 6.4.58
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-19: Version 6.4.57
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-19: Version 6.4.56
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-19: Version 6.4.55
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-19: Version 6.4.54
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-19: Version 6.4.53
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-19: Version 6.4.52
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-19: Version 6.4.51
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-19: Version 6.4.50
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-19: Version 6.4.49
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-19: Version 6.4.48
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-19: Version 6.4.47
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-19: Version 6.4.46
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-19: Version 6.4.45
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-18: Version 6.4.44
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-18: Version 6.4.43
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-18: Version 6.4.42
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-18: Version 6.4.41
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-18: Version 6.4.40
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-18: Version 6.4.39
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-18: Version 6.4.38
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-18: Version 6.4.37
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-18: Version 6.4.36
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-18: Version 6.4.35
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-17: Version 6.4.34
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-17: Version 6.4.33
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-17: Version 6.4.32
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-17: Version 6.4.31
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-17: Version 6.4.30
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-17: Version 6.4.29
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-17: Version 6.4.28
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-17: Version 6.4.27
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-17: Version 6.4.26
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-17: Version 6.4.25
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-17: Version 6.4.24
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-17: Version 6.4.23
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-17: Version 6.4.22
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-16: Version 6.4.21
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-16: Version 6.4.20
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-16: Version 6.4.19
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-16: Version 6.4.18
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-16: Version 6.4.17
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-16: Version 6.4.16
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-16: Version 6.4.15
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-16: Version 6.4.14
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-16: Version 6.4.13
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-16: Version 6.4.12
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-16: Version 6.4.11
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-15: Version 6.4.10
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-15: Version 6.4.9
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-14: Version 6.4.8
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-14: Version 6.4.7
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-13: Version 6.4.6
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-13: Version 6.4.5
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-13: Version 6.4.4
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-13: Version 6.4.3
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-13: Version 6.4.2
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-13: Version 6.4.1
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-12: Version 6.3.298
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-12: Version 6.3.297
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-11: Version 6.3.296
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-11: Version 6.3.295
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-11: Version 6.3.294
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-11: Version 6.3.293
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-10: Version 6.3.292
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-10: Version 6.3.291
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-10: Version 6.3.290
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-10: Version 6.3.289
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-09: Version 6.3.288
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-09: Version 6.3.287
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-09: Version 6.3.286
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-09: Version 6.3.285
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-09: Version 6.3.284
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-09: Version 6.3.283
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-09: Version 6.3.282
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-09: Version 6.3.281
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-09: Version 6.3.280
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-09: Version 6.3.279
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-09: Version 6.3.278
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-09: Version 6.3.277
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-09: Version 6.3.276
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-08: Version 6.3.275
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-07: Version 6.3.274
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-06: Version 6.3.273
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-06: Version 6.3.272
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-06: Version 6.3.271
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-06: Version 6.3.270
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-06: Version 6.3.269
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-06: Version 6.3.268
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-06: Version 6.3.267
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-05: Version 6.3.266
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-05: Version 6.3.265
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-05: Version 6.3.264
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-05: Version 6.3.263
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-05: Version 6.3.262
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-05: Version 6.3.261
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-05: Version 6.3.260
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-05: Version 6.3.259
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-05: Version 6.3.258
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-04: Version 6.3.257
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-04: Version 6.3.256
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-04: Version 6.3.255
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-04: Version 6.3.254
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-04: Version 6.3.253
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-03: Version 6.3.252
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-03: Version 6.3.251
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-03: Version 6.3.250
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-02: Version 6.3.249
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-02: Version 6.3.248
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-02: Version 6.3.247
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-02: Version 6.3.246
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-02: Version 6.3.245
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-02: Version 6.3.244
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-02: Version 6.3.243
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-02: Version 6.3.242
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-02: Version 6.3.241
-
- Performance and stability improvements on all platforms.
-
-
-2017-10-01: Version 6.3.240
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-29: Version 6.3.239
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-29: Version 6.3.238
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-29: Version 6.3.237
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-29: Version 6.3.236
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-29: Version 6.3.235
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-29: Version 6.3.234
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-29: Version 6.3.233
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-29: Version 6.3.232
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-29: Version 6.3.231
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-29: Version 6.3.230
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-29: Version 6.3.229
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-29: Version 6.3.228
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-29: Version 6.3.227
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-28: Version 6.3.226
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-28: Version 6.3.225
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-28: Version 6.3.224
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-28: Version 6.3.223
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-28: Version 6.3.222
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-27: Version 6.3.221
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-27: Version 6.3.220
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-27: Version 6.3.219
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-27: Version 6.3.218
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-27: Version 6.3.217
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-26: Version 6.3.216
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-26: Version 6.3.215
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-26: Version 6.3.214
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-26: Version 6.3.213
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-25: Version 6.3.212
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-25: Version 6.3.211
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-25: Version 6.3.210
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-25: Version 6.3.209
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-25: Version 6.3.208
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-25: Version 6.3.207
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-25: Version 6.3.206
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-25: Version 6.3.205
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-25: Version 6.3.204
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-25: Version 6.3.203
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-25: Version 6.3.202
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-25: Version 6.3.201
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-24: Version 6.3.200
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-24: Version 6.3.199
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-22: Version 6.3.198
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-22: Version 6.3.197
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-21: Version 6.3.196
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-21: Version 6.3.195
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-21: Version 6.3.194
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-21: Version 6.3.193
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-21: Version 6.3.192
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-21: Version 6.3.191
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-21: Version 6.3.190
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-21: Version 6.3.189
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-21: Version 6.3.188
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-21: Version 6.3.187
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-21: Version 6.3.186
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-21: Version 6.3.185
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-20: Version 6.3.184
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-20: Version 6.3.183
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-20: Version 6.3.182
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-19: Version 6.3.181
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-19: Version 6.3.180
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-18: Version 6.3.179
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-18: Version 6.3.178
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-18: Version 6.3.177
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-18: Version 6.3.176
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-18: Version 6.3.175
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-18: Version 6.3.174
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-18: Version 6.3.173
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-18: Version 6.3.172
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-18: Version 6.3.171
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-18: Version 6.3.170
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-18: Version 6.3.169
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-18: Version 6.3.168
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-18: Version 6.3.167
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-18: Version 6.3.166
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-18: Version 6.3.165
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-17: Version 6.3.164
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-16: Version 6.3.163
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-15: Version 6.3.162
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-15: Version 6.3.161
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-15: Version 6.3.160
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-15: Version 6.3.159
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-15: Version 6.3.158
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-15: Version 6.3.157
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-15: Version 6.3.156
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-15: Version 6.3.155
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-15: Version 6.3.154
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-15: Version 6.3.153
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-15: Version 6.3.152
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-15: Version 6.3.151
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-14: Version 6.3.150
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-14: Version 6.3.149
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-14: Version 6.3.148
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-14: Version 6.3.147
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-14: Version 6.3.146
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-14: Version 6.3.145
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-14: Version 6.3.144
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-14: Version 6.3.143
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-14: Version 6.3.142
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-14: Version 6.3.141
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-14: Version 6.3.140
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-14: Version 6.3.139
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-13: Version 6.3.138
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-13: Version 6.3.137
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-13: Version 6.3.136
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-13: Version 6.3.135
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-13: Version 6.3.134
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-13: Version 6.3.133
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-13: Version 6.3.132
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-13: Version 6.3.131
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-13: Version 6.3.130
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-13: Version 6.3.129
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-13: Version 6.3.128
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-13: Version 6.3.127
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-12: Version 6.3.126
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-12: Version 6.3.125
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-12: Version 6.3.124
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-12: Version 6.3.123
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-12: Version 6.3.122
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-12: Version 6.3.121
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-12: Version 6.3.120
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-12: Version 6.3.119
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-12: Version 6.3.118
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-12: Version 6.3.117
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-12: Version 6.3.116
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-12: Version 6.3.115
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-12: Version 6.3.114
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-12: Version 6.3.113
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-12: Version 6.3.112
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-12: Version 6.3.111
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-11: Version 6.3.110
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-11: Version 6.3.109
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-11: Version 6.3.108
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-11: Version 6.3.107
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-11: Version 6.3.106
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-11: Version 6.3.105
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-11: Version 6.3.104
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-11: Version 6.3.103
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-11: Version 6.3.102
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-11: Version 6.3.101
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-11: Version 6.3.100
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-11: Version 6.3.99
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-11: Version 6.3.98
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-11: Version 6.3.97
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-11: Version 6.3.96
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-11: Version 6.3.95
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-11: Version 6.3.94
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-11: Version 6.3.93
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-10: Version 6.3.92
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-09: Version 6.3.91
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-08: Version 6.3.90
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-08: Version 6.3.89
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-08: Version 6.3.88
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-08: Version 6.3.87
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-08: Version 6.3.86
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-08: Version 6.3.85
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-08: Version 6.3.84
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-08: Version 6.3.83
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-08: Version 6.3.82
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-08: Version 6.3.81
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-08: Version 6.3.80
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-08: Version 6.3.79
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-08: Version 6.3.78
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-08: Version 6.3.77
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-08: Version 6.3.76
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-08: Version 6.3.75
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-08: Version 6.3.74
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-07: Version 6.3.73
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-07: Version 6.3.72
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-07: Version 6.3.71
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-07: Version 6.3.70
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-07: Version 6.3.69
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-07: Version 6.3.68
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-07: Version 6.3.67
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-07: Version 6.3.66
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-07: Version 6.3.65
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-07: Version 6.3.64
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-07: Version 6.3.63
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-07: Version 6.3.62
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-07: Version 6.3.61
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-07: Version 6.3.60
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-07: Version 6.3.59
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-07: Version 6.3.58
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-07: Version 6.3.57
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-07: Version 6.3.56
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-07: Version 6.3.55
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-07: Version 6.3.54
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-06: Version 6.3.53
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-06: Version 6.3.52
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-06: Version 6.3.51
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-06: Version 6.3.50
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-06: Version 6.3.49
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-06: Version 6.3.48
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-06: Version 6.3.47
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-06: Version 6.3.46
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-06: Version 6.3.45
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-06: Version 6.3.44
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-06: Version 6.3.43
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-06: Version 6.3.42
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-05: Version 6.3.41
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-05: Version 6.3.40
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-05: Version 6.3.39
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-05: Version 6.3.38
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-05: Version 6.3.37
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-05: Version 6.3.36
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-05: Version 6.3.35
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-05: Version 6.3.34
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-05: Version 6.3.33
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-05: Version 6.3.32
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-05: Version 6.3.31
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-05: Version 6.3.30
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-05: Version 6.3.29
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-04: Version 6.3.28
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-04: Version 6.3.27
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-04: Version 6.3.26
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-04: Version 6.3.25
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-04: Version 6.3.24
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-04: Version 6.3.23
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-04: Version 6.3.22
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-04: Version 6.3.21
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-04: Version 6.3.20
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-04: Version 6.3.19
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-04: Version 6.3.18
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-04: Version 6.3.17
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-04: Version 6.3.16
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-04: Version 6.3.15
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-04: Version 6.3.14
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-04: Version 6.3.13
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-04: Version 6.3.12
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-04: Version 6.3.11
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-04: Version 6.3.10
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-04: Version 6.3.9
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-04: Version 6.3.8
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-04: Version 6.3.7
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-04: Version 6.3.6
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-04: Version 6.3.5
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-03: Version 6.3.4
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-03: Version 6.3.3
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-01: Version 6.3.2
-
- Performance and stability improvements on all platforms.
-
-
-2017-09-01: Version 6.3.1
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-31: Version 6.2.441
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-31: Version 6.2.440
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-31: Version 6.2.439
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-30: Version 6.2.438
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-30: Version 6.2.437
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-30: Version 6.2.436
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-30: Version 6.2.435
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-30: Version 6.2.434
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-30: Version 6.2.433
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-30: Version 6.2.432
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-30: Version 6.2.431
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-30: Version 6.2.430
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-30: Version 6.2.429
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-30: Version 6.2.428
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-30: Version 6.2.427
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-30: Version 6.2.426
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-30: Version 6.2.425
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-30: Version 6.2.424
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-30: Version 6.2.423
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-30: Version 6.2.422
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-30: Version 6.2.421
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-30: Version 6.2.420
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-30: Version 6.2.419
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-30: Version 6.2.418
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-29: Version 6.2.417
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-29: Version 6.2.416
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-29: Version 6.2.415
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-29: Version 6.2.414
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-29: Version 6.2.413
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-29: Version 6.2.412
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-29: Version 6.2.411
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-29: Version 6.2.410
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-29: Version 6.2.409
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-29: Version 6.2.408
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-29: Version 6.2.407
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-29: Version 6.2.406
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-29: Version 6.2.405
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-29: Version 6.2.404
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-29: Version 6.2.403
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-29: Version 6.2.402
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-29: Version 6.2.401
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-29: Version 6.2.400
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-29: Version 6.2.399
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-28: Version 6.2.398
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-28: Version 6.2.397
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-28: Version 6.2.396
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-28: Version 6.2.395
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-28: Version 6.2.394
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-28: Version 6.2.393
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-28: Version 6.2.392
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-28: Version 6.2.391
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-28: Version 6.2.390
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-28: Version 6.2.389
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-28: Version 6.2.388
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-28: Version 6.2.387
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-28: Version 6.2.386
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-28: Version 6.2.385
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-28: Version 6.2.384
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-28: Version 6.2.383
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-28: Version 6.2.382
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-28: Version 6.2.381
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-28: Version 6.2.380
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-28: Version 6.2.379
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-27: Version 6.2.378
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-25: Version 6.2.377
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-25: Version 6.2.376
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-25: Version 6.2.375
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-25: Version 6.2.374
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-25: Version 6.2.373
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-25: Version 6.2.372
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-25: Version 6.2.371
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-25: Version 6.2.370
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-25: Version 6.2.369
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-25: Version 6.2.368
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-25: Version 6.2.367
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-25: Version 6.2.366
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-25: Version 6.2.365
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-25: Version 6.2.364
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-24: Version 6.2.363
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-24: Version 6.2.362
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-24: Version 6.2.361
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-24: Version 6.2.360
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-24: Version 6.2.359
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-24: Version 6.2.358
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-24: Version 6.2.357
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-24: Version 6.2.356
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-23: Version 6.2.355
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-23: Version 6.2.354
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-23: Version 6.2.353
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-23: Version 6.2.352
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-23: Version 6.2.351
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-23: Version 6.2.350
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-23: Version 6.2.349
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-23: Version 6.2.348
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-23: Version 6.2.347
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-23: Version 6.2.346
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-23: Version 6.2.345
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-23: Version 6.2.344
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-23: Version 6.2.343
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-23: Version 6.2.342
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-23: Version 6.2.341
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-23: Version 6.2.340
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-23: Version 6.2.339
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-23: Version 6.2.338
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-22: Version 6.2.337
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-22: Version 6.2.336
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-22: Version 6.2.335
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-22: Version 6.2.334
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-22: Version 6.2.333
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-22: Version 6.2.332
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-22: Version 6.2.331
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-22: Version 6.2.330
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-22: Version 6.2.329
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-22: Version 6.2.328
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-22: Version 6.2.327
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-22: Version 6.2.326
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-22: Version 6.2.325
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-22: Version 6.2.324
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-21: Version 6.2.323
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-21: Version 6.2.322
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-21: Version 6.2.321
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-21: Version 6.2.320
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-21: Version 6.2.319
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-21: Version 6.2.318
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-21: Version 6.2.317
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-21: Version 6.2.316
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-21: Version 6.2.315
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-21: Version 6.2.314
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-21: Version 6.2.313
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-21: Version 6.2.312
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-21: Version 6.2.311
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-21: Version 6.2.310
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-21: Version 6.2.309
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-21: Version 6.2.308
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-21: Version 6.2.307
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-21: Version 6.2.306
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-21: Version 6.2.305
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-21: Version 6.2.304
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-20: Version 6.2.303
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-19: Version 6.2.302
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-19: Version 6.2.301
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-19: Version 6.2.300
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-19: Version 6.2.299
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-19: Version 6.2.298
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-19: Version 6.2.297
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-18: Version 6.2.296
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-18: Version 6.2.295
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-18: Version 6.2.294
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-18: Version 6.2.293
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-18: Version 6.2.292
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-18: Version 6.2.291
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-18: Version 6.2.290
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-18: Version 6.2.289
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-18: Version 6.2.288
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-18: Version 6.2.287
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-18: Version 6.2.286
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-18: Version 6.2.285
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-18: Version 6.2.284
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-18: Version 6.2.283
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-18: Version 6.2.282
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-17: Version 6.2.281
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-17: Version 6.2.280
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-17: Version 6.2.279
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-17: Version 6.2.278
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-17: Version 6.2.277
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-17: Version 6.2.276
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-17: Version 6.2.275
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-17: Version 6.2.274
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-17: Version 6.2.273
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-17: Version 6.2.272
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-17: Version 6.2.271
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-17: Version 6.2.270
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-16: Version 6.2.269
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-16: Version 6.2.268
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-16: Version 6.2.267
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-16: Version 6.2.266
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-16: Version 6.2.265
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-16: Version 6.2.264
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-16: Version 6.2.263
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-16: Version 6.2.262
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-16: Version 6.2.261
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-16: Version 6.2.260
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-16: Version 6.2.259
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-16: Version 6.2.258
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-16: Version 6.2.257
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-16: Version 6.2.256
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-16: Version 6.2.255
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-16: Version 6.2.254
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-16: Version 6.2.253
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-16: Version 6.2.252
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-16: Version 6.2.251
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-16: Version 6.2.250
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-16: Version 6.2.249
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-15: Version 6.2.248
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-15: Version 6.2.247
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-15: Version 6.2.246
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-15: Version 6.2.245
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-15: Version 6.2.244
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-15: Version 6.2.243
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-15: Version 6.2.242
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-14: Version 6.2.241
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-14: Version 6.2.240
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-14: Version 6.2.239
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-14: Version 6.2.238
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-14: Version 6.2.237
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-14: Version 6.2.236
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-14: Version 6.2.235
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-14: Version 6.2.234
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-14: Version 6.2.233
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-14: Version 6.2.232
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-14: Version 6.2.231
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-14: Version 6.2.230
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-14: Version 6.2.229
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-14: Version 6.2.228
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-14: Version 6.2.227
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-14: Version 6.2.226
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-14: Version 6.2.225
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-14: Version 6.2.224
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-14: Version 6.2.223
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-14: Version 6.2.222
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-14: Version 6.2.221
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-13: Version 6.2.220
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-12: Version 6.2.219
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-12: Version 6.2.218
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-11: Version 6.2.217
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-11: Version 6.2.216
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-11: Version 6.2.215
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-11: Version 6.2.214
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-11: Version 6.2.213
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-11: Version 6.2.212
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-11: Version 6.2.211
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-11: Version 6.2.210
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-11: Version 6.2.209
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-11: Version 6.2.208
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-11: Version 6.2.207
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-11: Version 6.2.206
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-10: Version 6.2.205
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-10: Version 6.2.204
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-10: Version 6.2.203
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-10: Version 6.2.202
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-10: Version 6.2.201
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-10: Version 6.2.200
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-10: Version 6.2.199
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-10: Version 6.2.198
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-10: Version 6.2.197
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-10: Version 6.2.196
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-10: Version 6.2.195
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-10: Version 6.2.194
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-10: Version 6.2.193
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-10: Version 6.2.192
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-10: Version 6.2.191
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-10: Version 6.2.190
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-09: Version 6.2.189
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-09: Version 6.2.188
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-09: Version 6.2.187
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-09: Version 6.2.186
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-09: Version 6.2.185
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-09: Version 6.2.184
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-09: Version 6.2.183
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-09: Version 6.2.182
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-09: Version 6.2.181
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-09: Version 6.2.180
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-09: Version 6.2.179
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-09: Version 6.2.178
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-09: Version 6.2.177
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-09: Version 6.2.176
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-09: Version 6.2.175
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-09: Version 6.2.174
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-09: Version 6.2.173
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-08: Version 6.2.172
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-08: Version 6.2.171
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-08: Version 6.2.170
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-08: Version 6.2.169
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-08: Version 6.2.168
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-08: Version 6.2.167
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-08: Version 6.2.166
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-07: Version 6.2.165
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-07: Version 6.2.164
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-07: Version 6.2.163
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-07: Version 6.2.162
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-07: Version 6.2.161
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-07: Version 6.2.160
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-07: Version 6.2.159
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-07: Version 6.2.158
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-07: Version 6.2.157
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-07: Version 6.2.156
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-07: Version 6.2.155
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-07: Version 6.2.154
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-06: Version 6.2.153
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-05: Version 6.2.152
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-04: Version 6.2.151
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-04: Version 6.2.150
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-04: Version 6.2.149
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-04: Version 6.2.148
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-04: Version 6.2.147
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-04: Version 6.2.146
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-03: Version 6.2.145
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-03: Version 6.2.144
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-03: Version 6.2.143
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-03: Version 6.2.142
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-03: Version 6.2.141
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-03: Version 6.2.140
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-03: Version 6.2.139
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-03: Version 6.2.138
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-03: Version 6.2.137
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-03: Version 6.2.136
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-03: Version 6.2.135
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-03: Version 6.2.134
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-03: Version 6.2.133
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-02: Version 6.2.132
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-02: Version 6.2.131
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-02: Version 6.2.130
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-02: Version 6.2.129
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-02: Version 6.2.128
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-02: Version 6.2.127
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-02: Version 6.2.126
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-02: Version 6.2.125
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-02: Version 6.2.124
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-02: Version 6.2.123
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-02: Version 6.2.122
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-02: Version 6.2.121
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-02: Version 6.2.120
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-01: Version 6.2.119
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-01: Version 6.2.118
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-01: Version 6.2.117
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-01: Version 6.2.116
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-01: Version 6.2.115
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-01: Version 6.2.114
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-01: Version 6.2.113
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-01: Version 6.2.112
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-01: Version 6.2.111
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-01: Version 6.2.110
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-01: Version 6.2.109
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-01: Version 6.2.108
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-01: Version 6.2.107
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-01: Version 6.2.106
-
- Performance and stability improvements on all platforms.
-
-
-2017-08-01: Version 6.2.105
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-31: Version 6.2.104
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-31: Version 6.2.103
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-31: Version 6.2.102
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-31: Version 6.2.101
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-31: Version 6.2.100
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-31: Version 6.2.99
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-31: Version 6.2.98
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-31: Version 6.2.97
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-31: Version 6.2.96
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-31: Version 6.2.95
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-31: Version 6.2.94
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-31: Version 6.2.93
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-31: Version 6.2.92
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-31: Version 6.2.91
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-31: Version 6.2.90
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-31: Version 6.2.89
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-31: Version 6.2.88
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-31: Version 6.2.87
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-31: Version 6.2.86
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-31: Version 6.2.85
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-29: Version 6.2.84
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-28: Version 6.2.83
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-28: Version 6.2.82
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-28: Version 6.2.81
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-28: Version 6.2.80
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-28: Version 6.2.79
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-28: Version 6.2.78
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-28: Version 6.2.77
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-28: Version 6.2.76
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-28: Version 6.2.75
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-28: Version 6.2.74
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-28: Version 6.2.73
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-28: Version 6.2.72
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-28: Version 6.2.71
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-28: Version 6.2.70
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-28: Version 6.2.69
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-28: Version 6.2.68
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-28: Version 6.2.67
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-28: Version 6.2.66
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-27: Version 6.2.65
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-27: Version 6.2.64
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-27: Version 6.2.63
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-27: Version 6.2.62
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-27: Version 6.2.61
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-27: Version 6.2.60
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-27: Version 6.2.59
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-27: Version 6.2.58
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-27: Version 6.2.57
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-27: Version 6.2.56
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-27: Version 6.2.55
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-27: Version 6.2.54
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-27: Version 6.2.53
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-26: Version 6.2.52
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-26: Version 6.2.51
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-26: Version 6.2.50
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-26: Version 6.2.49
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-26: Version 6.2.48
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-26: Version 6.2.47
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-26: Version 6.2.46
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-25: Version 6.2.45
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-25: Version 6.2.44
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-25: Version 6.2.43
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-25: Version 6.2.42
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-25: Version 6.2.41
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-25: Version 6.2.40
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-25: Version 6.2.39
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-25: Version 6.2.38
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-25: Version 6.2.37
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-25: Version 6.2.36
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-25: Version 6.2.35
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-25: Version 6.2.34
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-25: Version 6.2.33
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-25: Version 6.2.32
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-25: Version 6.2.31
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-25: Version 6.2.30
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-25: Version 6.2.29
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-25: Version 6.2.28
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-25: Version 6.2.27
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-24: Version 6.2.26
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-24: Version 6.2.25
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-24: Version 6.2.24
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-24: Version 6.2.23
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-24: Version 6.2.22
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-24: Version 6.2.21
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-24: Version 6.2.20
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-24: Version 6.2.19
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-24: Version 6.2.18
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-24: Version 6.2.17
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-24: Version 6.2.16
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-24: Version 6.2.15
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-24: Version 6.2.14
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-24: Version 6.2.13
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-24: Version 6.2.12
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-24: Version 6.2.11
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-24: Version 6.2.10
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-24: Version 6.2.9
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-24: Version 6.2.8
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-24: Version 6.2.7
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-24: Version 6.2.6
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-23: Version 6.2.5
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-23: Version 6.2.4
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-22: Version 6.2.3
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-21: Version 6.2.2
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-21: Version 6.2.1
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-20: Version 6.1.561
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-20: Version 6.1.560
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-20: Version 6.1.559
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-20: Version 6.1.558
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-19: Version 6.1.557
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-19: Version 6.1.556
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-19: Version 6.1.555
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-19: Version 6.1.554
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-19: Version 6.1.553
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-19: Version 6.1.552
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-19: Version 6.1.551
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-19: Version 6.1.550
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-19: Version 6.1.549
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-19: Version 6.1.548
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-19: Version 6.1.547
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-19: Version 6.1.546
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-19: Version 6.1.545
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-19: Version 6.1.544
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-19: Version 6.1.543
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-19: Version 6.1.542
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-19: Version 6.1.541
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-19: Version 6.1.540
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-18: Version 6.1.539
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-18: Version 6.1.538
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-18: Version 6.1.537
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-18: Version 6.1.536
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-18: Version 6.1.535
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-18: Version 6.1.534
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-18: Version 6.1.533
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-18: Version 6.1.532
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-18: Version 6.1.531
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-18: Version 6.1.530
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-18: Version 6.1.529
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-18: Version 6.1.528
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-18: Version 6.1.527
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-18: Version 6.1.526
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-18: Version 6.1.525
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-18: Version 6.1.524
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-18: Version 6.1.523
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-18: Version 6.1.522
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-17: Version 6.1.521
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-17: Version 6.1.520
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-17: Version 6.1.519
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-17: Version 6.1.518
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-17: Version 6.1.517
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-17: Version 6.1.516
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-17: Version 6.1.515
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-17: Version 6.1.514
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-17: Version 6.1.513
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-17: Version 6.1.512
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-17: Version 6.1.511
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-17: Version 6.1.510
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-17: Version 6.1.509
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-17: Version 6.1.508
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-17: Version 6.1.507
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-17: Version 6.1.506
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-17: Version 6.1.505
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-17: Version 6.1.504
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-17: Version 6.1.503
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-17: Version 6.1.502
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-17: Version 6.1.501
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-17: Version 6.1.500
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-17: Version 6.1.499
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-17: Version 6.1.498
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-16: Version 6.1.497
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-14: Version 6.1.496
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-14: Version 6.1.495
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-14: Version 6.1.494
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-14: Version 6.1.493
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-14: Version 6.1.492
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-14: Version 6.1.491
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-14: Version 6.1.490
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-14: Version 6.1.489
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-14: Version 6.1.488
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-14: Version 6.1.487
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-14: Version 6.1.486
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-14: Version 6.1.485
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-14: Version 6.1.484
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-14: Version 6.1.483
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-14: Version 6.1.482
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-14: Version 6.1.481
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-14: Version 6.1.480
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-14: Version 6.1.479
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-14: Version 6.1.478
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-13: Version 6.1.477
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-13: Version 6.1.476
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-13: Version 6.1.475
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-13: Version 6.1.474
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-13: Version 6.1.473
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-13: Version 6.1.472
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-13: Version 6.1.471
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-13: Version 6.1.470
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-13: Version 6.1.469
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-13: Version 6.1.468
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-13: Version 6.1.467
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-13: Version 6.1.466
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-13: Version 6.1.465
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-13: Version 6.1.464
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-13: Version 6.1.463
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-13: Version 6.1.462
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-13: Version 6.1.461
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-13: Version 6.1.460
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-12: Version 6.1.459
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-12: Version 6.1.458
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-12: Version 6.1.457
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-12: Version 6.1.456
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-12: Version 6.1.455
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-12: Version 6.1.454
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-12: Version 6.1.453
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-12: Version 6.1.452
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-12: Version 6.1.451
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-12: Version 6.1.450
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-12: Version 6.1.449
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-12: Version 6.1.448
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-12: Version 6.1.447
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-12: Version 6.1.446
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-12: Version 6.1.445
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-12: Version 6.1.444
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-12: Version 6.1.443
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-12: Version 6.1.442
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-12: Version 6.1.441
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-12: Version 6.1.440
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-12: Version 6.1.439
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-12: Version 6.1.438
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-12: Version 6.1.437
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-11: Version 6.1.436
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-11: Version 6.1.435
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-11: Version 6.1.434
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-11: Version 6.1.433
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-11: Version 6.1.432
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-11: Version 6.1.431
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-11: Version 6.1.430
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-11: Version 6.1.429
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-11: Version 6.1.428
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-11: Version 6.1.427
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-11: Version 6.1.426
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-11: Version 6.1.425
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-11: Version 6.1.424
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-11: Version 6.1.423
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-11: Version 6.1.422
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-11: Version 6.1.421
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-11: Version 6.1.420
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-11: Version 6.1.419
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-10: Version 6.1.418
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-10: Version 6.1.417
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-10: Version 6.1.416
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-10: Version 6.1.415
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-10: Version 6.1.414
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-10: Version 6.1.413
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-10: Version 6.1.412
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-10: Version 6.1.411
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-10: Version 6.1.410
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-10: Version 6.1.409
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-10: Version 6.1.408
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-10: Version 6.1.407
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-10: Version 6.1.406
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-10: Version 6.1.405
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-10: Version 6.1.404
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-10: Version 6.1.403
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-10: Version 6.1.402
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-10: Version 6.1.401
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-10: Version 6.1.400
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-10: Version 6.1.399
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-10: Version 6.1.398
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-10: Version 6.1.397
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-10: Version 6.1.396
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-10: Version 6.1.395
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-06: Version 6.1.394
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-06: Version 6.1.393
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-06: Version 6.1.392
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-06: Version 6.1.391
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-06: Version 6.1.390
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-06: Version 6.1.389
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-06: Version 6.1.388
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-06: Version 6.1.387
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-06: Version 6.1.386
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-06: Version 6.1.385
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-06: Version 6.1.384
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-06: Version 6.1.383
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-06: Version 6.1.382
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-06: Version 6.1.381
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-06: Version 6.1.380
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-06: Version 6.1.379
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-06: Version 6.1.378
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-06: Version 6.1.377
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-06: Version 6.1.376
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-06: Version 6.1.375
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-05: Version 6.1.374
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-05: Version 6.1.373
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-05: Version 6.1.372
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-05: Version 6.1.371
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-05: Version 6.1.370
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-05: Version 6.1.369
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-05: Version 6.1.368
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-05: Version 6.1.367
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-05: Version 6.1.366
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-05: Version 6.1.365
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-05: Version 6.1.364
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-05: Version 6.1.363
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-04: Version 6.1.362
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-04: Version 6.1.361
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-04: Version 6.1.360
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-04: Version 6.1.359
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-04: Version 6.1.358
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-04: Version 6.1.357
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-03: Version 6.1.356
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-03: Version 6.1.355
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-03: Version 6.1.354
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-03: Version 6.1.353
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-03: Version 6.1.352
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-03: Version 6.1.351
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-03: Version 6.1.350
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-03: Version 6.1.349
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-03: Version 6.1.348
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-03: Version 6.1.347
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-03: Version 6.1.346
-
- Performance and stability improvements on all platforms.
-
-
-2017-07-03: Version 6.1.345
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-30: Version 6.1.344
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-30: Version 6.1.343
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-30: Version 6.1.342
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-30: Version 6.1.341
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-30: Version 6.1.340
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-30: Version 6.1.339
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-30: Version 6.1.338
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-30: Version 6.1.337
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-30: Version 6.1.336
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-30: Version 6.1.335
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-30: Version 6.1.334
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-30: Version 6.1.333
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-30: Version 6.1.332
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-30: Version 6.1.331
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-30: Version 6.1.330
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-30: Version 6.1.329
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-29: Version 6.1.328
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-29: Version 6.1.327
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-29: Version 6.1.326
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-29: Version 6.1.325
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-29: Version 6.1.324
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-29: Version 6.1.323
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-29: Version 6.1.322
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-29: Version 6.1.321
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-29: Version 6.1.320
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-29: Version 6.1.319
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-29: Version 6.1.318
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-29: Version 6.1.317
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-29: Version 6.1.316
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-29: Version 6.1.315
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-29: Version 6.1.314
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-29: Version 6.1.313
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-28: Version 6.1.312
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-28: Version 6.1.311
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-28: Version 6.1.310
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-28: Version 6.1.309
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-28: Version 6.1.308
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-28: Version 6.1.307
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-28: Version 6.1.306
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-28: Version 6.1.305
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-28: Version 6.1.304
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-28: Version 6.1.303
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-28: Version 6.1.302
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-28: Version 6.1.301
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-28: Version 6.1.300
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-27: Version 6.1.299
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-27: Version 6.1.298
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-27: Version 6.1.297
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-27: Version 6.1.296
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-27: Version 6.1.295
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-27: Version 6.1.294
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-26: Version 6.1.293
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-26: Version 6.1.292
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-26: Version 6.1.291
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-26: Version 6.1.290
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-26: Version 6.1.289
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-26: Version 6.1.288
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-26: Version 6.1.287
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-26: Version 6.1.286
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-26: Version 6.1.285
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-26: Version 6.1.284
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-26: Version 6.1.283
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-26: Version 6.1.282
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-26: Version 6.1.281
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-26: Version 6.1.280
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-26: Version 6.1.279
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-26: Version 6.1.278
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-26: Version 6.1.277
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-26: Version 6.1.276
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-26: Version 6.1.275
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-26: Version 6.1.274
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-26: Version 6.1.273
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-26: Version 6.1.272
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-26: Version 6.1.271
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-26: Version 6.1.270
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-26: Version 6.1.269
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-26: Version 6.1.268
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-24: Version 6.1.267
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-23: Version 6.1.266
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-23: Version 6.1.265
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-23: Version 6.1.264
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-23: Version 6.1.263
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-23: Version 6.1.262
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-23: Version 6.1.261
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-23: Version 6.1.260
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-23: Version 6.1.259
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-23: Version 6.1.258
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-23: Version 6.1.257
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-23: Version 6.1.256
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-23: Version 6.1.255
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-23: Version 6.1.254
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-23: Version 6.1.253
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-23: Version 6.1.252
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-23: Version 6.1.251
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-23: Version 6.1.250
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-22: Version 6.1.249
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-22: Version 6.1.248
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-22: Version 6.1.247
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-22: Version 6.1.246
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-22: Version 6.1.245
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-22: Version 6.1.244
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-22: Version 6.1.243
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-22: Version 6.1.242
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-22: Version 6.1.241
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-22: Version 6.1.240
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-22: Version 6.1.239
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-22: Version 6.1.238
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-22: Version 6.1.237
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-22: Version 6.1.236
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-22: Version 6.1.235
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-22: Version 6.1.234
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-22: Version 6.1.233
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-22: Version 6.1.232
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-22: Version 6.1.231
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-22: Version 6.1.230
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-22: Version 6.1.229
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-22: Version 6.1.228
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-22: Version 6.1.227
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-22: Version 6.1.226
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-22: Version 6.1.225
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-22: Version 6.1.224
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-22: Version 6.1.223
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-21: Version 6.1.222
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-21: Version 6.1.221
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-21: Version 6.1.220
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-21: Version 6.1.219
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-21: Version 6.1.218
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-21: Version 6.1.217
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-21: Version 6.1.216
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-21: Version 6.1.215
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-20: Version 6.1.214
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-20: Version 6.1.213
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-20: Version 6.1.212
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-20: Version 6.1.211
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-20: Version 6.1.210
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-20: Version 6.1.209
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-20: Version 6.1.208
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-20: Version 6.1.207
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-20: Version 6.1.206
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-20: Version 6.1.205
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-20: Version 6.1.204
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-20: Version 6.1.203
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-20: Version 6.1.202
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-16: Version 6.1.201
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-16: Version 6.1.200
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-16: Version 6.1.199
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-16: Version 6.1.198
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-16: Version 6.1.197
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-16: Version 6.1.196
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-16: Version 6.1.195
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-16: Version 6.1.194
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-16: Version 6.1.193
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-16: Version 6.1.192
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-16: Version 6.1.191
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-16: Version 6.1.190
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-16: Version 6.1.189
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-16: Version 6.1.188
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-15: Version 6.1.187
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-15: Version 6.1.186
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-15: Version 6.1.185
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-15: Version 6.1.184
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-15: Version 6.1.183
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-15: Version 6.1.182
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-15: Version 6.1.181
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-15: Version 6.1.180
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-15: Version 6.1.179
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-15: Version 6.1.178
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-14: Version 6.1.177
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-14: Version 6.1.176
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-14: Version 6.1.175
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-14: Version 6.1.174
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-14: Version 6.1.173
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-14: Version 6.1.172
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-14: Version 6.1.171
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-14: Version 6.1.170
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-14: Version 6.1.169
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-14: Version 6.1.168
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-14: Version 6.1.167
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-14: Version 6.1.166
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-14: Version 6.1.165
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-13: Version 6.1.164
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-13: Version 6.1.163
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-13: Version 6.1.162
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-13: Version 6.1.161
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-13: Version 6.1.160
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-13: Version 6.1.159
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-13: Version 6.1.158
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-13: Version 6.1.157
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-13: Version 6.1.156
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-13: Version 6.1.155
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-13: Version 6.1.154
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-13: Version 6.1.153
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-13: Version 6.1.152
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-13: Version 6.1.151
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-13: Version 6.1.150
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-13: Version 6.1.149
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-12: Version 6.1.148
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-12: Version 6.1.147
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-12: Version 6.1.146
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-12: Version 6.1.145
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-12: Version 6.1.144
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-12: Version 6.1.143
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-12: Version 6.1.142
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-12: Version 6.1.141
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-12: Version 6.1.140
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-12: Version 6.1.139
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-12: Version 6.1.138
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-12: Version 6.1.137
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-12: Version 6.1.136
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-12: Version 6.1.135
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-12: Version 6.1.134
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-12: Version 6.1.133
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-12: Version 6.1.132
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-12: Version 6.1.131
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-12: Version 6.1.130
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-12: Version 6.1.129
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-12: Version 6.1.128
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-12: Version 6.1.127
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-12: Version 6.1.126
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-12: Version 6.1.125
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-12: Version 6.1.124
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-11: Version 6.1.123
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-11: Version 6.1.122
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-11: Version 6.1.121
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-09: Version 6.1.120
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-09: Version 6.1.119
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-09: Version 6.1.118
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-09: Version 6.1.117
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-09: Version 6.1.116
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-09: Version 6.1.115
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-09: Version 6.1.114
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-09: Version 6.1.113
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-08: Version 6.1.112
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-08: Version 6.1.111
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-08: Version 6.1.110
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-08: Version 6.1.109
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-08: Version 6.1.108
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-08: Version 6.1.107
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-08: Version 6.1.106
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-08: Version 6.1.105
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-08: Version 6.1.104
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-08: Version 6.1.103
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-08: Version 6.1.102
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-07: Version 6.1.101
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-07: Version 6.1.100
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-07: Version 6.1.99
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-07: Version 6.1.98
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-07: Version 6.1.97
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-07: Version 6.1.96
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-07: Version 6.1.95
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-07: Version 6.1.94
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-07: Version 6.1.93
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-07: Version 6.1.92
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-07: Version 6.1.91
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-07: Version 6.1.90
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-07: Version 6.1.89
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-07: Version 6.1.88
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-07: Version 6.1.87
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-07: Version 6.1.86
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-07: Version 6.1.85
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-06: Version 6.1.84
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-06: Version 6.1.83
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-06: Version 6.1.82
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-06: Version 6.1.81
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-06: Version 6.1.80
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-06: Version 6.1.79
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-06: Version 6.1.78
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-06: Version 6.1.77
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-06: Version 6.1.76
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-06: Version 6.1.75
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-06: Version 6.1.74
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-06: Version 6.1.73
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-05: Version 6.1.72
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-05: Version 6.1.71
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-05: Version 6.1.70
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-05: Version 6.1.69
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-05: Version 6.1.68
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-05: Version 6.1.67
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-05: Version 6.1.66
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-04: Version 6.1.65
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-03: Version 6.1.64
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-02: Version 6.1.63
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-02: Version 6.1.62
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-02: Version 6.1.61
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-02: Version 6.1.60
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-02: Version 6.1.59
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-02: Version 6.1.58
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-01: Version 6.1.57
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-01: Version 6.1.56
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-01: Version 6.1.55
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-01: Version 6.1.54
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-01: Version 6.1.53
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-01: Version 6.1.52
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-01: Version 6.1.51
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-01: Version 6.1.50
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-01: Version 6.1.49
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-01: Version 6.1.48
-
- Performance and stability improvements on all platforms.
-
-
-2017-06-01: Version 6.1.47
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-31: Version 6.1.46
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-31: Version 6.1.45
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-31: Version 6.1.44
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-31: Version 6.1.43
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-31: Version 6.1.42
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-31: Version 6.1.41
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-31: Version 6.1.40
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-31: Version 6.1.39
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-31: Version 6.1.38
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-31: Version 6.1.37
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-31: Version 6.1.36
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-31: Version 6.1.35
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-31: Version 6.1.34
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-30: Version 6.1.33
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-30: Version 6.1.32
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-30: Version 6.1.31
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-30: Version 6.1.30
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-30: Version 6.1.29
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-30: Version 6.1.28
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-30: Version 6.1.27
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-30: Version 6.1.26
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-30: Version 6.1.25
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-30: Version 6.1.24
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-30: Version 6.1.23
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-30: Version 6.1.22
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-30: Version 6.1.21
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-29: Version 6.1.20
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-29: Version 6.1.19
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-29: Version 6.1.18
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-29: Version 6.1.17
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-29: Version 6.1.16
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-29: Version 6.1.15
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-29: Version 6.1.14
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-29: Version 6.1.13
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-29: Version 6.1.12
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-29: Version 6.1.11
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-29: Version 6.1.10
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-29: Version 6.1.9
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-29: Version 6.1.8
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-29: Version 6.1.7
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-29: Version 6.1.6
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-29: Version 6.1.5
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-29: Version 6.1.4
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-29: Version 6.1.3
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-29: Version 6.1.2
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-29: Version 6.1.1
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-24: Version 6.0.318
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-24: Version 6.0.317
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-23: Version 6.0.316
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-23: Version 6.0.315
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-23: Version 6.0.314
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-23: Version 6.0.313
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-23: Version 6.0.312
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-23: Version 6.0.311
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-23: Version 6.0.310
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-23: Version 6.0.309
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-23: Version 6.0.308
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-23: Version 6.0.307
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-23: Version 6.0.306
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-23: Version 6.0.305
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-23: Version 6.0.304
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-22: Version 6.0.303
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-22: Version 6.0.302
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-22: Version 6.0.301
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-22: Version 6.0.300
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-22: Version 6.0.299
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-22: Version 6.0.298
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-22: Version 6.0.297
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-22: Version 6.0.296
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-22: Version 6.0.295
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-22: Version 6.0.294
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-22: Version 6.0.293
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-22: Version 6.0.292
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-22: Version 6.0.291
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-22: Version 6.0.290
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-22: Version 6.0.289
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-22: Version 6.0.288
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-21: Version 6.0.287
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-20: Version 6.0.286
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-19: Version 6.0.285
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-19: Version 6.0.284
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-19: Version 6.0.283
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-19: Version 6.0.282
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-19: Version 6.0.281
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-19: Version 6.0.280
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-19: Version 6.0.279
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-19: Version 6.0.278
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-19: Version 6.0.277
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-19: Version 6.0.276
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-19: Version 6.0.275
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-19: Version 6.0.274
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-19: Version 6.0.273
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-19: Version 6.0.272
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-19: Version 6.0.271
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-18: Version 6.0.270
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-18: Version 6.0.269
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-18: Version 6.0.268
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-18: Version 6.0.267
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-18: Version 6.0.266
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-18: Version 6.0.265
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-18: Version 6.0.264
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-18: Version 6.0.263
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-18: Version 6.0.262
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-18: Version 6.0.261
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-18: Version 6.0.260
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-18: Version 6.0.259
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-18: Version 6.0.258
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-18: Version 6.0.257
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-18: Version 6.0.256
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-18: Version 6.0.255
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-18: Version 6.0.254
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-17: Version 6.0.253
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-17: Version 6.0.252
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-17: Version 6.0.251
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-17: Version 6.0.250
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-17: Version 6.0.249
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-17: Version 6.0.248
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-17: Version 6.0.247
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-17: Version 6.0.246
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-17: Version 6.0.245
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-17: Version 6.0.244
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-17: Version 6.0.243
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-17: Version 6.0.242
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-17: Version 6.0.241
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-17: Version 6.0.240
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-16: Version 6.0.239
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-16: Version 6.0.238
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-16: Version 6.0.237
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-16: Version 6.0.236
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-16: Version 6.0.235
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-16: Version 6.0.234
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-16: Version 6.0.233
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-16: Version 6.0.232
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-16: Version 6.0.231
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-16: Version 6.0.230
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-16: Version 6.0.229
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-16: Version 6.0.228
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-16: Version 6.0.227
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-15: Version 6.0.226
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-15: Version 6.0.225
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-15: Version 6.0.224
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-15: Version 6.0.223
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-15: Version 6.0.222
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-15: Version 6.0.221
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-15: Version 6.0.220
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-15: Version 6.0.219
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-15: Version 6.0.218
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-15: Version 6.0.217
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-15: Version 6.0.216
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-15: Version 6.0.215
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-15: Version 6.0.214
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-15: Version 6.0.213
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-15: Version 6.0.212
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-15: Version 6.0.211
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-15: Version 6.0.210
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-15: Version 6.0.209
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-15: Version 6.0.208
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-15: Version 6.0.207
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-14: Version 6.0.206
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-13: Version 6.0.205
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-12: Version 6.0.204
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-12: Version 6.0.203
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-12: Version 6.0.202
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-12: Version 6.0.201
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-12: Version 6.0.200
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-12: Version 6.0.199
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-12: Version 6.0.198
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-11: Version 6.0.197
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-11: Version 6.0.196
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-11: Version 6.0.195
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-11: Version 6.0.194
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-11: Version 6.0.193
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-10: Version 6.0.192
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-10: Version 6.0.191
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-10: Version 6.0.190
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-10: Version 6.0.189
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-10: Version 6.0.188
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-09: Version 6.0.187
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-08: Version 6.0.186
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-08: Version 6.0.185
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-08: Version 6.0.184
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-08: Version 6.0.183
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-08: Version 6.0.182
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-08: Version 6.0.181
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-08: Version 6.0.180
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-08: Version 6.0.179
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-08: Version 6.0.178
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-06: Version 6.0.177
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-06: Version 6.0.176
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-06: Version 6.0.175
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-05: Version 6.0.174
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-05: Version 6.0.173
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-05: Version 6.0.172
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-05: Version 6.0.171
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-05: Version 6.0.170
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-05: Version 6.0.169
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-05: Version 6.0.168
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-05: Version 6.0.167
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-05: Version 6.0.166
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-05: Version 6.0.165
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-05: Version 6.0.164
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-05: Version 6.0.163
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-05: Version 6.0.162
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-05: Version 6.0.161
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-05: Version 6.0.160
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-05: Version 6.0.159
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-05: Version 6.0.158
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-05: Version 6.0.157
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-04: Version 6.0.156
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-04: Version 6.0.155
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-04: Version 6.0.154
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-04: Version 6.0.153
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-04: Version 6.0.152
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-04: Version 6.0.151
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-03: Version 6.0.150
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-03: Version 6.0.149
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-03: Version 6.0.148
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-03: Version 6.0.147
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-03: Version 6.0.146
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-03: Version 6.0.145
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-03: Version 6.0.144
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-03: Version 6.0.143
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-03: Version 6.0.142
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-02: Version 6.0.141
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-02: Version 6.0.140
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-02: Version 6.0.139
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-02: Version 6.0.138
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-02: Version 6.0.137
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-02: Version 6.0.136
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-02: Version 6.0.135
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-02: Version 6.0.134
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-02: Version 6.0.133
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-02: Version 6.0.132
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-02: Version 6.0.131
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-02: Version 6.0.130
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-01: Version 6.0.129
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-01: Version 6.0.128
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-01: Version 6.0.127
-
- Performance and stability improvements on all platforms.
-
-
-2017-05-01: Version 6.0.126
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-30: Version 6.0.125
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-30: Version 6.0.124
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-29: Version 6.0.123
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-29: Version 6.0.122
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-29: Version 6.0.121
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-29: Version 6.0.120
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-29: Version 6.0.119
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-28: Version 6.0.118
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-28: Version 6.0.117
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-28: Version 6.0.116
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-28: Version 6.0.115
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-28: Version 6.0.114
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-28: Version 6.0.113
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-28: Version 6.0.112
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-28: Version 6.0.111
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-28: Version 6.0.110
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-28: Version 6.0.109
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-28: Version 6.0.108
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-27: Version 6.0.107
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-27: Version 6.0.106
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-27: Version 6.0.105
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-27: Version 6.0.104
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-27: Version 6.0.103
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-27: Version 6.0.102
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-27: Version 6.0.101
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-27: Version 6.0.100
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-27: Version 6.0.99
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-27: Version 6.0.98
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-27: Version 6.0.97
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-27: Version 6.0.96
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-27: Version 6.0.95
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-27: Version 6.0.94
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-27: Version 6.0.93
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-27: Version 6.0.92
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-27: Version 6.0.91
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-26: Version 6.0.90
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-26: Version 6.0.89
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-26: Version 6.0.88
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-26: Version 6.0.87
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-26: Version 6.0.86
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-25: Version 6.0.85
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-25: Version 6.0.84
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-25: Version 6.0.83
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-25: Version 6.0.82
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-25: Version 6.0.81
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-25: Version 6.0.80
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-24: Version 6.0.79
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-24: Version 6.0.78
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-24: Version 6.0.77
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-24: Version 6.0.76
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-24: Version 6.0.75
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-24: Version 6.0.74
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-24: Version 6.0.73
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-24: Version 6.0.72
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-24: Version 6.0.71
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-24: Version 6.0.70
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-24: Version 6.0.69
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-24: Version 6.0.68
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-24: Version 6.0.67
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-24: Version 6.0.66
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-24: Version 6.0.65
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-24: Version 6.0.64
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-24: Version 6.0.63
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-24: Version 6.0.62
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-22: Version 6.0.61
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-21: Version 6.0.60
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-21: Version 6.0.59
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-21: Version 6.0.58
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-21: Version 6.0.57
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-21: Version 6.0.56
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-21: Version 6.0.55
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-21: Version 6.0.54
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-21: Version 6.0.53
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-21: Version 6.0.52
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-20: Version 6.0.51
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-20: Version 6.0.50
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-20: Version 6.0.49
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-20: Version 6.0.48
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-20: Version 6.0.47
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-20: Version 6.0.46
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-20: Version 6.0.45
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-20: Version 6.0.44
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-20: Version 6.0.43
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-20: Version 6.0.42
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-19: Version 6.0.41
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-19: Version 6.0.40
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-19: Version 6.0.39
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-19: Version 6.0.38
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-19: Version 6.0.37
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-19: Version 6.0.36
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-19: Version 6.0.35
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-19: Version 6.0.34
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-19: Version 6.0.33
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-19: Version 6.0.32
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-19: Version 6.0.31
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-19: Version 6.0.30
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-19: Version 6.0.29
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-19: Version 6.0.28
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-19: Version 6.0.27
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-19: Version 6.0.26
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-19: Version 6.0.25
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-19: Version 6.0.24
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-18: Version 6.0.23
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-18: Version 6.0.22
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-18: Version 6.0.21
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-18: Version 6.0.20
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-18: Version 6.0.19
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-18: Version 6.0.18
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-18: Version 6.0.17
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-18: Version 6.0.16
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-18: Version 6.0.15
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-18: Version 6.0.14
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-18: Version 6.0.13
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-18: Version 6.0.12
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-18: Version 6.0.11
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-17: Version 6.0.10
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-17: Version 6.0.9
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-17: Version 6.0.8
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-17: Version 6.0.7
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-17: Version 6.0.6
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-17: Version 6.0.5
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-16: Version 6.0.4
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-15: Version 6.0.3
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-15: Version 6.0.2
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-14: Version 6.0.1
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-13: Version 5.9.223
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-13: Version 5.9.222
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-13: Version 5.9.221
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-12: Version 5.9.220
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-12: Version 5.9.219
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-12: Version 5.9.218
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-12: Version 5.9.217
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-12: Version 5.9.216
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-12: Version 5.9.215
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-12: Version 5.9.214
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-12: Version 5.9.213
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-11: Version 5.9.212
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-11: Version 5.9.211
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-11: Version 5.9.210
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-11: Version 5.9.209
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-11: Version 5.9.208
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-11: Version 5.9.207
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-11: Version 5.9.206
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-11: Version 5.9.205
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-11: Version 5.9.204
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-11: Version 5.9.203
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-10: Version 5.9.202
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-10: Version 5.9.201
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-10: Version 5.9.200
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-10: Version 5.9.199
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-10: Version 5.9.198
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-10: Version 5.9.197
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-09: Version 5.9.196
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-08: Version 5.9.195
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-07: Version 5.9.194
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-07: Version 5.9.193
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-07: Version 5.9.192
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-07: Version 5.9.191
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-07: Version 5.9.190
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-07: Version 5.9.189
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-07: Version 5.9.188
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-06: Version 5.9.187
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-06: Version 5.9.186
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-06: Version 5.9.185
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-06: Version 5.9.184
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-06: Version 5.9.183
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-06: Version 5.9.182
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-06: Version 5.9.181
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-06: Version 5.9.180
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-06: Version 5.9.179
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-06: Version 5.9.178
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-06: Version 5.9.177
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-05: Version 5.9.176
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-06: Version 5.9.175
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-05: Version 5.9.174
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-05: Version 5.9.173
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-05: Version 5.9.172
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-05: Version 5.9.171
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-05: Version 5.9.170
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-05: Version 5.9.169
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-05: Version 5.9.168
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-05: Version 5.9.167
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-05: Version 5.9.166
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-04: Version 5.9.165
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-04: Version 5.9.164
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-04: Version 5.9.163
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-04: Version 5.9.162
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-04: Version 5.9.161
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-03: Version 5.9.160
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-03: Version 5.9.159
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-03: Version 5.9.158
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-03: Version 5.9.157
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-03: Version 5.9.156
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-03: Version 5.9.155
-
- Performance and stability improvements on all platforms.
-
-
-2017-04-01: Version 5.9.154
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-31: Version 5.9.153
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-31: Version 5.9.152
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-31: Version 5.9.151
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-31: Version 5.9.150
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-31: Version 5.9.149
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-31: Version 5.9.148
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-31: Version 5.9.147
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-31: Version 5.9.146
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-31: Version 5.9.145
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-31: Version 5.9.144
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-31: Version 5.9.143
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-30: Version 5.9.142
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-30: Version 5.9.141
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-30: Version 5.9.140
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-30: Version 5.9.139
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-29: Version 5.9.138
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-29: Version 5.9.137
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-29: Version 5.9.136
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-29: Version 5.9.135
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-29: Version 5.9.134
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-29: Version 5.9.133
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-29: Version 5.9.132
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-29: Version 5.9.131
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-29: Version 5.9.130
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-29: Version 5.9.129
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-29: Version 5.9.128
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-28: Version 5.9.127
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-28: Version 5.9.126
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-28: Version 5.9.125
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-28: Version 5.9.124
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-28: Version 5.9.123
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-28: Version 5.9.122
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-28: Version 5.9.121
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-28: Version 5.9.120
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-28: Version 5.9.119
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-28: Version 5.9.118
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-28: Version 5.9.117
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-28: Version 5.9.116
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-28: Version 5.9.115
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-28: Version 5.9.114
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-28: Version 5.9.113
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-28: Version 5.9.112
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-28: Version 5.9.111
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-28: Version 5.9.110
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-27: Version 5.9.109
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-27: Version 5.9.108
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-27: Version 5.9.107
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-27: Version 5.9.106
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-27: Version 5.9.105
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-27: Version 5.9.104
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-27: Version 5.9.103
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-27: Version 5.9.102
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-27: Version 5.9.101
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-27: Version 5.9.100
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-27: Version 5.9.99
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-26: Version 5.9.98
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-24: Version 5.9.97
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-24: Version 5.9.96
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-24: Version 5.9.95
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-24: Version 5.9.94
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-24: Version 5.9.93
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-24: Version 5.9.92
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-24: Version 5.9.91
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-23: Version 5.9.90
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-23: Version 5.9.89
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-23: Version 5.9.88
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-23: Version 5.9.87
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-23: Version 5.9.86
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-23: Version 5.9.85
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-23: Version 5.9.84
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-23: Version 5.9.83
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-23: Version 5.9.82
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-23: Version 5.9.81
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-22: Version 5.9.80
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-22: Version 5.9.79
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-22: Version 5.9.78
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-22: Version 5.9.77
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-22: Version 5.9.76
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-22: Version 5.9.75
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-22: Version 5.9.74
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-22: Version 5.9.73
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-22: Version 5.9.72
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-22: Version 5.9.71
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-22: Version 5.9.70
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-22: Version 5.9.69
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-22: Version 5.9.68
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-21: Version 5.9.67
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-21: Version 5.9.66
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-21: Version 5.9.65
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-21: Version 5.9.64
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-21: Version 5.9.63
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-21: Version 5.9.62
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-20: Version 5.9.61
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-20: Version 5.9.60
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-20: Version 5.9.59
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-20: Version 5.9.58
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-17: Version 5.9.57
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-17: Version 5.9.56
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-17: Version 5.9.55
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-17: Version 5.9.54
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-17: Version 5.9.53
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-17: Version 5.9.52
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-16: Version 5.9.51
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-14: Version 5.9.50
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-14: Version 5.9.49
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-14: Version 5.9.48
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-14: Version 5.9.47
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-14: Version 5.9.46
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-14: Version 5.9.45
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-14: Version 5.9.44
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-14: Version 5.9.43
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-14: Version 5.9.42
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-14: Version 5.9.41
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-14: Version 5.9.40
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-13: Version 5.9.39
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-13: Version 5.9.38
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-13: Version 5.9.37
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-13: Version 5.9.36
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-10: Version 5.9.35
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-08: Version 5.9.34
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-08: Version 5.9.33
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-08: Version 5.9.32
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-08: Version 5.9.31
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-08: Version 5.9.30
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-08: Version 5.9.29
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-08: Version 5.9.28
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-07: Version 5.9.27
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-07: Version 5.9.26
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-07: Version 5.9.25
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-07: Version 5.9.24
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-07: Version 5.9.23
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-07: Version 5.9.22
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-07: Version 5.9.21
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-07: Version 5.9.20
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-07: Version 5.9.19
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-07: Version 5.9.18
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-07: Version 5.9.17
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-07: Version 5.9.16
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-07: Version 5.9.15
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-07: Version 5.9.14
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-07: Version 5.9.13
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-06: Version 5.9.12
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-06: Version 5.9.11
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-06: Version 5.9.10
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-06: Version 5.9.9
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-06: Version 5.9.8
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-06: Version 5.9.7
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-06: Version 5.9.6
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-05: Version 5.9.5
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-05: Version 5.9.4
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-04: Version 5.9.3
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-04: Version 5.9.2
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-03: Version 5.9.1
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-01: Version 5.8.301
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-01: Version 5.8.300
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-01: Version 5.8.299
-
- Performance and stability improvements on all platforms.
-
-
-2017-03-01: Version 5.8.298
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-28: Version 5.8.297
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-28: Version 5.8.296
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-28: Version 5.8.295
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-28: Version 5.8.294
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-27: Version 5.8.293
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-27: Version 5.8.292
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-27: Version 5.8.291
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-27: Version 5.8.290
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-27: Version 5.8.289
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-27: Version 5.8.288
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-27: Version 5.8.287
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-27: Version 5.8.286
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-27: Version 5.8.285
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-26: Version 5.8.284
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-25: Version 5.8.283
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-24: Version 5.8.282
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-24: Version 5.8.281
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-24: Version 5.8.280
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-24: Version 5.8.279
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-24: Version 5.8.278
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-24: Version 5.8.277
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-24: Version 5.8.276
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-24: Version 5.8.275
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-24: Version 5.8.274
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-24: Version 5.8.273
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-22: Version 5.8.272
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-22: Version 5.8.271
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-22: Version 5.8.270
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-21: Version 5.8.269
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-21: Version 5.8.268
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-21: Version 5.8.267
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-21: Version 5.8.266
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-21: Version 5.8.265
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-21: Version 5.8.264
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-21: Version 5.8.263
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-21: Version 5.8.262
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-21: Version 5.8.261
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-21: Version 5.8.260
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-21: Version 5.8.259
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-21: Version 5.8.258
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-21: Version 5.8.257
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-20: Version 5.8.256
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-20: Version 5.8.255
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-20: Version 5.8.254
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-20: Version 5.8.253
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-20: Version 5.8.252
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-20: Version 5.8.251
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-20: Version 5.8.250
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-20: Version 5.8.249
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-20: Version 5.8.248
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-20: Version 5.8.247
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-20: Version 5.8.246
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-20: Version 5.8.245
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-17: Version 5.8.244
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-17: Version 5.8.243
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-17: Version 5.8.242
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-17: Version 5.8.241
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-17: Version 5.8.240
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-17: Version 5.8.239
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-17: Version 5.8.238
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-17: Version 5.8.237
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-17: Version 5.8.236
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-17: Version 5.8.235
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-17: Version 5.8.234
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-17: Version 5.8.233
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-16: Version 5.8.232
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-16: Version 5.8.231
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-16: Version 5.8.230
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-16: Version 5.8.229
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-16: Version 5.8.228
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-16: Version 5.8.227
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-16: Version 5.8.226
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-16: Version 5.8.225
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-16: Version 5.8.224
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-16: Version 5.8.223
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-16: Version 5.8.222
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-16: Version 5.8.221
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-16: Version 5.8.220
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-16: Version 5.8.219
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-16: Version 5.8.218
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-16: Version 5.8.217
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-16: Version 5.8.216
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-15: Version 5.8.215
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-15: Version 5.8.214
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-15: Version 5.8.213
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-15: Version 5.8.212
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-15: Version 5.8.211
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-15: Version 5.8.210
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-15: Version 5.8.209
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-14: Version 5.8.208
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-14: Version 5.8.207
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-14: Version 5.8.206
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-14: Version 5.8.205
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-14: Version 5.8.204
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-14: Version 5.8.203
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-14: Version 5.8.202
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-14: Version 5.8.201
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-14: Version 5.8.200
-
- Remove SIMD.js from V8 (issues 4124, 5948).
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-13: Version 5.8.199
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-13: Version 5.8.198
-
- Remove SIMD.js from V8 (issues 4124, 5948).
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-13: Version 5.8.197
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-13: Version 5.8.196
-
- Remove SIMD.js from V8 (issue 4124, Chromium issue 5948).
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-13: Version 5.8.195
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-12: Version 5.8.194
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-12: Version 5.8.193
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-11: Version 5.8.192
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-11: Version 5.8.191
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-11: Version 5.8.190
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-10: Version 5.8.189
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-10: Version 5.8.188
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-10: Version 5.8.187
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-10: Version 5.8.186
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-10: Version 5.8.185
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-10: Version 5.8.184
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-10: Version 5.8.183
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-10: Version 5.8.182
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-10: Version 5.8.181
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-10: Version 5.8.180
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-10: Version 5.8.179
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-10: Version 5.8.178
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-09: Version 5.8.177
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-09: Version 5.8.176
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-09: Version 5.8.175
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-09: Version 5.8.174
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-09: Version 5.8.173
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-09: Version 5.8.172
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-09: Version 5.8.171
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-09: Version 5.8.170
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-09: Version 5.8.169
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-09: Version 5.8.168
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-09: Version 5.8.167
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-09: Version 5.8.166
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-09: Version 5.8.165
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-09: Version 5.8.164
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-09: Version 5.8.163
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-09: Version 5.8.162
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-09: Version 5.8.161
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-09: Version 5.8.160
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-08: Version 5.8.159
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-08: Version 5.8.158
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-08: Version 5.8.157
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-08: Version 5.8.156
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-08: Version 5.8.155
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-08: Version 5.8.154
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-08: Version 5.8.153
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-08: Version 5.8.152
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-08: Version 5.8.151
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-08: Version 5.8.150
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-08: Version 5.8.149
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-08: Version 5.8.148
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-07: Version 5.8.147
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-07: Version 5.8.146
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-07: Version 5.8.145
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-07: Version 5.8.144
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-07: Version 5.8.143
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-07: Version 5.8.142
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-07: Version 5.8.141
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-07: Version 5.8.140
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-07: Version 5.8.139
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-07: Version 5.8.138
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-07: Version 5.8.137
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-07: Version 5.8.136
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-07: Version 5.8.135
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-06: Version 5.8.134
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-06: Version 5.8.133
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-06: Version 5.8.132
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-06: Version 5.8.131
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-06: Version 5.8.130
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-06: Version 5.8.129
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-06: Version 5.8.128
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-06: Version 5.8.127
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-06: Version 5.8.126
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-06: Version 5.8.125
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-06: Version 5.8.124
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-06: Version 5.8.123
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-05: Version 5.8.122
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-03: Version 5.8.121
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-03: Version 5.8.120
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-03: Version 5.8.119
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-03: Version 5.8.118
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-03: Version 5.8.117
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-03: Version 5.8.116
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-03: Version 5.8.115
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-03: Version 5.8.114
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-03: Version 5.8.113
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-03: Version 5.8.112
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-03: Version 5.8.111
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-02: Version 5.8.110
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-02: Version 5.8.109
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-02: Version 5.8.108
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-02: Version 5.8.107
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-01: Version 5.8.106
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-01: Version 5.8.105
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-01: Version 5.8.104
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-01: Version 5.8.103
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-01: Version 5.8.102
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-01: Version 5.8.101
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-01: Version 5.8.100
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-01: Version 5.8.99
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-01: Version 5.8.98
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-01: Version 5.8.97
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-01: Version 5.8.96
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-01: Version 5.8.95
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-01: Version 5.8.94
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-01: Version 5.8.93
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-01: Version 5.8.92
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-01: Version 5.8.91
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-01: Version 5.8.90
-
- Performance and stability improvements on all platforms.
-
-
-2017-02-01: Version 5.8.89
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-31: Version 5.8.88
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-31: Version 5.8.87
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-31: Version 5.8.86
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-31: Version 5.8.85
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-31: Version 5.8.84
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-31: Version 5.8.83
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-31: Version 5.8.82
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-30: Version 5.8.81
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-30: Version 5.8.80
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-30: Version 5.8.79
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-30: Version 5.8.78
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-30: Version 5.8.77
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-30: Version 5.8.76
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-30: Version 5.8.75
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-30: Version 5.8.74
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-30: Version 5.8.73
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-30: Version 5.8.72
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-30: Version 5.8.71
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-30: Version 5.8.70
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-30: Version 5.8.69
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-30: Version 5.8.68
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-30: Version 5.8.67
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-30: Version 5.8.66
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-30: Version 5.8.65
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-30: Version 5.8.64
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-30: Version 5.8.63
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-29: Version 5.8.62
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-29: Version 5.8.61
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-27: Version 5.8.60
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-27: Version 5.8.59
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-27: Version 5.8.58
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-27: Version 5.8.57
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-26: Version 5.8.56
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-26: Version 5.8.55
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-26: Version 5.8.54
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-26: Version 5.8.53
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-26: Version 5.8.52
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-26: Version 5.8.51
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-26: Version 5.8.50
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-26: Version 5.8.49
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-26: Version 5.8.48
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-26: Version 5.8.47
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-26: Version 5.8.46
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-25: Version 5.8.45
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-25: Version 5.8.44
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-25: Version 5.8.43
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-25: Version 5.8.42
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-25: Version 5.8.41
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-25: Version 5.8.40
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-25: Version 5.8.39
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-25: Version 5.8.38
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-25: Version 5.8.37
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-25: Version 5.8.36
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-25: Version 5.8.35
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-25: Version 5.8.34
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-25: Version 5.8.33
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-25: Version 5.8.32
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-25: Version 5.8.31
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-25: Version 5.8.30
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-25: Version 5.8.29
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-25: Version 5.8.28
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-25: Version 5.8.27
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-24: Version 5.8.26
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-24: Version 5.8.25
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-24: Version 5.8.24
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-24: Version 5.8.23
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-24: Version 5.8.22
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-24: Version 5.8.21
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-24: Version 5.8.20
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-24: Version 5.8.19
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-24: Version 5.8.18
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-24: Version 5.8.17
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-23: Version 5.8.16
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-23: Version 5.8.15
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-23: Version 5.8.14
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-23: Version 5.8.13
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-23: Version 5.8.12
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-23: Version 5.8.11
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-23: Version 5.8.10
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-23: Version 5.8.9
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-23: Version 5.8.8
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-23: Version 5.8.7
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-23: Version 5.8.6
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-23: Version 5.8.5
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-23: Version 5.8.4
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-22: Version 5.8.3
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-21: Version 5.8.2
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-20: Version 5.8.1
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-18: Version 5.7.514
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-18: Version 5.7.513
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-18: Version 5.7.512
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-18: Version 5.7.511
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-18: Version 5.7.510
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-18: Version 5.7.509
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-18: Version 5.7.508
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-18: Version 5.7.507
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-18: Version 5.7.506
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-18: Version 5.7.505
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-18: Version 5.7.504
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-18: Version 5.7.503
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-18: Version 5.7.502
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-18: Version 5.7.501
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-18: Version 5.7.500
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-18: Version 5.7.499
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-18: Version 5.7.498
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-18: Version 5.7.497
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-18: Version 5.7.496
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-17: Version 5.7.495
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-17: Version 5.7.494
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-17: Version 5.7.493
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-17: Version 5.7.492
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-17: Version 5.7.491
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-17: Version 5.7.490
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-17: Version 5.7.489
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-17: Version 5.7.488
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-17: Version 5.7.487
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-17: Version 5.7.486
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-17: Version 5.7.485
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-17: Version 5.7.484
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-17: Version 5.7.483
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-17: Version 5.7.482
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-17: Version 5.7.481
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-17: Version 5.7.480
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-17: Version 5.7.479
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-17: Version 5.7.478
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-16: Version 5.7.477
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-16: Version 5.7.476
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-16: Version 5.7.475
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-16: Version 5.7.474
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-16: Version 5.7.473
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-16: Version 5.7.472
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-16: Version 5.7.471
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-16: Version 5.7.470
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-16: Version 5.7.469
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-16: Version 5.7.468
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-16: Version 5.7.467
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-16: Version 5.7.466
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-16: Version 5.7.465
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-16: Version 5.7.464
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-16: Version 5.7.463
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-16: Version 5.7.462
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-16: Version 5.7.461
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-15: Version 5.7.460
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-15: Version 5.7.459
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-15: Version 5.7.458
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-15: Version 5.7.457
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-14: Version 5.7.456
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-13: Version 5.7.455
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-13: Version 5.7.454
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-13: Version 5.7.453
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-13: Version 5.7.452
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-13: Version 5.7.451
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-13: Version 5.7.450
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-13: Version 5.7.449
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-13: Version 5.7.448
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-13: Version 5.7.447
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-13: Version 5.7.446
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-13: Version 5.7.445
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-13: Version 5.7.444
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-12: Version 5.7.443
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-12: Version 5.7.442
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-11: Version 5.7.441
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-11: Version 5.7.440
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-11: Version 5.7.439
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-10: Version 5.7.438
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-10: Version 5.7.437
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-10: Version 5.7.436
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-10: Version 5.7.435
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-10: Version 5.7.434
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-10: Version 5.7.433
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-10: Version 5.7.432
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-10: Version 5.7.431
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-10: Version 5.7.430
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-10: Version 5.7.429
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-10: Version 5.7.428
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-09: Version 5.7.427
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-09: Version 5.7.426
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-09: Version 5.7.425
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-09: Version 5.7.424
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-09: Version 5.7.423
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-09: Version 5.7.422
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-09: Version 5.7.421
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-09: Version 5.7.420
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-09: Version 5.7.419
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-09: Version 5.7.418
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-09: Version 5.7.417
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-09: Version 5.7.416
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-09: Version 5.7.415
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-09: Version 5.7.414
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-09: Version 5.7.413
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-09: Version 5.7.412
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-09: Version 5.7.411
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-08: Version 5.7.410
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-06: Version 5.7.409
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-06: Version 5.7.408
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-06: Version 5.7.407
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-06: Version 5.7.406
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-06: Version 5.7.405
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-06: Version 5.7.404
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-06: Version 5.7.403
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-05: Version 5.7.402
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-05: Version 5.7.401
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-05: Version 5.7.400
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-05: Version 5.7.399
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-05: Version 5.7.398
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-04: Version 5.7.397
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-04: Version 5.7.396
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-04: Version 5.7.395
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-04: Version 5.7.394
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-03: Version 5.7.393
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-03: Version 5.7.392
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-03: Version 5.7.391
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-03: Version 5.7.390
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-03: Version 5.7.389
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-03: Version 5.7.388
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-03: Version 5.7.387
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-03: Version 5.7.386
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-03: Version 5.7.385
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-03: Version 5.7.384
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-03: Version 5.7.383
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-03: Version 5.7.382
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-03: Version 5.7.381
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-03: Version 5.7.380
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-02: Version 5.7.379
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-02: Version 5.7.378
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-02: Version 5.7.377
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-02: Version 5.7.376
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-02: Version 5.7.375
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-02: Version 5.7.374
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-02: Version 5.7.373
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-02: Version 5.7.372
-
- Performance and stability improvements on all platforms.
-
-
-2017-01-02: Version 5.7.371
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-30: Version 5.7.370
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-30: Version 5.7.369
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-30: Version 5.7.368
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-30: Version 5.7.367
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-30: Version 5.7.366
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-28: Version 5.7.365
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-28: Version 5.7.364
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-28: Version 5.7.363
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-28: Version 5.7.362
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-28: Version 5.7.361
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-27: Version 5.7.360
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-27: Version 5.7.359
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-27: Version 5.7.358
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-27: Version 5.7.357
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-27: Version 5.7.356
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-27: Version 5.7.355
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-27: Version 5.7.354
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-27: Version 5.7.353
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-26: Version 5.7.352
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-24: Version 5.7.351
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-24: Version 5.7.350
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-24: Version 5.7.349
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-23: Version 5.7.348
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-23: Version 5.7.347
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-23: Version 5.7.346
-
- [intl] Add new semantics + compat fallback to Intl constructor (issues
- 4360, 4870).
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-23: Version 5.7.345
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-23: Version 5.7.344
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-23: Version 5.7.343
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-23: Version 5.7.342
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-22: Version 5.7.341
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-22: Version 5.7.340
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-22: Version 5.7.339
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-22: Version 5.7.338
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-22: Version 5.7.337
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-22: Version 5.7.336
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-22: Version 5.7.335
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-22: Version 5.7.334
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-22: Version 5.7.333
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-22: Version 5.7.332
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-22: Version 5.7.331
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-22: Version 5.7.330
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-21: Version 5.7.329
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-21: Version 5.7.328
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-21: Version 5.7.327
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-21: Version 5.7.326
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-21: Version 5.7.325
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-21: Version 5.7.324
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-21: Version 5.7.323
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-21: Version 5.7.322
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-21: Version 5.7.321
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-21: Version 5.7.320
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-21: Version 5.7.319
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-20: Version 5.7.318
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-20: Version 5.7.317
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-20: Version 5.7.316
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-20: Version 5.7.315
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-20: Version 5.7.314
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-20: Version 5.7.313
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-20: Version 5.7.312
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-20: Version 5.7.311
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-20: Version 5.7.310
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-20: Version 5.7.309
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-20: Version 5.7.308
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-20: Version 5.7.307
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-20: Version 5.7.306
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-20: Version 5.7.305
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-20: Version 5.7.304
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-20: Version 5.7.303
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-20: Version 5.7.302
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-20: Version 5.7.301
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-20: Version 5.7.300
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-20: Version 5.7.299
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-19: Version 5.7.298
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-19: Version 5.7.297
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-19: Version 5.7.296
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-19: Version 5.7.295
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-19: Version 5.7.294
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-19: Version 5.7.293
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-19: Version 5.7.292
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-19: Version 5.7.291
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-19: Version 5.7.290
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-19: Version 5.7.289
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-19: Version 5.7.288
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-19: Version 5.7.287
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-18: Version 5.7.286
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-18: Version 5.7.285
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-17: Version 5.7.284
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-17: Version 5.7.283
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-17: Version 5.7.282
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-16: Version 5.7.281
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-16: Version 5.7.280
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-16: Version 5.7.279
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-16: Version 5.7.278
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-16: Version 5.7.277
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-16: Version 5.7.276
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-16: Version 5.7.275
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-16: Version 5.7.274
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-16: Version 5.7.273
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-16: Version 5.7.272
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-16: Version 5.7.271
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-16: Version 5.7.270
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-16: Version 5.7.269
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-16: Version 5.7.268
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-16: Version 5.7.267
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-16: Version 5.7.266
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-16: Version 5.7.265
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-16: Version 5.7.264
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-16: Version 5.7.263
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-16: Version 5.7.262
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-16: Version 5.7.261
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-16: Version 5.7.260
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-15: Version 5.7.259
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-15: Version 5.7.258
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-15: Version 5.7.257
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-15: Version 5.7.256
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-15: Version 5.7.255
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-15: Version 5.7.254
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-15: Version 5.7.253
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-15: Version 5.7.252
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-15: Version 5.7.251
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-15: Version 5.7.250
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-15: Version 5.7.249
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-15: Version 5.7.248
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-15: Version 5.7.247
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-15: Version 5.7.246
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-14: Version 5.7.245
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-14: Version 5.7.244
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-14: Version 5.7.243
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-14: Version 5.7.242
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-14: Version 5.7.241
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-14: Version 5.7.240
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-14: Version 5.7.239
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-14: Version 5.7.238
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-14: Version 5.7.237
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-14: Version 5.7.236
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-14: Version 5.7.235
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-14: Version 5.7.234
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-14: Version 5.7.233
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-14: Version 5.7.232
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-14: Version 5.7.231
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-14: Version 5.7.230
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-13: Version 5.7.229
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-13: Version 5.7.228
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-13: Version 5.7.227
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-13: Version 5.7.226
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-13: Version 5.7.225
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-13: Version 5.7.224
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-13: Version 5.7.223
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-13: Version 5.7.222
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-13: Version 5.7.221
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-13: Version 5.7.220
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-13: Version 5.7.219
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-13: Version 5.7.218
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-13: Version 5.7.217
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-13: Version 5.7.216
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-13: Version 5.7.215
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-12: Version 5.7.214
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-12: Version 5.7.213
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-12: Version 5.7.212
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-12: Version 5.7.211
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-12: Version 5.7.210
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-12: Version 5.7.209
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-12: Version 5.7.208
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-12: Version 5.7.207
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-12: Version 5.7.206
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-12: Version 5.7.205
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-12: Version 5.7.204
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-11: Version 5.7.203
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-09: Version 5.7.202
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-09: Version 5.7.201
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-09: Version 5.7.200
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-09: Version 5.7.199
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-09: Version 5.7.198
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-09: Version 5.7.197
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-09: Version 5.7.196
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-09: Version 5.7.195
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-09: Version 5.7.194
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-09: Version 5.7.193
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-09: Version 5.7.192
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-09: Version 5.7.191
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-09: Version 5.7.190
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-09: Version 5.7.189
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-09: Version 5.7.188
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-09: Version 5.7.187
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-08: Version 5.7.186
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-08: Version 5.7.185
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-08: Version 5.7.184
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-08: Version 5.7.183
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-08: Version 5.7.182
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-08: Version 5.7.181
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-08: Version 5.7.180
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-08: Version 5.7.179
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-08: Version 5.7.178
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-08: Version 5.7.177
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-08: Version 5.7.176
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-08: Version 5.7.175
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-08: Version 5.7.174
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-08: Version 5.7.173
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-08: Version 5.7.172
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-08: Version 5.7.171
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-08: Version 5.7.170
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-08: Version 5.7.169
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-08: Version 5.7.168
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-08: Version 5.7.167
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-08: Version 5.7.166
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-08: Version 5.7.165
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-07: Version 5.7.164
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-07: Version 5.7.163
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-07: Version 5.7.162
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-07: Version 5.7.161
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-07: Version 5.7.160
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-07: Version 5.7.159
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-07: Version 5.7.158
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-07: Version 5.7.157
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-07: Version 5.7.156
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-07: Version 5.7.155
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-07: Version 5.7.154
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-07: Version 5.7.153
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-07: Version 5.7.152
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-07: Version 5.7.151
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-07: Version 5.7.150
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-07: Version 5.7.149
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-07: Version 5.7.148
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-07: Version 5.7.147
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-06: Version 5.7.146
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-06: Version 5.7.145
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-06: Version 5.7.144
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-06: Version 5.7.143
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-06: Version 5.7.142
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-06: Version 5.7.141
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-06: Version 5.7.140
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-06: Version 5.7.139
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-06: Version 5.7.138
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-05: Version 5.7.137
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-05: Version 5.7.136
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-05: Version 5.7.135
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-05: Version 5.7.134
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-05: Version 5.7.133
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-05: Version 5.7.132
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-05: Version 5.7.131
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-05: Version 5.7.130
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-05: Version 5.7.129
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-05: Version 5.7.128
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-05: Version 5.7.127
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-05: Version 5.7.126
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-05: Version 5.7.125
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-05: Version 5.7.124
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-05: Version 5.7.123
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-05: Version 5.7.122
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-02: Version 5.7.121
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-02: Version 5.7.120
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-02: Version 5.7.119
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-02: Version 5.7.118
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-02: Version 5.7.117
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-02: Version 5.7.116
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-02: Version 5.7.115
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-01: Version 5.7.114
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-01: Version 5.7.113
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-01: Version 5.7.112
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-01: Version 5.7.111
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-01: Version 5.7.110
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-01: Version 5.7.109
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-01: Version 5.7.108
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-01: Version 5.7.107
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-01: Version 5.7.106
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-01: Version 5.7.105
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-01: Version 5.7.104
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-01: Version 5.7.103
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-01: Version 5.7.102
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-01: Version 5.7.101
-
- Performance and stability improvements on all platforms.
-
-
-2016-12-01: Version 5.7.100
-
- [build] Use MSVS 2015 by default (Chromium issue 603131).
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-30: Version 5.7.99
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-30: Version 5.7.98
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-30: Version 5.7.97
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-30: Version 5.7.96
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-30: Version 5.7.95
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-30: Version 5.7.94
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-30: Version 5.7.93
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-30: Version 5.7.92
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-30: Version 5.7.91
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-30: Version 5.7.90
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-30: Version 5.7.89
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-30: Version 5.7.88
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-30: Version 5.7.87
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-29: Version 5.7.86
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-29: Version 5.7.85
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-29: Version 5.7.84
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-29: Version 5.7.83
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-29: Version 5.7.82
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-29: Version 5.7.81
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-29: Version 5.7.80
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-29: Version 5.7.79
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-29: Version 5.7.78
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-29: Version 5.7.77
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-29: Version 5.7.76
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-29: Version 5.7.75
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-29: Version 5.7.74
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-29: Version 5.7.73
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-29: Version 5.7.72
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-29: Version 5.7.71
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-28: Version 5.7.70
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-28: Version 5.7.69
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-28: Version 5.7.68
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-28: Version 5.7.67
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-28: Version 5.7.66
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-28: Version 5.7.65
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-28: Version 5.7.64
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-25: Version 5.7.63
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-25: Version 5.7.62
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-25: Version 5.7.61
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-25: Version 5.7.60
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-25: Version 5.7.59
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-25: Version 5.7.58
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-24: Version 5.7.57
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-24: Version 5.7.56
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-24: Version 5.7.55
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-24: Version 5.7.54
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-24: Version 5.7.53
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-23: Version 5.7.52
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-23: Version 5.7.51
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-23: Version 5.7.50
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-23: Version 5.7.49
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-23: Version 5.7.48
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-23: Version 5.7.47
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-23: Version 5.7.46
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-23: Version 5.7.45
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-23: Version 5.7.44
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-23: Version 5.7.43
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-23: Version 5.7.42
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-23: Version 5.7.41
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-23: Version 5.7.40
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-23: Version 5.7.39
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-22: Version 5.7.38
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-22: Version 5.7.37
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-22: Version 5.7.36
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-22: Version 5.7.35
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-22: Version 5.7.34
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-22: Version 5.7.33
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-22: Version 5.7.32
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-22: Version 5.7.31
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-22: Version 5.7.30
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-22: Version 5.7.29
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-22: Version 5.7.28
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-22: Version 5.7.27
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-22: Version 5.7.26
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-22: Version 5.7.25
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-22: Version 5.7.24
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-22: Version 5.7.23
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-22: Version 5.7.22
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-21: Version 5.7.21
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-21: Version 5.7.20
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-21: Version 5.7.19
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-21: Version 5.7.18
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-21: Version 5.7.17
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-21: Version 5.7.16
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-21: Version 5.7.15
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-21: Version 5.7.14
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-21: Version 5.7.13
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-21: Version 5.7.12
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-21: Version 5.7.11
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-21: Version 5.7.10
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-21: Version 5.7.9
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-21: Version 5.7.8
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-21: Version 5.7.7
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-21: Version 5.7.6
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-21: Version 5.7.5
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-21: Version 5.7.4
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-20: Version 5.7.3
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-20: Version 5.7.2
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-20: Version 5.7.1
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-17: Version 5.6.331
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-17: Version 5.6.330
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-17: Version 5.6.329
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-17: Version 5.6.328
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-16: Version 5.6.327
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-15: Version 5.6.326
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-15: Version 5.6.325
-
- [wasm] Be more lenient on the names section (issue 5632).
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-15: Version 5.6.324
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-15: Version 5.6.323
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-15: Version 5.6.322
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-15: Version 5.6.321
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-15: Version 5.6.320
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-15: Version 5.6.319
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-15: Version 5.6.318
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-15: Version 5.6.317
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-14: Version 5.6.316
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-14: Version 5.6.315
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-14: Version 5.6.314
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-14: Version 5.6.313
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-14: Version 5.6.312
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-14: Version 5.6.311
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-14: Version 5.6.310
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-14: Version 5.6.309
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-14: Version 5.6.308
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-14: Version 5.6.307
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-14: Version 5.6.306
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-14: Version 5.6.305
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-12: Version 5.6.304
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-12: Version 5.6.303
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-12: Version 5.6.302
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-11: Version 5.6.301
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-11: Version 5.6.300
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-11: Version 5.6.299
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-11: Version 5.6.298
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-11: Version 5.6.297
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-11: Version 5.6.296
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-11: Version 5.6.295
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-11: Version 5.6.294
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-11: Version 5.6.293
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-11: Version 5.6.292
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-11: Version 5.6.291
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-11: Version 5.6.290
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-11: Version 5.6.289
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-10: Version 5.6.288
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-10: Version 5.6.287
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-10: Version 5.6.286
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-10: Version 5.6.285
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-10: Version 5.6.284
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-10: Version 5.6.283
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-10: Version 5.6.282
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-10: Version 5.6.281
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-10: Version 5.6.280
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-10: Version 5.6.279
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-10: Version 5.6.278
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-10: Version 5.6.277
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-10: Version 5.6.276
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-10: Version 5.6.275
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-10: Version 5.6.274
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-10: Version 5.6.273
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-10: Version 5.6.272
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-10: Version 5.6.271
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-10: Version 5.6.270
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-10: Version 5.6.269
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-10: Version 5.6.268
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-09: Version 5.6.267
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-09: Version 5.6.266
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-09: Version 5.6.265
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-09: Version 5.6.264
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-09: Version 5.6.263
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-09: Version 5.6.262
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-09: Version 5.6.261
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-09: Version 5.6.260
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-09: Version 5.6.259
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-09: Version 5.6.258
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-09: Version 5.6.257
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-08: Version 5.6.256
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-08: Version 5.6.255
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-08: Version 5.6.254
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-08: Version 5.6.253
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-08: Version 5.6.252
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-08: Version 5.6.251
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-08: Version 5.6.250
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-08: Version 5.6.249
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-08: Version 5.6.248
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-08: Version 5.6.247
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-08: Version 5.6.246
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-08: Version 5.6.245
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-08: Version 5.6.244
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-07: Version 5.6.243
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-07: Version 5.6.242
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-07: Version 5.6.241
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-07: Version 5.6.240
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-07: Version 5.6.239
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-07: Version 5.6.238
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-07: Version 5.6.237
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-07: Version 5.6.236
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-07: Version 5.6.235
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-07: Version 5.6.234
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-07: Version 5.6.233
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-07: Version 5.6.232
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-07: Version 5.6.231
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-07: Version 5.6.230
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-07: Version 5.6.229
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-07: Version 5.6.228
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-07: Version 5.6.227
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-07: Version 5.6.226
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-07: Version 5.6.225
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-07: Version 5.6.224
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-06: Version 5.6.223
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-05: Version 5.6.222
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-04: Version 5.6.221
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-04: Version 5.6.220
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-04: Version 5.6.219
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-04: Version 5.6.218
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-04: Version 5.6.217
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-04: Version 5.6.216
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-04: Version 5.6.215
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-04: Version 5.6.214
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-04: Version 5.6.213
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-04: Version 5.6.212
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-04: Version 5.6.211
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-04: Version 5.6.210
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-04: Version 5.6.209
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-04: Version 5.6.208
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-04: Version 5.6.207
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-03: Version 5.6.206
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-03: Version 5.6.205
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-03: Version 5.6.204
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-03: Version 5.6.203
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-03: Version 5.6.202
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-03: Version 5.6.201
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-03: Version 5.6.200
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-03: Version 5.6.199
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-02: Version 5.6.198
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-02: Version 5.6.197
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-02: Version 5.6.196
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-02: Version 5.6.195
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-02: Version 5.6.194
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-02: Version 5.6.193
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-02: Version 5.6.192
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-02: Version 5.6.191
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-02: Version 5.6.190
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-02: Version 5.6.189
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-02: Version 5.6.188
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-02: Version 5.6.187
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-02: Version 5.6.186
-
- Performance and stability improvements on all platforms.
-
-
-2016-11-02: Version 5.6.185
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-31: Version 5.6.184
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-31: Version 5.6.183
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-31: Version 5.6.182
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-31: Version 5.6.181
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-31: Version 5.6.180
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-31: Version 5.6.179
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-29: Version 5.6.178
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-28: Version 5.6.177
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-28: Version 5.6.176
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-28: Version 5.6.175
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-28: Version 5.6.174
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-28: Version 5.6.173
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-28: Version 5.6.172
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-28: Version 5.6.171
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-28: Version 5.6.170
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-28: Version 5.6.169
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-28: Version 5.6.168
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-28: Version 5.6.167
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-28: Version 5.6.166
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-28: Version 5.6.165
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-28: Version 5.6.164
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-27: Version 5.6.163
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-27: Version 5.6.162
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-27: Version 5.6.161
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-27: Version 5.6.160
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-27: Version 5.6.159
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-27: Version 5.6.158
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-27: Version 5.6.157
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-27: Version 5.6.156
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-27: Version 5.6.155
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-27: Version 5.6.154
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-27: Version 5.6.153
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-27: Version 5.6.152
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-27: Version 5.6.151
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-27: Version 5.6.150
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-26: Version 5.6.149
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-25: Version 5.6.148
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-25: Version 5.6.147
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-25: Version 5.6.146
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-25: Version 5.6.145
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-25: Version 5.6.144
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-25: Version 5.6.143
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-24: Version 5.6.142
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-24: Version 5.6.141
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-24: Version 5.6.140
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-24: Version 5.6.139
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-24: Version 5.6.138
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-24: Version 5.6.137
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-24: Version 5.6.136
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-24: Version 5.6.135
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-21: Version 5.6.134
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-21: Version 5.6.133
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-21: Version 5.6.132
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-21: Version 5.6.131
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-21: Version 5.6.130
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-21: Version 5.6.129
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-21: Version 5.6.128
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-21: Version 5.6.127
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-20: Version 5.6.126
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-20: Version 5.6.125
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-20: Version 5.6.124
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-20: Version 5.6.123
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-19: Version 5.6.122
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-19: Version 5.6.121
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-19: Version 5.6.120
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-19: Version 5.6.119
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-19: Version 5.6.118
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-19: Version 5.6.117
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-19: Version 5.6.116
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-19: Version 5.6.115
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-19: Version 5.6.114
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-19: Version 5.6.113
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-19: Version 5.6.112
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-19: Version 5.6.111
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-19: Version 5.6.110
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-19: Version 5.6.109
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-19: Version 5.6.108
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-19: Version 5.6.107
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-19: Version 5.6.106
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-18: Version 5.6.105
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-18: Version 5.6.104
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-18: Version 5.6.103
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-18: Version 5.6.102
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-18: Version 5.6.101
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-18: Version 5.6.100
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-18: Version 5.6.99
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-18: Version 5.6.98
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-18: Version 5.6.97
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-18: Version 5.6.96
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-18: Version 5.6.95
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-18: Version 5.6.94
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-18: Version 5.6.93
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-18: Version 5.6.92
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-18: Version 5.6.91
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-18: Version 5.6.90
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-18: Version 5.6.89
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-18: Version 5.6.88
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-18: Version 5.6.87
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-17: Version 5.6.86
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-17: Version 5.6.85
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-17: Version 5.6.84
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-17: Version 5.6.83
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-17: Version 5.6.82
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-17: Version 5.6.81
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-17: Version 5.6.80
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-17: Version 5.6.79
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-17: Version 5.6.78
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-17: Version 5.6.77
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-17: Version 5.6.76
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-17: Version 5.6.75
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-17: Version 5.6.74
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-17: Version 5.6.73
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-17: Version 5.6.72
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-17: Version 5.6.71
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-17: Version 5.6.70
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-16: Version 5.6.69
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-16: Version 5.6.68
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-15: Version 5.6.67
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-15: Version 5.6.66
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-14: Version 5.6.65
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-14: Version 5.6.64
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-14: Version 5.6.63
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-14: Version 5.6.62
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-14: Version 5.6.61
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-14: Version 5.6.60
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-14: Version 5.6.59
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-14: Version 5.6.58
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-14: Version 5.6.57
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-14: Version 5.6.56
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-14: Version 5.6.55
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-14: Version 5.6.54
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-14: Version 5.6.53
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-13: Version 5.6.52
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-13: Version 5.6.51
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-13: Version 5.6.50
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-13: Version 5.6.49
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-13: Version 5.6.48
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-13: Version 5.6.47
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-13: Version 5.6.46
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-13: Version 5.6.45
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-13: Version 5.6.44
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-13: Version 5.6.43
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-13: Version 5.6.42
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-13: Version 5.6.41
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-12: Version 5.6.40
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-12: Version 5.6.39
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-12: Version 5.6.38
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-11: Version 5.6.37
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-11: Version 5.6.36
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-11: Version 5.6.35
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-11: Version 5.6.34
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-11: Version 5.6.33
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-11: Version 5.6.32
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-11: Version 5.6.31
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-11: Version 5.6.30
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-11: Version 5.6.29
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-11: Version 5.6.28
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-11: Version 5.6.27
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-11: Version 5.6.26
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-11: Version 5.6.25
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-11: Version 5.6.24
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-11: Version 5.6.23
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-11: Version 5.6.22
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-11: Version 5.6.21
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-11: Version 5.6.20
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-11: Version 5.6.19
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-11: Version 5.6.18
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-10: Version 5.6.17
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-10: Version 5.6.16
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-10: Version 5.6.15
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-10: Version 5.6.14
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-10: Version 5.6.13
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-09: Version 5.6.12
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-08: Version 5.6.11
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-08: Version 5.6.10
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-07: Version 5.6.9
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-07: Version 5.6.8
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-07: Version 5.6.7
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-07: Version 5.6.6
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-07: Version 5.6.5
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-07: Version 5.6.4
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-07: Version 5.6.3
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-07: Version 5.6.2
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-07: Version 5.6.1
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-06: Version 5.5.383
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-06: Version 5.5.382
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-06: Version 5.5.381
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-06: Version 5.5.380
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-06: Version 5.5.379
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-06: Version 5.5.378
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-06: Version 5.5.377
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-06: Version 5.5.376
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-05: Version 5.5.375
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-05: Version 5.5.374
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-05: Version 5.5.373
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-05: Version 5.5.372
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-05: Version 5.5.371
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-05: Version 5.5.370
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-05: Version 5.5.369
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-05: Version 5.5.368
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-05: Version 5.5.367
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-04: Version 5.5.366
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-04: Version 5.5.365
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-04: Version 5.5.364
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-04: Version 5.5.363
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-04: Version 5.5.362
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-04: Version 5.5.361
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-04: Version 5.5.360
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-04: Version 5.5.359
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-04: Version 5.5.358
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-04: Version 5.5.357
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-04: Version 5.5.356
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-04: Version 5.5.355
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-04: Version 5.5.354
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-04: Version 5.5.353
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-04: Version 5.5.352
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-03: Version 5.5.351
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-03: Version 5.5.350
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-03: Version 5.5.349
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-03: Version 5.5.348
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-03: Version 5.5.347
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-03: Version 5.5.346
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-02: Version 5.5.345
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-02: Version 5.5.344
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-02: Version 5.5.343
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-02: Version 5.5.342
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-01: Version 5.5.341
-
- Performance and stability improvements on all platforms.
-
-
-2016-10-01: Version 5.5.340
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-30: Version 5.5.339
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-30: Version 5.5.338
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-30: Version 5.5.337
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-30: Version 5.5.336
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-30: Version 5.5.335
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-29: Version 5.5.334
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-29: Version 5.5.333
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-29: Version 5.5.332
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-29: Version 5.5.331
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-29: Version 5.5.330
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-29: Version 5.5.329
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-29: Version 5.5.328
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-29: Version 5.5.327
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-29: Version 5.5.326
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-29: Version 5.5.325
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-29: Version 5.5.324
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-29: Version 5.5.323
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-29: Version 5.5.322
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-29: Version 5.5.321
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-29: Version 5.5.320
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-29: Version 5.5.319
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-29: Version 5.5.318
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-29: Version 5.5.317
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-28: Version 5.5.316
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-28: Version 5.5.315
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-28: Version 5.5.314
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-28: Version 5.5.313
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-28: Version 5.5.312
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-28: Version 5.5.311
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-28: Version 5.5.310
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-28: Version 5.5.309
-
- [wasm] Master CL for Binary 0xC changes (Chromium issue 575167).
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-27: Version 5.5.308
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-27: Version 5.5.307
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-27: Version 5.5.306
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-27: Version 5.5.305
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-27: Version 5.5.304
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-27: Version 5.5.303
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-27: Version 5.5.302
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-27: Version 5.5.301
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-27: Version 5.5.300
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-27: Version 5.5.299
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-27: Version 5.5.298
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-27: Version 5.5.297
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-27: Version 5.5.296
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-26: Version 5.5.295
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-26: Version 5.5.294
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-26: Version 5.5.293
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-26: Version 5.5.292
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-26: Version 5.5.291
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-26: Version 5.5.290
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-26: Version 5.5.289
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-26: Version 5.5.288
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-26: Version 5.5.287
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-26: Version 5.5.286
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-26: Version 5.5.285
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-26: Version 5.5.284
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-26: Version 5.5.283
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-26: Version 5.5.282
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-24: Version 5.5.281
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-24: Version 5.5.280
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-24: Version 5.5.279
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-24: Version 5.5.278
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-23: Version 5.5.277
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-23: Version 5.5.276
-
- [wasm] Master CL for Binary 0xC changes (Chromium issue 575167).
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-23: Version 5.5.275
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-22: Version 5.5.274
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-22: Version 5.5.273
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-22: Version 5.5.272
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-22: Version 5.5.271
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-22: Version 5.5.270
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-22: Version 5.5.269
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-22: Version 5.5.268
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-22: Version 5.5.267
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-22: Version 5.5.266
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-22: Version 5.5.265
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-22: Version 5.5.264
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-22: Version 5.5.263
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-22: Version 5.5.262
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-22: Version 5.5.261
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-22: Version 5.5.260
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-22: Version 5.5.259
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-22: Version 5.5.258
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-21: Version 5.5.257
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-21: Version 5.5.256
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-21: Version 5.5.255
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-21: Version 5.5.254
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-21: Version 5.5.253
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-21: Version 5.5.252
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-21: Version 5.5.251
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-21: Version 5.5.250
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-21: Version 5.5.249
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-21: Version 5.5.248
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-21: Version 5.5.247
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-21: Version 5.5.246
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-21: Version 5.5.245
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-21: Version 5.5.244
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-21: Version 5.5.243
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-21: Version 5.5.242
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-21: Version 5.5.241
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-21: Version 5.5.240
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-21: Version 5.5.239
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-21: Version 5.5.238
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-20: Version 5.5.237
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-20: Version 5.5.236
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-20: Version 5.5.235
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-20: Version 5.5.234
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-20: Version 5.5.233
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-20: Version 5.5.232
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-20: Version 5.5.231
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-20: Version 5.5.230
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-19: Version 5.5.229
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-19: Version 5.5.228
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-19: Version 5.5.227
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-16: Version 5.5.226
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-16: Version 5.5.225
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-16: Version 5.5.224
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-16: Version 5.5.223
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-16: Version 5.5.222
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-16: Version 5.5.221
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-16: Version 5.5.220
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-16: Version 5.5.219
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-16: Version 5.5.218
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-15: Version 5.5.217
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-15: Version 5.5.216
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-15: Version 5.5.215
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-15: Version 5.5.214
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-15: Version 5.5.213
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-15: Version 5.5.212
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-15: Version 5.5.211
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-15: Version 5.5.210
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-15: Version 5.5.209
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-15: Version 5.5.208
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-15: Version 5.5.207
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-14: Version 5.5.206
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-14: Version 5.5.205
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-14: Version 5.5.204
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-14: Version 5.5.203
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-14: Version 5.5.202
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-14: Version 5.5.201
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-14: Version 5.5.200
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-14: Version 5.5.199
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-14: Version 5.5.198
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-14: Version 5.5.197
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-14: Version 5.5.196
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-14: Version 5.5.195
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-14: Version 5.5.194
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-14: Version 5.5.193
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-14: Version 5.5.192
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-14: Version 5.5.191
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-14: Version 5.5.190
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-14: Version 5.5.189
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-14: Version 5.5.188
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-14: Version 5.5.187
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-14: Version 5.5.186
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-13: Version 5.5.185
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-13: Version 5.5.184
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-13: Version 5.5.183
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-13: Version 5.5.182
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-13: Version 5.5.181
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-13: Version 5.5.180
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-13: Version 5.5.179
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-13: Version 5.5.178
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-13: Version 5.5.177
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-13: Version 5.5.176
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-13: Version 5.5.175
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-13: Version 5.5.174
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-13: Version 5.5.173
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-13: Version 5.5.172
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-13: Version 5.5.171
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-13: Version 5.5.170
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-12: Version 5.5.169
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-12: Version 5.5.168
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-12: Version 5.5.167
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-12: Version 5.5.166
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-12: Version 5.5.165
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-12: Version 5.5.164
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-12: Version 5.5.163
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-12: Version 5.5.162
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-12: Version 5.5.161
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-12: Version 5.5.160
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-12: Version 5.5.159
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-12: Version 5.5.158
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-12: Version 5.5.157
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-12: Version 5.5.156
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-12: Version 5.5.155
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-12: Version 5.5.154
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-12: Version 5.5.153
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-12: Version 5.5.152
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-12: Version 5.5.151
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-12: Version 5.5.150
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-10: Version 5.5.149
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-09: Version 5.5.148
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-09: Version 5.5.147
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-09: Version 5.5.146
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-09: Version 5.5.145
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-09: Version 5.5.144
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-09: Version 5.5.143
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-09: Version 5.5.142
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-09: Version 5.5.141
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-09: Version 5.5.140
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-09: Version 5.5.139
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-09: Version 5.5.138
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-09: Version 5.5.137
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-09: Version 5.5.136
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-09: Version 5.5.135
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-09: Version 5.5.134
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-09: Version 5.5.133
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-08: Version 5.5.132
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-08: Version 5.5.131
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-08: Version 5.5.130
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-08: Version 5.5.129
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-08: Version 5.5.128
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-08: Version 5.5.127
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-08: Version 5.5.126
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-08: Version 5.5.125
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-08: Version 5.5.124
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-08: Version 5.5.123
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-07: Version 5.5.122
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-07: Version 5.5.121
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-07: Version 5.5.120
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-07: Version 5.5.119
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-07: Version 5.5.118
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-07: Version 5.5.117
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-07: Version 5.5.116
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-07: Version 5.5.115
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-07: Version 5.5.114
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-07: Version 5.5.113
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-07: Version 5.5.112
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-07: Version 5.5.111
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-06: Version 5.5.110
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-06: Version 5.5.109
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-06: Version 5.5.108
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-06: Version 5.5.107
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-06: Version 5.5.106
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-06: Version 5.5.105
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-06: Version 5.5.104
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-06: Version 5.5.103
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-06: Version 5.5.102
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-06: Version 5.5.101
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-05: Version 5.5.100
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-05: Version 5.5.99
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-05: Version 5.5.98
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-05: Version 5.5.97
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-05: Version 5.5.96
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-05: Version 5.5.95
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-05: Version 5.5.94
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-05: Version 5.5.93
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-05: Version 5.5.92
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-05: Version 5.5.91
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-05: Version 5.5.90
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-05: Version 5.5.89
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-05: Version 5.5.88
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-05: Version 5.5.87
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-05: Version 5.5.86
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-04: Version 5.5.85
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-04: Version 5.5.84
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-04: Version 5.5.83
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-02: Version 5.5.82
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-02: Version 5.5.81
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-02: Version 5.5.80
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-02: Version 5.5.79
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-02: Version 5.5.78
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-02: Version 5.5.77
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-02: Version 5.5.76
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-02: Version 5.5.75
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-02: Version 5.5.74
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-02: Version 5.5.73
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-02: Version 5.5.72
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-02: Version 5.5.71
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-01: Version 5.5.70
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-01: Version 5.5.69
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-01: Version 5.5.68
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-01: Version 5.5.67
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-01: Version 5.5.66
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-01: Version 5.5.65
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-01: Version 5.5.64
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-01: Version 5.5.63
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-01: Version 5.5.62
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-01: Version 5.5.61
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-01: Version 5.5.60
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-01: Version 5.5.59
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-01: Version 5.5.58
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-01: Version 5.5.57
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-01: Version 5.5.56
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-01: Version 5.5.55
-
- Performance and stability improvements on all platforms.
-
-
-2016-09-01: Version 5.5.54
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-31: Version 5.5.53
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-31: Version 5.5.52
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-31: Version 5.5.51
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-31: Version 5.5.50
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-31: Version 5.5.49
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-31: Version 5.5.48
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-31: Version 5.5.47
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-31: Version 5.5.46
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-31: Version 5.5.45
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-31: Version 5.5.44
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-31: Version 5.5.43
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-31: Version 5.5.42
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-31: Version 5.5.41
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-31: Version 5.5.40
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-31: Version 5.5.39
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-31: Version 5.5.38
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-31: Version 5.5.37
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-30: Version 5.5.36
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-30: Version 5.5.35
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-30: Version 5.5.34
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-30: Version 5.5.33
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-30: Version 5.5.32
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-30: Version 5.5.31
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-30: Version 5.5.30
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-30: Version 5.5.29
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-30: Version 5.5.28
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-30: Version 5.5.27
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-30: Version 5.5.26
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-30: Version 5.5.25
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-30: Version 5.5.24
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-30: Version 5.5.23
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-30: Version 5.5.22
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-29: Version 5.5.21
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-29: Version 5.5.20
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-29: Version 5.5.19
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-29: Version 5.5.18
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-29: Version 5.5.17
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-29: Version 5.5.16
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-29: Version 5.5.15
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-29: Version 5.5.14
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-29: Version 5.5.13
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-29: Version 5.5.12
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-29: Version 5.5.11
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-29: Version 5.5.10
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-29: Version 5.5.9
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-29: Version 5.5.8
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-29: Version 5.5.7
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-29: Version 5.5.6
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-28: Version 5.5.5
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-28: Version 5.5.4
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-28: Version 5.5.3
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-28: Version 5.5.2
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-26: Version 5.5.1
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-25: Version 5.4.524
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-25: Version 5.4.523
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-25: Version 5.4.522
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-25: Version 5.4.521
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-25: Version 5.4.520
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-25: Version 5.4.519
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-25: Version 5.4.518
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-24: Version 5.4.517
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-24: Version 5.4.516
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-24: Version 5.4.515
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-24: Version 5.4.514
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-24: Version 5.4.513
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-24: Version 5.4.512
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-24: Version 5.4.511
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-24: Version 5.4.510
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-24: Version 5.4.509
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-24: Version 5.4.508
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-24: Version 5.4.507
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-24: Version 5.4.506
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-23: Version 5.4.505
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-23: Version 5.4.504
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-23: Version 5.4.503
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-23: Version 5.4.502
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-23: Version 5.4.501
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-23: Version 5.4.500
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-23: Version 5.4.499
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-23: Version 5.4.498
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-23: Version 5.4.497
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-23: Version 5.4.496
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-23: Version 5.4.495
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-23: Version 5.4.494
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-23: Version 5.4.493
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-23: Version 5.4.492
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-22: Version 5.4.491
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-22: Version 5.4.490
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-22: Version 5.4.489
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-22: Version 5.4.488
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-22: Version 5.4.487
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-22: Version 5.4.486
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-22: Version 5.4.485
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-22: Version 5.4.484
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-22: Version 5.4.483
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-22: Version 5.4.482
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-22: Version 5.4.481
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-22: Version 5.4.480
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-22: Version 5.4.479
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-20: Version 5.4.478
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-20: Version 5.4.477
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-20: Version 5.4.476
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-19: Version 5.4.475
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-19: Version 5.4.474
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-19: Version 5.4.473
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-19: Version 5.4.472
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-19: Version 5.4.471
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-19: Version 5.4.470
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-19: Version 5.4.469
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-19: Version 5.4.468
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-19: Version 5.4.467
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-19: Version 5.4.466
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-19: Version 5.4.465
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-19: Version 5.4.464
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-19: Version 5.4.463
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-19: Version 5.4.462
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-19: Version 5.4.461
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-19: Version 5.4.460
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-18: Version 5.4.459
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-18: Version 5.4.458
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-18: Version 5.4.457
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-18: Version 5.4.456
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-18: Version 5.4.455
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-18: Version 5.4.454
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-18: Version 5.4.453
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-18: Version 5.4.452
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-18: Version 5.4.451
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-18: Version 5.4.450
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-17: Version 5.4.449
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-17: Version 5.4.448
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-17: Version 5.4.447
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-17: Version 5.4.446
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-17: Version 5.4.445
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-17: Version 5.4.444
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-17: Version 5.4.443
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-17: Version 5.4.442
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-17: Version 5.4.441
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-17: Version 5.4.440
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-16: Version 5.4.439
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-16: Version 5.4.438
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-16: Version 5.4.437
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-16: Version 5.4.436
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-16: Version 5.4.435
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-16: Version 5.4.434
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-16: Version 5.4.433
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-16: Version 5.4.432
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-16: Version 5.4.431
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-16: Version 5.4.430
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-16: Version 5.4.429
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-16: Version 5.4.428
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-15: Version 5.4.427
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-15: Version 5.4.426
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-15: Version 5.4.425
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-15: Version 5.4.424
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-15: Version 5.4.423
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-14: Version 5.4.422
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-14: Version 5.4.421
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-13: Version 5.4.420
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-12: Version 5.4.419
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-12: Version 5.4.418
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-12: Version 5.4.417
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-12: Version 5.4.416
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-12: Version 5.4.415
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-12: Version 5.4.414
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-12: Version 5.4.413
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-12: Version 5.4.412
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-12: Version 5.4.411
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-12: Version 5.4.410
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-12: Version 5.4.409
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-12: Version 5.4.408
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-12: Version 5.4.407
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-11: Version 5.4.406
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-11: Version 5.4.405
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-11: Version 5.4.404
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-11: Version 5.4.403
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-11: Version 5.4.402
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-11: Version 5.4.401
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-11: Version 5.4.400
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-11: Version 5.4.399
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-10: Version 5.4.398
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-10: Version 5.4.397
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-10: Version 5.4.396
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-10: Version 5.4.395
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-10: Version 5.4.394
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-10: Version 5.4.393
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-10: Version 5.4.392
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-09: Version 5.4.391
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-09: Version 5.4.390
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-09: Version 5.4.389
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-09: Version 5.4.388
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-09: Version 5.4.387
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-09: Version 5.4.386
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-09: Version 5.4.385
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-09: Version 5.4.384
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-09: Version 5.4.383
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-09: Version 5.4.382
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-09: Version 5.4.381
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-09: Version 5.4.380
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-09: Version 5.4.379
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-09: Version 5.4.378
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-08: Version 5.4.377
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-08: Version 5.4.376
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-08: Version 5.4.375
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-08: Version 5.4.374
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-08: Version 5.4.373
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-08: Version 5.4.372
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-08: Version 5.4.371
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-08: Version 5.4.370
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-08: Version 5.4.369
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-08: Version 5.4.368
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-08: Version 5.4.367
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-05: Version 5.4.366
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-05: Version 5.4.365
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-05: Version 5.4.364
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-05: Version 5.4.363
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-05: Version 5.4.362
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-05: Version 5.4.361
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-05: Version 5.4.360
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-05: Version 5.4.359
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-05: Version 5.4.358
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-05: Version 5.4.357
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-05: Version 5.4.356
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-04: Version 5.4.355
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-04: Version 5.4.354
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-04: Version 5.4.353
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-04: Version 5.4.352
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-04: Version 5.4.351
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-04: Version 5.4.350
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-04: Version 5.4.349
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-03: Version 5.4.348
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-03: Version 5.4.347
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-03: Version 5.4.346
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-03: Version 5.4.345
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-03: Version 5.4.344
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-03: Version 5.4.343
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-03: Version 5.4.342
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-03: Version 5.4.341
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-03: Version 5.4.340
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-03: Version 5.4.339
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-03: Version 5.4.338
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-03: Version 5.4.337
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-02: Version 5.4.336
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-02: Version 5.4.335
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-02: Version 5.4.334
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-02: Version 5.4.333
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-02: Version 5.4.332
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-02: Version 5.4.331
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-02: Version 5.4.330
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-02: Version 5.4.329
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-02: Version 5.4.328
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-02: Version 5.4.327
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-02: Version 5.4.326
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-02: Version 5.4.325
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-02: Version 5.4.324
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-02: Version 5.4.323
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-02: Version 5.4.322
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-02: Version 5.4.321
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-01: Version 5.4.320
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-01: Version 5.4.319
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-01: Version 5.4.318
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-01: Version 5.4.317
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-01: Version 5.4.316
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-01: Version 5.4.315
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-01: Version 5.4.314
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-01: Version 5.4.313
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-01: Version 5.4.312
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-01: Version 5.4.311
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-01: Version 5.4.310
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-01: Version 5.4.309
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-01: Version 5.4.308
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-01: Version 5.4.307
-
- Performance and stability improvements on all platforms.
-
-
-2016-08-01: Version 5.4.306
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-31: Version 5.4.305
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-31: Version 5.4.304
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-30: Version 5.4.303
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-30: Version 5.4.302
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-29: Version 5.4.301
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-29: Version 5.4.300
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-29: Version 5.4.299
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-29: Version 5.4.298
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-29: Version 5.4.297
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-29: Version 5.4.296
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-29: Version 5.4.295
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-29: Version 5.4.294
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-29: Version 5.4.293
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-29: Version 5.4.292
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-29: Version 5.4.291
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-29: Version 5.4.290
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-29: Version 5.4.289
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-29: Version 5.4.288
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-28: Version 5.4.287
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-28: Version 5.4.286
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-28: Version 5.4.285
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-28: Version 5.4.284
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-28: Version 5.4.283
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-28: Version 5.4.282
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-28: Version 5.4.281
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-27: Version 5.4.280
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-27: Version 5.4.279
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-27: Version 5.4.278
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-27: Version 5.4.277
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-27: Version 5.4.276
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-27: Version 5.4.275
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-27: Version 5.4.274
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-27: Version 5.4.273
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-27: Version 5.4.272
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-27: Version 5.4.271
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-27: Version 5.4.270
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-27: Version 5.4.269
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-27: Version 5.4.268
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-27: Version 5.4.267
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-26: Version 5.4.266
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-26: Version 5.4.265
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-26: Version 5.4.264
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-26: Version 5.4.263
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-26: Version 5.4.262
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-26: Version 5.4.261
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-26: Version 5.4.260
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-26: Version 5.4.259
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-26: Version 5.4.258
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-26: Version 5.4.257
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-26: Version 5.4.256
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-26: Version 5.4.255
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-26: Version 5.4.254
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-26: Version 5.4.253
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-26: Version 5.4.252
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-26: Version 5.4.251
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-26: Version 5.4.250
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-25: Version 5.4.249
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-25: Version 5.4.248
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-25: Version 5.4.247
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-25: Version 5.4.246
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-25: Version 5.4.245
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-25: Version 5.4.244
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-25: Version 5.4.243
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-25: Version 5.4.242
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-25: Version 5.4.241
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-25: Version 5.4.240
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-25: Version 5.4.239
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-25: Version 5.4.238
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-25: Version 5.4.237
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-25: Version 5.4.236
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-25: Version 5.4.235
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-24: Version 5.4.234
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-24: Version 5.4.233
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-23: Version 5.4.232
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-22: Version 5.4.231
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-22: Version 5.4.230
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-22: Version 5.4.229
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-22: Version 5.4.228
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-22: Version 5.4.227
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-22: Version 5.4.226
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-22: Version 5.4.225
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-22: Version 5.4.224
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-22: Version 5.4.223
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-22: Version 5.4.222
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-22: Version 5.4.221
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-22: Version 5.4.220
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-22: Version 5.4.219
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-22: Version 5.4.218
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-21: Version 5.4.217
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-21: Version 5.4.216
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-21: Version 5.4.215
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-21: Version 5.4.214
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-21: Version 5.4.213
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-21: Version 5.4.212
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-21: Version 5.4.211
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-21: Version 5.4.210
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-21: Version 5.4.209
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-21: Version 5.4.208
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-21: Version 5.4.207
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-21: Version 5.4.206
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-21: Version 5.4.205
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-21: Version 5.4.204
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-21: Version 5.4.203
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-21: Version 5.4.202
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-21: Version 5.4.201
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-20: Version 5.4.200
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-20: Version 5.4.199
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-20: Version 5.4.198
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-20: Version 5.4.197
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-20: Version 5.4.196
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-20: Version 5.4.195
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-20: Version 5.4.194
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-20: Version 5.4.193
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-20: Version 5.4.192
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-20: Version 5.4.191
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-19: Version 5.4.190
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-19: Version 5.4.189
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-18: Version 5.4.188
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-18: Version 5.4.187
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-18: Version 5.4.186
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-18: Version 5.4.185
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-18: Version 5.4.184
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-18: Version 5.4.183
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-18: Version 5.4.182
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-18: Version 5.4.181
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-18: Version 5.4.180
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-18: Version 5.4.179
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-18: Version 5.4.178
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-18: Version 5.4.177
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-18: Version 5.4.176
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-18: Version 5.4.175
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-17: Version 5.4.174
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-17: Version 5.4.173
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-17: Version 5.4.172
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-16: Version 5.4.171
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-16: Version 5.4.170
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-16: Version 5.4.169
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-15: Version 5.4.168
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-15: Version 5.4.167
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-15: Version 5.4.166
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-15: Version 5.4.165
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-15: Version 5.4.164
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-15: Version 5.4.163
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-15: Version 5.4.162
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-15: Version 5.4.161
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-15: Version 5.4.160
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-15: Version 5.4.159
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-15: Version 5.4.158
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-15: Version 5.4.157
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-14: Version 5.4.156
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-14: Version 5.4.155
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-14: Version 5.4.154
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-14: Version 5.4.153
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-14: Version 5.4.152
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-14: Version 5.4.151
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-14: Version 5.4.150
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-14: Version 5.4.149
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-14: Version 5.4.148
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-14: Version 5.4.147
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-14: Version 5.4.146
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-14: Version 5.4.145
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-14: Version 5.4.144
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-14: Version 5.4.143
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-14: Version 5.4.142
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-14: Version 5.4.141
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-14: Version 5.4.140
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-14: Version 5.4.139
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-14: Version 5.4.138
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-14: Version 5.4.137
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-14: Version 5.4.136
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-14: Version 5.4.135
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-13: Version 5.4.134
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-13: Version 5.4.133
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-13: Version 5.4.132
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-13: Version 5.4.131
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-13: Version 5.4.130
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-13: Version 5.4.129
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-13: Version 5.4.128
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-13: Version 5.4.127
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-13: Version 5.4.126
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-13: Version 5.4.125
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-13: Version 5.4.124
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-13: Version 5.4.123
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-13: Version 5.4.122
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-13: Version 5.4.121
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-13: Version 5.4.120
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-13: Version 5.4.119
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-13: Version 5.4.118
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-13: Version 5.4.117
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-13: Version 5.4.116
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-13: Version 5.4.115
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-13: Version 5.4.114
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-13: Version 5.4.113
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-13: Version 5.4.112
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-13: Version 5.4.111
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-12: Version 5.4.110
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-12: Version 5.4.109
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-12: Version 5.4.108
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-12: Version 5.4.107
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-12: Version 5.4.106
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-12: Version 5.4.105
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-12: Version 5.4.104
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-12: Version 5.4.103
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-12: Version 5.4.102
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-12: Version 5.4.101
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-12: Version 5.4.100
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-12: Version 5.4.99
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-12: Version 5.4.98
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-12: Version 5.4.97
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-12: Version 5.4.96
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-12: Version 5.4.95
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-12: Version 5.4.94
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-12: Version 5.4.93
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-11: Version 5.4.92
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-11: Version 5.4.91
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-11: Version 5.4.90
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-11: Version 5.4.89
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-11: Version 5.4.88
-
- Recognize HTMLCloseComment after multiline comment (issue 5142).
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-11: Version 5.4.87
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-11: Version 5.4.86
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-11: Version 5.4.85
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-11: Version 5.4.84
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-11: Version 5.4.83
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-11: Version 5.4.82
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-11: Version 5.4.81
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-11: Version 5.4.80
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-11: Version 5.4.79
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-11: Version 5.4.78
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-11: Version 5.4.77
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-11: Version 5.4.76
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-11: Version 5.4.75
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-11: Version 5.4.74
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-11: Version 5.4.73
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-11: Version 5.4.72
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-11: Version 5.4.71
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-08: Version 5.4.70
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-08: Version 5.4.69
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-08: Version 5.4.68
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-08: Version 5.4.67
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-08: Version 5.4.66
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-08: Version 5.4.65
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-08: Version 5.4.64
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-08: Version 5.4.63
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-08: Version 5.4.62
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-08: Version 5.4.61
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-08: Version 5.4.60
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-07: Version 5.4.59
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-07: Version 5.4.58
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-07: Version 5.4.57
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-07: Version 5.4.56
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-07: Version 5.4.55
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-07: Version 5.4.54
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-07: Version 5.4.53
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-07: Version 5.4.52
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-07: Version 5.4.51
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-07: Version 5.4.50
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-07: Version 5.4.49
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-07: Version 5.4.48
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-07: Version 5.4.47
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-07: Version 5.4.46
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-06: Version 5.4.45
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-06: Version 5.4.44
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-06: Version 5.4.43
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-06: Version 5.4.42
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-06: Version 5.4.41
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-06: Version 5.4.40
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-06: Version 5.4.39
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-06: Version 5.4.38
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-06: Version 5.4.37
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-06: Version 5.4.36
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-06: Version 5.4.35
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-06: Version 5.4.34
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-06: Version 5.4.33
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-06: Version 5.4.32
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-06: Version 5.4.31
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-05: Version 5.4.30
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-05: Version 5.4.29
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-05: Version 5.4.28
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-05: Version 5.4.27
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-05: Version 5.4.26
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-05: Version 5.4.25
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-05: Version 5.4.24
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-05: Version 5.4.23
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-05: Version 5.4.22
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-04: Version 5.4.21
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-04: Version 5.4.20
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-04: Version 5.4.19
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-04: Version 5.4.18
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-04: Version 5.4.17
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-04: Version 5.4.16
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-04: Version 5.4.15
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-04: Version 5.4.14
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-04: Version 5.4.13
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-04: Version 5.4.12
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-04: Version 5.4.11
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-04: Version 5.4.10
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-04: Version 5.4.9
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-04: Version 5.4.8
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-03: Version 5.4.7
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-03: Version 5.4.6
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-03: Version 5.4.5
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-03: Version 5.4.4
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-01: Version 5.4.3
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-01: Version 5.4.2
-
- Performance and stability improvements on all platforms.
-
-
-2016-07-01: Version 5.4.1
-
- [stubs] GetPropertyStub added (issue 4911).
-
- [wasm] Fix receiver conversion for WASM->JS calls (Chromium issue
- 624713).
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-30: Version 5.3.351
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-30: Version 5.3.350
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-29: Version 5.3.349
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-29: Version 5.3.348
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-29: Version 5.3.347
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-29: Version 5.3.346
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-29: Version 5.3.345
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-29: Version 5.3.344
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-29: Version 5.3.343
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-29: Version 5.3.342
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-29: Version 5.3.341
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-29: Version 5.3.340
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-29: Version 5.3.339
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-29: Version 5.3.338
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-29: Version 5.3.337
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-29: Version 5.3.336
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-29: Version 5.3.335
-
- Allow trailing commas in function parameter lists (issue 5051).
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-28: Version 5.3.334
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-28: Version 5.3.333
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-27: Version 5.3.332
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-27: Version 5.3.331
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-27: Version 5.3.330
-
- [stubs] Implementing CodeStubAssembler::GetOwnProperty() (issue 4911).
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-27: Version 5.3.329
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-27: Version 5.3.328
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-27: Version 5.3.327
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-27: Version 5.3.326
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-27: Version 5.3.325
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-26: Version 5.3.324
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-26: Version 5.3.323
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-26: Version 5.3.322
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-26: Version 5.3.321
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-24: Version 5.3.320
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-24: Version 5.3.319
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-24: Version 5.3.318
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-24: Version 5.3.317
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-24: Version 5.3.316
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-23: Version 5.3.315
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-23: Version 5.3.314
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-23: Version 5.3.313
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-23: Version 5.3.312
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-22: Version 5.3.311
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-22: Version 5.3.310
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-22: Version 5.3.309
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-22: Version 5.3.308
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-22: Version 5.3.307
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-22: Version 5.3.306
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-22: Version 5.3.305
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-22: Version 5.3.304
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-22: Version 5.3.303
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-22: Version 5.3.302
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-22: Version 5.3.301
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-22: Version 5.3.300
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-22: Version 5.3.299
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-22: Version 5.3.298
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-22: Version 5.3.297
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-22: Version 5.3.296
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-22: Version 5.3.295
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-22: Version 5.3.294
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-22: Version 5.3.293
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-22: Version 5.3.292
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-21: Version 5.3.291
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-21: Version 5.3.290
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-21: Version 5.3.289
-
- Reland: change most cases of variable redeclaration from TypeError to
- SyntaxError (issue 4955).
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-21: Version 5.3.288
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-21: Version 5.3.287
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-21: Version 5.3.286
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-21: Version 5.3.285
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-21: Version 5.3.284
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-21: Version 5.3.283
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-21: Version 5.3.282
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-21: Version 5.3.281
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-21: Version 5.3.280
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-20: Version 5.3.279
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-20: Version 5.3.278
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-20: Version 5.3.277
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-20: Version 5.3.276
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-20: Version 5.3.275
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-20: Version 5.3.274
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-20: Version 5.3.273
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-20: Version 5.3.272
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-20: Version 5.3.271
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-20: Version 5.3.270
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-20: Version 5.3.269
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-20: Version 5.3.268
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-20: Version 5.3.267
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-20: Version 5.3.266
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-20: Version 5.3.265
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-20: Version 5.3.264
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-20: Version 5.3.263
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-20: Version 5.3.262
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-20: Version 5.3.261
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-20: Version 5.3.260
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-20: Version 5.3.259
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-20: Version 5.3.258
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-20: Version 5.3.257
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-17: Version 5.3.256
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-17: Version 5.3.255
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-17: Version 5.3.254
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-17: Version 5.3.253
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-17: Version 5.3.252
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-17: Version 5.3.251
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-17: Version 5.3.250
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-16: Version 5.3.249
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-16: Version 5.3.248
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-16: Version 5.3.247
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-16: Version 5.3.246
-
- [es8] Unstage syntactic tail calls (issue 4915).
-
- [ic] LoadICState cleanup (Chromium issue 576312).
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-16: Version 5.3.245
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-16: Version 5.3.244
-
- [ic] Remove --new-load-global-ic switch (Chromium issue 576312).
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-16: Version 5.3.243
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-16: Version 5.3.242
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-16: Version 5.3.241
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-15: Version 5.3.240
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-15: Version 5.3.239
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-15: Version 5.3.238
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-15: Version 5.3.237
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-15: Version 5.3.236
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-15: Version 5.3.235
-
- [ic] Enable new LoadGlobalIC machinery (Chromium issue 576312).
-
- [ic] LoadGlobalIC is now able to cache PropertyCells in the feedback
- vector (Chromium issue 576312).
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-15: Version 5.3.234
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-15: Version 5.3.233
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-15: Version 5.3.232
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-15: Version 5.3.231
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-15: Version 5.3.230
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-14: Version 5.3.229
-
- [stubs] Ensure that StoreTransitionStub does not bailout after the
- properties backing store is enlarged (Chromium issue 601420).
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-14: Version 5.3.228
-
- [ic] Split LoadIC into LoadGlobalIC and LoadIC (Chromium issue 576312).
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-14: Version 5.3.227
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-14: Version 5.3.226
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-13: Version 5.3.225
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-13: Version 5.3.224
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-13: Version 5.3.223
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-13: Version 5.3.222
-
- change most cases of variable redeclaration from TypeError to
- SyntaxError (issue 4955).
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-13: Version 5.3.221
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-13: Version 5.3.220
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-13: Version 5.3.219
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-13: Version 5.3.218
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-13: Version 5.3.217
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-13: Version 5.3.216
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-12: Version 5.3.215
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-12: Version 5.3.214
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-10: Version 5.3.213
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-10: Version 5.3.212
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-10: Version 5.3.211
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-10: Version 5.3.210
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-10: Version 5.3.209
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-10: Version 5.3.208
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-10: Version 5.3.207
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-10: Version 5.3.206
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-10: Version 5.3.205
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-10: Version 5.3.204
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-10: Version 5.3.203
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-10: Version 5.3.202
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-10: Version 5.3.201
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-09: Version 5.3.200
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-09: Version 5.3.199
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-09: Version 5.3.198
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-09: Version 5.3.197
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-09: Version 5.3.196
-
- [ic] [stubs] Remove InlineCacheState field from the code flags (Chromium
- issue 618701).
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-09: Version 5.3.195
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-09: Version 5.3.194
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-09: Version 5.3.193
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-09: Version 5.3.192
-
- [build] Use icu data file by default (Chromium issue 616033).
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-09: Version 5.3.191
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-09: Version 5.3.190
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-09: Version 5.3.189
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-09: Version 5.3.188
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-08: Version 5.3.187
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-08: Version 5.3.186
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-08: Version 5.3.185
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-08: Version 5.3.184
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-08: Version 5.3.183
-
- [build] Use sysroot for linux compilation with clang (Chromium issues
- 474921, 616032).
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-08: Version 5.3.182
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-08: Version 5.3.181
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-08: Version 5.3.180
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-08: Version 5.3.179
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-08: Version 5.3.178
-
- [icu] Support loading data file from default location (Chromium issue
- 616033).
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-08: Version 5.3.177
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-08: Version 5.3.176
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-08: Version 5.3.175
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-08: Version 5.3.174
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-08: Version 5.3.173
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-08: Version 5.3.172
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-08: Version 5.3.171
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-07: Version 5.3.170
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-07: Version 5.3.169
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-07: Version 5.3.168
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-07: Version 5.3.167
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-07: Version 5.3.166
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-07: Version 5.3.165
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-07: Version 5.3.164
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-07: Version 5.3.163
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-07: Version 5.3.162
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-07: Version 5.3.161
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-07: Version 5.3.160
-
- [runtime] Don't use ElementsTransitionAndStoreStub for transitions that
- involve instance rewriting (issue 5009, Chromium issue 617524).
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-07: Version 5.3.159
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-07: Version 5.3.158
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-07: Version 5.3.157
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-07: Version 5.3.156
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-07: Version 5.3.155
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-07: Version 5.3.154
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-06: Version 5.3.153
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-06: Version 5.3.152
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-06: Version 5.3.151
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-06: Version 5.3.150
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-06: Version 5.3.149
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-06: Version 5.3.148
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-06: Version 5.3.147
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-06: Version 5.3.146
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-06: Version 5.3.145
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-06: Version 5.3.144
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-06: Version 5.3.143
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-06: Version 5.3.142
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-06: Version 5.3.141
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-06: Version 5.3.140
-
- [build] Use sysroot for linux compilation with clang (Chromium issues
- 474921, 616032).
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-05: Version 5.3.139
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-04: Version 5.3.138
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-03: Version 5.3.137
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-03: Version 5.3.136
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-03: Version 5.3.135
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-03: Version 5.3.134
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-03: Version 5.3.133
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-03: Version 5.3.132
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-03: Version 5.3.131
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-03: Version 5.3.130
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-03: Version 5.3.129
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-03: Version 5.3.128
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-03: Version 5.3.127
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-03: Version 5.3.126
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-03: Version 5.3.125
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-03: Version 5.3.124
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-03: Version 5.3.123
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-03: Version 5.3.122
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-03: Version 5.3.121
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-02: Version 5.3.120
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-02: Version 5.3.119
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-02: Version 5.3.118
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-02: Version 5.3.117
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-02: Version 5.3.116
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-02: Version 5.3.115
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-02: Version 5.3.114
-
- [stubs] Extend HasProperty stub with dictionary-mode, string wrapper and
- double-elements objects support (issue 2743).
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-02: Version 5.3.113
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-02: Version 5.3.112
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-02: Version 5.3.111
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-02: Version 5.3.110
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-02: Version 5.3.109
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-02: Version 5.3.108
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-02: Version 5.3.107
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-01: Version 5.3.106
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-01: Version 5.3.105
-
- Extend HasProperty stub with dictionary-mode, string wrapper and double-
- elements objects support (issue 2743).
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-01: Version 5.3.104
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-01: Version 5.3.103
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-01: Version 5.3.102
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-01: Version 5.3.101
-
- [runtime] Ensure that all elements kind transitions are chained to the
- root map (issue 5009).
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-01: Version 5.3.100
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-01: Version 5.3.99
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-01: Version 5.3.98
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-01: Version 5.3.97
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-01: Version 5.3.96
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-01: Version 5.3.95
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-01: Version 5.3.94
-
- Performance and stability improvements on all platforms.
-
-
-2016-06-01: Version 5.3.93
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-31: Version 5.3.92
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-31: Version 5.3.91
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-31: Version 5.3.90
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-31: Version 5.3.89
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-31: Version 5.3.88
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-31: Version 5.3.87
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-31: Version 5.3.86
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-31: Version 5.3.85
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-31: Version 5.3.84
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-31: Version 5.3.83
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-30: Version 5.3.82
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-30: Version 5.3.81
-
- [api] Remove deprectated memory allocation callback API (issue 4813).
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-30: Version 5.3.80
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-30: Version 5.3.79
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-30: Version 5.3.78
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-30: Version 5.3.77
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-30: Version 5.3.76
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-30: Version 5.3.75
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-30: Version 5.3.74
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-30: Version 5.3.73
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-30: Version 5.3.72
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-30: Version 5.3.71
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-30: Version 5.3.70
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-30: Version 5.3.69
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-30: Version 5.3.68
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-29: Version 5.3.67
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-28: Version 5.3.66
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-28: Version 5.3.65
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-27: Version 5.3.64
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-27: Version 5.3.63
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-27: Version 5.3.62
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-27: Version 5.3.61
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-27: Version 5.3.60
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-27: Version 5.3.59
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-27: Version 5.3.58
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-27: Version 5.3.57
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-26: Version 5.3.56
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-26: Version 5.3.55
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-26: Version 5.3.54
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-26: Version 5.3.53
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-25: Version 5.3.52
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-25: Version 5.3.51
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-25: Version 5.3.50
-
- TypedArray: Make byteOffset, byteLength, and length configurable (issue
- 4902).
-
- Make %ThrowTypeError% function(s) strict (issue 4925).
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-25: Version 5.3.49
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-25: Version 5.3.48
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-25: Version 5.3.47
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-25: Version 5.3.46
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-25: Version 5.3.45
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-25: Version 5.3.44
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-25: Version 5.3.43
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-25: Version 5.3.42
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-25: Version 5.3.41
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-25: Version 5.3.40
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-25: Version 5.3.39
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-24: Version 5.3.38
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-24: Version 5.3.37
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-24: Version 5.3.36
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-24: Version 5.3.35
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-24: Version 5.3.34
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-24: Version 5.3.33
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-24: Version 5.3.32
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-24: Version 5.3.31
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-24: Version 5.3.30
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-24: Version 5.3.29
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-24: Version 5.3.28
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-24: Version 5.3.27
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-24: Version 5.3.26
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-24: Version 5.3.25
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-24: Version 5.3.24
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-24: Version 5.3.23
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-24: Version 5.3.22
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-23: Version 5.3.21
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-23: Version 5.3.20
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-23: Version 5.3.19
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-23: Version 5.3.18
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-23: Version 5.3.17
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-23: Version 5.3.16
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-23: Version 5.3.15
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-23: Version 5.3.14
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-23: Version 5.3.13
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-23: Version 5.3.12
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-23: Version 5.3.11
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-23: Version 5.3.10
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-23: Version 5.3.9
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-21: Version 5.3.8
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-21: Version 5.3.7
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-21: Version 5.3.6
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-20: Version 5.3.5
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-20: Version 5.3.4
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-20: Version 5.3.3
-
- Move case conversion with ICU to 'staged' (issues 4476, 4477).
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-20: Version 5.3.2
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-20: Version 5.3.1
-
- Move case conversion with ICU to 'staged' (issues 4476, 4477).
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-19: Version 5.2.371
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-19: Version 5.2.370
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-19: Version 5.2.369
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-19: Version 5.2.368
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-18: Version 5.2.367
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-18: Version 5.2.366
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-18: Version 5.2.365
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-18: Version 5.2.364
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-18: Version 5.2.363
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-18: Version 5.2.362
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-18: Version 5.2.361
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-18: Version 5.2.360
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-18: Version 5.2.359
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-18: Version 5.2.358
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-18: Version 5.2.357
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-18: Version 5.2.356
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-18: Version 5.2.355
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-18: Version 5.2.354
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-18: Version 5.2.353
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-18: Version 5.2.352
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-18: Version 5.2.351
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-18: Version 5.2.350
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-18: Version 5.2.349
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-18: Version 5.2.348
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-17: Version 5.2.347
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-17: Version 5.2.346
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-17: Version 5.2.345
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-17: Version 5.2.344
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-17: Version 5.2.343
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-17: Version 5.2.342
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-17: Version 5.2.341
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-17: Version 5.2.340
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-17: Version 5.2.339
-
- [wasm] remove extra nops in asm-wasm (issue 4203).
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-17: Version 5.2.338
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-17: Version 5.2.337
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-17: Version 5.2.336
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-17: Version 5.2.335
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-17: Version 5.2.334
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-17: Version 5.2.333
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-17: Version 5.2.332
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-16: Version 5.2.331
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-16: Version 5.2.330
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-16: Version 5.2.329
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-16: Version 5.2.328
-
- Add UseCounter for decimal with leading zero (issue 4973).
-
- [esnext] implement frontend changes for async/await proposal (issue
- 4483).
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-16: Version 5.2.327
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-15: Version 5.2.326
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-14: Version 5.2.325
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-14: Version 5.2.324
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-13: Version 5.2.323
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-13: Version 5.2.322
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-13: Version 5.2.321
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-13: Version 5.2.320
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-13: Version 5.2.319
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-13: Version 5.2.318
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-13: Version 5.2.317
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-13: Version 5.2.316
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-13: Version 5.2.315
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-13: Version 5.2.314
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-13: Version 5.2.313
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-13: Version 5.2.312
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-13: Version 5.2.311
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-13: Version 5.2.310
-
- [api] Clarify expectations of ArrayBuffer::Allocator in API (Chromium
- issue 611688).
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-13: Version 5.2.309
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-13: Version 5.2.308
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-13: Version 5.2.307
-
- In parallel to the strict octal check that would reject `012` in strict
- mode, this patch collects UseCounters for `089` in strict mode. The spec
- says this should be an error, but this patch does not report it as such
- (issue 4973).
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-12: Version 5.2.306
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-12: Version 5.2.305
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-12: Version 5.2.304
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-12: Version 5.2.303
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-12: Version 5.2.302
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-12: Version 5.2.301
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-12: Version 5.2.300
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-12: Version 5.2.299
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-12: Version 5.2.298
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-12: Version 5.2.297
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-12: Version 5.2.296
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-12: Version 5.2.295
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-11: Version 5.2.294
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-11: Version 5.2.293
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-11: Version 5.2.292
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-11: Version 5.2.291
-
- Use ICU case conversion/transliterator for case conversion (issues 4476,
- 4477).
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-11: Version 5.2.290
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-11: Version 5.2.289
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-11: Version 5.2.288
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-11: Version 5.2.287
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-11: Version 5.2.286
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-11: Version 5.2.285
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-11: Version 5.2.284
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-10: Version 5.2.283
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-10: Version 5.2.282
-
- Fix Map::AsArray to properly iterate over the backing store (issue
- 4946).
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-10: Version 5.2.281
-
- Remove LOG line checking from presubmit.
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-10: Version 5.2.280
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-10: Version 5.2.279
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-10: Version 5.2.278
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-10: Version 5.2.277
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-10: Version 5.2.276
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-10: Version 5.2.275
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-10: Version 5.2.274
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-10: Version 5.2.273
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-10: Version 5.2.272
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-10: Version 5.2.271
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-10: Version 5.2.270
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-10: Version 5.2.269
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-10: Version 5.2.268
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-10: Version 5.2.267
-
- Various species micro-optimizations (Chromium issue 609739).
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-09: Version 5.2.266
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-09: Version 5.2.265
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-09: Version 5.2.264
-
- Fix TypedArray Property optimizations (Chromium issue 593634).
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-09: Version 5.2.263
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-09: Version 5.2.262
-
- [V8] Add v8::Value::TypeOf to API (Chromium issue 595206).
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-09: Version 5.2.261
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-09: Version 5.2.260
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-09: Version 5.2.259
-
- Expose IsConstructor to the C++ API (issue 4993).
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-09: Version 5.2.258
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-09: Version 5.2.257
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-09: Version 5.2.256
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-09: Version 5.2.255
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-09: Version 5.2.254
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-08: Version 5.2.253
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-07: Version 5.2.252
-
- fix Set::AsArray to not leave undefined holes in output array (issue
- 4946).
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-06: Version 5.2.251
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-06: Version 5.2.250
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-06: Version 5.2.249
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-06: Version 5.2.248
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-06: Version 5.2.247
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-06: Version 5.2.246
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-06: Version 5.2.245
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-06: Version 5.2.244
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-06: Version 5.2.243
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-04: Version 5.2.242
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-04: Version 5.2.241
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-04: Version 5.2.240
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-04: Version 5.2.239
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-04: Version 5.2.238
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-04: Version 5.2.237
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-04: Version 5.2.236
-
- S390: Add HasProperty code stub that tries simple lookups or jumps to
- runtime otherwise (issue 2743).
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-04: Version 5.2.235
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-04: Version 5.2.234
-
- Make array __proto__ manipulations not disturb the species protector
- (Chromium issue 606207).
-
- Add v8::Object::GetOwnPropertyNames(context, filter) method (issue 3861,
- Chromium issue 581495).
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-04: Version 5.2.233
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-04: Version 5.2.232
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-04: Version 5.2.231
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-04: Version 5.2.230
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-04: Version 5.2.229
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-04: Version 5.2.228
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-04: Version 5.2.227
-
- MIPS64: Fix [turbofan] Length and index2 are unsigned in
- CheckedLoad/CheckedStore (Chromium issue 599717).
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-04: Version 5.2.226
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-04: Version 5.2.225
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-04: Version 5.2.224
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-04: Version 5.2.223
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-04: Version 5.2.222
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-04: Version 5.2.221
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-04: Version 5.2.220
-
- [wasm] Fix for 608630: allow proxies as FFI (Chromium issue 608630).
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-04: Version 5.2.219
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-03: Version 5.2.218
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-03: Version 5.2.217
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-03: Version 5.2.216
-
- [wasm] Disallow runtime calls in asm.js modules (Chromium issue 592352).
-
- [API] remove (deprecated) hidden properties.
-
- [wasm] Fix bug with empty input to Wasm.instantiateModuleFromAsm()
- (Chromium issue 605488).
-
- Add HasProperty code stub that tries simple lookups or jumps to runtime
- otherwise (issue 2743).
-
- Fix ExternalTwobyteStringUtf16CharacterStream::PushBack(kEndOfInput)
- (Chromium issue 607903).
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-03: Version 5.2.215
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-03: Version 5.2.214
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-03: Version 5.2.213
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-03: Version 5.2.212
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-03: Version 5.2.211
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-02: Version 5.2.210
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-02: Version 5.2.209
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-02: Version 5.2.208
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-02: Version 5.2.207
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-02: Version 5.2.206
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-02: Version 5.2.205
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-02: Version 5.2.204
-
- [debugger] Add JSProxy support in Runtime::GetInternalProperties
- (Chromium issue 588705).
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-02: Version 5.2.203
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-02: Version 5.2.202
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-02: Version 5.2.201
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-02: Version 5.2.200
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-02: Version 5.2.199
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-02: Version 5.2.198
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-02: Version 5.2.197
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-02: Version 5.2.196
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-02: Version 5.2.195
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-02: Version 5.2.194
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-02: Version 5.2.193
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-02: Version 5.2.192
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-02: Version 5.2.191
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-01: Version 5.2.190
-
- Performance and stability improvements on all platforms.
-
-
-2016-05-01: Version 5.2.189
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-30: Version 5.2.188
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-30: Version 5.2.187
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-30: Version 5.2.186
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-29: Version 5.2.185
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-29: Version 5.2.184
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-29: Version 5.2.183
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-29: Version 5.2.182
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-29: Version 5.2.181
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-29: Version 5.2.180
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-29: Version 5.2.179
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-29: Version 5.2.178
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-29: Version 5.2.177
-
- Fix overflow issue in Zone::New (Chromium issue 606115).
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-29: Version 5.2.176
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-29: Version 5.2.175
-
- [wasm] Binary 11: Bump module version to 0xB. [wasm] Binary 11: Swap the
- order of section name / section length. [wasm] Binary 11: Shorter
- section names. [wasm] Binary 11: Add a prefix for function type
- declarations. [wasm] Binary 11: Function types encoded as pcount, p*,
- rcount, r* [wasm] Fix numeric names for functions (Chromium issue
- 575167).
-
- [wasm] Binary 11: WASM AST is now postorder. [wasm] Binary 11: br_table
- takes a value. [wasm] Binary 11: Add implicit blocks to if arms. [wasm]
- Binary 11: Add arities to call, return, and breaks [wasm] Binary 11: Add
- experimental version (Chromium issue 575167).
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-29: Version 5.2.174
-
- Add checks for detached ArrayBuffers to ArrayBuffer.prototype.slice
- (issue 4964).
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-28: Version 5.2.173
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-28: Version 5.2.172
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-28: Version 5.2.171
-
- Ship for-in initializer deprecation (issue 4942).
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-28: Version 5.2.170
-
- Add GC request to libFuzzers in attempt to avoid parasitic coverage
- (Chromium issue 584819).
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-28: Version 5.2.169
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-28: Version 5.2.168
-
- Prevent unnecessary memory (de-)allocations in LiteralBuffer::CopyFrom
- (issue 4947).
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-28: Version 5.2.167
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-28: Version 5.2.166
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-28: Version 5.2.165
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-28: Version 5.2.164
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-27: Version 5.2.163
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-27: Version 5.2.162
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-27: Version 5.2.161
-
- [esnext] stage --harmony-string-padding (issue 4954).
-
- Disallow generator declarations in certain locations (issue 4824).
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-27: Version 5.2.160
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-27: Version 5.2.159
-
- [api] Expose FunctionCallbackInfo::NewTarget (issue 4261).
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-27: Version 5.2.158
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-27: Version 5.2.157
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-27: Version 5.2.156
-
- [es8] Report proper syntax error for tail call expressions in for-in and
- for-of bodies (issue 4915).
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-27: Version 5.2.155
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-27: Version 5.2.154
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-27: Version 5.2.153
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-27: Version 5.2.152
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-27: Version 5.2.151
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-26: Version 5.2.150
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-26: Version 5.2.149
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-26: Version 5.2.148
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-26: Version 5.2.147
-
- Do not penalize performance when --harmony-species is off (Chromium
- issue 606207).
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-26: Version 5.2.146
-
- [es8] Initial set of changes to support syntactic tail calls (issue
- 4915).
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-26: Version 5.2.145
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-26: Version 5.2.144
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-26: Version 5.2.143
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-26: Version 5.2.142
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-26: Version 5.2.141
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-26: Version 5.2.140
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-26: Version 5.2.139
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-26: Version 5.2.138
-
- [es6] Fix tail call elimination in single-expression arrow functions
- (issue 4698).
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-26: Version 5.2.137
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-25: Version 5.2.136
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-25: Version 5.2.135
-
- Widen --harmony-for-in flag to throw errors in PreParser (issue 4942).
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-25: Version 5.2.134
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-25: Version 5.2.133
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-25: Version 5.2.132
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-25: Version 5.2.131
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-25: Version 5.2.130
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-25: Version 5.2.129
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-25: Version 5.2.128
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-25: Version 5.2.127
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-25: Version 5.2.126
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-25: Version 5.2.125
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-25: Version 5.2.124
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-25: Version 5.2.123
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-25: Version 5.2.122
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-22: Version 5.2.121
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-22: Version 5.2.120
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-22: Version 5.2.119
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-22: Version 5.2.118
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-22: Version 5.2.117
-
- [debugger] Hide scopes that originate from desugaring (Chromium issue
- 604458).
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-22: Version 5.2.116
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-22: Version 5.2.115
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-21: Version 5.2.114
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-21: Version 5.2.113
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-21: Version 5.2.112
-
- [ic] Restore PROPERTY key tracking in keyed ICs (Chromium issue 594183).
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-21: Version 5.2.111
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-21: Version 5.2.110
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-21: Version 5.2.109
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-21: Version 5.2.108
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-21: Version 5.2.107
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-21: Version 5.2.106
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-21: Version 5.2.105
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-21: Version 5.2.104
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-21: Version 5.2.103
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-21: Version 5.2.102
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-20: Version 5.2.101
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-20: Version 5.2.100
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-20: Version 5.2.99
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-20: Version 5.2.98
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-20: Version 5.2.97
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-20: Version 5.2.96
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-20: Version 5.2.95
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-20: Version 5.2.94
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-20: Version 5.2.93
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-20: Version 5.2.92
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-20: Version 5.2.91
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-20: Version 5.2.90
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-20: Version 5.2.89
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-20: Version 5.2.88
-
- [turbofan] Length and index2 are unsigned in CheckedLoad/CheckedStore
- (Chromium issue 599717).
-
- Prevent un-parsed LiteralFunction reaching the compiler (Chromium issue
- 604044).
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-20: Version 5.2.87
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-20: Version 5.2.86
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-19: Version 5.2.85
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-19: Version 5.2.84
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-19: Version 5.2.83
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-19: Version 5.2.82
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-19: Version 5.2.81
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-19: Version 5.2.80
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-19: Version 5.2.79
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-19: Version 5.2.78
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-19: Version 5.2.77
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-19: Version 5.2.76
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-19: Version 5.2.75
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-19: Version 5.2.74
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-19: Version 5.2.73
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-19: Version 5.2.72
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-19: Version 5.2.71
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-19: Version 5.2.70
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-19: Version 5.2.69
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-19: Version 5.2.68
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-19: Version 5.2.67
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-19: Version 5.2.66
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-18: Version 5.2.65
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-18: Version 5.2.64
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-18: Version 5.2.63
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-18: Version 5.2.62
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-18: Version 5.2.61
-
- [Atomics] Remove Atomics code stubs; use TF ops (issue 4614).
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-18: Version 5.2.60
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-18: Version 5.2.59
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-18: Version 5.2.58
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-18: Version 5.2.57
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-18: Version 5.2.56
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-18: Version 5.2.55
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-18: Version 5.2.54
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-18: Version 5.2.53
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-18: Version 5.2.52
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-18: Version 5.2.51
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-18: Version 5.2.50
-
- [Atomics] Remove Atomics code stubs; use TF ops (issue 4614).
-
- Performance and stability improvements on all platforms.
-
-
-2016-04-18: Version 5.2.49
-
- [api] Bring back finalizers on global handles.
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-17: Sentinel
-
- The ChangeLog file is no longer maintained on master. This
- sentinel should stay on top of this list.
-
-2016-02-17: Version 4.10.253
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-17: Version 4.10.252
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-17: Version 4.10.251
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-17: Version 4.10.250
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-16: Version 4.10.249
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-16: Version 4.10.248
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-16: Version 4.10.247
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-16: Version 4.10.246
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-16: Version 4.10.245
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-16: Version 4.10.244
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-16: Version 4.10.243
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-16: Version 4.10.242
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-16: Version 4.10.241
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-16: Version 4.10.240
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-16: Version 4.10.239
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-16: Version 4.10.238
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-16: Version 4.10.237
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-16: Version 4.10.236
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-16: Version 4.10.235
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-16: Version 4.10.234
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-16: Version 4.10.233
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-16: Version 4.10.232
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-16: Version 4.10.231
-
- Make NamedLoadHandlerCompiler::CompileLoadInterceptor behave correcly
- with lazy accessors (Chromium issue 585764).
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-16: Version 4.10.230
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-16: Version 4.10.229
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-16: Version 4.10.228
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-16: Version 4.10.227
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-16: Version 4.10.226
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-16: Version 4.10.225
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-15: Version 4.10.224
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-15: Version 4.10.223
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-15: Version 4.10.222
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-15: Version 4.10.221
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-15: Version 4.10.220
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-15: Version 4.10.219
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-15: Version 4.10.218
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-15: Version 4.10.217
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-15: Version 4.10.216
-
- [wasm] Add support for a start function (Chromium issue 575167).
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-15: Version 4.10.215
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-15: Version 4.10.214
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-15: Version 4.10.213
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-15: Version 4.10.212
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-15: Version 4.10.211
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-15: Version 4.10.210
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-14: Version 4.10.209
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-14: Version 4.10.208
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-14: Version 4.10.207
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-13: Version 4.10.206
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-12: Version 4.10.205
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-12: Version 4.10.204
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-12: Version 4.10.203
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-12: Version 4.10.202
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-12: Version 4.10.201
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-12: Version 4.10.200
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-12: Version 4.10.199
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-12: Version 4.10.198
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-12: Version 4.10.197
-
- Stage --harmony-function-name (issue 3699).
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-12: Version 4.10.196
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-10: Version 4.10.195
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-10: Version 4.10.194
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-10: Version 4.10.193
-
- Use a for-of loop in Array.from (issue 4739).
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-09: Version 4.10.192
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-09: Version 4.10.191
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-09: Version 4.10.190
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-09: Version 4.10.189
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-09: Version 4.10.188
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-09: Version 4.10.187
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-09: Version 4.10.186
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-09: Version 4.10.185
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-09: Version 4.10.184
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-09: Version 4.10.183
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-08: Version 4.10.182
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-08: Version 4.10.181
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-08: Version 4.10.180
-
- [wasm] Put the condition last in kExprBrIf (Chromium issue 575167).
-
- Stage --harmony-species flag, enabling Symbol.species (issue 4093).
-
- Extend subarray web compatibility fix to --harmony-species (issue 4665).
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-08: Version 4.10.179
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-08: Version 4.10.178
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-08: Version 4.10.177
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-08: Version 4.10.176
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-08: Version 4.10.175
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-08: Version 4.10.174
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-08: Version 4.10.173
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-08: Version 4.10.172
-
- android: Use libc++ instead of stlport (issue 4615).
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-08: Version 4.10.171
-
- [api] Make ObjectTemplate::SetNativeDataProperty() work even if the
- ObjectTemplate does not have a constructor (Chromium issue 579009).
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-05: Version 4.10.170
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-05: Version 4.10.169
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-05: Version 4.10.168
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-05: Version 4.10.167
-
- [wasm] min/max does not return signaling NaNs anymore (Chromium issue
- 4733).
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-05: Version 4.10.166
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-05: Version 4.10.165
-
- [wasm] Put the condition last in kExprSelect (issue 4735, Chromium issue
- 575167).
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-05: Version 4.10.164
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-05: Version 4.10.163
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-05: Version 4.10.162
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-05: Version 4.10.161
-
- PPC: [generators] Implement Generator.prototype.return (issue 3566).
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-04: Version 4.10.160
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-04: Version 4.10.159
-
- [generators] Implement Generator.prototype.return (issue 3566).
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-04: Version 4.10.158
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-04: Version 4.10.157
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-04: Version 4.10.156
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-04: Version 4.10.155
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-04: Version 4.10.154
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-04: Version 4.10.153
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-04: Version 4.10.152
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-04: Version 4.10.151
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-03: Version 4.10.150
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-03: Version 4.10.149
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-03: Version 4.10.148
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-03: Version 4.10.147
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-03: Version 4.10.146
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-03: Version 4.10.145
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-02: Version 4.10.144
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-02: Version 4.10.143
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-02: Version 4.10.142
-
- [wasm] Provide backoff implementations for the Fxx rounding instructions
- (Chromium issue 575379).
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-02: Version 4.10.141
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-02: Version 4.10.140
-
- [api] Make ObjectTemplate::SetNativeDataProperty() work even if the
- ObjectTemplate does not have a constructor (Chromium issue 579009).
-
- Add native callbacks to FastAccessorAssembler (Chromium issue 508898).
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-02: Version 4.10.139
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-02: Version 4.10.138
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-01: Version 4.10.137
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-01: Version 4.10.136
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-01: Version 4.10.135
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-01: Version 4.10.134
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-01: Version 4.10.133
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-01: Version 4.10.132
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-01: Version 4.10.131
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-01: Version 4.10.130
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-01: Version 4.10.129
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-01: Version 4.10.128
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-01: Version 4.10.127
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-01: Version 4.10.126
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-01: Version 4.10.125
-
- Ship RegExp subclassing (issues 4305, 4343, 4344, 4345).
-
- Performance and stability improvements on all platforms.
-
-
-2016-02-01: Version 4.10.124
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-31: Version 4.10.123
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-31: Version 4.10.122
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-29: Version 4.10.121
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-29: Version 4.10.120
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-29: Version 4.10.119
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-29: Version 4.10.118
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-29: Version 4.10.117
-
- Fix Unicode string normalization with null bytes (issue 4654).
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-29: Version 4.10.116
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-29: Version 4.10.115
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-29: Version 4.10.114
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-29: Version 4.10.113
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-29: Version 4.10.112
-
- [regexp] stage unicode regexps (issue 2952).
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-29: Version 4.10.111
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-28: Version 4.10.110
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-28: Version 4.10.109
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-28: Version 4.10.108
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-28: Version 4.10.107
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-28: Version 4.10.106
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-28: Version 4.10.105
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-28: Version 4.10.104
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-28: Version 4.10.103
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-28: Version 4.10.102
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-28: Version 4.10.101
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-28: Version 4.10.100
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-28: Version 4.10.99
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-28: Version 4.10.98
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-27: Version 4.10.97
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-27: Version 4.10.96
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-27: Version 4.10.95
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-27: Version 4.10.94
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-27: Version 4.10.93
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-27: Version 4.10.92
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-27: Version 4.10.91
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-27: Version 4.10.90
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-27: Version 4.10.89
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-27: Version 4.10.88
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-27: Version 4.10.87
-
- [api] Default native data property setter to replace the setter if the
- property is writable (Chromium issue 580584).
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-27: Version 4.10.86
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-27: Version 4.10.85
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-27: Version 4.10.84
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-27: Version 4.10.83
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-27: Version 4.10.82
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-27: Version 4.10.81
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-27: Version 4.10.80
-
- Stage RegExp subclassing (issues 4305, 4343, 4344, 4345).
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-26: Version 4.10.79
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-26: Version 4.10.78
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-26: Version 4.10.77
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-26: Version 4.10.76
-
- Ensure arrow functions can close over lexically-scoped variables (issue
- 4255, Chromium issue 580934).
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-26: Version 4.10.75
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-26: Version 4.10.74
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-26: Version 4.10.73
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-26: Version 4.10.72
-
- [GN] Remove CAN_USE_VFP_INSTRUCTIONS define to match GYP.
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-26: Version 4.10.71
-
- PPC: [es6] Tail calls support (issue 4698).
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-26: Version 4.10.70
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-26: Version 4.10.69
-
- [es6] Tail calls support (issue 4698).
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-26: Version 4.10.68
-
- Support @@species in Array.prototype.concat (issue 4093).
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-25: Version 4.10.67
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-25: Version 4.10.66
-
- Restore per-TypedArray-class length accessors as a perf workaround
- (Chromium issue 579905).
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-25: Version 4.10.65
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-25: Version 4.10.64
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-25: Version 4.10.63
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-25: Version 4.10.62
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-25: Version 4.10.61
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-25: Version 4.10.60
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-25: Version 4.10.59
-
- Don't NULL-check GlobalHandle::Node::object_ (issue 3647, Chromium issue
- 580651).
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-25: Version 4.10.58
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-25: Version 4.10.57
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-25: Version 4.10.56
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-25: Version 4.10.55
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-25: Version 4.10.54
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-25: Version 4.10.53
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-25: Version 4.10.52
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-25: Version 4.10.51
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-22: Version 4.10.50
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-22: Version 4.10.49
-
- Sloppy mode webcompat: allow conflicting function declarations in blocks
- (issue 4693, Chromium issue 579395).
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-22: Version 4.10.48
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-22: Version 4.10.47
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-22: Version 4.10.46
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-22: Version 4.10.45
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-22: Version 4.10.44
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-22: Version 4.10.43
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-22: Version 4.10.42
-
- Array length reduction should throw in strict mode if it can't delete an
- element (issue 4267).
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-22: Version 4.10.41
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-22: Version 4.10.40
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-22: Version 4.10.39
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-22: Version 4.10.38
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-22: Version 4.10.37
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-21: Version 4.10.36
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-21: Version 4.10.35
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-21: Version 4.10.34
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-21: Version 4.10.33
-
- Array length reduction should throw in strict mode if it can't delete an
- element (issue 4267).
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-21: Version 4.10.32
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-21: Version 4.10.31
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-21: Version 4.10.30
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-21: Version 4.10.29
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-21: Version 4.10.28
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-21: Version 4.10.27
-
- [debugger] negative conditional break points mute breaks and exceptions
- (Chromium issue 429167).
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-21: Version 4.10.26
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-21: Version 4.10.25
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-20: Version 4.10.24
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-20: Version 4.10.23
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-20: Version 4.10.22
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-20: Version 4.10.21
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-20: Version 4.10.20
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-20: Version 4.10.19
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-20: Version 4.10.18
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-20: Version 4.10.17
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-20: Version 4.10.16
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-20: Version 4.10.15
-
- [wasm] Implemented F32Trunc as a turbofan graph based on int32
- instructions (Chromium issue 575379).
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-20: Version 4.10.14
-
- [wasm] Verify boundaries of data segments when decoding modules
- (Chromium issue 575167).
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-20: Version 4.10.13
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-20: Version 4.10.12
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-20: Version 4.10.11
-
- [runtime] Do not use the enum-cache for keys retrieval (issue 705).
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-20: Version 4.10.10
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-20: Version 4.10.9
-
- Separate String.prototype.replace into RegExp.prototype[Symbol.replace]
- (issue 4343).
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-19: Version 4.10.8
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-19: Version 4.10.7
-
- [wasm] Enable WASM JavaScript API tests (Chromium issue 575167).
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-18: Version 4.10.6
-
- [wasm] Create a wrapper function for WASM.asmCompileRun() (Chromium
- issue 575372).
-
- Make generators non-constructable (issues 4163, 4630).
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-18: Version 4.10.5
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-18: Version 4.10.4
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-18: Version 4.10.3
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-16: Version 4.10.2
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-16: Version 4.10.1
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-15: Version 4.9.391
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-15: Version 4.9.390
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-15: Version 4.9.389
-
- Construct instances of base class from TypedArray.prototype.subarray
- (issue 4665).
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-14: Version 4.9.388
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-14: Version 4.9.387
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-14: Version 4.9.386
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-14: Version 4.9.385
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-14: Version 4.9.384
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-14: Version 4.9.383
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-14: Version 4.9.382
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-14: Version 4.9.381
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-14: Version 4.9.380
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-14: Version 4.9.379
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-14: Version 4.9.378
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-13: Version 4.9.377
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-13: Version 4.9.376
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-13: Version 4.9.375
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-13: Version 4.9.374
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-13: Version 4.9.373
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-13: Version 4.9.372
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-13: Version 4.9.371
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-13: Version 4.9.370
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-13: Version 4.9.369
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-13: Version 4.9.368
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-13: Version 4.9.367
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-13: Version 4.9.366
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-13: Version 4.9.365
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-13: Version 4.9.364
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-13: Version 4.9.363
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-13: Version 4.9.362
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-13: Version 4.9.361
-
- Disable concurrent osr (issue 4650).
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-13: Version 4.9.360
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-13: Version 4.9.359
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-12: Version 4.9.358
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-12: Version 4.9.357
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-12: Version 4.9.356
-
- [wasm] Rename the WASM object to _WASMEXP_ (Chromium issue 575167).
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-12: Version 4.9.355
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-12: Version 4.9.354
-
- Reland of "[Proxies] Ship Proxies + Reflect." (issues 1543, 3931).
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-12: Version 4.9.353
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-12: Version 4.9.352
-
- Gracefully handle proxies in AllCanWrite() (issue 1543, Chromium issue
- 576662).
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-12: Version 4.9.351
-
- [wasm] Fix double to int conversions (Chromium issue 576560).
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-12: Version 4.9.350
-
- [Proxies] Ship Proxies + Reflect (issues 1543, 3931).
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-12: Version 4.9.349
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-12: Version 4.9.348
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-12: Version 4.9.347
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-12: Version 4.9.346
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-12: Version 4.9.345
-
- Add @@species/better subclassing support to Promises (issue 4633,
- Chromium issue 575314).
-
- TypedArray and ArrayBuffer support for @@species (issue 4093).
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-12: Version 4.9.344
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-11: Version 4.9.343
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-11: Version 4.9.342
-
- Ship ES2015 sloppy-mode const semantics (issue 3305).
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-11: Version 4.9.341
-
- Partial rollback of Promise error checking (issue 4633).
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-11: Version 4.9.340
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-11: Version 4.9.339
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-11: Version 4.9.338
-
- [wasm] Fix set_local appearing in unreachable code (Chromium issue
- 575861).
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-11: Version 4.9.337
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-11: Version 4.9.336
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-11: Version 4.9.335
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-11: Version 4.9.334
-
- [wasm] Avoid crashing if parsing fails in asm -> wasm (Chromium issue
- 575369).
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-11: Version 4.9.333
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-11: Version 4.9.332
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-11: Version 4.9.331
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-09: Version 4.9.330
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-08: Version 4.9.329
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-08: Version 4.9.328
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-08: Version 4.9.327
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-08: Version 4.9.326
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-08: Version 4.9.325
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-08: Version 4.9.324
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-08: Version 4.9.323
-
- Fix sloppy block-scoped function hoisting with nested zones (Chromium
- issue 537816).
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-08: Version 4.9.322
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-08: Version 4.9.321
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-08: Version 4.9.320
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-08: Version 4.9.319
-
- [wasm] Fix validation error for missing return statement in asm.js
- module (Chromium issue 575364).
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-08: Version 4.9.318
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-08: Version 4.9.317
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-08: Version 4.9.316
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-08: Version 4.9.315
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-08: Version 4.9.314
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-07: Version 4.9.313
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-07: Version 4.9.312
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-07: Version 4.9.311
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-07: Version 4.9.310
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-07: Version 4.9.309
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-07: Version 4.9.308
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-07: Version 4.9.307
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-07: Version 4.9.306
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-07: Version 4.9.305
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-07: Version 4.9.304
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-07: Version 4.9.303
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-07: Version 4.9.302
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-07: Version 4.9.301
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-07: Version 4.9.300
-
- Add Array support for @@species and subclassing (issue 4093).
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-06: Version 4.9.299
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-06: Version 4.9.298
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-06: Version 4.9.297
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-05: Version 4.9.296
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-05: Version 4.9.295
-
- Ship ES2015 sloppy-mode function hoisting, let, class (issues 3305,
- 4285).
-
- Ship destructuring assignment (issue 811).
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-05: Version 4.9.294
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-05: Version 4.9.293
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-05: Version 4.9.292
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-05: Version 4.9.291
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-05: Version 4.9.290
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-05: Version 4.9.289
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-05: Version 4.9.288
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-05: Version 4.9.287
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-05: Version 4.9.286
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-05: Version 4.9.285
-
- Accept time zones like GMT-8 in the legacy date parser (Chromium issue
- 422858).
-
- Timezone name check fix (Chromium issue 364374).
-
- Add a --harmony-species flag, defining @@species on constructors (issue
- 4093).
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-04: Version 4.9.284
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-04: Version 4.9.283
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-04: Version 4.9.282
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-04: Version 4.9.281
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-04: Version 4.9.280
-
- Performance and stability improvements on all platforms.
-
-
-2016-01-01: Version 4.9.279
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-31: Version 4.9.278
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-31: Version 4.9.277
-
- Fix 'illegal access' in Date constructor edge case (issue 4640).
-
- Reland of Use ES2015-style TypedArray prototype chain (patchset #1 id:1
- of https://codereview.chromium.org/1554523002/ ) (issue 4085).
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-30: Version 4.9.276
-
- Reland "Clean up promises and fix an edge case bug (patchset #4 id:60001
- of https://codereview.chromium.org/1488783002/ )" (issue 3641).
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-30: Version 4.9.275
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-30: Version 4.9.274
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-30: Version 4.9.273
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-29: Version 4.9.272
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-29: Version 4.9.271
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-29: Version 4.9.270
-
- [crankshaft] Don't inline array resize operations if receiver's proto is
- not a JSObject (Chromium issue 571064).
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-29: Version 4.9.269
-
- [ic] Fixed receiver_map register trashing in KeyedStoreIC megamorphic
- (Chromium issue 571370).
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-29: Version 4.9.268
-
- Use ES2015-style TypedArray prototype chain (issue 4085).
-
- Guard the property RegExp.prototype.unicode behind --harmony-regexp-
- unicode (issue 4644).
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-28: Version 4.9.267
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-28: Version 4.9.266
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-26: Version 4.9.265
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-26: Version 4.9.264
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-25: Version 4.9.263
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-24: Version 4.9.262
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-24: Version 4.9.261
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-23: Version 4.9.260
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-23: Version 4.9.259
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-23: Version 4.9.258
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-23: Version 4.9.257
-
- [elements] Enable left-trimming again (issue 4606).
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-23: Version 4.9.256
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-23: Version 4.9.255
-
- Reland of Add web compat workarounds for ES2015 RegExp semantics
- (patchset #3 id:40001 of https://codereview.chromium.org/1543723002/ )
- (issues 4617, 4637).
-
- Add web compat workarounds for ES2015 RegExp semantics (issues 4617,
- 4637).
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-22: Version 4.9.254
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-22: Version 4.9.253
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-21: Version 4.9.252
-
- [ES6] Stage sloppy function block scoping (issue 3305).
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-21: Version 4.9.251
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-21: Version 4.9.250
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-21: Version 4.9.249
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-21: Version 4.9.248
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-21: Version 4.9.247
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-21: Version 4.9.246
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-21: Version 4.9.245
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-20: Version 4.9.244
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-20: Version 4.9.243
-
- Mark all APIs without callers in Blink as deprecated.
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-19: Version 4.9.242
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-19: Version 4.9.241
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-18: Version 4.9.240
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-18: Version 4.9.239
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-18: Version 4.9.238
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-18: Version 4.9.237
-
- Stage Proxies and Reflect behind --harmony flag (issues 1543, 3931).
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-18: Version 4.9.236
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-18: Version 4.9.235
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-18: Version 4.9.234
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-17: Version 4.9.233
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-17: Version 4.9.232
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-17: Version 4.9.231
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-17: Version 4.9.230
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-17: Version 4.9.229
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-17: Version 4.9.228
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-17: Version 4.9.227
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-17: Version 4.9.226
-
- [IC] Fix "compatible receiver" checks hidden behind interceptors
- (Chromium issue 497632).
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-17: Version 4.9.225
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-17: Version 4.9.224
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-17: Version 4.9.223
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-17: Version 4.9.222
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-17: Version 4.9.221
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-16: Version 4.9.220
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-16: Version 4.9.219
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-16: Version 4.9.218
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-16: Version 4.9.217
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-16: Version 4.9.216
-
- Stage destructuring assignment (issue 811).
-
- Update DEPS entry for tracing to point at correct location.
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-16: Version 4.9.215
-
- [harmony] unstage regexp lookbehind assertions (issue 4545).
-
- Move Object.observe back to shipping temporarily (Chromium issues
- 552100, 569417, 569647).
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-14: Version 4.9.214
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-14: Version 4.9.213
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-14: Version 4.9.212
-
- [harmony] stage regexp lookbehind assertions (issue 4545).
-
- [es6] ship regexp sticky flag (issue 4342).
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-14: Version 4.9.211
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-11: Version 4.9.210
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-11: Version 4.9.209
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-11: Version 4.9.208
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-11: Version 4.9.207
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-11: Version 4.9.206
-
- [es6] Support Function name inference in variable declarations (issue
- 3699).
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-11: Version 4.9.205
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-11: Version 4.9.204
-
- Disable --harmony-object-observe (Chromium issue 552100).
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-11: Version 4.9.203
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-11: Version 4.9.202
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-11: Version 4.9.201
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-11: Version 4.9.200
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-11: Version 4.9.199
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-11: Version 4.9.198
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-11: Version 4.9.197
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-11: Version 4.9.196
-
- Re-re-land FastAccessorBuilder (Chromium issue 508898).
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-11: Version 4.9.195
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-11: Version 4.9.194
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-10: Version 4.9.193
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-10: Version 4.9.192
-
- Unstage non-standard Promise functions (issue 3237).
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-10: Version 4.9.191
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-10: Version 4.9.190
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-10: Version 4.9.189
-
- Allow ICU to normalize time zones (Chromium issue 487322).
-
- Fix FuncNameInferrer usage in ParseAssignmentExpression (issue 4595).
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-10: Version 4.9.188
-
- Fix Function subclassing (issues 3101, 3330, 4597).
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-10: Version 4.9.187
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-10: Version 4.9.186
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-10: Version 4.9.185
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-10: Version 4.9.184
-
- Re-land FastAccessorBuilder (Chromium issue 508898).
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-10: Version 4.9.183
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-10: Version 4.9.182
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-10: Version 4.9.181
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-10: Version 4.9.180
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-10: Version 4.9.179
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-10: Version 4.9.178
-
- Implement FastAccessorBuilder (Chromium issue 508898).
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-10: Version 4.9.177
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-09: Version 4.9.176
-
- Updated the check for unmodfied objects to handle Smi Objects (Chromium
- issue 553287).
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-09: Version 4.9.175
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-09: Version 4.9.174
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-08: Version 4.9.173
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-08: Version 4.9.172
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-08: Version 4.9.171
-
- Remove usage of deprecated APIs from api interceptor tests (issue 4341).
-
- Deprecate Promise::Chain from V8 APIs (issue 3237).
-
- Set the Gregorian changeover date to the beginning of time in Intl
- (Chromium issue 537382).
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-07: Version 4.9.170
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-07: Version 4.9.169
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-07: Version 4.9.168
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-07: Version 4.9.167
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-07: Version 4.9.166
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-07: Version 4.9.165
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-07: Version 4.9.164
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-07: Version 4.9.163
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-07: Version 4.9.162
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-07: Version 4.9.161
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-07: Version 4.9.160
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-07: Version 4.9.159
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-07: Version 4.9.158
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-06: Version 4.9.157
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-06: Version 4.9.156
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-06: Version 4.9.155
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-05: Version 4.9.154
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-05: Version 4.9.153
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-05: Version 4.9.152
-
- Clean up promises and fix an edge case bug (issue 3641).
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-04: Version 4.9.151
-
- [es6] implement destructuring assignment (issue 811).
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-04: Version 4.9.150
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-04: Version 4.9.149
-
- Mark deprecated debugger APIs as such.
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-04: Version 4.9.148
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-04: Version 4.9.147
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-04: Version 4.9.146
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-04: Version 4.9.145
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-04: Version 4.9.144
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-04: Version 4.9.143
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-04: Version 4.9.142
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-04: Version 4.9.141
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-04: Version 4.9.140
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-04: Version 4.9.139
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-04: Version 4.9.138
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-04: Version 4.9.137
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-04: Version 4.9.136
-
- Mark BooleanObject::New() as deprecated.
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-03: Version 4.9.135
-
- For non-prototype objects constructed using base==new.target, use the
- cached constructor to render the name (Chromium issue 563791).
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-03: Version 4.9.134
-
- Deprecate non-standard Array methods and clarify Object::isArray.
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-03: Version 4.9.133
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-03: Version 4.9.132
-
- Fix inobject slack tracking for both subclassing and non-subclassing
- cases (Chromium issue 563339).
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-03: Version 4.9.131
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-03: Version 4.9.130
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-02: Version 4.9.129
-
- Removed support deprecated (//@|/*@) source(URL|MappingURL)= (Chromium
- issue 558998).
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-02: Version 4.9.128
-
- Improve rendering of callsite with non-function target (issue 3953).
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-02: Version 4.9.127
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-02: Version 4.9.126
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-02: Version 4.9.125
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-02: Version 4.9.124
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-02: Version 4.9.123
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-02: Version 4.9.122
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-02: Version 4.9.121
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-01: Version 4.9.120
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-01: Version 4.9.119
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-01: Version 4.9.118
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-01: Version 4.9.117
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-01: Version 4.9.116
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-01: Version 4.9.115
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-01: Version 4.9.114
-
- Performance and stability improvements on all platforms.
-
-
-2015-12-01: Version 4.9.113
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-30: Version 4.9.112
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-30: Version 4.9.111
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-30: Version 4.9.110
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-30: Version 4.9.109
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-30: Version 4.9.108
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-30: Version 4.9.107
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-30: Version 4.9.106
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-30: Version 4.9.105
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-30: Version 4.9.104
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-30: Version 4.9.103
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-30: Version 4.9.102
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-30: Version 4.9.101
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-30: Version 4.9.100
-
- Move RMA::Label out of the class, so it can be forward declared
- (Chromium issue 508898).
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-30: Version 4.9.99
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-30: Version 4.9.98
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-30: Version 4.9.97
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-30: Version 4.9.96
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-30: Version 4.9.95
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-29: Version 4.9.94
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-29: Version 4.9.93
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-28: Version 4.9.92
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-28: Version 4.9.91
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-27: Version 4.9.90
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-27: Version 4.9.89
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-27: Version 4.9.88
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-27: Version 4.9.87
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-27: Version 4.9.86
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-27: Version 4.9.85
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-27: Version 4.9.84
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-27: Version 4.9.83
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-26: Version 4.9.82
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-26: Version 4.9.81
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-26: Version 4.9.80
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-26: Version 4.9.79
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-26: Version 4.9.78
-
- Mark PromiseRejectMessage::GetStackTrace as deprecated.
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-26: Version 4.9.77
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-26: Version 4.9.76
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-26: Version 4.9.75
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-26: Version 4.9.74
-
- Add explicit Isolate parameter to Exception::CreateMessage() (Chromium
- issue 495801).
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-26: Version 4.9.73
-
- Allow in-object properties in JSArrayBuffer (issue 4531).
-
- Allow in-object properties in JSTypedArray and JSDataView (issue 4531).
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-26: Version 4.9.72
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-26: Version 4.9.71
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-26: Version 4.9.70
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-26: Version 4.9.69
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-25: Version 4.9.68
-
- Reland shipping of --harmony-destructuring-bind (issue 811).
-
- Fix promotion of JSFunctions with in-object properties (issue 4572,
- Chromium issue 561481).
-
- Allow in-object properties in JSCollections, JSWeakCollections and
- JSRegExp (issue 4531).
-
- Fix JSFunction's in-object properties initialization (issue 4572).
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-25: Version 4.9.67
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-25: Version 4.9.66
-
- Removed support deprecated (//@|/*@) source(URL|MappingURL)= (Chromium
- issue 558998).
-
- PPC: Reshuffle registers in JSConstructStub to avoid trashing costructor
- and new.target on fast path (so we don't need to push/pop them)
- (Chromium issue 560239).
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-24: Version 4.9.65
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-24: Version 4.9.64
-
- Move --harmony-destructuring-bind to shipping (issue 811).
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-24: Version 4.9.63
-
- Reshuffle registers in JSConstructStub to avoid trashing costructor and
- new.target on fast path (so we don't need to push/pop them) (Chromium
- issue 560239).
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-24: Version 4.9.62
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-24: Version 4.9.61
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-24: Version 4.9.60
-
- Allow in-object properties in JSFunctions (issue 4531).
-
- Disable non-standard Promise functions in staging (issue 3237).
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-24: Version 4.9.59
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-24: Version 4.9.58
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-24: Version 4.9.57
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-23: Version 4.9.56
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-23: Version 4.9.55
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-23: Version 4.9.54
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-23: Version 4.9.53
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-23: Version 4.9.52
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-23: Version 4.9.51
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-23: Version 4.9.50
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-23: Version 4.9.49
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-23: Version 4.9.48
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-23: Version 4.9.47
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-23: Version 4.9.46
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-22: Version 4.9.45
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-22: Version 4.9.44
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-22: Version 4.9.43
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-21: Version 4.9.42
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-20: Version 4.9.41
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-20: Version 4.9.40
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-20: Version 4.9.39
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-20: Version 4.9.38
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-20: Version 4.9.37
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-20: Version 4.9.36
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-20: Version 4.9.35
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-20: Version 4.9.34
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-20: Version 4.9.33
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-20: Version 4.9.32
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-20: Version 4.9.31
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-20: Version 4.9.30
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-20: Version 4.9.29
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-19: Version 4.9.28
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-19: Version 4.9.27
-
- [V8] Unify get function name for debugging purpose (Chromium issue
- 17356).
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-19: Version 4.9.26
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-19: Version 4.9.25
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-19: Version 4.9.24
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-19: Version 4.9.23
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-19: Version 4.9.22
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-19: Version 4.9.21
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-19: Version 4.9.20
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-18: Version 4.9.19
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-18: Version 4.9.18
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-18: Version 4.9.17
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-18: Version 4.9.16
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-18: Version 4.9.15
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-18: Version 4.9.14
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-17: Version 4.9.13
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-17: Version 4.9.12
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-17: Version 4.9.11
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-17: Version 4.9.10
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-16: Version 4.9.9
-
- Map v8::Object to v8::internal::JSReceiver.
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-16: Version 4.9.8
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-16: Version 4.9.7
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-16: Version 4.9.6
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-16: Version 4.9.5
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-16: Version 4.9.4
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-15: Version 4.9.3
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-15: Version 4.9.2
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-15: Version 4.9.1
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-13: Version 4.8.294
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-13: Version 4.8.293
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-12: Version 4.8.292
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-12: Version 4.8.291
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-12: Version 4.8.290
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-12: Version 4.8.289
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-12: Version 4.8.288
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-12: Version 4.8.287
-
- [JSON stringifier] Correctly load array elements (Chromium issue
- 554946).
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-12: Version 4.8.286
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-12: Version 4.8.285
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-12: Version 4.8.284
-
- Ship --harmony-default-parameters (issue 2160).
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-12: Version 4.8.283
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-12: Version 4.8.282
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-12: Version 4.8.281
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-12: Version 4.8.280
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-12: Version 4.8.279
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-11: Version 4.8.278
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-11: Version 4.8.277
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-11: Version 4.8.276
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-11: Version 4.8.275
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-11: Version 4.8.274
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-11: Version 4.8.273
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-11: Version 4.8.272
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-11: Version 4.8.271
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-11: Version 4.8.270
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-11: Version 4.8.269
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-10: Version 4.8.268
-
- Make JSFunction::BodyDescriptor the only single place that knows how to
- iterate JSFunction's body (issue 4531).
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-10: Version 4.8.267
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-09: Version 4.8.266
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-09: Version 4.8.265
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-09: Version 4.8.264
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-09: Version 4.8.263
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-09: Version 4.8.262
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-09: Version 4.8.261
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-09: Version 4.8.260
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-09: Version 4.8.259
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-09: Version 4.8.258
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-07: Version 4.8.257
-
- Update v8_external_startup_data_assets for
- https://codereview.chromium.org/1422793004/ (Chromium issue 547162).
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-07: Version 4.8.256
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-07: Version 4.8.255
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-06: Version 4.8.254
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-06: Version 4.8.253
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-06: Version 4.8.252
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-06: Version 4.8.251
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-06: Version 4.8.250
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-06: Version 4.8.249
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-06: Version 4.8.248
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-06: Version 4.8.247
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-05: Version 4.8.246
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-05: Version 4.8.245
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-05: Version 4.8.244
-
- Re-ship @@toStringTag (issue 3502).
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-05: Version 4.8.243
-
- Stage --harmony-destructuring and --harmony-default-parameters (issues
- 811, 2160).
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-05: Version 4.8.242
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-05: Version 4.8.241
-
- Re-re-land "[es6] Implement destructuring binding in try/catch" (issue
- 811).
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-05: Version 4.8.240
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-05: Version 4.8.239
-
- Add v8_external_startup_data GN rule (Chromium issue 547162).
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-05: Version 4.8.238
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-05: Version 4.8.237
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-05: Version 4.8.236
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-05: Version 4.8.235
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-05: Version 4.8.234
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-05: Version 4.8.233
-
- Implement flag and source getters on RegExp.prototype (issues 3715,
- 4528).
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-05: Version 4.8.232
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-05: Version 4.8.231
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-04: Version 4.8.230
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-04: Version 4.8.229
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-04: Version 4.8.228
-
- Ship Harmony ToLength (issue 3087).
-
- Avoid creating indexed elements at index maxUint32 (issue 4516).
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-04: Version 4.8.227
-
- Implement flag and source getters on RegExp.prototype (issues 3715,
- 4528).
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-04: Version 4.8.226
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-04: Version 4.8.225
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-04: Version 4.8.224
-
- [es6] Implement destructuring binding in try/catch (issue 811).
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-04: Version 4.8.223
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-04: Version 4.8.222
-
- Implement flag and source getters on RegExp.prototype (issues 3715,
- 4528).
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-04: Version 4.8.221
-
- Implement flag and source getters on RegExp.prototype (issues 3715,
- 4528).
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-04: Version 4.8.220
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-04: Version 4.8.219
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-04: Version 4.8.218
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-03: Version 4.8.217
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-03: Version 4.8.216
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-03: Version 4.8.215
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-03: Version 4.8.214
-
- [es6] Fix Object built-in subclassing (issue 3886).
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-03: Version 4.8.213
-
- [es6] Fix WeakMap/Set built-ins subclasssing (issues 3101, 3330).
-
- Reland "[es6] Fix Function and GeneratorFunction built-ins subclassing."
- (issues 3101, 3330).
-
- Implement flag and source getters on RegExp.prototype (issues 3715,
- 4528).
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-03: Version 4.8.212
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-03: Version 4.8.211
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-03: Version 4.8.210
-
- For now, don't assume failed-access-check callback to throw (Chromium
- issue 548194).
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-03: Version 4.8.209
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-02: Version 4.8.208
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-02: Version 4.8.207
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-02: Version 4.8.206
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-02: Version 4.8.205
-
- Mark GetCallingContext as soon-to-be deprecated (Chromium issue 541703).
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-02: Version 4.8.204
-
- Add boolean to tell if V8 zaps allocated memory (Chromium issue 546492).
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-02: Version 4.8.203
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-02: Version 4.8.202
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-02: Version 4.8.201
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-02: Version 4.8.200
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-02: Version 4.8.199
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-02: Version 4.8.198
-
- [es6] Fix Function and GeneratorFunction built-ins subclassing (issues
- 3101, 3330).
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-02: Version 4.8.197
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-02: Version 4.8.196
-
- Reland "[es6] Better support for built-ins subclassing." (issues 3101,
- 3330, 4419).
-
- Performance and stability improvements on all platforms.
-
-
-2015-11-02: Version 4.8.195
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-30: Version 4.8.194
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-30: Version 4.8.193
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-30: Version 4.8.192
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-30: Version 4.8.191
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-30: Version 4.8.190
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-30: Version 4.8.189
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-30: Version 4.8.188
-
- [es6] Better support for built-ins subclassing (issues 3101, 3330).
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-30: Version 4.8.187
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-30: Version 4.8.186
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-30: Version 4.8.185
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-29: Version 4.8.184
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-29: Version 4.8.183
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-29: Version 4.8.182
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-29: Version 4.8.181
-
- Reland v8::Private and related APIs.
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-29: Version 4.8.180
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-29: Version 4.8.179
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-29: Version 4.8.178
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-29: Version 4.8.177
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-29: Version 4.8.176
-
- Stage ES2015 ToLength semantics (issues 3087, 4244).
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-28: Version 4.8.175
-
- Avoid calling %AddElement with a number out of array index range (issue
- 4516).
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-28: Version 4.8.174
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-28: Version 4.8.173
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-28: Version 4.8.172
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-28: Version 4.8.171
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-28: Version 4.8.170
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-28: Version 4.8.169
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-28: Version 4.8.168
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-28: Version 4.8.167
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-28: Version 4.8.166
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-28: Version 4.8.165
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-27: Version 4.8.164
-
- Update to ES2015 == semantics for Symbol/SIMD wrappers (issue 3593).
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-27: Version 4.8.163
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-27: Version 4.8.162
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-27: Version 4.8.161
-
- Fix deoptimization at ForInStatement::BodyId() (issue 4381).
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-27: Version 4.8.160
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-27: Version 4.8.159
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-27: Version 4.8.158
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-27: Version 4.8.157
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-27: Version 4.8.156
-
- Check that array length stays a safe integer in Array.prototype.push
- (issue 3087).
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-26: Version 4.8.155
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-26: Version 4.8.154
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-26: Version 4.8.153
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-26: Version 4.8.152
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-26: Version 4.8.151
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-26: Version 4.8.150
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-26: Version 4.8.149
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-26: Version 4.8.148
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-25: Version 4.8.147
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-25: Version 4.8.146
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-24: Version 4.8.145
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-24: Version 4.8.144
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-24: Version 4.8.143
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-24: Version 4.8.142
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-23: Version 4.8.141
-
- Stage ES2015-style const in sloppy mode (issue 3739).
-
- Map v8::Function to JSReceiver + IsCallable.
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-23: Version 4.8.140
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-22: Version 4.8.139
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-22: Version 4.8.138
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-22: Version 4.8.137
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-22: Version 4.8.136
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-22: Version 4.8.135
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-22: Version 4.8.134
-
- [es6] stage sticky regexps and RegExp.prototype.flags (issue 4342).
-
- [Crankshaft] Don't do HMathFloorOfDiv optimization for kUint32 values
- (issue 4507).
-
- Fix user options for fractional digits in Intl.NumberFormatter (Chromium
- issue 544122).
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-22: Version 4.8.133
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-21: Version 4.8.132
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-21: Version 4.8.131
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-21: Version 4.8.130
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-21: Version 4.8.129
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-21: Version 4.8.128
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-21: Version 4.8.127
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-21: Version 4.8.126
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-21: Version 4.8.125
-
- [es6] Handle super properly when rewriting arrow parameter initializers
- (issue 4395).
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-21: Version 4.8.124
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-21: Version 4.8.123
-
- [es6] Fix scoping for default parameters in arrow functions (issue
- 4395).
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-21: Version 4.8.122
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-21: Version 4.8.121
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-21: Version 4.8.120
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-20: Version 4.8.119
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-20: Version 4.8.118
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-20: Version 4.8.117
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-20: Version 4.8.116
-
- Refactor array construction for map, filter (Chromium issue 544991).
-
- [es6] Fix scoping for default parameters in arrow functions (issue
- 4395).
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-20: Version 4.8.115
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-20: Version 4.8.114
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-20: Version 4.8.113
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-20: Version 4.8.112
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-20: Version 4.8.111
-
- [es6] stage sticky regexps and RegExp.prototype.flags (issue 4342).
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-19: Version 4.8.110
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-19: Version 4.8.109
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-19: Version 4.8.108
-
- ll_prof: Do not use the deprecated tempfile.mktemp() (issue 1306).
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-19: Version 4.8.107
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-19: Version 4.8.106
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-19: Version 4.8.105
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-19: Version 4.8.104
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-19: Version 4.8.103
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-19: Version 4.8.102
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-19: Version 4.8.101
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-19: Version 4.8.100
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-19: Version 4.8.99
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-19: Version 4.8.98
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-19: Version 4.8.97
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-19: Version 4.8.96
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-18: Version 4.8.95
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-18: Version 4.8.94
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-18: Version 4.8.93
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-17: Version 4.8.92
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-16: Version 4.8.91
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-16: Version 4.8.90
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-16: Version 4.8.89
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-16: Version 4.8.88
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-16: Version 4.8.87
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-16: Version 4.8.86
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-16: Version 4.8.85
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-16: Version 4.8.84
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-16: Version 4.8.83
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-16: Version 4.8.82
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-16: Version 4.8.81
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-16: Version 4.8.80
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-15: Version 4.8.79
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-15: Version 4.8.78
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-15: Version 4.8.77
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-15: Version 4.8.76
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-15: Version 4.8.75
-
- Make RegExp use ToLength on lastIndex when flag is turned on (issue
- 4244).
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-15: Version 4.8.74
-
- Take Symbol-keyed properties into account in Object.freeze and friends
- (Chromium issue 539875).
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-15: Version 4.8.73
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-15: Version 4.8.72
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-15: Version 4.8.71
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-15: Version 4.8.70
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-15: Version 4.8.69
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-15: Version 4.8.68
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-15: Version 4.8.67
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-15: Version 4.8.66
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-14: Version 4.8.65
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-14: Version 4.8.64
-
- Add methods to extras' InternalPackedArray (issue 4276).
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-14: Version 4.8.63
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-14: Version 4.8.62
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-14: Version 4.8.61
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-14: Version 4.8.60
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-14: Version 4.8.59
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-14: Version 4.8.58
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-14: Version 4.8.57
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-14: Version 4.8.56
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-14: Version 4.8.55
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-13: Version 4.8.54
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-13: Version 4.8.53
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-13: Version 4.8.52
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-13: Version 4.8.51
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-13: Version 4.8.50
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-13: Version 4.8.49
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-13: Version 4.8.48
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-13: Version 4.8.47
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-13: Version 4.8.46
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-13: Version 4.8.45
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-13: Version 4.8.44
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-12: Version 4.8.43
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-12: Version 4.8.42
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-12: Version 4.8.41
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-12: Version 4.8.40
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-12: Version 4.8.39
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-12: Version 4.8.38
-
- Test for var declarations in eval which conflict with let (issue 4454).
-
- Don't compile functions in a context the caller doesn't have access to
- (Chromium issue 541703).
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-12: Version 4.8.37
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-12: Version 4.8.36
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-12: Version 4.8.35
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-11: Version 4.8.34
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-09: Version 4.8.33
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-09: Version 4.8.32
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-09: Version 4.8.31
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-09: Version 4.8.30
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-09: Version 4.8.29
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-09: Version 4.8.28
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-09: Version 4.8.27
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-09: Version 4.8.26
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-09: Version 4.8.25
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-08: Version 4.8.24
-
- Stage --harmony_sloppy_function (issue 4285).
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-08: Version 4.8.23
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-08: Version 4.8.22
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-08: Version 4.8.21
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-08: Version 4.8.20
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-08: Version 4.8.19
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-08: Version 4.8.18
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-08: Version 4.8.17
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-08: Version 4.8.16
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-07: Version 4.8.15
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-07: Version 4.8.14
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-07: Version 4.8.13
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-07: Version 4.8.12
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-07: Version 4.8.11
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-07: Version 4.8.10
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-07: Version 4.8.9
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-07: Version 4.8.8
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-07: Version 4.8.7
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-07: Version 4.8.6
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-07: Version 4.8.5
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-07: Version 4.8.4
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-07: Version 4.8.3
-
- Destructuring array without initializer throws an exception (issue
- 4462).
-
- Disable VirtualAlloc randomization on 32-bit Windows hosts (Chromium
- issue 394591).
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-06: Version 4.8.2
-
- Fix legacy const for-of/in destructuring (issue 4461).
-
- [es6] Align Promise.resolve with the spec (issues 4161, 4341).
-
- Prohibit let in lexical bindings (issue 4403).
-
- Ensure scopes are backed by blocks in the body of for loops (Chromium
- issues 536750, 536751).
-
- Performance and stability improvements on all platforms.
-
-
-2015-10-04: Version 4.8.1
-
- [cross-context] create new function prototypes in the context of the
- function (issue 4217).
-
- Fix completion of try..finally (issue 2529).
-
- Extend Annex B 3.3 sloppy-mode block-scoped hoisting to scripts, eval
- (issue 4441).
-
- [V8] Add name of function for function's closure scope (Chromium issue
- 493156).
-
- Performance and stability improvements on all platforms.
-
-
-2015-05-17: Version 4.5.2
-
- Performance and stability improvements on all platforms.
-
-
-2015-05-16: Version 4.5.1
-
- Test that TypedArray methods don't read length (issue 3578).
-
- Implement %TypedArray%.{fill,find,findIndex} (issue 3578).
-
- TypedArray.prototype.copyWithin method (issue 3578).
-
- Provide accessor for object internal properties that doesn't require
- debugger to be active (Chromium issue 481845).
-
- Don't create debug context if debug listener is not set (Chromium issue
- 482290).
-
- Performance and stability improvements on all platforms.
-
-
-2015-05-13: Version 4.4.65
-
- Deprecate Isolate::New.
-
- Factor out core of Array.forEach and .every, for use in TypedArrays
- (issue 3578).
-
- Performance and stability improvements on all platforms.
-
-
-2015-05-12: Version 4.4.64
-
- Performance and stability improvements on all platforms.
-
-
-2015-05-11: Version 4.4.63
-
- Let Runtime_GrowArrayElements accept non-Smi numbers as |key| (Chromium
- issue 485410).
-
- Make one copy for all TypedArray methods (issue 4085).
-
- Performance and stability improvements on all platforms.
-
-
-2015-05-09: Version 4.4.62
-
- [turbofan] Fix handling of OsrLoopEntry in ControlReducer::ConnectNTL()
- (Chromium issue 485908).
-
- Performance and stability improvements on all platforms.
-
-
-2015-05-08: Version 4.4.61
-
- Performance and stability improvements on all platforms.
-
-
-2015-05-08: Version 4.4.60
-
- Performance and stability improvements on all platforms.
-
-
-2015-05-08: Version 4.4.59
-
- Performance and stability improvements on all platforms.
-
-
-2015-05-07: Version 4.4.58
-
- TypedArray.prototype.every method (issue 3578).
-
- [V8] Reland https://codereview.chromium.org/1121833003/ (Chromium issue
- 480652).
-
- Performance and stability improvements on all platforms.
-
-
-2015-05-07: Version 4.4.57
-
- Performance and stability improvements on all platforms.
-
-
-2015-05-06: Version 4.4.56
-
- Shard v8_base.lib on Windows to avoid 2G .lib limit (Chromium issue
- 485155).
-
- Implement a 'trial parse' step, that will abort pre-parsing excessively
- long and trivial functions, so that they can be eagerly compiled after
- all. This essentially allows the parser to renege on its earlier
- decision to lazy-parse, if additional information suggests it was a bad
- decision (Chromium issue 470930).
-
- Performance and stability improvements on all platforms.
-
-
-2015-05-06: Version 4.4.55
-
- Handle the case when derived constructor is [[Call]]ed with 0 args
- (Chromium issue 474783).
-
- freed_nodes in global-handles should be addititive (Chromium issues
- 479796, 484671).
-
- [V8] Reland https://codereview.chromium.org/1100993003/ (Chromium issue
- 480652).
-
- [es6] When comparing two symbols we may need to throw a TypeError (issue
- 4073).
-
- Performance and stability improvements on all platforms.
-
-
-2015-05-06: Version 4.4.54
-
- Performance and stability improvements on all platforms.
-
-
-2015-05-05: Version 4.4.53
-
- Performance and stability improvements on all platforms.
-
-
-2015-05-05: Version 4.4.52
-
- Performance and stability improvements on all platforms.
-
-
-2015-05-04: Version 4.4.51
-
- Performance and stability improvements on all platforms.
-
-
-2015-05-04: Version 4.4.50
-
- Performance and stability improvements on all platforms.
-
-
-2015-05-01: Version 4.4.49
-
- Performance and stability improvements on all platforms.
-
-
-2015-05-01: Version 4.4.48
-
- [V8] Use previous token location as EOS token location (Chromium issue
- 480652).
-
- Implement kToBeExecutedOnceCodeAge (Chromium issue 470930).
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-30: Version 4.4.47
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-30: Version 4.4.46
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-29: Version 4.4.45
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-29: Version 4.4.44
-
- Pass ArrayBuffer::Allocator via Isolate::CreateParams.
-
- Fix unobservable constructor replacement on prototype maps (Chromium
- issue 478522).
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-29: Version 4.4.43
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-28: Version 4.4.42
-
- MIPS: Fix FP load/store with large offsets from base register (Chromium
- issue 481519).
-
- Extending v8::GetHeapStatistics to return total available size (Chromium
- issue 476013).
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-28: Version 4.4.41
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-28: Version 4.4.40
-
- Do more to avoid last-resort stop-the-world GC (Chromium issue 481433).
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-27: Version 4.4.39
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-27: Version 4.4.38
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-25: Version 4.4.37
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-24: Version 4.4.36
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-24: Version 4.4.35
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-24: Version 4.4.34
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-23: Version 4.4.33
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-23: Version 4.4.32
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-23: Version 4.4.31
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-22: Version 4.4.30
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-22: Version 4.4.29
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-21: Version 4.4.28
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-21: Version 4.4.27
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-20: Version 4.4.26
-
- Allow for accessing an ArrayBuffer contents without externalizing it.
-
- Remove support for externally backed elements from the API (issue 3996).
-
- Deprecate 3-args ResourceConstraints::ConfigureDefaults.
-
- Indicate that low-memory-notificatin triggered GCs are "forced".
-
- Adding missing V8_EXPORT flag in SpaceStatistics class in v8.h (Chromium
- issues 466141, 476013).
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-20: Version 4.4.25
-
- Turn off SupportsFlexibleFloorAndRound for Arm64 due to a bug (Chromium
- issue 476477).
-
- Adding V8 api to get memory statistics of spaces in V8::Heap (Chromium
- issues 466141, 476013).
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-17: Version 4.4.24
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-17: Version 4.4.23
-
- Don't crash when reporting an access check failure for a detached global
- proxy (Chromium issue 475884).
-
- Use smaller heap growing factor in idle notification to start
- incremental marking when there is idle time >16ms (Chromium issue
- 477323).
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-16: Version 4.4.22
-
- Reduce regexp compiler stack size when not optimizing regexps (Chromium
- issue 475705).
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-15: Version 4.4.21
-
- Remove support for specifying the number of available threads.
-
- When converting Maybe and MaybeLocal values with a check, always check.
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-15: Version 4.4.20
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-15: Version 4.4.19
-
- Reland "Remove support for thread-based recompilation" (issue 3608).
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-14: Version 4.4.18
-
- Reland "Remove support for thread-based recompilation" (issue 3608).
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-14: Version 4.4.17
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-13: Version 4.4.16
-
- Expose ArrayBufferView::HasBuffer (issue 3996).
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-13: Version 4.4.15
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-12: Version 4.4.14
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-12: Version 4.4.13
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-10: Version 4.4.12
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-10: Version 4.4.11
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-10: Version 4.4.10
-
- Don't #define snprintf in VS2015 - it's illegal and unneeded (Chromium
- issue 440500).
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-09: Version 4.4.9
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-09: Version 4.4.8
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-08: Version 4.4.7
-
- Make GetDebugContext a bit more robust (Chromium issue 474538).
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-08: Version 4.4.6
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-08: Version 4.4.5
-
- More robust when allocation fails during compaction (Chromium issue
- 473307).
-
- MIPS: JSEntryTrampoline: check for stack space before pushing arguments
- (Chromium issue 469768).
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-07: Version 4.4.4
-
- Debugger: remove debug command API.
-
- Remove support for thread-based recompilation (issue 3608).
-
- JSEntryTrampoline: check for stack space before pushing arguments
- (Chromium issue 469768).
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-07: Version 4.4.3
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-06: Version 4.4.2
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-06: Version 4.4.1
-
- Support for typed arrays added to Heap::RightTrimFixedArray() (Chromium
- issue 472513).
-
- Expose an API on ArrayBufferView to copy out content w/o changing the
- buffer (issue 3996).
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-02: Version 4.3.66
-
- Reland: Fix JSON parser Handle leak (previous CL 1041483004) (issue
- 3976, Chromium issue 472504).
-
- Turn off overapproximation of the weak closure again (issue 3862).
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-01: Version 4.3.65
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-01: Version 4.3.64
-
- Performance and stability improvements on all platforms.
-
-
-2015-04-01: Version 4.3.63
-
- [V8] Don't ignore sourceURL comment in inline scripts in .stack (issue
- 3920).
-
- Deprecate IdleNotification().
-
- Remove --harmony-numeric-literal flag.
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-31: Version 4.3.62
-
- Put newspace evacuation in an EvacuationScope (Chromium issue 471554).
-
- Fix libdl dependency on Android and remove librt hack (Chromium issue
- 469973).
-
- Ensure that GC idle notifications either make progress or stop
- requesting more GCs (Chromium issue 470615).
-
- Layout descriptor must be trimmed when corresponding descriptors array
- is trimmed to stay in sync (Chromium issue 470804).
-
- Fix JSON parser Handle leak (issue 3976).
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-30: Version 4.3.61
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-28: Version 4.3.60
-
- Reland^2 "Filter invalid slots out from the SlotsBuffer after marking."
- (Chromium issues 454297, 470801).
-
- This fixes missing incremental write barrier issue when double fields
- unboxing is enabled (Chromium issue 469146).
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-27: Version 4.3.59
-
- Use a slot that is located on a heap page when removing invalid entries
- from the SlotsBuffer (Chromium issue 470801).
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-26: Version 4.3.58
-
- Return timestamp of the last recorded interval to the caller of
- HeapProfiler::GetHeapStats (Chromium issue 467222).
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-26: Version 4.3.57
-
- Reland [V8] Removed SourceLocationRestrict (Chromium issue 468781).
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-25: Version 4.3.56
-
- Remove v8::Isolate::ClearInterrupt.
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-25: Version 4.3.55
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-24: Version 4.3.54
-
- Do not assign positions to parser-generated desugarings (Chromium issue
- 468661).
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-24: Version 4.3.53
-
- Filter invalid slots out from the SlotsBuffer after marking (Chromium
- issue 454297).
-
- Fix OOM bug 3976 (issue 3976).
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-24: Version 4.3.52
-
- Remove calls to IdleNotification().
-
- Save heap object tracking data in heap snapshot (Chromium issue 467222).
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-24: Version 4.3.51
-
- [V8] Removed SourceLocationRestrict (Chromium issue 468781).
-
- [turbofan] Fix control reducer bug with walking non-control edges during
- ConnectNTL phase (Chromium issue 469605).
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-23: Version 4.3.50
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-23: Version 4.3.49
-
- Ensure we don't overflow in BCE (Chromium issue 469148).
-
- [turbofan] Fix lowering of Math.max for integral inputs (Chromium issue
- 468162).
-
- Use libdl to get symbols for backtraces.
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-19: Version 4.3.48
-
- Clarify what APIs return Maybe and MaybeLocal values (issue 3929).
-
- Introduce explicit constant for per Context debug data set by embedder
- (Chromium issue 466631).
-
- Adjust key behaviour for weak collections (issues 3970, 3971, Chromium
- issue 460083).
-
- Turn on overapproximation of the weak closure (issue 3862).
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-18: Version 4.3.47
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-17: Version 4.3.46
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-17: Version 4.3.45
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-17: Version 4.3.44
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-16: Version 4.3.43
-
- Bugfix in hydrogen GVN (Chromium issue 467481).
-
- Remove obsolete TakeHeapSnapshot method from API (Chromium issue
- 465651).
-
- Beautify syntax error for unterminated argument list (Chromium issue
- 339474).
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-16: Version 4.3.42
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-15: Version 4.3.41
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-14: Version 4.3.40
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-14: Version 4.3.39
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-14: Version 4.3.38
-
- Remove --harmony-scoping flag.
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-13: Version 4.3.37
-
- Implement TDZ in StoreIC for top-level lexicals (issue 3941).
-
- Turn on job-based optimizing compiler (issue 3608).
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-13: Version 4.3.36
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-12: Version 4.3.35
-
- Add Cast() for Int32 and Uint32 (Chromium issue 462402).
-
- Incorrect handling of HTransitionElementsKind in hydrogen check
- elimination phase fixed (Chromium issue 460917).
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-12: Version 4.3.34
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-12: Version 4.3.33
-
- Fix the toolchain used to build the snapshots in GN (Chromium issues
- 395249, 465456).
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-11: Version 4.3.32
-
- Reland of Remove slots that point to unboxed doubles from the
- StoreBuffer/SlotsBuffer (Chromium issues 454297, 465273).
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-11: Version 4.3.31
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-11: Version 4.3.30
-
- Remove uid and title from HeapSnapshot (Chromium issue 465651).
-
- Remove deprecated CpuProfiler methods.
-
- [turbofan] Fix --turbo-osr for OSRing into inner loop inside for-in
- (Chromium issue 462775).
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-10: Version 4.3.29
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-10: Version 4.3.28
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-10: Version 4.3.27
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-07: Version 4.3.26
-
- Remove slots that point to unboxed doubles from the
- StoreBuffer/SlotsBuffer (Chromium issue 454297).
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-06: Version 4.3.25
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-06: Version 4.3.24
-
- convert more things to maybe (issue 3929).
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-05: Version 4.3.23
-
- [V8] Use Function.name for stack frames in v8::StackTrace (Chromium
- issue 17356).
-
- Allow passing sourceMapUrl when compiling scripts (Chromium issue
- 462572).
-
- convert compile functions to use maybe (issue 3929).
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-05: Version 4.3.22
-
- give UniquePersistent full move semantics (issue 3669).
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-05: Version 4.3.21
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-04: Version 4.3.20
-
- convert remaining object functions to maybes (issue 3929).
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-04: Version 4.3.19
-
- ARM assembler: fix undefined behaviour in fits_shifter (Chromium issues
- 444089, 463436).
-
- Implement subclassing Arrays (issue 3930).
-
- [es6] Fix for-const loops (issue 3983).
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-04: Version 4.3.18
-
- Implement subclassing Arrays (issue 3930).
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-04: Version 4.3.17
-
- Implement subclassing Arrays (issue 3930).
-
- convert more object functions to return maybes (issue 3929).
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-03: Version 4.3.16
-
- check for null context on execution entry (issue 3929).
-
- convert object::* to return maybe values (issue 3929).
-
- Removed funky Maybe constructor and made fields private (issue 3929).
-
- Polish Maybe API a bit, removing useless creativity and fixing some
- signatures (issue 3929).
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-02: Version 4.3.15
-
- Performance and stability improvements on all platforms.
-
-
-2015-03-02: Version 4.3.14
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-28: Version 4.3.13
-
- Disallow subclassing Arrays (issue 3930).
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-28: Version 4.3.12
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-27: Version 4.3.11
-
- Disallow subclassing Arrays (issue 3930).
-
- convert Value::*Value() function to return Maybe results (issue 3929).
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-27: Version 4.3.10
-
- Convert v8::Value::To* to use MaybeLocal (issue 3929).
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-26: Version 4.3.9
-
- Add public version macros (issue 3075).
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-26: Version 4.3.8
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-25: Version 4.3.7
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-25: Version 4.3.6
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-25: Version 4.3.5
-
- Turn on job based recompilation (issue 3608).
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-24: Version 4.3.4
-
- Reland "Correctly propagate terminate exception in TryCall." (issue
- 3892).
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-24: Version 4.3.3
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-24: Version 4.3.2
-
- Update GN build files with the cpu_arch -> current_cpu change.
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-23: Version 4.3.1
-
- Limit size of first page based on serialized data (Chromium issue
- 453111).
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-19: Version 4.2.77
-
- Make generator constructors configurable (issue 3902).
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-19: Version 4.2.76
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-18: Version 4.2.75
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-18: Version 4.2.74
-
- Correctly propagate terminate exception in TryCall (issue 3892).
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-17: Version 4.2.73
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-17: Version 4.2.72
-
- [turbofan] Fix control reducer with re-reducing branches (Chromium issue
- 458876).
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-16: Version 4.2.71
-
- Implement ES6 rest parameters (issue 2159).
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-13: Version 4.2.70
-
- new classes: no longer experimental (issue 3834).
-
- Make it possible to define arguments for CompileFunctionInContext.
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-12: Version 4.2.69
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-11: Version 4.2.68
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-11: Version 4.2.67
-
- Throw on range error when creating a string via API (issue 3853).
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-11: Version 4.2.66
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-10: Version 4.2.65
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-10: Version 4.2.64
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-10: Version 4.2.63
-
- Introduce a compile method that takes context extensions (Chromium issue
- 456192).
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-09: Version 4.2.62
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-09: Version 4.2.61
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-07: Version 4.2.60
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-07: Version 4.2.59
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-07: Version 4.2.58
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-06: Version 4.2.57
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-06: Version 4.2.56
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-06: Version 4.2.55
-
- Protect against uninitialized lexical variables at top-level (Chromium
- issue 452510).
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-05: Version 4.2.54
-
- Fix HConstant(double, ...) constructor (issue 3865).
-
- Add NativeWeakMap to v8.h (Chromium issue 437416).
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-05: Version 4.2.53
-
- Fix issue with multiple properties and emit store (issue 3856).
-
- Class methods should be non enumerable (issue 3330).
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-04: Version 4.2.52
-
- Add WeakKeyMap to v8.h (Chromium issue 437416).
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-04: Version 4.2.51
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-03: Version 4.2.50
-
- Reset inlining limits due to overly long compilation times in
- Speedometer, Dart2JS (Chromium issue 454625).
-
- Add WeakMap to v8.h (Chromium issue 437416).
-
- [V8] Added line, column and script symbols for SyntaxError (Chromium
- issue 443140).
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-03: Version 4.2.49
-
- Compute the same hash for all NaN values (issue 3859).
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-03: Version 4.2.48
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-02: Version 4.2.47
-
- Check global object behind global proxy for extensibility (Chromium
- issue 454091).
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-02: Version 4.2.46
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-02: Version 4.2.45
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-01: Version 4.2.44
-
- Performance and stability improvements on all platforms.
-
-
-2015-02-01: Version 4.2.43
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-31: Version 4.2.42
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-31: Version 4.2.41
-
- Layout descriptor sharing issue fixed (issue 3832, Chromium issue
- 437713).
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-30: Version 4.2.40
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-30: Version 4.2.38
-
- Move object literal checking into checker classes (issue 3819).
-
- [turbofan] Fix OSR compilations of for-in.
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-30: Version 4.2.37
-
- Do not create unresolved variables when parsing arrow functions lazily
- (issue 3501).
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-29: Version 4.2.36
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-29: Version 4.2.35
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-28: Version 4.2.34
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-28: Version 4.2.33
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-27: Version 4.2.32
-
- Do not generalize field representations when making elements kind or
- observed transition (Chromium issue 448711).
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-27: Version 4.2.31
-
- [x86] Disable AVX unless the operating system explicitly claims to
- support it (issue 3846, Chromium issue 452033).
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-27: Version 4.2.30
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-26: Version 4.2.29
-
- MIPS: Fixed Hydrogen environment handling for mul-i ARM and ARM64 (issue
- 451322).
-
- [turbofan] Simplify reduction if IfTrue and IfFalse and fix bugs
- (Chromium issue 451958).
-
- Add HeapNumber fast path to v8::Value::{Uint,Int}32Value() (Chromium
- issue 446097).
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-26: Version 4.2.28
-
- Fixed Hydrogen environment handling for mul-i on ARM and ARM64 (issue
- 451322).
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-25: Version 4.2.27
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-24: Version 4.2.26
-
- ES6 Array.prototype.toString falls back on Object.prototype.toString if
- method "join" is not callable (issue 3793).
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-23: Version 4.2.25
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-23: Version 4.2.24
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-23: Version 4.2.23
-
- [x86] Blacklist AVX for Windows versions before 6.1 (Windows 7) (issue
- 3846).
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-23: Version 4.2.22
-
- Fix run-time ARMv6 detection (issue 3844).
-
- Support concatenating with zero-size arrays with DICTIONARY_ELEMENTS in
- Runtime_ArrayConcat (Chromium issue 450895).
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-22: Version 4.2.21
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-22: Version 4.2.20
-
- Add a pretty printer to improve the error message non-function calls
- (Chromium issue 259443).
-
- Remove implicit uint8_t to char cast in string replace (Chromium issue
- 446196).
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-21: Version 4.2.19
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-20: Version 4.2.18
-
- Fix issue with __proto__ when using ES6 object literals (issue 3818).
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-20: Version 4.2.17
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-20: Version 4.2.16
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-19: Version 4.2.15
-
- Unobscurified OFStream (Chromium issue 448102).
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-19: Version 4.2.14
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-18: Version 4.2.13
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-18: Version 4.2.12
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-17: Version 4.2.11
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-16: Version 4.2.10
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-16: Version 4.2.9
-
- MIPS: ES6 computed property names (issue 3754).
-
- ES6 computed property names (issue 3754).
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-15: Version 4.2.8
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-15: Version 4.2.7
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-15: Version 4.2.6
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-15: Version 4.2.5
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-14: Version 4.2.4
-
- Auto-generate v8 version based on tags (Chromium issue 446166).
-
- Remove support for signatures with arguments.
-
- Add proper support for proxies to HType (Chromium issue 448730).
-
- [turbofan] Fix truncation/representation sloppiness wrt. bool/bit (issue
- 3812).
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-14: Version 4.2.3
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-14: Version 4.2.2
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-14: Version 4.2.1
-
- Map -0 to integer 0 for typed array constructors (Chromium issue
- 447756).
-
- Introduce a gyp variable to control whether or not slow dchecks are on.
-
- Correctly setup the freelist of the coderange on Win64 (Chromium issue
- 447555).
-
- Fast forward V8 to version 4.2.
-
- Remove "extra checks".
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-08: Version 3.32.7
-
- Correctly parse line ends for debugging (issue 2825).
-
- Fixed printing during DCE (issue 3679).
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-08: Version 3.32.6
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-08: Version 3.32.5
-
- Correct handling of exceptions occured during getting of exception stack
- trace (Chromium issue 444805).
-
- Fix bug in Runtime_CompileOptimized resulting from stack overflow
- (Chromium issue 446774).
-
- Turn on job-based recompilation (issue 3608).
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-07: Version 3.32.4
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-07: Version 3.32.3
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-07: Version 3.32.2
-
- Performance and stability improvements on all platforms.
-
-
-2015-01-07: Version 3.32.1
-
- [turbofan] Don't crash when typing load from a Uint8ClampedArray
- (Chromium issue 446156).
-
- [turbofan] Truncation of Bit/Word8/16 to Word32 is a no-op (Chromium
- issue 445859).
-
- [x64] Rearrange code for OOB integer loads (Chromium issue 445858).
-
- Fix %NeverOptimizeFunction() intrinsic (Chromium issue 445732).
-
- [turbofan] Fix invalid bounds check with overflowing offset (Chromium
- issue 445267).
-
- [turbofan] Raise max virtual registers and call parameter limit (issue
- 3786).
-
- Performance and stability improvements on all platforms.
-
-
-2014-12-23: Version 3.31.74
-
- [turbofan] Turn DCHECK for fixed slot index into a CHECK (Chromium issue
- 444681).
-
- Performance and stability improvements on all platforms.
-
-
-2014-12-23: Version 3.31.73
-
- [turbofan] Fix missing ChangeUint32ToUint64 in lowering of LoadBuffer
- (Chromium issue 444695).
-
- Enable the embedder to specify what kind of context was disposed.
-
- Performance and stability improvements on all platforms.
-
-
-2014-12-22: Version 3.31.72
-
- [turbofan] Correctify lowering of Uint8ClampedArray buffer access
- (Chromium issue 444508).
-
- Performance and stability improvements on all platforms.
-
-
-2014-12-20: Version 3.31.71
-
- Performance and stability improvements on all platforms.
-
-
-2014-12-20: Version 3.31.70
-
- Performance and stability improvements on all platforms.
-
-
-2014-12-20: Version 3.31.69
-
- Performance and stability improvements on all platforms.
-
-
-2014-12-19: Version 3.31.68
-
- [turbofan] Fix unsafe out-of-bounds check for checked loads/stores
- (Chromium issue 443744).
-
- Performance and stability improvements on all platforms.
-
-
-2014-12-19: Version 3.31.67
-
- Performance and stability improvements on all platforms.
-
-
-2014-12-19: Version 3.31.66
-
- Ship ES6 template literals (issue 3230).
-
- Performance and stability improvements on all platforms.
-
-
-2014-12-18: Version 3.31.65
-
- ES6 template literals should not use legacy octal strings (issue 3736).
-
- Performance and stability improvements on all platforms.
-
-
-2014-12-18: Version 3.31.64
-
- Fixed -fsanitize=float-cast-overflow problems (issue 3773).
-
- Performance and stability improvements on all platforms.
-
-
-2014-12-18: Version 3.31.63
-
- ES6 computed property names (issue 3754).
-
- Performance and stability improvements on all platforms.
-
-
-2014-12-17: Version 3.31.62
-
- Performance and stability improvements on all platforms.
-
-
-2014-12-17: Version 3.31.61
-
- ES6: Update unscopables to match spec (issue 3632).
-
- ES6 computed property names (issue 3754).
-
- More -fsanitize=vptr fixes (Chromium issue 441099).
-
- [turbofan] Cache conversions inserted during typed lowering (issue
- 3763).
-
- Performance and stability improvements on all platforms.
-
-
-2014-12-16: Version 3.31.60
-
- Performance and stability improvements on all platforms.
-
-
-2014-12-16: Version 3.31.59
-
- Performance and stability improvements on all platforms.
-
-
-2014-12-16: Version 3.31.58
-
- Ship ES6 classes (issue 3330).
-
- ES6 computed property names (issue 3754).
-
- Performance and stability improvements on all platforms.
-
-
-2014-12-12: Version 3.31.57
-
- Consistently use only one of virtual/OVERRIDE/FINAL (issue 3753).
-
- Performance and stability improvements on all platforms.
-
-
-2014-12-12: Version 3.31.56
-
- Performance and stability improvements on all platforms.
-
-
-2014-12-12: Version 3.31.55
-
- Performance and stability improvements on all platforms.
-
-
-2014-12-11: Version 3.31.54
-
- Implement Array.from() (issue 3336).
-
- move v8_use_external_startup_data to standalone.gypi (Chromium issue
- 421063).
-
- Performance and stability improvements on all platforms.
-
-
-2014-12-11: Version 3.31.53
-
- Performance and stability improvements on all platforms.
-
-
-2014-12-11: Version 3.31.52
-
- Ship ES6 block scoping (issue 2198).
-
- Optimize Object.seal and Object.preventExtensions (issue 3662, Chromium
- issue 115960).
-
- Add Array.prototype.includes (issue 3575).
-
- Performance and stability improvements on all platforms.
-
-
-2014-12-10: Version 3.31.51
-
- [x64] Fix optimization for certain checked load/stores (Chromium issue
- 439743).
-
- Performance and stability improvements on all platforms.
-
-
-2014-12-09: Version 3.31.50
-
- Temporarily restore make dependencies.
-
- Performance and stability improvements on all platforms.
-
-
-2014-12-09: Version 3.31.49
-
- Performance and stability improvements on all platforms.
-
-
-2014-12-09: Version 3.31.48
-
- Performance and stability improvements on all platforms.
-
-
-2014-12-09: Version 3.31.47
-
- Temporarily restore make dependencies.
-
- Performance and stability improvements on all platforms.
-
-
-2014-12-08: Version 3.31.46
-
- Performance and stability improvements on all platforms.
-
-
-2014-12-08: Version 3.31.45
-
- Update all DEPS to match chromium's DEPS at edb488e.
-
- Turn on DCHECKs and other debugging code if dcheck_always_on is 1 (issue
- 3731).
-
- Optimize GetPrototype.
-
- Performance and stability improvements on all platforms.
-
-
-2014-12-05: Version 3.31.44
-
- Performance and stability improvements on all platforms.
-
-
-2014-12-04: Version 3.31.43
-
- ES6 template literals: Fix issue with template after rbrace (issue
- 3734).
-
- Stage ES6 template literals (issue 3230).
-
- Performance and stability improvements on all platforms.
-
-
-2014-12-04: Version 3.31.42
-
- Performance and stability improvements on all platforms.
-
-
-2014-12-04: Version 3.31.41
-
- Simplify template literal raw string creation (issue 3710).
-
- Performance and stability improvements on all platforms.
-
-
-2014-12-03: Version 3.31.40
-
- Performance and stability improvements on all platforms.
-
-
-2014-12-03: Version 3.31.39
-
- Performance and stability improvements on all platforms.
-
-
-2014-12-03: Version 3.31.38
-
- Stage ES6 classes and object literal extensions (issue 3330).
-
- Fixed environment handling for LFlooringDivI on ARM (Chromium issue
- 437765).
-
- Add GetIdentityHash to v8::Name object API (Chromium issue 437416).
-
- Set V8_CC_GNU or V8_CC_MSVC for clang in gcc / cl mode (Chromium issue
- 82385).
-
- Performance and stability improvements on all platforms.
-
-
-2014-12-02: Version 3.31.37
-
- Performance and stability improvements on all platforms.
-
-
-2014-12-02: Version 3.31.36
-
- Set V8_CC_GNU or V8_CC_MSVC for clang in gcc / cl mode (Chromium issue
- 82385).
-
- Performance and stability improvements on all platforms.
-
-
-2014-12-02: Version 3.31.35
-
- Performance and stability improvements on all platforms.
-
-
-2014-12-01: Version 3.31.34
-
- Performance and stability improvements on all platforms.
-
-
-2014-12-01: Version 3.31.33
-
- Performance and stability improvements on all platforms.
-
-
-2014-12-01: Version 3.31.32
-
- Performance and stability improvements on all platforms.
-
-
-2014-12-01: Version 3.31.31
-
- Performance and stability improvements on all platforms.
-
-
-2014-11-29: Version 3.31.30
-
- Performance and stability improvements on all platforms.
-
-
-2014-11-28: Version 3.31.29
-
- Stage @@toStringTag (--harmony-tostring).
-
- Performance and stability improvements on all platforms.
-
-
-2014-11-28: Version 3.31.28
-
- Performance and stability improvements on all platforms.
-
-
-2014-11-28: Version 3.31.27
-
- Ship harmony-strings.
-
- Performance and stability improvements on all platforms.
-
-
-2014-11-28: Version 3.31.26
-
- Abort optimization in corner case (Chromium issue 436893).
-
- Performance and stability improvements on all platforms.
-
-
-2014-11-26: Version 3.31.25
-
- Stage ES6 block scoping (issue 2198).
-
- Introduce legacy const slots in correct context (Chromium issue 410030).
-
- Performance and stability improvements on all platforms.
-
-
-2014-11-26: Version 3.31.24
-
- Performance and stability improvements on all platforms.
-
-
-2014-11-25: Version 3.31.23
-
- Performance and stability improvements on all platforms.
-
-
-2014-11-25: Version 3.31.22
-
- Performance and stability improvements on all platforms.
-
-
-2014-11-24: Version 3.31.21
-
- Performance and stability improvements on all platforms.
-
-
-2014-11-24: Version 3.31.20
-
- Performance and stability improvements on all platforms.
-
-
-2014-11-22: Version 3.31.19
-
- Performance and stability improvements on all platforms.
-
-
-2014-11-21: Version 3.31.18
-
- Performance and stability improvements on all platforms.
-
-
-2014-11-21: Version 3.31.17
-
- Performance and stability improvements on all platforms.
-
-
-2014-11-21: Version 3.31.16
-
- Cache template literal callSiteObj (issue 3230).
-
- Rename String.prototype.contains to 'includes'.
-
- Reserve code range block for evacuation (Chromium issue 430118).
-
- Performance and stability improvements on all platforms.
-
-
-2014-11-20: Version 3.31.15
-
- Rename String.prototype.contains to 'includes'.
-
- Performance and stability improvements on all platforms.
-
-
-2014-11-19: Version 3.31.14
-
- Remove Weak{Map,Set}.prototype.clear.
-
- Performance and stability improvements on all platforms.
-
-
-2014-11-19: Version 3.31.13
-
- Performance and stability improvements on all platforms.
-
-
-2014-11-19: Version 3.31.12
-
- Classes: Expand test to cover strict runtime behavior (issue 3330).
-
- v8::String::Concat must not throw (Chromium issue 420240).
-
- Fix disabling all break points from within the debug event callback
- (Chromium issue 432493).
-
- Performance and stability improvements on all platforms.
-
-
-2014-11-18: Version 3.31.11
-
- Performance and stability improvements on all platforms.
-
-
-2014-11-17: Version 3.31.10
-
- Performance and stability improvements on all platforms.
-
-
-2014-11-17: Version 3.31.9
-
- Expose internal properties of map/set iterators via mirrors.
-
- Performance and stability improvements on all platforms.
-
-
-2014-11-17: Version 3.31.8
-
- Performance and stability improvements on all platforms.
-
-
-2014-11-15: Version 3.31.7
-
- Classes: Add support for stepping through default constructors (issue
- 3674).
-
- Performance and stability improvements on all platforms.
-
-
-2014-11-14: Version 3.31.6
-
- Fix desugaring of let bindings in for loops to handle continue properly
- (issue 3683).
-
- Performance and stability improvements on all platforms.
-
-
-2014-11-14: Version 3.31.5
-
- Classes: Implement correct name binding (issue 3330).
-
- Performance and stability improvements on all platforms.
-
-
-2014-11-14: Version 3.31.4
-
- Performance and stability improvements on all platforms.
-
-
-2014-11-14: Version 3.31.3
-
- Classes: Cleanup default constructor flag.
-
- Soft fail for invalid cache data.
-
- Implement .of() on typed arrays (issue 3578).
-
- Performance and stability improvements on all platforms.
-
-
-2014-11-13: Version 3.31.2
-
- MIPS: Leaving a generator via an exception causes it to close (issue
- 3096).
-
- MIPS: ES6: Add support for super in object literals (issue 3571).
-
- Increase the target new space size to the max new space size (issue
- 3626).
-
- Leaving a generator via an exception causes it to close (issue 3096).
-
- Correctly compute line numbers in functions from the function
- constructor (Chromium issue 109362).
-
- Rename v8::Exception::GetMessage to CreateMessage.
-
- Classes: Add support for arguments in default constructor (issue 3672).
-
- ES6: Add support for super in object literals (issue 3571).
-
- Performance and stability improvements on all platforms.
-
-
-2014-11-12: Version 3.31.1
-
- Fix has_constant_parameter_count() confusion in LReturn (Chromium issue
- 431602).
-
- Performance and stability improvements on all platforms.
-
-
-2014-11-05: Version 3.30.33
-
- `1..isPrototypeOf.call(null)` should return false, not throw TypeError
- (issue 3483).
-
- Refactor ObjectGetOwnPropertyKeys to accept bitmask rather than boolean
- (issue 3549).
-
- Add debug mirror support for ES6 Map/Set iterators (Chromium issue
- 427868).
-
- Performance and stability improvements on all platforms.
-
-
-2014-11-04: Version 3.30.30
-
- Performance and stability improvements on all platforms.
-
-
-2014-11-02: Version 3.30.27
-
- Performance and stability improvements on all platforms.
-
-
-2014-11-02: Version 3.30.26
-
- Performance and stability improvements on all platforms.
-
-
-2014-11-01: Version 3.30.25
-
- Performance and stability improvements on all platforms.
-
-
-2014-11-01: Version 3.30.24
-
- Ensure we don't try to inline raw access to indexed interceptor
- receivers (Chromium issue 419220).
-
- Performance and stability improvements on all platforms.
-
-
-2014-10-31: Version 3.30.23
-
- Introduce v8::Exception::GetMessage to find location of an error object
- (Chromium issue 427954).
-
- Performance and stability improvements on all platforms.
-
-
-2014-10-30: Version 3.30.22
-
- MIPS: Classes: Add super support in methods and accessors (issue 3330).
-
- Classes: Add super support in methods and accessors (issue 3330).
-
- Performance and stability improvements on all platforms.
-
-
-2014-10-29: Version 3.30.21
-
- MIPS: Classes: Add basic support for properties (issue 3330).
-
- Classes: Add more tests for prototype edge cases (Chromium issue 3655).
-
- Classes: Add test for method prototype (issue 3330).
-
- Get stack trace for uncaught exceptions/promise rejections from the
- simple stack when available.
-
- Classes: Add basic support for properties (issue 3330).
-
- Allow duplicate property names in classes (issue 3570).
-
- Windows: use SystemTimeToTzSpecificLocalTime instead of localtime_s
- (Chromium issue 417640).
-
- Performance and stability improvements on all platforms.
-
-
-2014-10-28: Version 3.30.20
-
- Performance and stability improvements on all platforms.
-
-
-2014-10-27: Version 3.30.19
-
- Check string literals with escapes in PreParserTraits::GetSymbol()
- (issue 3606).
-
- only define ARRAYSIZE_UNSAFE for NaCl builds (Chromium issue 405225).
-
- Performance and stability improvements on all platforms.
-
-
-2014-10-24: Version 3.30.18
-
- Narrow cases where Sparse/Smart versions of Array methods are used
- (issues 2615, 3612, 3621).
-
- Shrink new space in idle notification (Chromium issue 424423).
-
- Performance and stability improvements on all platforms.
-
-
-2014-10-23: Version 3.30.17
-
- ARM64: Fix stack manipulation (Chromium issue 425585).
-
- Speed up creation of Objects whose prototype has dictionary elements
- (Chromium issue 422754).
-
- Enable libstdc++ debug mode in debug builds (issue 3638).
-
- Performance and stability improvements on all platforms.
-
-
-2014-10-22: Version 3.30.16
-
- Remove v8stdint.h, it doesn't serve a purpose anymore.
-
- Performance and stability improvements on all platforms.
-
-
-2014-10-21: Version 3.30.15
-
- Avoid the Marsaglia effect in 3D (Chromium issue 423311).
-
- Performance and stability improvements on all platforms.
-
-
-2014-10-20: Version 3.30.14
-
- Performance and stability improvements on all platforms.
-
-
-2014-10-17: Version 3.30.13
-
- Don't expose Array.prototype.values as it breaks webcompat (Chromium
- issue 409858).
-
- Fix break location calculation (Chromium issue 419663).
-
- Enable libstdc++ debug mode in debug builds (issue 3638).
-
- Performance and stability improvements on all platforms.
-
-
-2014-10-17: Version 3.30.12
-
- Implement .forEach() on typed arrays (issue 3578).
-
- Introduce v8::Exception::GetStackTrace API method.
-
- Remove SmartMove, bringing Array methods further into spec compliance
- (issue 2615).
-
- Convert argument toObject() in Object.getOwnPropertyNames/Descriptors
- (issue 3443).
-
- Performance and stability improvements on all platforms.
-
-
-2014-10-15: Version 3.30.11
-
- Array.prototype.{every, filter, find, findIndex, forEach, map, some}:
- Use fresh primitive wrapper for calls (issue 3536).
-
- Correctly expand literal buffer for surrogate pairs (Chromium issue
- 423212).
-
- Performance and stability improvements on all platforms.
-
-
-2014-10-15: Version 3.30.10
-
- Squeeze the layout of various AST node types (Chromium issue 417697).
-
- Performance and stability improvements on all platforms.
-
-
-2014-10-14: Version 3.30.9
-
- Performance and stability improvements on all platforms.
-
-
-2014-10-13: Version 3.30.8
-
- AST nodes have at most one bailout/typefeedback ID now, saving lots of
- memory (Chromium issue 417697).
-
- Allow identifier code points from supplementary multilingual planes
- (issue 3617).
-
- Performance and stability improvements on all platforms.
-
-
-2014-10-10: Version 3.30.7
-
- Fix computation of UTC time from local time at DST change points (issue
- 3116, Chromium issues 415424, 417640).
-
- Convert `obj` ToObject in Object.keys() (issue 3587).
-
- Performance and stability improvements on all platforms.
-
-
-2014-10-09: Version 3.30.6
-
- Update unicode to 7.0.0 (issue 2892).
-
- Classes: Add support for toString (issue 3330).
-
- Don't enable WPO on Win64 and require Server 2003 / x64 for win64
- (Chromium issue 421363).
-
- Performance and stability improvements on all platforms.
-
-
-2014-10-08: Version 3.30.5
-
- Performance and stability improvements on all platforms.
-
-
-2014-10-08: Version 3.30.4
-
- This uses a runtime function to set up the the constructor and its
- prototype (issue 3330).
-
- Remove PersistentBase::ClearAndLeak.
-
- Squeeze the layout of variable proxy nodes (Chromium issue 417697).
-
- Add MonotonicallyIncreasingTime to V8 Platform (Chromium issue 417668).
-
- Fix representation of HLoadRoot (Chromium issue 419036).
-
- Performance and stability improvements on all platforms.
-
-
-2014-10-03: Version 3.30.3
-
- Removed the Isolate* field from literal nodes (Chromium issue 417697).
-
- Squeeze the layout of expression nodes a bit (Chromium issue 417697).
-
- Merged FeedbackSlotInterface into AstNode, removing the need for a 2nd
- vtable (Chromium issue 417697).
-
- Extend CPU profiler with mapping ticks to source lines.
-
- Remove support for parallel sweeping.
-
- Introduce v8::Object::GetIsolate().
-
- Performance and stability improvements on all platforms.
-
-
-2014-10-02: Version 3.30.2
-
- Fix Hydrogen's BuildStore() (Chromium issue 417508).
-
- Move unit tests to test/unittests (issue 3489).
-
- Changes to ALLOW_UNUSED to match upcoming changes to the Chromium trunk:
- * Eliminate usage of ALLOW_UNUSED to define COMPILE_ASSERT and just use
- static_assert() in all cases now that all platforms build with C++11. *
- Convert remaining uses of ALLOW_UNUSED to ALLOW_UNUSED_TYPE to match how
- Chromium will be splitting this functionality. (In Chromium we'll have
- both ALLOW_UNUSED_TYPE and ALLOW_UNUSED_LOCAL, which have different
- syntax to enable us to use these with MSVC.) (Chromium issue 81439).
-
- Performance and stability improvements on all platforms.
-
-
-2014-10-01: Version 3.30.1
-
- Introduce PromiseRejectCallback (issue 3093).
-
- ES6: Implement object literal property shorthand (issue 3584).
-
- Performance and stability improvements on all platforms.
-
-
-2014-09-30: Version 3.29.93
-
- Add a getter for the address and size of the code range to the pulic API
- (issue 3598).
-
- Convert `obj` ToObject in Object.keys() (issue 3587).
-
- Performance and stability improvements on all platforms.
-
-
-2014-09-29: Version 3.29.92
-
- Performance and stability improvements on all platforms.
-
-
-2014-09-26: Version 3.29.91
-
- Performance and stability improvements on all platforms.
-
-
-2014-09-25: Version 3.29.88
-
- Performance and stability improvements on all platforms.
-
-
-2014-09-24: Version 3.29.87
-
- Preserve message when rethrowing exception (issue 3583).
-
- Fix escaped index JSON parsing (Chromium issue 416449).
-
- Performance and stability improvements on all platforms.
-
-
-2014-09-23: Version 3.29.84
-
- Performance and stability improvements on all platforms.
-
-
-2014-09-23: Version 3.29.83
-
- Performance and stability improvements on all platforms.
-
-
-2014-09-23: Version 3.29.82
-
- Fix escaped index JSON parsing (Chromium issue 416449).
-
- Performance and stability improvements on all platforms.
-
-
-2014-09-17: Version 3.29.70
-
- Enable ES6 generators (issue 2355).
-
- Fixed int vs. uintptr_t confusion (plus some cleanup on the way) (issue
- 3556).
-
- Move configuration of ResourceConstraints to Isolate construction.
-
- Performance and stability improvements on all platforms.
-
-
-2014-09-16: Version 3.29.66
-
- Currently, a new isolate is created in an uninitialized state, and
- several API methods will automatically initialize it. During this
- uninitialized state, code event handlers and function entry handlers can
- be attached to the isolate.
-
- Performance and stability improvements on all platforms.
-
-
-2014-09-15: Version 3.29.64
-
- ES6: String(symbol) should work like symbol.toString (issue 3554).
-
- Arrow functions: Cleanup handling of the prototype property (issue
- 2700).
-
- Remove V8_HOST_CAN_READ_UNALIGNED and its uses (Chromium issue 412967).
-
- Fix Smi vs. HeapObject confusion in HConstants (Chromium issue 412215).
-
- Performance and stability improvements on all platforms.
-
-
-2014-09-12: Version 3.29.59
-
- Do not use wide reads in CopyCharsUnsigned (Chromium issue 412967).
-
- Fix inaccurate type condition in Hydrogen (Chromium issue 412210).
-
- Fix crash in ScriptDebugServer::wrapCallFrames (Chromium issue 411196).
-
- Performance and stability improvements on all platforms.
-
-
-2014-09-11: Version 3.29.57
-
- ES6: Add support for method shorthand in object literals (issue 3516).
-
- Unbreak FreeBSD build (hopefully) (issue 3548).
-
- Performance and stability improvements on all platforms.
-
-
-2014-09-09: Version 3.29.53
-
- Performance and stability improvements on all platforms.
-
-
-2014-09-08: Version 3.29.50
-
- Allocate a new empty number dictionary when resetting elements (Chromium
- issue 410332).
-
- Performance and stability improvements on all platforms.
-
-
-2014-09-05: Version 3.29.43
-
- Enforce correct number comparisons when inlining Array.indexOf (Chromium
- issue 407946).
-
- Performance and stability improvements on all platforms.
-
-
-2014-09-04: Version 3.29.41
-
- Performance and stability improvements on all platforms.
-
-
-2014-09-03: Version 3.29.40
-
- Use correct receiver for DOM accessors on the prototype chain (issue
- 3538).
-
- Performance and stability improvements on all platforms.
-
-
-2014-09-02: Version 3.29.38
-
- Do not clear weak monomorphic IC after context disposal (Chromium issue
- 404020).
-
- Turn on job-based sweeping (issue 3104).
-
- Performance and stability improvements on all platforms.
-
-
-2014-09-01: Version 3.29.35
-
- Performance and stability improvements on all platforms.
-
-
-2014-08-29: Version 3.29.29
-
- Performance and stability improvements on all platforms.
-
-
-2014-08-28: Version 3.29.27
-
- Performance and stability improvements on all platforms.
-
-
-2014-08-28: Version 3.29.25
-
- Performance and stability improvements on all platforms.
-
-
-2014-08-28: Version 3.29.24
-
- Tweaks to generate XP-compatible .exes (Chromium issue 407517).
-
- Performance and stability improvements on all platforms.
-
-
-2014-08-28: Version 3.29.23
-
- Performance and stability improvements on all platforms.
-
-
-2014-08-27: Version 3.29.20
-
- Handle empty allocation list in CodeRange properly (issue 3540, Chromium
- issue 407566).
-
- Fixed inlining of constant values (issue 3529).
-
- Performance and stability improvements on all platforms.
-
-
-2014-08-25: Version 3.29.17
-
- Performance and stability improvements on all platforms.
-
-
-2014-08-24: Version 3.29.16
-
- Fix issue with numeric property names (issue 3507).
-
- Add back the duplicate property checker (issue 3498).
-
- Performance and stability improvements on all platforms.
-
-
-2014-08-22: Version 3.29.14
-
- Don't inline Array.shift() if receiver map is not extensible (Chromium
- issue 405517).
-
- Performance and stability improvements on all platforms.
-
-
-2014-08-21: Version 3.29.11
-
- Refactor ParseObjectLiteral.
-
- Support symbol-named properties in API (issue 3394).
-
- Suppress test262 test that tests duplicate properties.
-
- ES6: Duplicate properties are no longer an error (issue 3498).
-
- Expose function CheckDebugBreak in the debugger api.
-
- Remove RegExp.$input (issue 3486).
-
- Performance and stability improvements on all platforms.
-
-
-2014-08-21: Version 3.29.10
-
- ES6: Make sure we do not store -0 as the key in Map/Set (issue 3515).
-
- Remove removed flags from tests.
-
- Expose well-known Symbols to C++ API (Chromium issue 341423).
-
- Implement ES6 Array.of() (issue 3427).
-
- Performance and stability improvements on all platforms.
-
-
-2014-08-20: Version 3.29.9
-
- Correctly handle holes when concat()ing double arrays (Chromium issue
- 403409).
-
- [turbofan] Refactor the InstructionSelector tests (issue 3489).
-
- ES6: Make Map/Set constructors support iterable values (issue 3508).
-
- WeakMap/WeakSet: Add test for non object keys (issue 3399).
-
- Performance and stability improvements on all platforms.
-
-
-2014-08-12: Version 3.28.71
-
- ToNumber(Symbol) should throw TypeError (issue 3499).
-
- Performance and stability improvements on all platforms.
-
-
-2014-08-11: Version 3.28.69
-
- Performance and stability improvements on all platforms.
-
-
-2014-08-09: Version 3.28.65
-
- Performance and stability improvements on all platforms.
-
-
-2014-08-08: Version 3.28.64
-
- ES6: Implement WeakMap and WeakSet constructor logic (issue 3399).
-
- Enable ES6 unscopables (issue 3401).
-
- Turn on harmony_unscopables for es_staging (issue 3401).
-
- Remove proxies from --harmony switch for M38, because problems.
-
- Reland "Add initial support for compiler unit tests using GTest/GMock."
- (issue 3489).
-
- Enable ES6 iteration by default (issue 2214).
-
- Performance and stability improvements on all platforms.
-
-
-2014-08-07: Version 3.28.62
-
- Only escape U+0022 in argument values of `String.prototype` HTML methods
- (issue 2217).
-
- Update webkit test for expected own properties.
-
- This implements unscopables (issue 3401).
-
- Add `CheckObjectCoercible` for the `String.prototype` HTML methods
- (issue 2218).
-
- Add initial support for compiler unit tests using GTest/GMock (issue
- 3489).
-
- Trigger exception debug events on Promise reject (Chromium issue
- 393913).
-
- Refactor unit tests for the base library to use GTest (issue 3489).
-
- Performance and stability improvements on all platforms.
-
-
-2014-08-06: Version 3.28.60
-
- Enable ES6 Map and Set by default (issue 1622).
-
- Performance and stability improvements on all platforms.
-
-
-2014-08-06: Version 3.28.59
-
- Removed GetConstructor from the API. Instead either get the
- "constructor" property stored in the prototype, or keep a side-table.
-
- Enable ES6 Symbols by default (issue 2158).
-
- Performance and stability improvements on all platforms.
-
-
-2014-08-05: Version 3.28.57
-
- Add dependencies on gtest and gmock.
-
- Performance and stability improvements on all platforms.
-
-
-2014-08-04: Version 3.28.54
-
- Performance and stability improvements on all platforms.
-
-
-2014-08-01: Version 3.28.53
-
- Performance and stability improvements on all platforms.
-
-
-2014-07-31: Version 3.28.52
-
- Performance and stability improvements on all platforms.
-
-
-2014-07-31: Version 3.28.51
-
- Drop deprecated memory related notification API (Chromium issue 397026).
-
- Performance and stability improvements on all platforms.
-
-
-2014-07-31: Version 3.28.50
-
- Use emergency memory in the case of out of memory during evacuation
- (Chromium issue 395314).
-
- Performance and stability improvements on all platforms.
-
-
-2014-07-30: Version 3.28.48
-
- Fix Object.freeze with field type tracking. Keep the descriptor properly
- intact while update the field type (issue 3458).
-
- Performance and stability improvements on all platforms.
-
-
-2014-07-29: Version 3.28.45
-
- Performance and stability improvements on all platforms.
-
-
-2014-07-28: Version 3.28.43
-
- Performance and stability improvements on all platforms.
-
-
-2014-07-25: Version 3.28.38
-
- Fix issue with setters and their holders in accessors.cc (Chromium issue
- 3462).
-
- Introduce more debug events for promises (issue 3093).
-
- Move gc notifications from V8 to Isolate and make idle hint mandatory
- (Chromium issue 397026).
-
- The accessors should get the value from the holder and not from this
- (issue 3461).
-
- Performance and stability improvements on all platforms.
-
-
-2014-07-24: Version 3.28.35
-
- Rebaseline/update the intl tests with ICU 52 (issue 3454).
-
- Expose the content of Sets and WeakSets through SetMirror (issue 3093).
-
- Performance and stability improvements on all platforms.
-
-
-2014-07-23: Version 3.28.32
-
- Update ICU to 5.2 (matching chromium) (issue 3452).
-
- Performance and stability improvements on all platforms.
-
-
-2014-07-22: Version 3.28.31
-
- Remove harmony-typeof.
-
- Implement String.prototype.codePointAt and String.fromCodePoint (issue
- 2840).
-
- Performance and stability improvements on all platforms.
-
-
-2014-07-21: Version 3.28.30
-
- Performance and stability improvements on all platforms.
-
-
-2014-07-21: Version 3.28.29
-
- Performance and stability improvements on all platforms.
-
-
-2014-07-18: Version 3.28.28
-
- Performance and stability improvements on all platforms.
-
-
-2014-07-17: Version 3.28.26
-
- Ship ES6 Math functions (issue 2938).
-
- Make ToPrimitive throw on symbol wrappers (issue 3442).
-
- Performance and stability improvements on all platforms.
-
-
-2014-07-16: Version 3.28.25
-
- Performance and stability improvements on all platforms.
-
-
-2014-07-16: Version 3.28.24
-
- Removed some copy-n-paste from StackFrame::Foo API entries (issue 3436).
-
- Performance and stability improvements on all platforms.
-
-
-2014-07-15: Version 3.28.23
-
- Fix error message about read-only symbol properties (issue 3441).
-
- Include symbol properties in Object.{create,defineProperties} (issue
- 3440).
-
- Performance and stability improvements on all platforms.
-
-
-2014-07-14: Version 3.28.22
-
- Performance and stability improvements on all platforms.
-
-
-2014-07-11: Version 3.28.21
-
- Make `let` usable as an identifier in ES6 sloppy mode (issue 2198).
-
- Support ES6 Map and Set in heap profiler (issue 3368).
-
- Performance and stability improvements on all platforms.
-
-
-2014-07-10: Version 3.28.20
-
- Remove deprecate counter/histogram methods.
-
- Fixed printing of external references (Chromium issue 392068).
-
- Fix several issues with ES6 redeclaration checks (issue 3426).
-
- Performance and stability improvements on all platforms.
-
-
-2014-07-09: Version 3.28.19
-
- Performance and stability improvements on all platforms.
-
-
-2014-07-09: Version 3.28.18
-
- Reland "Postpone termination exceptions in debug scope." (issue 3408).
-
- Performance and stability improvements on all platforms.
-
-
-2014-07-08: Version 3.28.17
-
- MIPS: Fix computed properties on object literals with a double as
- propertyname (Chromium issue 390732).
-
- Performance and stability improvements on all platforms.
-
-
-2014-07-08: Version 3.28.16
-
- Fix computed properties on object literals with a double as propertyname
- (Chromium issue 390732).
-
- Avoid brittle use of .bind in Promise.all (issue 3420).
-
- Performance and stability improvements on all platforms.
-
-
-2014-07-07: Version 3.28.15
-
- Remove a bunch of Isolate::UncheckedCurrent calls.
-
- Performance and stability improvements on all platforms.
-
-
-2014-07-07: Version 3.28.14
-
- Use the HeapObjectIterator to scan-on-scavenge map pages (Chromium issue
- 390732).
-
- Introduce debug events for Microtask queue (Chromium issue 272416).
-
- Split out libplatform into a separate libary.
-
- Add clang-format to presubmit checks.
-
- Stack traces exposed to Javascript should omit extensions (issue 311).
-
- Remove deprecated v8::Context::HasOutOfMemoryException.
-
- Postpone termination exceptions in debug scope (issue 3408).
-
- Performance and stability improvements on all platforms.
-
-
-2014-07-04: Version 3.28.13
-
- Rollback to r22134.
-
-
-2014-07-04: Version 3.28.12
-
- Use the HeapObjectIterator to scan-on-scavenge map pages (Chromium issue
- 390732).
-
- Introduce debug events for Microtask queue (Chromium issue 272416).
-
- Performance and stability improvements on all platforms.
-
-
-2014-07-03: Version 3.28.11
-
- Split out libplatform into a separate libary.
-
- Performance and stability improvements on all platforms.
-
-
-2014-07-03: Version 3.28.10
-
- Add clang-format to presubmit checks.
-
- Stack traces exposed to Javascript should omit extensions (issue 311).
-
- Remove deprecated v8::Context::HasOutOfMemoryException.
-
- Postpone termination exceptions in debug scope (issue 3408).
-
- Performance and stability improvements on all platforms.
-
-
-2014-07-02: Version 3.28.9
-
- Make freeze & friends ignore private properties (issue 3419).
-
- Introduce a builddeps make target (issue 3418).
-
- Performance and stability improvements on all platforms.
-
-
-2014-07-01: Version 3.28.8
-
- Remove static initializer from isolate.
-
- ES6: Add missing Set.prototype.keys function (issue 3411).
-
- Introduce debug events for promises (issue 3093).
-
- Performance and stability improvements on all platforms.
-
-
-2014-06-30: Version 3.28.7
-
- Performance and stability improvements on all platforms.
-
-
-2014-06-30: Version 3.28.6
-
- Unbreak "os" stuff in shared d8 builds (issue 3407).
-
- Performance and stability improvements on all platforms.
-
-
-2014-06-26: Version 3.28.4
-
- Compile optimized code with active debugger but no break points
- (Chromium issue 386492).
-
- Optimize Map/Set.prototype.forEach.
-
- Collect garbage with kReduceMemoryFootprintMask in IdleNotification
- (Chromium issue 350720).
-
- Performance and stability improvements on all platforms.
-
-
-2014-06-26: Version 3.28.3
-
- Grow heap slower if GC freed many global handles (Chromium issue
- 263503).
-
- Performance and stability improvements on all platforms.
-
-
-2014-06-25: Version 3.28.2
-
- Remove bogus assertions in HCompareObjectEqAndBranch (Chromium issue
- 387636).
-
- Do not eagerly update allow_osr_at_loop_nesting_level (Chromium issue
- 387599).
-
- Set host_arch to ia32 on machines with a 32bit userland but a 64bit
- kernel (Chromium issue 368384).
-
- Map/Set: Implement constructor parameter handling (issue 3398).
-
- Performance and stability improvements on all platforms.
-
-
-2014-06-24: Version 3.28.1
-
- Support LiveEdit on Arm64 (Chromium issue 368580).
-
- Run JS micro tasks in the appropriate context (Chromium issue 385349).
-
- Add a use counter API.
-
- Set host_arch to ia32 on machines with a 32bit userland but a 64bit
- kernel.
-
- Performance and stability improvements on all platforms.
-
-
-2014-06-23: Version 3.28.0
-
- MIPS: Support LiveEdit (Chromium issue 368580).
-
- Array.concat: properly go to dictionary mode when required (Chromium
- issue 387031).
-
- Support LiveEdit on ARM (Chromium issue 368580).
-
- Performance and stability improvements on all platforms.
-
-
-2014-06-18: Version 3.27.34
-
- Reduce number of writes to DependentCode array when inserting dependent
- IC (Chromium issue 305878).
-
- Performance and stability improvements on all platforms.
-
-
-2014-06-17: Version 3.27.33
-
- Do GC if CodeRange fails to allocate a block (Chromium issue 305878).
-
- Throw syntax error when a getter/setter has the wrong number of params
- (issue 3371).
-
- Performance and stability improvements on all platforms.
-
-
-2014-06-17: Version 3.27.32
-
- Performance and stability improvements on all platforms.
-
-
-2014-06-16: Version 3.27.31
-
- Version fix.
-
-
-2014-06-16: Version 3.27.30
-
- Fix representation of Phis for mutable-heapnumber-in-object-literal
- properties (issue 3392).
-
- Performance and stability improvements on all platforms.
-
-
-2014-06-16: Version 3.27.29
-
- Emulate MLS on pre-ARMv6T2. Cleaned up thumbee vs. thumb2 confusion.
-
- X87: Fixed flooring division by a power of 2, once again.. (issue 3259).
-
- Fixed undefined behavior in RNG (Chromium issue 377790).
-
- Performance and stability improvements on all platforms.
-
-
-2014-06-13: Version 3.27.28
-
- Add v8::Promise::Then (Chromium issue 371288).
-
- Performance and stability improvements on all platforms.
-
-
-2014-06-12: Version 3.27.27
-
- Fix detection of VFP3D16 on Galaxy Tab 10.1 (issue 3387).
-
- Performance and stability improvements on all platforms.
-
-
-2014-06-12: Version 3.27.26
-
- MIPS: Fixed flooring division by a power of 2, once again.. (issue
- 3259).
-
- Fixed flooring division by a power of 2, once again.. (issue 3259).
-
- Fix unsigned comparisons (issue 3380).
-
- Performance and stability improvements on all platforms.
-
-
-2014-06-11: Version 3.27.25
-
- Performance and stability improvements on all platforms.
-
-
-2014-06-11: Version 3.27.24
-
- Fix invalid attributes when generalizing because of incompatible map
- change (Chromium issue 382143).
-
- Fix missing smi check in inlined indexOf/lastIndexOf (Chromium issue
- 382513).
-
- Performance and stability improvements on all platforms.
-
-
-2014-06-06: Version 3.27.23
-
- Performance and stability improvements on all platforms.
-
-
-2014-06-06: Version 3.27.22
-
- Performance and stability improvements on all platforms.
-
-
-2014-06-06: Version 3.27.21
-
- Turn on harmony_collections for es_staging (issue 1622).
-
- Do not make heap iterable eagerly (Chromium issue 379740).
-
- Performance and stability improvements on all platforms.
-
-
-2014-06-05: Version 3.27.20
-
- Fix invalid loop condition for Array.lastIndexOf() (Chromium issue
- 380512).
-
- Add API support for passing a C++ function as a microtask callback.
-
- Performance and stability improvements on all platforms.
-
-
-2014-06-04: Version 3.27.19
-
- Split Put into Put and Remove.
-
- ES6: Add support for values/keys/entries for Map and Set (issue 1793).
-
- Performance and stability improvements on all platforms.
-
-
-2014-06-03: Version 3.27.18
-
- Remove PROHIBITS_OVERWRITING as it is subsumed by non-configurable
- properties.
-
- Performance and stability improvements on all platforms.
-
-
-2014-06-02: Version 3.27.17
-
- BuildNumberToString: Check for undefined keys in the cache (Chromium
- issue 368114).
-
- HRor and HSar can deoptimize (issue 3359).
-
- Simplify, speed-up correct-context ObjectObserve calls.
-
- Performance and stability improvements on all platforms.
-
-
-2014-05-29: Version 3.27.16
-
- Allow microtasks to throw exceptions and handle them gracefully
- (Chromium issue 371566).
-
- Performance and stability improvements on all platforms.
-
-
-2014-05-28: Version 3.27.15
-
- Performance and stability improvements on all platforms.
-
-
-2014-05-27: Version 3.27.14
-
- Reland "Customized support for feedback on calls to Array." and follow-
- up fixes (Chromium issues 377198, 377290).
-
- Performance and stability improvements on all platforms.
-
-
-2014-05-26: Version 3.27.13
-
- Performance and stability improvements on all platforms.
-
-
-2014-05-26: Version 3.27.12
-
- Check for cached transition to ExternalArray elements kind (issue 3337).
-
- Support ES6 weak collections in heap profiler (Chromium issue 376196).
-
- Performance and stability improvements on all platforms.
-
-
-2014-05-23: Version 3.27.11
-
- Add support for ES6 Symbol in heap profiler (Chromium issue 376194).
-
- Performance and stability improvements on all platforms.
-
-
-2014-05-22: Version 3.27.10
-
- Implement Mirror object for Symbols (issue 3290).
-
- Allow debugger to step into Map and Set forEach callbacks (issue 3341).
-
- Fix ArrayShift hydrogen support (Chromium issue 374838).
-
- Use SameValueZero for Map and Set (issue 1622).
-
- Array Iterator next should check for own property.
-
- Performance and stability improvements on all platforms.
-
-
-2014-05-21: Version 3.27.9
-
- Disable ArrayShift hydrogen support (Chromium issue 374838).
-
- ES6 Map/Set iterators/forEach improvements (issue 1793).
-
- Performance and stability improvements on all platforms.
-
-
-2014-05-20: Version 3.27.8
-
- Move microtask queueing logic from JavaScript to C++.
-
- Partial revert of "Next bunch of fixes for check elimination" (Chromium
- issue 372173).
-
- Performance and stability improvements on all platforms.
-
-
-2014-05-19: Version 3.27.7
-
- Performance and stability improvements on all platforms.
-
-
-2014-05-19: Version 3.27.6
-
- Performance and stability improvements on all platforms.
-
-
-2014-05-16: Version 3.27.5
-
- Performance and stability improvements on all platforms.
-
-
-2014-05-15: Version 3.27.4
-
- Drop thenable coercion cache (Chromium issue 372788).
-
- Skip write barriers when updating the weak hash table (Chromium issue
- 359401).
-
- Performance and stability improvements on all platforms.
-
-
-2014-05-14: Version 3.27.3
-
- Performance and stability improvements on all platforms.
-
-
-2014-05-13: Version 3.27.2
-
- Harden %SetIsObserved with RUNTIME_ASSERTs (Chromium issue 371782).
-
- Drop unused static microtask API.
-
- Introduce an api to query the microtask autorun state of an isolate.
-
- Performance and stability improvements on all platforms.
-
-
-2014-05-12: Version 3.27.1
-
- Object.observe: avoid accessing acceptList properties more than once
- (issue 3315).
-
- Array Iterator prototype should not have a constructor (issue 3293).
-
- Fix typos in unit test for Array.prototype.fill().
-
- Shorten autogenerated error message for functions only (issue 3019,
- Chromium issue 331971).
-
- Reland "Removed default Isolate." (Chromium issue 359977).
-
- Performance and stability improvements on all platforms.
-
-
-2014-05-09: Version 3.27.0
-
- Unbreak samples and tools.
-
- Performance and stability improvements on all platforms.
-
-
-2014-05-08: Version 3.26.33
-
- Removed default Isolate (Chromium issue 359977).
-
- Performance and stability improvements on all platforms.
-
-
-2014-05-07: Version 3.26.32
-
- Performance and stability improvements on all platforms.
-
-
-2014-05-06: Version 3.26.31
-
- Add a basic gn file for V8.
-
- Performance and stability improvements on all platforms.
-
-
-2014-05-05: Version 3.26.30
-
- Introduce a microtask suppression scope and move microtask methods to
- isolate (Chromium issue 369503).
-
- Re-enable Object.observe and add enforcement for security invariants.
-
- Move cache line size calculation directly into CPU::FlushICache
- (Chromium issue 359977).
-
- Generation of our home-grown memmove doesn't depend on serializer state
- anymore (Chromium issue 359977).
-
- Fix |RunMicrotasks()| leaking reference to the last context being run
- on.
-
- Object.defineProperty shouldn't be a hint that we're constructing a
- dictionary (Chromium issue 362870).
-
- Performance and stability improvements on all platforms.
-
-
-2014-05-01: Version 3.26.29
-
- Added a Isolate* parameter to Serializer::enabled() (Chromium issue
- 359977).
-
- ES6: Add support for Array.prototype.fill() (issue 3273).
-
- Performance and stability improvements on all platforms.
-
-
-2014-04-29: Version 3.26.28
-
- PromiseThen should ignore non-function parameters (Chromium issue
- 347455).
-
- Performance and stability improvements on all platforms.
-
-
-2014-04-29: Version 3.26.27
-
- Error stack getter should not overwrite itself with a data property
- (issue 3294).
-
- Performance and stability improvements on all platforms.
-
-
-2014-04-28: Version 3.26.26
-
- Expose promise value through promise mirror (issue 3093).
-
- Simplified CPU/CpuFeatures a bit (Chromium issue 359977).
-
- Performance and stability improvements on all platforms.
-
-
-2014-04-28: Version 3.26.25
-
- Add timestamps to CPU profile samples (Chromium issue 363976).
-
- Expose promise status through promise mirror (issue 3093).
-
- Remove static CallCompletedCallback handlers.
-
- Added an Isolate* field to NoTrackDoubleFieldsForSerializerScope,
- PlatformFeatureScope and BinaryOpIC::State (Chromium issue 359977).
-
- Trigger debug event on not yet caught exception in promises (issue
- 3093).
-
- Unbreak vtunejit=on (issue 3288).
-
- Performance and stability improvements on all platforms.
-
-
-2014-04-25: Version 3.26.24
-
- MIPS: CodeStubs contain their corresponding Isolate* now. (part 2)
- (Chromium issue 359977).
-
- MIPS: CodeStubs contain their corresponding Isolate* now. (part 1)
- (Chromium issue 359977).
-
- CodeStubs contain their corresponding Isolate* now. (part 2) (Chromium
- issue 359977).
-
- Make DescriptorArray::IsMoreGeneralThan() and DescriptorArray::Merge()
- compatible again (Chromium issue 365172).
-
- CodeStubs contain their corresponding Isolate* now. (part 1) (Chromium
- issue 359977).
-
- Performance and stability improvements on all platforms.
-
-
-2014-04-24: Version 3.26.23
-
- Performance and stability improvements on all platforms.
-
-
-2014-04-23: Version 3.26.22
-
- Disable field type tracking by default (Chromium issue 365172).
-
- Performance and stability improvements on all platforms.
-
-
-2014-04-23: Version 3.26.21
-
- Context-allocate all parameters in generators (issue 3280).
-
- Simplify v8/Isolate teardown (Chromium issue 359977).
-
- Performance and stability improvements on all platforms.
-
-
-2014-04-21: Version 3.26.20
-
- ES6: Add support for Map/Set forEach (Chromium issues 1793, 2323).
-
- Performance and stability improvements on all platforms.
-
-
-2014-04-18: Version 3.26.19
-
- ES6: Add support for Map/Set forEach (Chromium issues 1793, 2323).
-
- Performance and stability improvements on all platforms.
-
-
-2014-04-17: Version 3.26.18
-
- Removed Isolate::EnterDefaultIsolate (Chromium issue 359977).
-
- Performance and stability improvements on all platforms.
-
-
-2014-04-16: Version 3.26.17
-
- Clear invalid field maps in PropertyAccessInfo (Chromium issue 363956).
-
- ES6: Add support for Map/Set forEach (Chromium issues 1793, 2323).
-
- Performance and stability improvements on all platforms.
-
-
-2014-04-16: Version 3.26.16
-
- Removed EnterIsolateIfNeeded and a soon-to-be-useless assertion
- (Chromium issue 359977).
-
- Removed GetDefaultIsolate{Debugger,ForLocking,StackGuard} (Chromium
- issue 359977).
-
- Performance and stability improvements on all platforms.
-
-
-2014-04-15: Version 3.26.15
-
- Fix result of LCodeGen::DoWrapReceiver for strict functions and builtins
- (Chromium issue 362128).
-
- Performance and stability improvements on all platforms.
-
-
-2014-04-15: Version 3.26.14
-
- Performance and stability improvements on all platforms.
-
-
-2014-04-14: Version 3.26.13
-
- Make maps in monomorphic IC stubs weak (issue 2073).
-
- x64: Make sure that the upper half of a 64bit register contains 0 for
- int32 values (Chromium issue 360611).
-
- Performance and stability improvements on all platforms.
-
-
-2014-04-11: Version 3.26.12
-
- Do not use ranges after range analysis (Chromium issue 361608).
-
- Performance and stability improvements on all platforms.
-
-
-2014-04-10: Version 3.26.11
-
- Performance and stability improvements on all platforms.
-
-
-2014-04-10: Version 3.26.10
-
- Allow the embedder to pass the virtual memory limit to v8.
-
- Performance and stability improvements on all platforms.
-
-
-2014-04-09: Version 3.26.9
-
- Fix invalid local property lookup for transitions (Chromium issue
- 361025).
-
- MIPS: Fixed flooring division by -1 (issue 3259).
-
- Fixed flooring division by -1 on ARM (issue 3259).
-
- Make `String.prototype.contains` throw when passing a regular expression
- (issue 3261).
-
- Performance and stability improvements on all platforms.
-
-
-2014-04-08: Version 3.26.8
-
- Yet another regression test for range analysis (issue 3204).
-
- Performance and stability improvements on all platforms.
-
-
-2014-04-07: Version 3.26.7
-
- Performance and stability improvements on all platforms.
-
-
-2014-04-04: Version 3.26.6
-
- Performance and stability improvements on all platforms.
-
-
-2014-04-03: Version 3.26.5
-
- Performance and stability improvements on all platforms.
-
-
-2014-04-03: Version 3.26.4
-
- Make stray 'return' an early error.
-
- Show references from weak containers as weak in heap snapshots (Chromium
- issue 356590).
-
- Make invalid LHSs that are calls late errors (Chromium issue 358346).
-
- Performance and stability improvements on all platforms.
-
-
-2014-04-02: Version 3.26.3
-
- Support typed arrays in IsMoreGeneralElementsKindTransition (Chromium
- issue 357054).
-
- Remove debugger_auto_break flag.
-
- Store i18n meta data in hidden symbols instead of js accessible
- properties (Chromium issue 354967).
-
- Performance and stability improvements on all platforms.
-
-
-2014-04-01: Version 3.26.2
-
- Performance and stability improvements on all platforms.
-
-
-2014-04-01: Version 3.26.1
-
- Fix Type::Intersect to skip uninhabited bitsets (Chromium issue 357330).
-
- Fix PrepareKeyedOperand on arm (Chromium issue 358057).
-
- Performance and stability improvements on all platforms.
-
-
-2014-03-31: Version 3.26.0
-
- Deprecate Start/StopCpuProfiling methods (issue 3213).
-
- Don't crash if we get a timezone change notification on an uninitialized
- isolate (Chromium issue 357362).
-
- Performance and stability improvements on all platforms.
-
-
-2014-03-28: Version 3.25.30
-
- NativeContext::map_cache reference should be strong in heap snapshots
- (Chromium issue 357060).
-
- Performance and stability improvements on all platforms.
-
-
-2014-03-27: Version 3.25.29
-
- Performance and stability improvements on all platforms.
-
-
-2014-03-27: Version 3.25.28
-
- Performance and stability improvements on all platforms.
-
-
-2014-03-26: Version 3.25.27
-
- Promise constructor should not be enumerable (Chromium issue 352597).
-
- Performance and stability improvements on all platforms.
-
-
-2014-03-26: Version 3.25.26
-
- Performance and stability improvements on all platforms.
-
-
-2014-03-25: Version 3.25.25
-
- Roll ICU 239289:258359 and add support for external ICU data tables
- (issue 3142, Chromium issue 72633).
-
- Performance and stability improvements on all platforms.
-
-
-2014-03-25: Version 3.25.24
-
- Add support for per-isolate private symbols.
-
- No longer OOM on invalid string length (issue 3060).
-
- Remove Failure::OutOfMemory propagation and
- V8::IgnoreOutOfMemoryException (issue 3060).
-
- Tentative Windows dll build fix: Don't V8_EXPORT ScriptCompiler::Source
- (issue 3228).
-
- Performance and stability improvements on all platforms.
-
-
-2014-03-24: Version 3.25.23
-
- Rename A64 port to ARM64 port (Chromium issue 354405).
-
- Fix missing access check in Runtime_SetPrototype (Chromium issue
- 354123).
-
- Fix polymorphic hydrogen handling of SLOPPY_ARGUMENTS_ELEMENTS (Chromium
- issue 354391).
-
- Performance and stability improvements on all platforms.
-
-
-2014-03-20: Version 3.25.22
-
- Increase the "local variables in a function" limit (issue 3205).
-
- Implement ES6 symbol registry and predefined symbols.
-
- Throw exception on invalid string length instead of OOM (Chromium issue
- 349329).
-
- Performance and stability improvements on all platforms.
-
-
-2014-03-20: Version 3.25.21
-
- Performance and stability improvements on all platforms.
-
-
-2014-03-20: Version 3.25.20
-
- Fix polymorphic keyed loads for SLOPPY_ARGUMENTS_ELEMENTS (Chromium
- issue 350867).
-
- Performance and stability improvements on all platforms.
-
-
-2014-03-19: Version 3.25.19
-
- Performance and stability improvements on all platforms.
-
-
-2014-03-19: Version 3.25.18
-
- Performance and stability improvements on all platforms.
-
-
-2014-03-19: Version 3.25.17
-
- Performance and stability improvements on all platforms.
-
-
-2014-03-18: Version 3.25.16
-
- Apply numeric casts correctly in typed arrays and related code (Chromium
- issue 353004).
-
- Performance and stability improvements on all platforms.
-
-
-2014-03-18: Version 3.25.15
-
- Don't generate keyed store ICs for global proxies (Chromium issue
- 352983).
-
- MIPS: Make invalid LHSs a parse-time (reference) error (Chromium issue
- 351658).
-
- Make invalid LHSs a parse-time (reference) error (Chromium issue
- 351658).
-
- Add Promises/A+ Compliance Test Suite (Chromium issue 347095).
-
- Split Promise API into Promise/Resolver.
-
- Performance and stability improvements on all platforms.
-
-
-2014-03-17: Version 3.25.14
-
- Performance and stability improvements on all platforms.
-
-
-2014-03-17: Version 3.25.13
-
- Move profiler callback interfaces from v8.h to v8-profiler.h.
-
- Performance and stability improvements on all platforms.
-
-
-2014-03-14: Version 3.25.12
-
- PromiseCoerce should deal with an error during accessing "then"
- (Chromium issue 347095).
-
- Propagate updated offsets in BoundsCheckBbData (Chromium issue 350863).
-
- Add regression test for range analysis bug (issue 3204).
-
- Continued fix for 351257. Reusing the feedback vector is too complex
- (Chromium issue 351257).
-
- StopCpuProfiling should return non-const CpuProfile (issue 3213).
-
- Allow for compiling with xcode 5.1 (which doesn't have gcc anymore).
-
- Performance and stability improvements on all platforms.
-
-
-2014-03-14: Version 3.25.11
-
- MIPS: Remove uses of CanBeNegative() in HMod (issue 3204).
-
- MIPS: Remove uses of RangeCanInclude() in flooring division by power of
- 2 (issue 3204).
-
- MIPS: Fix uses of range analysis results in HChange (issue 3204).
-
- Make translation of modulus operation '--stress-opt'-proof (Chromium
- issue 352059).
-
- Remove uses of CanBeNegative() in HMod (issue 3204).
-
- Remove uses of RangeCanInclude() in flooring division by power of 2
- (issue 3204).
-
- Fix uses of range analysis results in HChange (issue 3204).
-
- Performance and stability improvements on all platforms.
-
-
-2014-03-14: Version 3.25.10
-
- This version was not committed due to script failures.
-
-
-2014-03-13: Version 3.25.9
-
- Reland "Enable Object.observe by default" again (issue 2409).
-
- Use intrinsics for builtin ArrayBuffer property accesses (Chromium issue
- 351787).
-
- Performance and stability improvements on all platforms.
-
-
-2014-03-12: Version 3.25.8
-
- Fix HIsSmiAndBranch::KnownSuccessorBlock() by deleting it (Chromium
- issue 351320).
-
- Fix handling of polymorphic array accesses with constant index (Chromium
- issue 351319).
-
- Fix lazy deopt after tagged binary ops (Chromium issue 350434).
-
- MIPS: Cleanup some of the range uses in ModI/DivI (issue 3204).
-
- Fix issue with getOwnPropertySymbols and hidden properties (Chromium
- issue 350864).
-
- Cleanup some of the range uses in ModI/DivI (issue 3204).
-
- PromiseCoerce should ignore primitive values (Chromium issue 347095).
-
- Use a per-isolate cache for the date object JS bits (Chromium issue
- 348856).
-
- Performance and stability improvements on all platforms.
-
-
-2014-03-11: Version 3.25.7
-
- Promise.all and Promise.race should reject non-array parameter (Chromium
- issue 347453).
-
- Promise.all and Promise race should use "then" rather than "chain"
- (Chromium issue 347427).
-
- Merge the "Compute Minus Zero Checks" phase into the range analysis
- (issue 3204).
-
- Performance and stability improvements on all platforms.
-
-
-2014-03-10: Version 3.25.6
-
- Replace the recursion in PropagateMinusZeroChecks() with a loop and a
- worklist (issue 3204).
-
- Reland "Enable Object.observe by default" (issue 2409).
-
- Enable Object.observe by default (issue 2409).
-
- AllocationTracker now maintains a map from address range to stack trace
- that allocated the range. When snapshot is generated the map is used to
- find construction stack trace for an object using its address (Chromium
- issue 277984).
-
- Introduce Runtime_GetAllScopesDetails to get all scopes at once for a
- frame (Chromium issue 340285).
-
- Reduce heavy runtime calls from debug mirrors (Chromium issue 340285).
-
- Check and clear date cache in DateCurrentTime, DateLocalTimezone and
- getTimezoneOffset (Chromium issue 142141).
-
- Performance and stability improvements on all platforms.
-
-
-2014-03-06: Version 3.25.5
-
- Fix HConstants with Smi-ranged HeapNumber values (Chromium issue
- 349878).
-
- Fix issues with JSON stringify replacer array (issues 3200, 3201).
-
- Performance and stability improvements on all platforms.
-
-
-2014-03-05: Version 3.25.4
-
- x64: Fix LMathMinMax for constant Smi right-hand operands (Chromium
- issue 349079).
-
- Performance and stability improvements on all platforms.
-
-
-2014-03-04: Version 3.25.3
-
- Clear optimized code cache in shared function info when code gets
- deoptimized (Chromium issue 343609).
-
- Fixed constant folding for Math.clz32 (Chromium issue 347906).
-
- Fix JSObject::PrintTransitions (Chromium issue 347912).
-
- Fix handling of constant global variable assignments (Chromium issue
- 347904).
-
- Removed bogus ASSERT (Chromium issue 347542).
-
- Mark HCompareMap as having Tagged representation (Chromium issue
- 346636).
-
- Fix crasher in Object.getOwnPropertySymbols (Chromium issue 346141).
-
- Fix the bit massaging code in CompleteParserRecorder::WriteNumber
- (Chromium issue 346221).
-
- Don't eliminate loads with incompatible types or representations
- (Chromium issue 346343).
-
- Check that after a weak callback, the handle is either dead or strong
- (Chromium issue 346061).
-
- Lazy preparsing vs. lazy parsing fix (Chromium issue 346207).
-
- Performance and stability improvements on all platforms.
-
-
-2014-02-25: Version 3.25.2
-
- Fix the bit massaging code in CompleteParserRecorder::WriteNumber
- (Chromium issue 346221).
-
- Revert r19455 "Load target types and handlers before IC computation."
- (Chromium issue 346149).
-
- Don't eliminate loads with incompatible types or representations
- (Chromium issue 346343).
-
- Fix for a smi stores optimization on x64 with a regression test
- (Chromium issue 345715).
-
- Check that after a weak callback, the handle is either dead or strong
- (Chromium issue 346061).
-
- negative bounds checking on realm calls (Chromium issue 344285).
-
- Lazy preparsing vs. lazy parsing fix (Chromium issue 346207).
-
- Fix optimistic BCE to back off after deopt (issue 3176).
-
- Performance and stability improvements on all platforms.
-
-
-2014-02-21: Version 3.25.1
-
- Performance and stability improvements on all platforms.
-
-
-2014-02-19: Version 3.25.0
-
- ES6: Tighten up Object.prototype.__proto__ (issue 3064).
-
- Fix Hydrogen bounds check elimination (Chromium issue 344186).
-
- Performance and stability improvements on all platforms.
-
-
-2014-02-19: Version 3.24.40
-
- A64: Let the MacroAssembler resolve branches to distant targets (issue
- 3148).
-
- Fixed and improved code for integral division. Fixed and extended tests
- (issue 3151).
-
- MIPS: Fix assignment of function name constant (issue 3138).
-
- Fix assignment of function name constant (issue 3138).
-
- Performance and stability improvements on all platforms.
-
-
-2014-02-14: Version 3.24.39
-
- Introduce --job-based-sweeping flag and use individual jobs for sweeping
- if set (issue 3104).
-
- Performance and stability improvements on all platforms.
-
-
-2014-02-13: Version 3.24.38
-
- Merge experimental/a64 to bleeding_edge (issue 3113).
-
- Performance and stability improvements on all platforms.
-
-
-2014-02-12: Version 3.24.37
-
- Fix spec violations in JSON.stringify wrt replacer array (issue 3135).
-
- Performance and stability improvements on all platforms.
-
-
-2014-02-11: Version 3.24.36
-
- Fix inconsistencies wrt whitespaces (issue 3109).
-
- Performance and stability improvements on all platforms.
-
-
-2014-02-10: Version 3.24.35
-
- Fix inconsistencies wrt whitespaces (issue 3109).
-
- Performance and stability improvements on all platforms.
-
-
-2014-02-07: Version 3.24.34
-
- Performance and stability improvements on all platforms.
-
-
-2014-02-06: Version 3.24.33
-
- Allow externalizing strings in old pointer space (Chromium issue
- 268686).
-
- Performance and stability improvements on all platforms.
-
-
-2014-02-05: Version 3.24.32
-
- Add Box object to heap profiler.
-
- Check the offset argument of TypedArray.set for fitting into Smi
- (Chromium issue 340125).
-
- Performance and stability improvements on all platforms.
-
-
-2014-02-04: Version 3.24.31
-
- Fix short-circuiting logical and/or in HOptimizedGraphBuilder (Chromium
- issue 336148).
-
- Elements field of newly allocated JSArray could be left uninitialized in
- some cases (fast literal case) (Chromium issue 340124).
-
- Re-enable escape analysis.
-
- Performance and stability improvements on all platforms.
-
-
-2014-02-03: Version 3.24.30
-
- Performance and stability improvements on all platforms.
-
-
-2014-02-01: Version 3.24.29
-
- Performance and stability improvements on all platforms.
-
-
-2014-01-31: Version 3.24.28
-
- Don't crash in Array.join() if the resulting string exceeds the max
- string length (Chromium issue 336820).
-
- Implements ES6 String.prototype.normalize method (issue 2943).
-
- Performance and stability improvements on all platforms.
-
-
-2014-01-30: Version 3.24.27
-
- Performance and stability improvements on all platforms.
-
-
-2014-01-29: Version 3.24.26
-
- ES6: Map and Set needs to normalize minus zero (issue 3069).
-
- Make `String.prototype.{starts,ends}With` throw when passing a regular
- expression (issue 3070).
-
- Performance and stability improvements on all platforms.
-
-
-2014-01-28: Version 3.24.25
-
- Performance and stability improvements on all platforms.
-
-
-2014-01-27: Version 3.24.24
-
- MIPS: Reduce the stack requirements of GetNoCodeAgeSequence (issue
- 3111).
-
- Delete v8_shell target now that chrome uses d8 (Chromium issue 331585).
-
- ARM: Reduce the stack requirements of GetNoCodeAgeSequence (issue 3111).
-
- Performance and stability improvements on all platforms.
-
-
-2014-01-24: Version 3.24.23
-
- Performance and stability improvements on all platforms.
-
-
-2014-01-23: Version 3.24.22
-
- Fix compilation on x64 architectures (issue 3110).
-
- Ensure we don't overwrite transitions in SetPropertyIgnoreAttributes
- (Chromium issue 326155).
-
- ES6: Implement Object.setPrototypeOf (issue 2675).
-
- Fixed floor-of-div optimization (Chromium issue 334708).
-
- Performance and stability improvements on all platforms.
-
-
-2014-01-22: Version 3.24.21
-
- Performance and stability improvements on all platforms.
-
-
-2014-01-21: Version 3.24.20
-
- ES6: Implement Object.setPrototypeOf (issue 2675).
-
- Performance and stability improvements on all platforms.
-
-
-2014-01-20: Version 3.24.19
-
- Introduce a setting to control the toolset for which d8 is compiled
- (issue 1775).
-
- Performance and stability improvements on all platforms.
-
-
-2014-01-17: Version 3.24.18
-
- Performance and stability improvements on all platforms.
-
-
-2014-01-16: Version 3.24.17
-
- Make cells pointing to JSObjects weak in optimized code (issue 2073).
-
- Performance and stability improvements on all platforms.
-
-
-2014-01-15: Version 3.24.16
-
- Annotate mapped memory regions for LeakSanitizer (Chromium issue
- 328552).
-
- Turn Runtime_MigrateInstance into Runtime_TryMigrateInstance (Chromium
- issue 315252).
-
- Performance and stability improvements on all platforms.
-
-
-2014-01-14: Version 3.24.15
-
- Introduce an API mirroring the gc extension.
-
- Performance and stability improvements on all platforms.
-
-
-2014-01-10: Version 3.24.14
-
- ES6: Add Object.getOwnPropertySymbols (issue 3049).
-
- Performance and stability improvements on all platforms.
-
-
-2014-01-09: Version 3.24.13
-
- Add Isolate parameter to HandleScope::NumberOfHandles (Chromium issue
- 324225).
-
- Removed v8::AssertNoGCScope.
-
- Performance and stability improvements on all platforms.
-
-
-2014-01-08: Version 3.24.12
-
- Correctly handle instances without elements in polymorphic keyed
- load/store (Chromium issue 331416).
-
- Fix selection of popular pages in store buffer (Chromium issue 331444).
-
- Prepare removal of ObjectTemplate::New without Isolate parameter
- (Chromium issue 324225).
-
- Performance and stability improvements on all platforms.
-
-
-2014-01-07: Version 3.24.11
-
- Remove generated makefiles on linux when running gyp_v8
- (Chromium issue 331475)
-
- Fix building d8 with readline support due to API changes
-
- Performance and stability improvements on all platforms.
-
-
-2014-01-03: Version 3.24.10
-
- Reland r18383: More API cleanup (Chromium issue 324225).
-
- MIPS: Fix loading of global object in LWrapReceiver (Chromium issue
- 318420).
-
- Performance and stability improvements on all platforms.
-
-
-2014-01-02: Version 3.24.9
-
- Performance and stability improvements on all platforms.
-
-
-2013-12-30: Version 3.24.8
-
- ARM: fix loading of global object in LWrapReceiver (Chromium issue
- 318420).
-
- Fix a race between concurrent recompilation and OSR (Chromium issue
- 330046).
-
- Turn off concurrent sweeping (issue 3071).
-
- Performance and stability improvements on all platforms.
-
-
-2013-12-23: Version 3.24.7
-
- Fix small spec violation in String.prototype.split (issue 3026).
-
- Correctly resolve forcibly context allocated parameters in debug-
- evaluate (Chromium issue 325676).
-
- Introduce Function::GetBoundFunction.
-
- Performance and stability improvements on all platforms.
-
-
-2013-12-20: Version 3.24.6
-
- Performance and stability improvements on all platforms.
-
-
-2013-12-19: Version 3.24.5
-
- Performance and stability improvements on all platforms.
-
-
-2013-12-18: Version 3.24.4
-
- Removed all stuff marked as V8_DEPRECATED.
-
- Performance and stability improvements on all platforms.
-
-
-2013-12-17: Version 3.24.3
-
- Performance and stability improvements on all platforms.
-
-
-2013-12-17: Version 3.24.2
-
- Flush instruction cache for deserialized code objects.
-
- Performance and stability improvements on all platforms.
-
-
-2013-12-13: Version 3.24.1
-
- Fix polymorphic inlined calls with migrating prototypes.
-
- Fixed global object leak caused by overwriting the global receiver (the
- global proxy) in the global object with the global object itself
- (Chromium issue 324812).
-
- Initialize Date parse cache with SMI instead of double to workaround
- sharing mutable heap numbers in snapshot (Chromium issue 280531).
-
- Switch armv7 setting to arm_version==7 in v8 gyp files (Chromium issue
- 234135).
-
- Performance and stability improvements on all platforms.
-
-
-2013-12-09: Version 3.24.0
-
- Performance and stability improvements on all platforms.
-
-
-2013-12-04: Version 3.23.18
-
- Performance and stability improvements on all platforms.
-
-
-2013-12-03: Version 3.23.17
-
- Performance and stability improvements on all platforms.
-
-
-2013-12-02: Version 3.23.16
-
- Array builtins need to be prevented from changing frozen objects, and
- changing structure on sealed objects (Chromium issue 299979).
-
- Performance and stability improvements on all platforms.
-
-
-2013-11-29: Version 3.23.15
-
- Fix context register allocation in LTransitionElementsKind
- (Chromium issue 324306).
-
- Fix bug in inlining Function.apply (Chromium issue 323942).
-
- Ensure that length is Smi in TypedArrayFromArrayLike constructor
- (Chromium issue 324028).
-
- Performance and stability improvements on all platforms.
-
-
-2013-11-28: Version 3.23.14
-
- Shorten autogenerated error message (issue 3019).
-
- Performance and stability improvements on all platforms.
-
-
-2013-11-27: Version 3.23.13
-
- Increase precision for base conversion for large integers (issue 3025).
-
- Flatten cons string for single character substrings (Chromium issue
- 323041).
-
- Performance and stability improvements on all platforms.
-
-
-2013-11-26: Version 3.23.12
-
- Performance and stability improvements on all platforms.
-
-
-2013-11-25: Version 3.23.11
-
- Deprecate old versions of Isolate::SetData and GetData.
-
- Performance and stability improvements on all platforms.
-
-
-2013-11-22: Version 3.23.10
-
- Remove preemption thread and API.
- (issue 3004)
-
- Performance and stability improvements on all platforms.
-
-
-2013-11-21: Version 3.23.9
-
- API: Change AdjustAmountOfExternalAllocatedMemory calls to use int64_t
- instead of intptr_t.
-
- Remove deprecated v8::SetResourceConstraints without Isolate parameter.
-
- Remove deprecated v8-defaults.h and defaults.cc.
- (Chromium issue 312241)
-
- Make it possible to add more than one piece of embedder data to
- isolates.
- (Chromium issue 317398)
-
- Performance and stability improvements on all platforms.
-
-
-2013-11-20: Version 3.23.8
-
- Fixed crashes exposed though fuzzing.
- (Chromium issue 320948)
-
- Deprecated v8::External::New without Isolate parameter.
-
- Made number of available threads isolate-dependent and exposed it to
- ResourceConstraints.
- (issue 2991)
-
- Performance and stability improvements on all platforms.
-
-
-2013-11-19: Version 3.23.7
-
- Bugfix: dependent code field in AllocationSite was keeping code objects
- alive even after context death.
- (Chromium issue 320532)
-
- Fixed data view accessors to throw execptions on offsets bigger than
- size_t.
- (issue 3013)
-
- Performance and stability improvements on all platforms.
-
-
-2013-11-18: Version 3.23.6
-
- Limit size of dehoistable array indices.
- (Chromium issues 319835, 319860)
-
- Limit the size for typed arrays to MaxSmi.
- (Chromium issue 319722)
-
- Performance and stability improvements on all platforms.
-
-
-2013-11-15: Version 3.23.5
-
- Fixed missing type feedback check for Generic*String addition.
- (Chromium issue 318671)
-
- Fixed duplicate check in DependentCode::Insert.
- (Chromium issue 318454)
-
- Performance and stability improvements on all platforms.
-
-
-2013-11-14: Version 3.23.4
-
- Fixed overflow in TypedArray initialization function.
- (Chromium issue 319120)
-
- Performance and stability improvements on all platforms.
-
-
-2013-11-13: Version 3.23.3
-
- Fixed compilation with GCC 4.8.
- (issue 2767, 2149)
-
- Added explicit Isolate parameter to External::New.
- (Chromium issue 266838)
-
- Performance and stability improvements on all platforms.
-
-
-2013-11-12: Version 3.23.2
-
- Fixed --extra-code flag for snapshot creation.
- (issue 2994)
-
- Fixed error message wording when instanceof throws.
- (Chromium issue 82797, issue 1593)
-
- Performance and stability improvements on all platforms.
-
-
-2013-11-08: Version 3.23.1
-
- Made HCapturedObjects non-deletable for DCE. (issue 2987)
-
- Use a fixed random seed per default. (issue 1880, 2885)
-
- Fixed y-umlaut to uppercase. (issue 2984)
-
- Performance and stability improvements on all platforms.
-
-
-2013-11-06: Version 3.23.0
-
- Fixed loading message from an Error object. (Chromium issue 306220)
-
- Made Object.freeze/seal/preventExtensions observable. (issue 2975, 2941)
-
- Made snapshots reproducible. (issue 2885)
-
- Added missing negative dictionary lookup to NonexistentHandlerFrontend.
- (issue 2980)
-
- Performance and stability improvements on all platforms.
-
-
-2013-10-31: Version 3.22.24
-
- Fixed uint32-to-smi conversion in Lithium.
- (Chromium issue 309623)
-
- Performance and stability improvements on all platforms.
-
-
-2013-10-28: Version 3.22.23
-
- Renamed deprecated __attribute__((no_address_safety_analysis)) to
- __attribute__((no_sanitize_address)) (Chromium issue 311283)
-
- Defined DEBUG for v8_optimized_debug=2
-
- Performance and stability improvements on all platforms.
-
-
-2013-10-25: Version 3.22.22
-
- Record allocation stack traces. (Chromium issue 277984,v8:2949)
-
- Performance and stability improvements on all platforms.
-
-
-2013-10-24: Version 3.22.21
-
- Performance and stability improvements on all platforms.
-
-
-2013-10-24: Version 3.22.20
-
- Made Array.prototype.pop throw if the last element is not configurable.
-
- Fixed HObjectAccess for loads from migrating prototypes.
- (Chromium issue 305309)
-
- Enabled preaging of code objects when --optimize-for-size.
- (Chromium issue 280984)
-
- Exposed v8::Function::GetDisplayName to public API.
- (Chromium issue 17356)
-
- Performance and stability improvements on all platforms.
-
-
-2013-10-23: Version 3.22.19
-
- Fix materialization of captured objects with field tracking.
- (Chromium issue 298990)
-
- Performance and stability improvements on all platforms.
-
-
-2013-10-22: Version 3.22.18
-
- Add tool to visualize machine code/lithium.
-
- Handle misaligned loads and stores in load elimination. Do not track
- misaligned loads and be conservative about invalidating misaligned
- stores. (issue 2934)
-
- Performance and stability improvements on all platforms.
-
-
-2013-10-21: Version 3.22.17
-
- Harmony: Implement Math.trunc and Math.sign. (issue 2938)
-
- Performance and stability improvements on all platforms.
-
-
-2013-10-21: Version 3.22.16
-
- Performance and stability improvements on all platforms.
-
-
-2013-10-18: Version 3.22.15
-
- Enabled calling the SetReference* & SetObjectGroupId functions with a
- Persistent.
-
- Performance and stability improvements on all platforms.
-
-
-2013-10-17: Version 3.22.14
-
- Performance and stability improvements on all platforms.
-
-
-2013-10-16: Version 3.22.13
-
- Do not look up ArrayBuffer on global object in typed array constructor.
- (issue 2931)
-
- Performance and stability improvements on all platforms.
-
-
-2013-10-15: Version 3.22.12
-
- Added histograms to track fraction of heap spaces and percentage of
- generated crankshaft code.
-
- Moved v8_optimized_debug default value to standalone.gypi.
-
- Track JS allocations as they arrive with no affection on performance
- when tracking is switched off (Chromium issue 277984).
-
- Performance and stability improvements on all platforms.
-
-
-2013-10-14: Version 3.22.11
-
- Performance and stability improvements on all platforms.
-
-
-2013-10-11: Version 3.22.10
-
- Fixed timezone issues with date-time/parse-* tests.
- (Chromium issue 2919)
-
- Added column getter to CpuProfileNode (Chromium issue 302537)
-
- Performance and stability improvements on all platforms.
-
-
-2013-10-10: Version 3.22.9
-
- Ensure only whitelisted stubs have sse2 versions in the snapshot.
- (fix for chromium 304565)
-
- Implement ArrayBuffer.isView.
-
- Performance and stability improvements on all platforms.
-
-
-2013-10-04: Version 3.22.8
-
- Performance and stability improvements on all platforms.
-
-
-2013-10-03: Version 3.22.7
-
- Debug: Allow stepping into on a given call frame
- (Chromium issue 296963).
-
- Always use timeGetTime() for TimeTicks::Now() on Windows
- (Chromium issue 288924).
-
- Performance and stability improvements on all platforms.
-
-
-2013-10-02: Version 3.22.6
-
- Performance and stability improvements on all platforms.
-
-
-2013-10-01: Version 3.22.5
-
- Disabled externalization of sliced/cons strings in old pointer space
- (Chromium issue 276357).
-
- Turned on handle zapping for release builds
-
- Performance and stability improvements on all platforms.
-
-
-2013-09-30: Version 3.22.4
-
- Function::Call and Object::CallAsFunction APIs should allow v8::Value as
- a receiver (issue 2915).
-
- Removed unnecessary mutex (Chromium issue 291236).
-
- Removed ArrayBufferView::BaseAddress method.
-
- Performance and stability improvements on all platforms.
-
-
-2013-09-27: Version 3.22.3
-
- Added methods to enable configuration of ResourceConstraints based on
- limits derived at runtime.
- (Chromium issue 292928)
-
- Added -optimize-for-size flag to optimize for memory size (will be used
- by pre-aging CL), and removed the is_memory_constrained
- ResourceConstraint.
- (Chromium issue 292928)
-
- Performance and stability improvements on all platforms.
-
-
-2013-09-26: Version 3.22.2
-
- Performance and stability improvements on all platforms.
-
-
-2013-09-25: Version 3.22.1
-
- Sped up creating typed arrays from array-like objects.
- (Chromium issue 270507)
-
- Performance and stability improvements on all platforms.
-
-
-2013-09-23: Version 3.22.0
-
- LiveEdit to mark more closure functions for re-instantiation when scope
- layout changes.
- (issue 2872)
-
- Made bounds check elimination iterative instead of recursive.
- (Chromium issue 289706)
-
- Turned on i18n support by default.
-
- Set the proper instance-type on HAllocate in BuildFastLiteral.
- (Chromium issue 284577)
-
- Performance and stability improvements on all platforms.
-
-
-2013-09-18: Version 3.21.17
-
- Implemented local load/store elimination on basic blocks.
-
- Added mutex when accessing concurrent recompilation output queue.
- (Chromium issue 291236)
-
- Don't lookup the cache for the result of Function::New.
- (Chromium issue 272579)
-
- Tweaked HConstant::EmitAtUses() to eliminate useless constant
- generation.
- (Chromium issue 2881)
-
- Performance and stability improvements on all platforms.
-
-
-2013-09-16: Version 3.21.16
-
- Every place where AllocationMemento is initialized with an
- AllocationSite is now checked to be sure a valid Site goes in. This is
- temporary code to diagnose chromium bug 284577.
-
- Performance and stability improvements on all platforms.
-
-
-2013-09-13: Version 3.21.15
-
- Non-JSObject heap objects are now handled using slow-path IC stub
- guarded by the map.
- (Chromium issue 280632)
-
- i18n Javascript code added to the snapshot.
- (V8 issue 2745)
-
- Performance and stability improvements on all platforms.
-
-2013-09-12: Version 3.21.14
-
- Added access check for observed objects.
- (V8 issue 2778)
-
- Cleaned up v8::ArrayBuffer::Allocator interface.
- (V8 issue 2823)
-
- Performance and stability improvements on all platforms.
-
-2013-09-11: Version 3.21.13
-
- Added a ResourceConstraint for the embedder to specify that V8 is
- running on a memory constrained device.
- (Chromium issue 280984)
-
- Removed HandleScope default ctor.
- (Chromium issue 236173)
-
- Enabled escape analysis for Hydrogen.
-
- Correctly stringified mixed encoding indirect strings.
- (Chromium issue 287476)
-
- Performance and stability improvements on all platforms.
-
-
-2013-09-09: Version 3.21.12
-
- Fixed bitwise negation on x64.
- (Chromium issue 285355)
-
- Dropped GetCurrentThreadId() and TerminateExecution(int) from
- the external API.
-
- Fixed polymorphic INTERCEPTOR StoreICs on ARM/MIPS.
- (Chromium issue 284998)
-
- Added check if timeout has expired after processing each sample.
- (issue 2814,v8:2871)
-
- Removed obsolete global V8::has_been_fooed flags.
- (issue 2744)
-
- Performance and stability improvements on all platforms.
-
-
-2013-09-05: Version 3.21.11
-
- Performance and stability improvements on all platforms.
-
-
-2013-09-04: Version 3.21.10
-
- Fixed Eternal::IsEmpty logic (issue 2870).
-
- Performance and stability improvements on all platforms.
-
-
-2013-09-03: Version 3.21.9
-
- Deprecated Persistent functions which were marked to be deprecated.
-
- Allowed uncacheable identifiers to go generic (issue 2867).
-
- Performance and stability improvements on all platforms.
-
-
-2013-09-02: Version 3.21.8
-
- Added scriptId to StackTrace frames (issue 2865).
-
- Performance and stability improvements on all platforms.
-
-
-2013-08-30: Version 3.21.7
-
- Fixed casts of eternal handles.
-
- Turned on global handle zapping.
-
- Always visit branches during HGraph building (Chromium issue 280333).
-
- Profiler changes: removed deprecated API, support higher sampling
- rate on Windows.
-
- Performance and stability improvements on all platforms.
-
-
-2013-08-29: Version 3.21.6
-
- Fixed inlined 'throw' statements interfering with live range
- computation. (issue 2843)
-
- Performance and stability improvements on all platforms.
-
-
-2013-08-28: Version 3.21.5
-
- Fixed compilation with recent MinGW64 versions. (issue 2300)
-
- Added RemovePrototype to FunctionTemplate. (Chromium issue 272440)
-
- Performance and stability improvements on all platforms.
-
-
-2013-08-26: Version 3.21.4
-
- Lowered kInitialMaxFastElementArray constant to 95K (issue 2790).
-
- Use signals for cpu profiling on Mac OS X (issue 2814).
-
- Deprecated CpuProfileNode::GetSelfSamplesCount (Chromium issue 267595).
-
- Added support for higher CPU profiler sampling rate on posix systems
- (issue 2814).
-
- Worked around 'inlining failed' build error with older GCC 4.x releases.
-
- Added source map support to tick processor.
-
- Stability improvements on all platforms.
-
-
-2013-08-23: Version 3.21.3
-
- Temporarily disabled optimization for StringWrappers to use native
- valueOf. (issue 2855)
-
- Fixed crash on function declarations in eval inside non-trivial local
- scope. (issue 2594)
-
- Rewrote SamplingCircularQueue. (issue 2814)
-
- Fixed hidden properties on object with frozen prototype. (issue 2829)
-
- Fix deoptimization bug. (Chromium issue 274164)
-
- Stability improvements on all platforms.
-
-
-2013-08-22: Version 3.21.2
-
- Stability improvements on all platforms.
-
-
-2013-08-21: Version 3.21.1
-
- Promoted ArrayBuffer, DataView and typed arrays to non-experimental.
- (Chromium issue 270527)
-
- Replaced OS::MemCopy with memcpy in typed array initialization.
- (Chromium issue 270642)
-
- Moved i18n break iterator C++ code to runtime (issue 2745)
-
- Fixed invalid out-of-bounds store in MacroAssembler::Allocate.
- (Chromium issue 263515)
-
- Fixed register misuse in Allocate() on ARM. (issue 2851)
-
- Fixed empty handle dereference in Runtime_InternalNumberFormat.
- (Chromium issue 275467)
-
- Performance and stability improvements on all platforms.
-
-
-2013-08-19: Version 3.21.0
-
- Fixed GC-related crasher (Chromium issue 274438)
-
- Reverted making Intl non-enumerable.
-
- Performance and stability improvements on all platforms.
-
-
-2013-08-14: Version 3.20.17
-
- Fixed Math.round/floor that had bogus Smi representation
- (Chromium issue 272564)
-
- Performance and stability improvements on all platforms.
-
-
-2013-08-13: Version 3.20.16
-
- Fixed bug in HPhi::SimplifyConstantInput (Chromium issue 269679)
-
- Fixed gcmole bugs in i18n code (issue 2745)
-
- ia32: Calls to the TranscendentalCacheStub must ensure that esi is
- set (issue 2827)
-
- Made sure polymorphic element access creates non-replaying
- phis. (issue 2815)
-
- Allowed HPhis to have an invalid merge index. (issue 2815)
-
- Fixed smi-based math floor. (Chromium issue 270268)
-
- Deprecated self and total time getters and total sample count
- getter on CpuProfileNode. (Chromium issue 267595)
-
- Fixed Object.freeze, Object.observe wrt CountOperation and
- CompoundAssignment. (issue 2774,2779)
-
- Performance and stability improvements on all platforms.
-
-
-2013-08-07: Version 3.20.15
-
- Exposed eternal handle api.
-
- Bugfix to solve issues with enabling V8 typed arrays in Blink.
-
- Fixed Array index dehoisting. (Chromium issue 264203)
-
- Updated Array Iterator to use numeric indexes (issue 2818)
-
- Return start/end profiling time in microseconds instead of milliseconds
- (issue 2824)
-
- Performance and stability improvements on all platforms.
-
-
-2013-08-06: Version 3.20.14
-
- Added new Harmony methods to Array.prototype object.
- (issue 2776,v8:2777)
-
- Performance and stability improvements on all platforms.
-
-
-2013-08-01: Version 3.20.12
-
- Removed buggy ToNumber truncation (partial fix for issue 2813)
-
- Calling Map etc without new should throw TypeError (issue 2819)
-
- Fixed a crash for large code objects on ARM (Chromium issue 2736)
-
- Fixed stale unhandlified value in JSObject::SetPropertyForResult.
- (Chromium issue 265894)
-
- Added new Harmony methods to String.prototype object.
- (issue 2796,v8:2797,v8:2798,v8:2799)
-
- Performance and stability improvements on all platforms.
-
-
-2013-07-30: Version 3.20.11
-
- Performance and stability improvements on all platforms.
-
-
-2013-07-29: Version 3.20.10
-
- Performance and stability improvements on all platforms.
-
-
-2013-07-26: Version 3.20.9
-
- Check that ExternalString objects get aligned resources.
-
- Fixed JSArray-specific length lookup in polymorphic array handling
- (Chromium issues 263276, 263905).
-
- Performance and stability improvements on all platforms.
-
-
-2013-07-24: Version 3.20.8
-
- Deprecated v8::V8::Pause/ResumeProfiler.
-
- Fixed Chromium issues 247688, 258519 and 260203.
-
- Performance and stability improvements on all platforms.
-
-
-2013-07-22: Version 3.20.7
-
- Deprecated some debugger methods.
-
- Fixed wrong bailout id in polymorphic stores (Chromium issue 259787).
-
- Fixed data race in SamplingCircularQueue (Chromium issue 251218).
-
- Fixed type feedback in presence of negative lookups
- (Chromium issue 252797).
-
- Do not materialize context-allocated values for debug-evaluate
- (Chromium issue 259300).
-
- Synchronized Compare-Literal behavior in FullCodegen and Hydrogen
- (Chromium issue 260345).
-
- Performance and stability improvements on all platforms.
-
-
-2013-07-17: Version 3.20.6
-
- Try to remove invalidated stubs before falling back to checking the
- constant state (Chromium issue 260585).
-
- Fixed gyp_v8 to work with use_system_icu=1 (issue 2475).
-
- Fixed sloppy-mode 'const' under Harmony flag (Chromium issue 173361).
-
- Use internal array as API function cache (Chromium issue 260106).
-
- Fixed possible stack overflow in range analysis
- (Chromium issue 259452).
-
- Performance and stability improvements on all platforms.
-
-
-2013-07-15: Version 3.20.5
-
- Ensured that the length of frozen arrays is immutable
- (issue 2711, Chromium issue 259548).
-
- Performance and stability improvements on all platforms.
-
-
-2013-07-10: Version 3.20.4
-
- Fixed garbage-collection issue that causes a crash on ARM
- (Chromium issue 254570)
-
- Performance and stability improvements on all platforms.
-
-
-2013-07-08: Version 3.20.3
-
- Performance and stability improvements on all platforms.
-
-
-2013-07-05: Version 3.20.2
-
- Remove deprecated heap profiler methods from V8 public API
-
- Mark i18n functions as native and set proper names
- (issue 2745)
-
- Correctly report stack trace when current function is FunctionApply
- builtin (Chromium issue 252097)
-
- Enable GDBJIT interface for standalone by default.
-
- Fix debuggersupport=off build. (issue 2754)
-
- Introduce -m64 flag for making x64 when the default gcc compiler is for
- X32
-
- Performance and stability improvements on all platforms.
-
-
-2013-07-02: Version 3.20.1
-
- Implemented WeakMap.prototype.clear function. (issue 2753)
-
- Ensure CheckInitialized is present independent of define.
- (Chromium issue 255779)
-
- Performance and stability improvements on all platforms.
-
-
-2013-06-28: Version 3.20.0
-
- Migrated several tests from blink to V8 repository.
-
- Allowed users of the V8 API to distinguish between unset and undefined
- HiddenValues (issue 2746).
-
- Deprecated old style callbacks in the V8 API.
-
- Turned on parallel recompilation.
-
- Performance and stability improvements on all platforms.
-
-
-2013-06-18: Version 3.19.18
-
- Fixed read-only attribute of Function.length in strict mode.
- (issue 2705)
-
- Fixed Runtime_SetProperty to properly handle OOM failures
- (Chromium issue 249873)
-
- Emit deprecated check for constant function transitions.
- (Chromium issue 250609)
-
- Made MathFloorOfDiv optimization trigger more often
- (Issue 2205)
-
- Make more GCs in idle notification handler.
- (Chromium issue 241815)
-
- Increased default type info threshold.
- (Issue 2730)
-
- Performance and stability improvements on all platforms.
-
-
-2013-06-14: Version 3.19.16
-
- Performance and stability improvements on all platforms.
-
-
-2013-06-13: Version 3.19.15
-
- Performance and stability improvements on all platforms.
-
-
-2013-06-13: Version 3.19.14
-
- Fixed crashes when calling new Array(a) with a single argument that
- could result in creating a holey array with a packed elements kind.
- (Chromium issue 245480)
-
- Fixed issues in parallel compilation.
- (Chromium issue 248076)
-
- Performance and stability improvements on all platforms.
-
-
-2013-06-11: Version 3.19.13
-
- Performance and stability improvements on all platforms.
-
-
-2013-06-10: Version 3.19.12
-
- Fixed arguments array access. (Chromium issue 247303)
-
- Fixed bug in LookupForWrite. (Chromium issue 242332)
-
- Performance and stability improvements on all platforms.
-
-
-2013-06-07: Version 3.19.11
-
- Performance and stability improvements on all platforms.
-
-
-2013-06-06: Version 3.19.10
-
- Performance and stability improvements on all platforms.
-
-
-2013-06-05: Version 3.19.9
-
- Implemented Load IC support for loading properties from primitive
- values to avoid perpetual soft deopts. (Chromium issue 242512)
-
- Implemented Freeing of PerThreadAssertData when possible to avoid
- memory leak. (Chromium issue 246567)
-
- Removed V8_USE_OLD_STYLE_PERSISTENT_HANDLE_VISITORS.
-
- Performance and stability improvements on all platforms.
-
-
-2013-06-03: Version 3.19.8
-
- Fixed bug with inlining 'Array' function. (Chromium issue 244461)
-
- Fixed initialization of literal objects. (Chromium issue 245424)
-
- Fixed function name inferred inside closures. (Chromium issue 224884)
-
- Performance and stability improvements on all platforms.
-
-
-2013-05-31: Version 3.19.7
-
- Added support for //# sourceURL similar to deprecated //@ sourceURL one.
- (issue 2702)
-
- Made sure IfBuilder::Return clears the current block.
- (Chromium issue 243868)
-
- Fixed two CPU profiler tests on ARM and MIPS simulators
- (issue 2628)
-
- Fixed idle incremental GC for large objects.
- (Chromium issue 241815)
-
- Disabled --optimize-constructed-arrays due to crashes
- (Chromium issue 244461)
-
- Performance and stability improvements on all platforms.
-
-
-2013-05-28: Version 3.19.6
-
- Fixed IfBuilder::Deopt to clear the current block
- (Chromium issue 243868).
-
- Performance and stability improvements on all platforms.
-
-
-2013-05-27: Version 3.19.5
-
- Reset regexp parser flag after scanning ahead for capture groups.
- (issue 2690)
-
- Removed flakiness in test-cpu-profiler/SampleWhenFrameIsNotSetup.
- (issue 2628)
-
- Performance and stability improvements on all platforms.
-
-
-2013-05-24: Version 3.19.4
-
- Fixed edge case in stack trace formatting. (Chromium issue 237617)
-
- Fixed embedded new-space pointer in LCmpObjectEqAndBranch. (Chromium
- issue 240032)
-
- Made Object.freeze fast (issue 1858, Chromium issue 115960)
-
- Fixed bogus deopt in BuildEmitDeepCopy for holey arrays. (Chromium issue
- 242924)
-
- Performance and stability improvements on all platforms.
-
-
-2013-05-22: Version 3.19.3
-
- Performance and stability improvements on all platforms.
-
-
-2013-05-17: Version 3.19.2
-
- Fill in one-word-fillers for the unused property fields
- (Chromium issue 240056).
-
- Removed use_system_v8 logic from the mainline gyp file
- (Chromium issue 226860).
-
- Skip CPU profiler samples where top function's stack frame is not
- set up properly (issue 2628).
-
- Performance and stability improvements on all platforms.
-
-
-2013-05-14: Version 3.19.1
-
- Fixed missing hole check for loads from Smi arrays when all uses are
- changes (Chromium issue 233737)
-
- Performance and stability improvements on all platforms.
-
-
-2013-05-10: Version 3.19.0
-
- Deprecated Context::New which returns Persistent.
-
- Added Persistent::Reset which disposes the handle and redirects it to
- point to another object.
-
- Deprecated WriteAscii and MayContainNonAscii.
-
- Exposed AssertNoAllocation to API.
-
- Performance and stability improvements on all platforms.
-
-
-2013-04-30: Version 3.18.5
-
- Allowed setting debugger breakpoints on CompareNilICs (issue 2660)
-
- Fixed beyond-heap load on x64 Crankshafted StringCharFromCode
- (Chromium issue 235311)
-
- Change 'Parse error' to three more informative messages.
- (Chromium issue 2636)
-
- Performance and stability improvements on all platforms.
-
-
-2013-04-26: Version 3.18.4
-
- Added a preliminary API for ES6 ArrayBuffers
-
- Replaced qsort with std::sort. (Chromium issue 2639)
-
- Performance and stability improvements on all platforms.
-
-
-2013-04-24: Version 3.18.3
-
- Exposed the GC under a name that is less collision prone than window.gc.
- (issue 2641)
-
- Do not emit double values at their use sites. (Chromium issue 234101)
-
- Added methods to allow resuming execution after calling
- TerminateExecution(). (issue 2361)
-
- Performance and stability improvements on all platforms.
-
-
-2013-04-22: Version 3.18.2
-
- OS::MemMove/OS::MemCopy: Don't call through to generated code when size
- == 0 to avoid prefetching invalid memory (Chromium issue 233500)
-
- Removed heap snapshot size limit. (Chromium issue 232305)
-
- Performance and stability improvements on all platforms.
-
-
-2013-04-18: Version 3.18.1
-
- Removed SCons related files and deprecated test suite configurations.
-
- Improved handling of unary plus (issue 2527).
-
- Performance and stability improvements on all platforms.
-
-
-2013-04-17: Version 3.18.0
-
- Enabled pretenuring of fast literals in high promotion mode.
-
- Removed preparser library; link preparser executable against full V8.
-
- Fixed set-up of intrinsic's 'constructor' properties.
- (Chromium issue 229445)
-
- ES6 symbols: extended V8 API to support symbols (issue 2158).
-
- Removed ARM support for VFP2.
-
- Made __proto__ a real JavaScript accessor property.
- (issue 1949 and issue 2606)
-
- Performance and stability improvements on all platforms.
-
-
-2013-04-04: Version 3.17.16
-
- Stack trace API: poison stack frames below the first strict mode frame.
- (issue 2564)
-
- Made Isolate::GetHeapStatistics robust against half-initialized
- isolates (Chromium issue 2591).
-
- Finished implementation of ES6 symbols aka. private names (issue 2158).
-
- Performance and stability improvements on all platforms.
-
-
-2013-03-21: Version 3.17.15
-
- Rolled back API changes to maintain compatibility with older
- 3.17.x versions of V8.
-
- Disable zapping of global handles in release mode.
-
- Always mark the entire valid prefix of the descriptor array.
- (Chromium issue 196331)
-
- Use internal memcpy for CopyWords and when copying code.
- (Chromium issue 196330)
-
- Performance and stability improvements on all platforms.
-
-
-2013-03-20: Version 3.17.14
-
- Use internal memcpy when initializing code objects.
- (Chromium issue 196330)
-
- Disabled weak embedded maps because of crashes.
- (Chromium issues 172489, 217858)
-
- Performance and stability improvements on all platforms.
-
-
-2013-03-19: Version 3.17.13
-
- Turned Flags into a uint32_t typedef (Chromium issue 194749).
-
- Performance and stability improvements on all platforms.
-
-
-2013-03-18: Version 3.17.12
-
- Unified kMaxArguments with number of bits used to encode it.
- (Chromium issue 211741)
-
- Fixed detection of |handle_smi| case in
- HOptimizedGraphBuilder::HandlePolymorphicCallNamed.
- (Chromium issue 196583)
-
- Performance and stability improvements on all platforms.
-
-
-2013-03-15: Version 3.17.11
-
- Added a version of the v8::HandleScope constructor with an v8::Isolate
- parameter and made AdjustAmountOfExternalAllocatedMemory an instance
- method of v8::Isolate.
- (issue 2487)
-
- Fixed two register allocator bugs (off-by-one error/failure
- propagation). (issue 2576)
-
- Fixed huge heap snapshot when a heavily shared context has many
- variables. (Chromium issue 145687)
-
- Performance and stability improvements on all platforms.
-
-
-2013-03-13: Version 3.17.10
-
- Fixed heap snapshot creation for Harmony collections. (issue 2535)
-
- Fixed register allocation corner case. (Chromium issue 177883)
-
- Performance and stability improvements on all platforms.
-
-
-2013-03-08: Version 3.17.9
-
- Restored Function()'s expected string representation. (issue 2470)
-
- Enabled deprecatations (again). (issue 2487)
-
- Avoid bool to Oddball conversions by being lazy. (issue 2491)
-
- Added %p option to --logfile.
-
- Hardened Function()'s parsing of function literals. (issue 2470)
-
- ES6 symbols: Refine test for getOwnPropertyNames. (issue 2158)
-
- Performance and stability improvements on all platforms.
-
-
-2013-03-07: Version 3.17.8
-
- Added missing license headers. (Chromium issue 98597)
-
- Inserted missing type cast in JSON.stringify. (issue 2570)
-
- Reverted "Send SIGPROF signals on the profiler event processor thread"
- (issue 2571)
-
- Fixed Array.length, String.length and Function.prototype LoadICs on x64.
- (issue 2568)
-
- ES6 symbols: filter symbols form for-in loops and Object.keys.
- (issue 2158)
-
- Properly handle misses for StoreArrayLengthStub on ia32 and x64
- (issue 2566)
-
- Fixed x32 handling of Atomic64. (Chromium issue chromium-os:36866)
-
- Removed "library" variable from standalone.gypi. (Chromium issue 111541)
-
- Fixed HCheckSmiOrInt <-> HBoundsCheck interaction wrt. representations.
- (issue 2556)
-
- Enabled zapping of disposed global handles in release mode.
- (Chromium issue 176056)
-
- Added workaround for redefinition of __proto__ property. (issue 2565)
-
- ES6 symbols: Allow symbols as property names. (issue 2158)
-
- Performance and stability improvements on all platforms.
-
-
-2013-03-04: Version 3.17.7
-
- Limited recursion in regexp compilation by a budget.
- (Chromium issue 178790)
-
- ES6 symbols: Implemented Symbol intrinsic and basic functionality
- (issue 2158)
-
- Performance and stability improvements on all platforms.
-
-
-2013-02-28: Version 3.17.6
-
- Fixed materialization of arguments objects with unknown values.
- (Chromium issue 163530)
-
- Set default number of sweeper threads to at most four.
-
- Performance and stability improvements on all platforms.
-
-
-2013-02-27: Version 3.17.5
-
- Made __proto__ a foreign callback on Object.prototype.
- (issue 621, issue 1949 and issue 2441)
-
- Performance and stability improvements on all platforms.
-
-
-2013-02-25: Version 3.17.4
-
- Performance and stability improvements on all platforms.
-
-
-2013-02-21: Version 3.17.3
-
- Performance and stability improvements on all platforms.
-
-
-2013-02-19: Version 3.17.2
-
- Removed bogus check for TOP register in deoptimizer.
- (Chromium issue 176943)
-
- Made the Isolate parameter mandatory for internal HandleScopes.
- (issue 2487)
-
- Fixed f.apply() optimization when declared arguments are mutated.
- (issue 2539)
-
- Performance and stability improvements on all platforms.
-
-
-2013-02-14: Version 3.17.1
-
- Performance and stability improvements on all platforms.
-
-
-2013-02-13: Version 3.17.0
-
- Enabled parallel sweeping.
-
- Don't try to unlink instructions twice during GVN
- (Chromium issue 175141)
-
- Fixed code flusher disabling while marking incrementally.
- (Chromium issue 173458, 168582)
-
- Don't use TLS for space iterators.
- (issue 2531)
-
- Added new GetHeapStatistics API entry and deprecated old one.
-
- Fixed DoubleStackSlot-to-DoubleStackSlot moves on ia32. Unified
- platform-independent code.
- (Chromium issue 173907)
-
- Added --trace-array-abuse to help find OOB accesses.
-
- Performance and stability improvements on all platforms.
-
-
-2013-02-06: Version 3.16.14
-
- Performance and stability improvements on all platforms.
-
-
-2013-02-04: Version 3.16.13
-
- Tagged stubs that rely on instance types as MEGAMORPHIC.
- (Chromium issue 173974)
-
- Fixed clearing of dead dependent codes and verifing of weak
- embedded maps on full GC. (Chromium issue 172488,172489)
-
- Made the arm port build cleanly with Clang.
-
- Performance and stability improvements on all platforms.
-
-
-2013-01-31: Version 3.16.12
-
- Performance and stability improvements on all platforms.
-
-
-2013-01-30: Version 3.16.11
-
- Put making embedded maps in optimized code weak behind a flag.
- (Chromium issue 172488,172489)
-
- Performance and stability improvements on all platforms.
-
-
-2013-01-25: Version 3.16.10
-
- Avoid excessive memory usage during redundant phi elimination.
- (issue 2510)
-
- Fixed additional spec violations wrt RegExp.lastIndex.
- (issue 2437)
-
- Added Isolate parameter to Persistent class.
- (issue 2487)
-
- Performance and stability improvements on all platforms.
-
-
-2013-01-24: Version 3.16.9
-
- Made embedded maps in optimized code weak.
- (issue 2073)
-
- Fixed corner case when JSFunction is evicted from flusher.
- (Chromium issue 168801)
-
- Correctly set kCanBeDivByZero flag for HMathFloorOfDiv.
- (Chromium issue 171641)
-
- Performance and stability improvements on all platforms.
-
-
-2013-01-23: Version 3.16.8
-
- Correctly reset lastIndex in an RegExp object.
- (Chromium issue 170856)
-
- Added a workaround for Windows compilation problems related to V8EXPORT.
- (issue 2507)
-
- tools/run-tests.py: shlex.split() the value of --command-prefix
- (Chromium issue 171553)
-
- Fixed pattern detection for replacing shifts by rotation.
- (Chromium issue 2499)
-
- Performance and stability improvements on all platforms.
-
-
-2013-01-21: Version 3.16.7
-
- Removed <(library) usage from v8.gyp.
- (Chromium issue 111541)
-
- Fixed out of bounds memory access in TestJSArrayForAllocationSiteInfo.
- (Chromium issue 169928)
-
- Performance and stability improvements on all platforms.
-
-
-2013-01-18: Version 3.16.6
-
- Made the Isolate parameter mandatory in Locker and Unlocker classes.
- (issue 2487)
-
- Avoid pointer underflow in CopyCharsUnsigned.
- (issue 2493)
-
- Generate shim headers when using system v8.
- (Chromium issue 165264)
-
- Fixed arguments materialization for inlined apply().
- (issue 2489)
-
- Sync'ed laziness between BuildFunctionInfo and MakeFunctionInfo.
- (Chromium issue 147497)
-
- Added sanity check to CodeFlusher::AddCandidate.
- (Chromium issue 169209)
-
- Performance and stability improvements on all platforms.
-
-
-2013-01-15: Version 3.16.5
-
- Removed deprecated functions from V8's external API.
-
- Prepared API for WebKit use of Latin-1.
-
- Fixed V8 issue 2486.
-
- Fixed Chromium issue 169723.
-
- Performance and stability improvements on all platforms.
-
-
-2013-01-11: Version 3.16.4
-
- Fixed Chromium issues 168545 and 169209.
-
- Performance and stability improvements on all platforms.
-
-
-2013-01-09: Version 3.16.3
-
- Improved GC performance when moving parts of a FixedArray (issue 2452).
-
- Enabled readline on d8 while building a shared lib (issue 1781).
-
- Fixed missing exception check in typed array constructor
- (Chromium issue 168545).
-
- Check for read-only-ness when preparing for array sort (issue 2419).
-
- Performance and stability improvements on all platforms.
-
-
-2013-01-04: Version 3.16.2
-
- Added Makefile options to build for the Raspberry Pi (armv7=0,
- arm_fpu=vfp2).
-
- Performance and stability improvements on all platforms.
-
-
-2012-12-27: Version 3.16.1
-
- Fixed x64 MathMinMax for negative untagged int32 arguments.
- (Chromium issue 164442)
-
- Fixed FloatingPointHelper::CheckSSE2OperandIsInt32.
- (issue 2458)
-
- Performance and stability improvements on all platforms.
-
-
-2012-12-21: Version 3.16.0
-
- V8_Fatal now prints C++ stack trace in debug mode.
-
- Added HTML-based tick processor.
-
- Continued implementation of Object.observe (V8 issue 2409).
-
- Fixed V8 issues 2243, 2340, 2393, 2399, 2457.
-
- Fixed Chromium issues 125308, 165637, 166379, 166553.
-
- Performance and stability improvements on all platforms.
-
-
-2012-12-10: Version 3.15.11
-
- Define CAN_USE_VFP2/3_INSTRUCTIONS based on arm_neon and arm_fpu GYP
- flags.
-
- Performance and stability improvements on all platforms.
-
-
-2012-12-07: Version 3.15.10
-
- Enabled optimisation of functions inside eval. (issue 2315)
-
- Fixed spec violations in methods of Number.prototype. (issue 2443)
-
- Added GCTracer metrics for a scavenger GC for DOM wrappers.
-
- Performance and stability improvements on all platforms.
-
-
-2012-12-06: Version 3.15.9
-
- Fixed candidate eviction in code flusher.
- (Chromium issue 159140)
-
- Iterate through all arguments for side effects in Math.min/max.
- (issue 2444)
-
- Fixed spec violations related to regexp.lastIndex
- (issue 2437, issue 2438)
-
- Performance and stability improvements on all platforms.
-
-
-2012-12-04: Version 3.15.8
-
- Enforced stack allocation of TryCatch blocks.
- (issue 2166,chromium:152389)
-
- Fixed external exceptions in external try-catch handlers.
- (issue 2166)
-
- Activated incremental code flushing by default.
-
- Performance and stability improvements on all platforms.
-
-
-2012-11-30: Version 3.15.7
-
- Activated code aging by default.
-
- Included more information in --prof log.
-
- Removed eager sweeping for lazy swept spaces. Try to find in
- SlowAllocateRaw a bounded number of times a big enough memory slot.
- (issue 2194)
-
- Performance and stability improvements on all platforms.
-
-
-2012-11-26: Version 3.15.6
-
- Ensure double arrays are filled with holes when extended from
- variations of empty arrays. (Chromium issue 162085)
-
- Performance and stability improvements on all platforms.
-
-
-2012-11-23: Version 3.15.5
-
- Fixed JSON.stringify for objects with interceptor handlers.
- (Chromium issue 161028)
-
- Fixed corner case in x64 compare stubs. (issue 2416)
-
- Performance and stability improvements on all platforms.
-
-
-2012-11-16: Version 3.15.4
-
- Fixed Array.prototype.join evaluation order. (issue 2263)
-
- Perform CPU sampling by CPU sampling thread only iff processing thread
- is not running. (issue 2364)
-
- When using an Object as a set in Object.getOwnPropertyNames, null out
- the proto. (issue 2410)
-
- Disabled EXTRA_CHECKS in Release build.
-
- Heap explorer: Show representation of strings.
-
- Removed 'type' and 'arguments' properties from Error object.
- (issue 2397)
-
- Added atomics implementation for ThreadSanitizer v2.
- (Chromium issue 128314)
-
- Fixed LiveEdit crashes when object/array literal is added. (issue 2368)
-
- Performance and stability improvements on all platforms.
-
-
-2012-11-13: Version 3.15.3
-
- Changed sample shell to send non-JS output (e.g. errors) to stderr
- instead of stdout.
-
- Correctly check for stack overflow even when interrupt is pending.
- (issue 214)
-
- Collect stack trace on stack overflow. (issue 2394)
-
- Performance and stability improvements on all platforms.
-
-
-2012-11-12: Version 3.15.2
-
- Function::GetScriptOrigin supplies sourceURL when script name is
- not available. (Chromium issue 159413)
-
- Made formatting error message side-effect-free. (issue 2398)
-
- Fixed length check in JSON.stringify. (Chromium issue 160010)
-
- ES6: Added support for Set and Map clear method (issue 2400)
-
- Fixed slack tracking when instance prototype changes.
- (Chromium issue 157019)
-
- Fixed disabling of code flusher while marking. (Chromium issue 159140)
-
- Added a test case for object grouping in a scavenger GC (issue 2077)
-
- Support shared library build of Android for v8.
- (Chromium issue 158821)
-
- ES6: Added support for size to Set and Map (issue 2395)
-
- Performance and stability improvements on all platforms.
-
-
-2012-11-06: Version 3.15.1
-
- Put incremental code flushing behind a flag. (Chromium issue 159140)
-
- Performance and stability improvements on all platforms.
-
-
-2012-10-31: Version 3.15.0
-
- Loosened aligned code target requirement on ARM (issue 2380)
-
- Fixed JSON.parse to treat leading zeros correctly.
- (Chromium issue 158185)
-
- Performance and stability improvements on all platforms.
-
-
-2012-10-22: Version 3.14.5
-
- Killed off the SCons based build.
-
- Added a faster API for creating v8::Integer objects.
-
- Speeded up function deoptimization by avoiding quadratic pass over
- optimized function list. (Chromium issue 155270)
-
- Always invoke the default Array.sort functions from builtin functions.
- (issue 2372)
-
- Reverted recent CPU profiler changes because they broke --prof.
- (issue 2364)
-
- Switched code flushing to use different JSFunction field.
- (issue 1609)
-
- Performance and stability improvements on all platforms.
-
-
-2012-10-15: Version 3.14.4
-
- Allow evals for debugger even if they are prohibited in the debugee
- context. (Chromium issue 154733)
-
- Enabled --verify-heap in release mode (issue 2120)
-
- Performance and stability improvements on all platforms.
-
-
-2012-10-11: Version 3.14.3
-
- Use native context to retrieve ErrorMessageForCodeGenerationFromStrings
- (Chromium issue 155076).
-
- Bumped variable limit further to 2^17 (Chromium issue 151625).
-
- Performance and stability improvements on all platforms.
-
-
-2012-10-10: Version 3.14.2
-
- ARM: allowed VFP3 instructions when hardfloat is enabled.
- (Chromium issue 152506)
-
- Fixed instance_descriptors() and PushStackTraceAndDie regressions.
- (Chromium issue 151749)
-
- Made GDBJIT interface compile again. (issue 1804)
-
- Fixed Accessors::FunctionGetPrototype's proto chain traversal.
- (Chromium issue 143967)
-
- Made sure that names of temporaries do not clash with real variables.
- (issue 2322)
-
- Rejected local module declarations. (Chromium issue 150628)
-
- Rejected uses of lexical for-loop variable on the RHS. (issue 2322)
-
- Fixed slot recording of code target patches.
- (Chromium issue 152615,chromium:144230)
-
- Changed the Android makefile to use GCC 4.6 instead of GCC 4.4.3.
-
- Performance and stability improvements on all platforms.
-
-
-2012-10-01: Version 3.14.1
-
- Don't set -m32 flag when compiling with Android ARM compiler.
- (Chromium issue 143889)
-
- Restore the descriptor array before returning allocation failure.
- (Chromium issue 151750)
-
- Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and
- 128252).
-
- Pull more recent gyp in 'make dependencies'.
-
- Made sure that the generic KeyedStoreIC changes length and element_kind
- atomically (issue 2346).
-
- Bumped number of allowed variables per scope to 65535, to address GWT.
- (Chromium issue 151625)
-
- Support sourceURL for dynamically inserted scripts (issue 2342).
-
- Performance and stability improvements on all platforms.
-
-
-2012-09-20: Version 3.14.0
-
- Fixed missing slot recording during clearing of CallICs.
- (Chromium issue 144230)
-
- Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly.
- (Chromium issue 150729)
-
- Fixed minus zero test. (Issue 2133)
-
- Fixed setting array length to zero for slow elements.
- (Chromium issue 146910)
-
- Fixed lost arguments dropping in HLeaveInlined.
- (Chromium issue 150545)
-
- Fixed casting error for receiver of interceptors.
- (Chromium issue 149912)
-
- Throw a more descriptive exception when blocking 'eval' via CSP.
- (Chromium issue 140191)
-
- Fixed debugger's eval when close to stack overflow. (issue 2318)
-
- Added checks to live edit. (issue 2297)
-
- Switched on code compaction on incremental GCs.
-
- Fixed caching of optimized code for OSR. (issue 2326)
-
- Not mask exception thrown by toString in String::UtfValue etc.
- (issue 2317)
-
- Fixed API check for length of external arrays. (Chromium issue 148896)
-
- Ensure correct enumeration indices in the dict (Chromium issue 148376)
-
- Correctly initialize regexp global cache. (Chromium issue 148378)
-
- Fixed arguments object materialization during deopt. (issue 2261)
-
- Introduced new API to expose external string resource regardless of
- encoding.
-
- Fixed CHECK failure in LCodeGen::DoWrapReceiver when
- --deopt-every-n-times flag is present
- (Chromium issue 148389)
-
- Fixed edge case of extension with NULL as source string.
- (Chromium issue 144649)
-
- Fixed array index dehoisting. (Chromium issue 141395)
-
- Performance and stability improvements on all platforms.
-
-
-2012-09-11: Version 3.13.7
-
- Enable/disable LiveEdit using the (C++) debug API.
-
- Performance and stability improvements on all platforms.
-
-
-2012-09-06: Version 3.13.6
-
- Added validity checking to API functions and calls.
-
- Disabled accessor inlining (Chromium issue 134609).
-
- Fixed bug in Math.min/max in optimized code (Chromium issue 145961).
-
- Directly use %ObjectKeys in json stringify (Chromium issue 2312).
-
- Fixed VS2005 build (issue 2313).
-
- Activated fixed ES5 readonly semantics by default.
-
- Added hardfp flag to the Makefile.
-
- Performance and stability improvements on all platforms.
-
-
-2012-08-29: Version 3.13.5
-
- Release stack trace data after firing Error.stack accessor.
- (issue 2308)
-
- Added a new API V8::SetJitCodeEventHandler to push code name and
- location to users such as profilers.
-
- Allocate block-scoped global bindings to global context.
-
- Performance and stability improvements on all platforms.
-
-
-2012-08-28: Version 3.13.4
-
- Print reason for disabling optimization. Kill --trace-bailout flag.
-
- Provided option to disable full DEBUG build on Android.
-
- Introduced global contexts to represent lexical global scope(s).
-
- Fixed rounding in Uint8ClampedArray setter. (issue 2294)
-
- Performance and stability improvements on all platforms.
-
-
-2012-08-21: Version 3.13.3
-
- Performance and stability improvements on all platforms.
-
-
-2012-08-20: Version 3.13.2
-
- Performance and stability improvements on all platforms.
-
-
-2012-08-16: Version 3.13.1
-
- Performance and stability improvements on all platforms.
-
-
-2012-08-10: Version 3.13.0
-
- Added histograms for total allocated/live heap size, as well as
- allocated size and percentage of total for map and cell space.
-
- Fixed parseInt's octal parsing behavior (ECMA-262 Annex E 15.1.2.2).
- (issue 1645)
-
- Added checks for interceptors to negative lookup code in Crankshaft.
- (Chromium issue 140473)
-
- Made incremental marking clear ICs and type feedback cells.
-
- Performance and stability improvements on all platforms.
-
-
-2012-08-01: Version 3.12.19
-
- Performance and stability improvements on all platforms.
-
-
-2012-07-30: Version 3.12.18
-
- Forced using bit-pattern for signed zero double. (issue 2239)
-
- Made sure double to int conversion is correct. (issue 2260)
-
- Performance and stability improvements on all platforms.
-
-
-2012-07-27: Version 3.12.17
-
- Always set the callee's context when calling a function from optimized
- code.
- (Chromium issue 138887)
-
- Fixed building with GCC 3.x
- (issue 2016, 2017)
-
- Improved API calls that return empty handles.
- (issue 2245)
-
- Performance and stability improvements on all platforms.
-
-
-2012-07-25: Version 3.12.16
-
- Performance and stability improvements on all platforms.
-
-
-2012-07-24: Version 3.12.15
-
- Added PRESERVE_ASCII_NULL option to String::WriteAscii.
- (issue 2252)
-
- Added dependency to HLoadKeyed* instructions to prevent invalid
- hoisting. (Chromium issue 137768)
-
- Enabled building d8 for Android on Mac.
-
- Interpret negative hexadecimal literals as NaN.
- (issue 2240)
-
- Expose counters in javascript when using --track-gc-object-stats.
-
- Enabled building and testing V8 on Android IA.
-
- Added --trace-parse flag to parser.
-
- Performance and stability improvements on all platforms.
-
-
-2012-07-18: Version 3.12.14
-
- Deactivated optimization of packed arrays.
- (Chromium issue 137768)
-
- Fixed broken accessor transition.
- (Chromium issue 137689)
-
- Performance and stability improvements on all platforms.
-
-
-2012-07-17: Version 3.12.13
-
- Fixed missing tagging of stack value in finally block.
- (Chromium issue 137496)
-
- Added more support for heap analysis.
-
- Performance and stability improvements on all platforms.
-
-
-2012-07-16: Version 3.12.12
-
- Added an option to the tickprocessor to specify the directory for lib
- lookup.
-
- Fixed ICs for slow objects with native accessor (Chromium issue 137002).
-
- Fixed transcendental cache on ARM in optimized code (issue 2234).
-
- New heap inspection tools: counters for object sizes and counts,
- histograms for external fragmentation.
-
- Incorporated constness into inferred interfaces (in preparation for
- handling imports) (issue 1569).
-
- Performance and stability improvements on all platforms.
-
-
-2012-07-12: Version 3.12.11
-
- Renamed "mips" arch to "mipsel" in the GYP build.
-
- Fixed computation of call targets on prototypes in Crankshaft.
- (Chromium issue 125148)
-
- Removed use of __lookupGetter__ when generating stack trace.
- (issue 1591)
-
- Turned on ES 5.2 globals semantics by default.
- (issue 1991, Chromium issue 80591)
-
- Synced preparser and parser wrt syntax error in switch..case.
- (issue 2210)
-
- Fixed reporting of octal literals in strict mode when preparsing.
- (issue 2220)
-
- Fixed inline constructors for Harmony Proxy prototypes.
- (issue 2225)
-
- Performance and stability improvements on all platforms.
-
-
-2012-07-10: Version 3.12.10
-
- Re-enabled and fixed issue with array bounds check elimination
- (Chromium issue 132114).
-
- Fixed Debug::Break crash. (Chromium issue 131642)
-
- Added optimizing compiler support for JavaScript getters.
-
- Performance and stability improvements on all platforms.
-
-
-2012-07-06: Version 3.12.9
-
- Correctly advance the scanner when scanning unicode regexp flag.
- (Chromium issue 136084)
-
- Fixed unhandlified code calling Harmony Proxy traps.
- (issue 2219)
-
- Performance and stability improvements on all platforms.
-
-
-2012-07-05: Version 3.12.8
-
- Implemented TypedArray.set and ArrayBuffer.slice in d8.
-
- Performance and stability improvements on all platforms.
-
-
-2012-07-03: Version 3.12.7
-
- Fixed lazy compilation for strict eval scopes.
- (Chromium issue 135066)
-
- Made MACOSX_DEPLOYMENT_TARGET configurable in GYP.
- (issue 2151)
-
- Report "hidden properties" in heap profiler for properties case.
- (issue 2212)
-
- Activated optimization of packed arrays by default.
-
- Performance and stability improvements on all platforms.
-
-
-2012-06-29: Version 3.12.6
-
- Cleaned up hardfp ABI detection for ARM (V8 issue 2140).
-
- Extended TypedArray support in d8.
-
-
-2012-06-28: Version 3.12.5
-
- Fixed lazy parsing heuristics to respect outer scope.
- (Chromium issue 135008)
-
- Allow using test-wrapper-gypbuild.py on Windows when no python
- interpreter is registered.
-
- Performance and stability improvements on all platforms.
-
-
-2012-06-27: Version 3.12.4
-
- Removed -fomit-frame-pointer flag from Release builds to make
- the stack walkable by TCMalloc (Chromium issue 133723).
-
- Ported r7868 (constant masking) to x64 (issue 1374).
-
- Expose more detailed memory statistics (issue 2201).
-
- Fixed Harmony Maps and WeakMaps for undefined values
- (Chromium issue 132744).
-
- Correctly throw reference error in strict mode with ICs disabled
- (issue 2119).
-
- Performance and stability improvements on all platforms.
-
-
-2012-06-25: Version 3.12.3
-
- Reverted r11835 'Unify promotion and allocation limit computation' due
- to V8 Splay performance regression on Mac. (Chromium issue 134183)
-
- Fixed sharing of literal boilerplates for optimized code. (issue 2193)
-
- Performance and stability improvements on all platforms.
-
-
-2012-06-22: Version 3.12.2
-
- Made near-jump check more strict in LoadNamedFieldPolymorphic on
- ia32/x64. (Chromium issue 134055)
-
- Fixed lazy sweeping heuristics to prevent old-space expansion.
- (issue 2194)
-
- Performance and stability improvements on all platforms.
-
-
-2012-06-21: Version 3.12.1
-
- Performance and stability improvements on all platforms.
-
-
-2012-06-20: Version 3.12.0
-
- Fixed Chromium issues:
- 115100, 129628, 131994, 132727, 132741, 132742, 133211
-
- Fixed V8 issues:
- 915, 1914, 2034, 2087, 2094, 2134, 2156, 2166, 2172, 2177, 2179, 2185
-
- Added --extra-code flag to mksnapshot to load JS code into the VM
- before creating the snapshot.
-
- Support 'restart call frame' command in the debugger.
-
- Performance and stability improvements on all platforms.
-
-
-2012-06-13: Version 3.11.10
-
- Implemented heap profiler memory usage reporting.
-
- Preserved error message during finally block in try..finally.
- (Chromium issue 129171)
-
- Fixed EnsureCanContainElements to properly handle double values.
- (issue 2170)
-
- Improved heuristics to keep objects in fast mode with inherited
- constructors.
-
- Performance and stability improvements on all platforms.
-
-
-2012-06-06: Version 3.11.9
-
- Implemented ES5-conformant semantics for inherited setters and read-only
- properties. Currently behind --es5_readonly flag, because it breaks
- WebKit bindings.
-
- Exposed last seen heap object id via v8 public api.
-
- Performance and stability improvements on all platforms.
-
-
-2012-05-31: Version 3.11.8
-
- Avoid overdeep recursion in regexp where a guarded expression with a
- minimum repetition count is inside another quantifier.
- (Chromium issue 129926)
-
- Fixed missing write barrier in store field stub.
- (issues 2143, 1465, Chromium issue 129355)
-
- Proxies: Fixed receiver for setters inherited from proxies.
- Proxies: Fixed ToStringArray function so that it does not reject some
- keys.
- (issue 1543)
-
- Performance and stability improvements on all platforms.
-
-
-2012-05-29: Version 3.11.7
-
- Get better function names in stack traces.
-
- Performance and stability improvements on all platforms.
-
-
-2012-05-24: Version 3.11.6
-
- Fixed RegExp.prototype.toString for incompatible receivers
- (issue 1981).
-
- Performance and stability improvements on all platforms.
-
-
-2012-05-23: Version 3.11.5
-
- Performance and stability improvements on all platforms.
-
-
-2012-05-22: Version 3.11.4
-
- Some cleanup to common.gypi. This fixes some host/target combinations
- that weren't working in the Make build on Mac.
-
- Handle EINTR in socket functions and continue incomplete sends.
- (issue 2098)
-
- Fixed python deprecations. (issue 1391)
-
- Made socket send and receive more robust and return 0 on failure.
- (Chromium issue 15719)
-
- Fixed GCC 4.7 (C++11) compilation. (issue 2136)
-
- Set '-m32' option for host and target platforms
-
- Performance and stability improvements on all platforms.
-
-
-2012-05-18: Version 3.11.3
-
- Disable optimization for functions that have scopes that cannot be
- reconstructed from the context chain. (issue 2071)
-
- Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)
-
- Correctly check for native error objects. (Chromium issue 2138)
-
- Performance and stability improvements on all platforms.
-
-
-2012-05-16: Version 3.11.2
-
- Revert r11496. (Chromium issue 128146)
-
- Implement map collection for incremental marking. (issue 1465)
-
- Add toString method to CallSite (which describes a frame of the
- stack trace).
-
-
-2012-05-15: Version 3.11.1
-
- Added a readbuffer function to d8 that reads a file into an ArrayBuffer.
-
- Fix freebsd build. (V8 issue 2126)
-
- Performance and stability improvements on all platforms.
-
-
-2012-05-11: Version 3.11.0
-
- Fixed compose-discard crasher from r11524 (issue 2123).
-
- Activated new global semantics by default. Global variables can
- now shadow properties of the global object (ES5.1 erratum).
-
- Properly set ElementsKind of empty FAST_DOUBLE_ELEMENTS arrays when
- transitioning (Chromium issue 117409).
-
- Made Error.prototype.name writable again, as required by the spec and
- the web (Chromium issue 69187).
-
- Implemented map collection with incremental marking (issue 1465).
-
- Regexp: Fixed overflow in min-match-length calculation
- (Chromium issue 126412).
-
- MIPS: Fixed illegal instruction use on Loongson in code for
- Math.random() (issue 2115).
-
- Fixed crash bug in VisitChoice (Chromium issue 126272).
-
- Fixed unsigned-Smi check in MappedArgumentsLookup
- (Chromium issue 126414).
-
- Fixed LiveEdit for function with no locals (issue 825).
-
- Fixed register clobbering in LoadIC for interceptors
- (Chromium issue 125988).
-
- Implemented clearing of CompareICs (issue 2102).
-
- Performance and stability improvements on all platforms.
-
-
-2012-05-03: Version 3.10.8
-
- Enabled MIPS cross-compilation.
-
- Ensured reload of elements pointer in StoreFastDoubleElement stub.
- (Chromium issue 125515)
-
- Fixed corner cases in truncation behavior when storing to
- TypedArrays. (issue 2110)
-
- Fixed failure to properly recognize and report out-of-memory
- conditions when allocating code space pages. (Chromium issue
- 118625)
-
- Fixed idle notifications to perform a round of incremental GCs
- after context disposal. (issue 2107)
-
- Fixed preparser for try statement. (issue 2109)
-
- Performance and stability improvements on all platforms.
-
-
-2012-04-30: Version 3.10.7
-
- Performance and stability improvements on all platforms.
-
-
-2012-04-26: Version 3.10.6
-
- Fixed some bugs in accessing details of the last regexp match.
-
- Fixed source property of empty RegExp objects. (issue 1982)
-
- Enabled inlining some V8 API functions.
-
- Performance and stability improvements on all platforms.
-
-
-2012-04-23: Version 3.10.5
-
- Put new global var semantics behind a flag until WebKit tests are
- cleaned up.
-
- Enabled stepping into callback passed to builtins.
- (Chromium issue 109564)
-
- Performance and stability improvements on all platforms.
-
-
-2012-04-19: Version 3.10.4
-
- Fixed issues when stressing compaction with WeakMaps.
-
- Fixed missing GVN flag for new-space promotion. (Chromium issue 123919)
-
- Simplify invocation sequence at monomorphic function invocation sites.
- (issue 2079)
-
- Performance and stability improvements on all platforms.
-
-
-2012-04-17: Version 3.10.3
-
- Fixed several bugs in heap profiles (including issue 2078).
-
- Throw syntax errors on illegal escape sequences.
-
- Implemented rudimentary module linking (behind --harmony flag)
-
- Implemented ES5 erratum: Global declarations should shadow
- inherited properties.
-
- Made handling of const more consistent when combined with 'eval'
- and 'with'.
-
- Fixed V8 on MinGW-x64 (issue 2026).
-
- Performance and stability improvements on all platforms.
-
-
-2012-04-13: Version 3.10.2
-
- Fixed native ARM build (issues 1744, 539)
-
- Return LOOKUP variable instead of CONTEXT for non-context allocated
- outer scope parameters (Chromium issue 119609).
-
- Fixed regular and ElementsKind transitions interfering with each other
- (Chromium issue 122271).
-
- Improved performance of keyed loads/stores which have a HeapNumber
- index (issues 1388, 1295).
-
- Fixed WeakMap processing for evacuation candidates (issue 2060).
-
- Bailout on possible direct eval calls (Chromium issue 122681).
-
- Do not assume that names of function expressions are context-allocated
- (issue 2051).
-
- Performance and stability improvements on all platforms.
-
-
-2012-04-10: Version 3.10.1
-
- Fixed bug with arguments object in inlined functions (issue 2045).
-
- Fixed performance bug with lazy initialization (Chromium issue
- 118686).
-
- Added suppport for Mac OS X 64bit builds with GYP.
- (Patch contributed by Filipe David Manana )
-
- Fixed bug with hidden properties (issue 2034).
-
- Fixed a performance bug when reloading pages (Chromium issue 117767,
- V8 issue 1902).
-
- Fixed bug when optimizing throw in top-level code (issue 2054).
-
- Fixed two bugs with array literals (issue 2055, Chromium issue 121407).
-
- Fixed bug with Math.min/Math.max with NaN inputs (issue 2056).
-
- Fixed a bug with the new runtime profiler (Chromium issue 121147).
-
- Fixed compilation of V8 using uClibc.
-
- Optimized boot-up memory use.
-
- Optimized regular expressions.
-
-
-2012-03-30: Version 3.10.0
-
- Fixed store IC writability check in strict mode
- (Chromium issue 120099).
-
- Resynchronize timers if the Windows system time was changed.
- (Chromium issue 119815)
-
- Removed "-mfloat-abi=hard" from host compiler cflags when building for
- hardfp ARM
- (https://code.google.com/p/chrome-os-partner/issues/detail?id=8539)
-
- Fixed edge case for case independent regexp character classes
- (issue 2032).
-
- Reset function info counters after context disposal.
- (Chromium issue 117767, V8 issue 1902)
-
- Fixed missing write barrier in CopyObjectToObjectElements.
- (Chromium issue 119926)
-
- Fixed missing bounds check in HasElementImpl.
- (Chromium issue 119925)
-
- Performance and stability improvements on all platforms.
-
-
-2012-03-23: Version 3.9.24
-
- Activated count-based profiler for ARM.
-
- Fixed use of proxies as f.prototype properties. (issue 2021)
-
- Enabled snapshots on MIPS.
-
- Performance and stability improvements on all platforms.
-
-
-2012-03-21: Version 3.9.23
-
- Use correct arguments adaptation environment when inlining function
- containing arguments. (Issue 2014)
-
- Performance and stability improvements on all platforms.
-
-
-2012-03-20: Version 3.9.22
-
- Enabled count-based profiler by default.
-
- Implemented a hash based look-up to speed up address checks
- in large object space (issue 853).
-
- Performance and stability improvements on all platforms.
-
-
-2012-03-19: Version 3.9.21
-
- Fixed push-to-trunk script (and re-push).
-
- Added API call that identifies strings that are guaranteed only to
- contain ASCII characters.
-
-
-2012-03-19: Version 3.9.20
-
- Fixed declarations escaping global strict eval. (Issue 1624)
-
- Fixed wrapping of receiver for non-strict callbacks. (Issue 1973)
-
- Fixed function declarations overwriting read-only global properties.
- (Chromium issue 115452)
-
- Fixed --use-strict flag in combination with --harmony[-scoping].
-
- Debugger: naive implementation of "step into Function.prototype.bind".
-
- Debugger: added ability to set script source from within OnBeforeCompile
-
- Added flag to always call DebugBreak on abort.
-
- Re-enabled constructor inlining and inline === comparison with boolean
- constants. (Issue 2009)
-
- Don't use an explicit s0 in ClampDoubleToUint8. (Issue 2004)
-
- Performance and stability improvements on all platforms.
-
-
-2012-03-14: Version 3.9.19
-
- Ensure there is a smi check of the receiver for global load and call
- ICs (Chromium issue 117794).
-
- Performance and stability improvements on all platforms.
-
-
-2012-03-13: Version 3.9.18
-
- Ensure consistency of Math.sqrt on Intel platforms.
-
- Remove static initializers in v8. (issue 1859)
-
- Add explicit dependency on v8_base in the GYP-based build.
-
- Performance and stability improvements on all platforms.
-
-
-2012-03-12: Version 3.9.17
-
- Fixed VFP detection through compiler defines. (issue 1996)
-
- Add Code-related fields to postmortem metadata.
-
- Performance and stability improvements on all platforms.
-
-
-2012-03-09: Version 3.9.16
-
- Added basic interface inference for modules (behind the --harmony flag).
-
- Added Object.is, Number.isFinite, Number.isNaN.
-
- Updated the Unicode tables to Unicode version 6.1.0.
-
- Performance and stability improvements on all platforms.
-
-
-2012-03-06: Version 3.9.15
-
- Fix the heap profiler crash caused by memory layout changes between
- passes.
-
- Fix Error.prototype.toString to throw TypeError. (issue 1980)
-
- Fix double-rounding in strtod for MinGW. (issue 1062)
-
- Fix corrupted snapshot serializaton on ia32. (Chromium issue v8/1985)
-
- Performance and stability improvements on all platforms.
-
-
-2012-03-01: Version 3.9.14
-
- Performance and stability improvements on all platforms.
-
-
-2012-02-29: Version 3.9.13
-
- Added code kind check before preparing for OSR. (issue 1900, 115073)
-
- Fixed issue 1802: Pass zone explicitly to zone-allocation on x64 and
- ARM.
-
- Ported string construct stub to x64. (issue 849)
-
- Performance and stability improvements on all platforms.
-
-
-2012-02-28: Version 3.9.12
-
- Fixed the negative lookup stub to handle deleted entries in a
- dictionary. (issue 1964)
-
- Added a new API where the host can supply a callback function. The
- callback function can resolve the location of a return address on stack
- to the location where a return-address rewriting profiler stashed the
- original return address.
-
- Fixed Chromium issue http://crbug.com/115646: When compiling for-in
- pass correct context value to the increment instruction.
-
- Fixed issue 1853: Update breakpoints set with partial file name after
- compile.
-
-
-2012-02-27: Version 3.9.11
-
- Made 'module' a context-sensitive keyword (V8 issue 1957).
-
-
-2012-02-24: Version 3.9.10
-
- Fixed V8 issues 1322, 1772 and 1969.
-
- Conformance improvements.
-
- Performance and stability improvements on all platforms.
-
-
-2012-02-23: Version 3.9.9
-
- Supported fast case for-in in Crankshaft.
-
- Sped up heap snapshot serialization and dominators construction.
-
- Randomized allocation addresses on windows. (Chromium issue 115151)
-
- Fixed compilation with MinGW-w64. (issue 1943)
-
- Fixed incorrect value of assignments to non-extensible properties.
-
- Fixed a crash bug in generated code on ia32.
-
- Performance and stability improvements on all platforms.
-
-
-2012-02-21: Version 3.9.8
-
- Fixed memory leak and missing #include in StartupDataDecompressor
- (issue 1960).
-
- Renamed static methods to avoid shadowing virtual methods and fix Clang
- C++11 compile error.
-
- Fixed sequence of element access in array builtins (issue 1790).
-
- Performance and stability improvements on all platforms.
-
-
-2012-02-16: Version 3.9.7
-
- Fixed V8 issues 1322, 1878, 1942, 1945 and Chromium issue 113924.
-
- Fixed GCC-4.7 warnings.
-
- Added Navier-Stokes benchmark.
-
- Performance and stability improvements on all platforms.
-
-
-2012-02-14: Version 3.9.6
-
- Fixed template-related linker error. (issue 1936)
-
- Allowed inlining of functions containing object literals. (issue 1322)
-
- Added --call-graph-size option to tickprocessor. (issue 1937)
-
- Heap Snapshot maximum size limit is too low for really big apps. At the
- moment the limit is 256MB. (Chromium issue 113015)
-
- Performance and stability improvements on all platforms.
-
-
-2012-02-09: Version 3.9.5
-
- Removed unused command line flags.
-
- Performance and stability improvements on all platforms.
-
-
-2012-02-08: Version 3.9.4
-
- Properly initialize element-transitioning array literals on ARM.
- (issue 1930)
-
- Bug fixes on all platforms.
-
-
-2012-02-07: Version 3.9.3
-
- When rethrowing an exception, print the stack trace of its original
- site instead of rethrow site (Chromium issue 60240).
-
- Increased size of small stacks from 32k to 64k to avoid hitting limits
- in Chromium (Chromium issue 112843).
-
-
-2012-02-06: Version 3.9.2
-
- Added timestamp to --trace-gc output. (issue 1932)
-
- Heap profiler reports implicit references.
-
- Optionally export metadata with libv8 to enable debuggers to inspect V8
- state.
-
-
-2012-02-02: Version 3.9.1
-
- Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo
- (Chromium issue 112315).
-
- Fixed a crash in dev tools (Chromium issue 107996).
-
- Added 'dependencies_traverse': 1 to v8 GYP target.
-
- Performance and stability improvements on all platforms.
-
-
-2012-02-01: Version 3.9.0
-
- Reduced memory use immediately after starting V8.
-
- Stability fixes and performance improvements on all platforms.
-
-
-2012-01-26: Version 3.8.9
-
- Flush number string cache on GC (issue 1605).
-
- Provide access to function inferred name with
- v8::Function::GetInferredName in V8 public API.
-
- Fix building with Clang (issue 1912).
-
- Reduce the space used by the stack for the profiling thread.
-
- Fix misleading documentation of v8::Locker (issue 542).
-
- Introduce readbinary function in d8 to read binary files.
-
- Performance and stability improvements on all platforms.
-
-
-2012-01-23: Version 3.8.8
-
- Limited number of loop iterations in Heap::ReserveSpace
- (Chromium issue 99027).
-
- Fixed solaris build (VirtualMemory) (issue 1761).
-
- Fixed strict vs. non-strict handling of function proxies in
- higher-order array and string methods.
-
- Enabled asynchronous remote debugging with d8 (issue 1691).
-
- Stability and performance improvements on all platforms.
-
-
-2012-01-19: Version 3.8.7
-
- Ensure that LRandom restores rsi after call to the C function on x64.
- (Chromium issue http://crbug.com/110509)
-
- Fixing include issues on *bsd when building with scons.
- (issue 1897)
-
- Provide a switch to specify -fno-strict-aliasing
- (issue 1887)
-
- Move WIN32 define from standalone.gypi to common.gypi
- (issue 1760)
-
- Fix corner-case in heap size estimation.
- (issue 1893)
-
- Fix and enable NEW_NON_STRICT_FAST ArgumentsAccess stub on x64.
- (issue 1903)
-
- Performance improvements and bug fixes.
-
-
-2012-01-16: Version 3.8.6
-
- Add primitive WebGL array support to d8.
-
- Improve heap size estimation (issue 1893).
-
- Hash collision DOS workaround extended from string keys
- to numeric keys.
-
- Provide an API for iterating through all external strings referenced
- from the JS heap.
-
- Adjust position recorded for call expressions. http://crbug.com/109195
-
- Fix GC crash related to instanceof. http://crbug.com/109448
-
- Performance improvements and bug fixes.
-
-
-2012-01-05: Version 3.8.5
-
- Fix broken test that assumes that no GC can clear the regexp cache (GC
- can happen at any time due to Crankshaft).
-
- Fix handling of bogus receivers for Harmony collections. (issue 1884)
-
- Add netbsd support to gyp build.
-
- Determine page size at runtime on posix platforms.
-
- Ensure that store buffer filtering hash sets are cleared after
- StoreBuffer::Filter.
-
- Randomize the seed used for string hashing. This helps guard against
- CPU-eating DOS attacks against node.js servers. Based on code from
- Bert Belder. This version only solves the issue for those that compile
- V8 themselves or those that do not use snapshots. A snapshot-based
- precompiled V8 will still have predictable string hash codes.
-
- Implement callback when script finishes running in V8 API.
-
- Improve performance of Math.min and Math.max for the case of two
- arguments. (issue 1325)
-
-
-2012-01-02: Version 3.8.4
-
- Performance improvements for large Smi-only arrays.
-
- Fixed InternalArrays construction. (issue 1878)
-
-
-2011-12-27: Version 3.8.3
-
- Avoid embedding new space objects into code objects in the lithium gap
- resolver. (chromium:108296)
-
- Bug fixes and performance optimizations on all platforms.
-
-
-2011-12-21: Version 3.8.2
-
- Add max optimization flag to v8 gyp build to ensure V8 is always built
- fully optimized in Chrome.
-
- MIPS: Bring MIPS to parity with other platforms.
-
- Optimizations and stability improvements on all platforms.
-
-
-2011-12-19: Version 3.8.1
-
- Fixed GCC 4.7 warnings. Patch from Tobias Burnus.
-
- Stability improvements on all platforms.
-
-
-2011-12-13: Version 3.8.0
-
- Fixed handling of arrays in DefineOwnProperty. (issue 1756)
-
- Sync parser and preparser on do-while and return statements.
- (issue 1856)
-
- Fixed another corner case for DefineOwnProperty on arrays (issue 1756).
-
- Stability and performance improvements on all platforms.
-
-
-2011-12-01: Version 3.7.12
-
- Increase tick interval for the android platform.
-
- Fix a bug in the register allocator. (chromium:105112)
-
- Fix handling of recompiling code. (chromium:105375, v8:1782)
-
- Start incremental marking on idle notification. (v8:1458)
-
- Build fixes for various platforms.
-
- Various performance improvements.
-
-
-2011-11-29: Version 3.7.11
-
- Fixed bug when generating padding to ensure space for lazy
- deoptimization.
- (issue 1846)
-
- Further reduced pause times due to GC.
-
- Stability and performance improvements on all platforms.
-
-
-2011-11-23: Version 3.7.10
-
- Set maximum length of FixedArray in terms of elements instead an
- absolute number of bytes.
- (Chromium issue 103103)
-
- Stability and performance improvements on all platforms.
-
-
-2011-11-21: Version 3.7.9
-
- Removed exit-time destructors.
-
- Stability and performance improvements on all platforms.
-
-
-2011-11-17: Version 3.7.8
-
- Removed hidden prototype from builtins, i.e., deleting an overridden
- function on builtins will not make the original function reappear.
-
- Added NetBSD support for scons build.
-
- Performance improvements on all platforms.
-
-
-2011-11-14: Version 3.7.7
-
- Fix missing fast property accessors in heap snapshots.
- (issue 1818)
-
-
-2011-11-11: Version 3.7.6
-
- Fixed filtering of store buffer for large object pages.
- (issue 1817)
-
- Fixed generated hash function on all platforms.
- (issue 1808)
-
- Fixed Heap::Shrink to ensure that it does not free pages that are
- still in use.
- (Chromium issue 100414)
-
- Stability and performance improvements on all platforms.
-
-
-2011-11-10: Version 3.7.5
-
- Added initial gyp infrastructure for MIPS.
-
- Implemented performance improvements to the incremental garbage
- collector.
-
- Added optimizations and stability improvements on all platforms.
-
-
-2011-11-07: Version 3.7.4
-
- Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
-
- Fix Harmony sets and maps to allow null and undefined as keys
- (still hidden behind --harmony flag) (issue 1622).
-
- Implement VirtualMemory on FreeBSD to fix build (issue 1807).
-
- Enable VFP instructions for Android.
-
- Fix error handling in Date.prototype.toISOString (issue 1792).
-
- Bug fixes and performance improvements for all platforms.
-
- Not officially supported but noteworthy: Crankshaft for MIPS :-)
-
-
-2011-10-28: Version 3.7.3
-
- Slight deoptimization as a workaround for issue with jslint: Issue
- 1789.
-
-
-2011-10-27: Version 3.7.2
-
- Fix bug in deoptimization. Known issue with jslint: Issue 1789.
-
-
-2011-10-26: Version 3.7.1
-
- Achieved 33% speedup in debug-mode tests.
-
- Removed special casing of calls to RegExp test and exec methods with no
- argument. Now matches new JSC behaviour. crbug.com/75740.
-
- Return the empty string on cyclic references in toString (ES5
- conformance).
-
- Fixed bug triggered by JSBeautifier. crbug.com/100409.
-
- Made Math.random state per-context instead of per-process (issue 864).
-
- Fixed stack traces to skip native functions.
-
- Make snapshots (new contexts) smaller and faster.
-
- Fixed handling of Function.apply for non-array arguments.
-
- Fixed evaluation order in defineProperties to match FireFox.
-
- Fixed handling of non-object receivers for array builtins,
- crbug.com/100702.
-
- Multiple fixes to improve compliance with test262.
-
- Fixed compatibility with older Android releases.
-
- Fixed compilation with gcc-4.5.3.
-
- Improved performance of WriteUtf8, issue 1665.
-
- Made native syntax an early error in the preparser.
-
- Fixed issues 793 and 893 relating to Function.prototype.bind.
-
- Improved let, const, Set and Map support and other Harmony features
- (behind the --harmony flag).
-
- Changed evaluation order for > and <= to match ES5 instead of ES3.
-
- Bug fixes and performance improvements on all platforms.
-
-
-2011-10-13: Version 3.7.0
-
- Fixed array handling for Object.defineOwnProperty (ES5 conformance).
-
- Fixed issue 1757 (string slices of external strings).
-
- Fixed issue 1759 (ARM).
-
- Added flag --noclever-optimizations to disable some things that
- caused trouble in the past.
-
- Added flag --stress-compaction for testing.
-
- Added flag --harmony to activate all experimental Harmony features.
-
-
-2011-10-10: Version 3.6.6
-
- Added a GC pause visualization tool.
-
- Added presubmit=no and werror=no flags to Makefile.
-
- ES5/Test262 conformance improvements.
-
- Fixed compilation issues with GCC 4.5.x (issue 1743).
-
- Bug fixes and performance improvements on all platforms.
-
-
-2011-10-05: Version 3.6.5
-
- New incremental garbage collector.
-
- Removed the hard heap size limit (soft heap size limit is still
- 700/1400Mbytes by default).
-
- Implemented ES5 generic Array.prototype.toString (Issue 1361).
-
- V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415).
-
- Fixed x64 RegExp start-of-string bug (Issues 1746, 1748).
-
- Fixed propertyIsEnumerable for numeric properties (Issue 1692).
-
- Fixed the MinGW and Windows 2000 builds.
-
- Fixed "Prototype chain is not searched if named property handler does
- not set a property" (Issue 1636).
-
- Made the RegExp.prototype object be a RegExp object (Issue 1217).
-
- Disallowed future reserved words as labels in strict mode.
-
- Fixed string split to correctly coerce the separator to a string
- (Issue 1711).
-
- API: Added an optional source length field to the Extension
- constructor.
-
- API: Added Debug::DisableAgent to match existing Debug::EnableAgent
- (Issue 1573).
-
- Added "native" target to Makefile for the benefit of Linux distros.
-
- Fixed: debugger stops stepping outside evaluate (Issue 1639).
-
- More work on ES-Harmony proxies. Still hidden behind a flag.
-
- Bug fixes and performance improvements on all platforms.
-
-
-2011-09-15: Version 3.6.4
-
- Fixed d8's broken readline history.
-
- Removed the need for code delete events in CPU profiler (Issue 1466).
-
- Fixed debugger stepping next with trycatch recursion (Issue 1639).
-
- Fixing parallel execution in d8 (with -p) and some memory leaks.
-
- Support for precise stepping in functions compiled before debugging was
- started (step 1).
-
-
-2011-09-13: Version 3.6.3
-
- Implemented better support of typed arrays in the d8 shell.
-
- Bug fixes and performance improvements on all platforms.
-
-
-2011-09-08: Version 3.6.2
-
- Added "dependencies" target to top-level Makefile.
-
- Added ability to turn profiler on/off in d8.
-
- Added "soname_version" parameter to common.gypi, v8.gyp, and Makefile.
-
- Fixed several crash bugs.
-
-
-2011-09-07: Version 3.6.1
-
- Fixed a bug in abrupt exit from with or catch inside finally.
-
- Fixed possible crash in FixedDoubleArray::Initialize() (Chromium
- issue 95113).
-
- Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425).
-
- Fixed a few clang warnings (which -Werror treated as errors).
-
- Performance improvements on all platforms.
-
-
-2011-09-05: Version 3.6.0
-
- Fixed a bug when optimizing named function expression (issue 1647).
-
- Fixed a bug when optimizing f.call.apply (issue 1650).
-
- Made arguments and caller always be null on native functions
- (issues 1548 and 1643).
-
- Fixed issue 1648 (cross-compiling x64 targeting ia32).
-
- Fixed issue 371 (d8 printing of strings containing \0).
-
- Fixed order of evaluation in arguments to parseInt (issue 1649).
-
- Fixed a problem with large heap snapshots in Chrome DevTools
- (issue 1658, chromium issue 89268).
-
- Upped default maximum heap size from 512M to 700M.
-
-
-2011-08-31: Version 3.5.10
-
- Added dependency of v8_base on WinSocket2 Windows library in
- the GYP-build.
-
- Various bugfixes.
-
-
-2011-08-29: Version 3.5.9
-
- Made FromPropertyDescriptor not trigger inherited setters.
-
- Fixed .gyp files to work on the ARM simulator.
-
- Fixed shared library build warnings for MSVS.
-
-
-2011-08-24: Version 3.5.8
-
- Added V8EXPORT attributes for v8::Array::CheckCast and
- v8::Number::CheckCast.
-
- Made a slight API change enabling opting out from null termination
- in String::Write*().
-
- Fixed arm build for gcc-4.6.
-
-
-2011-08-22: Version 3.5.7
-
- Make scanner handle invalid unicode escapes in identifiers correctly.
-
- Make regexp flag parsing stricter.
-
- Fix several memory leaks.
-
-
-2011-08-17: Version 3.5.6
-
- Fixed issue that could cause crashes when running with --heap-stats.
-
- Fixed compilation on Linux 2.6.9 and older.
-
- Fixed live-object-list to work with isolates.
-
- Fixed memory leaks in zones and isolates.
-
- Fixed a performance regression for TypedArrays on x64.
-
- Stability improvements on all platforms.
-
-
-2011-08-15: Version 3.5.5
-
- Fixed bugs involving negative zero and the optimizing compiler.
-
- Fixed optimized version of Function.apply(x, arguments). (issue 1592)
-
- Eliminated uses of deprecated ARM instructions.
-
- Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
-
- Removed restriction on the size of disassembled code that is printed.
-
-
-2011-08-10: Version 3.5.4
-
- Added a preliminary implementation of ES Harmony weak maps. Weak
- maps can be enabled by the flag --harmony-weakmaps.
-
- Introduced a toplevel Makefile to support GYP-based building. GYP
- can be obtained from http://gyp.googlecode.com.
-
- Fixed a bug in the length property of functions created by
- Function.prototype.bind.
-
- Reduced malloc heap allocation on process startup.
-
- Several important code generation bug fixes.
-
- Performance improvements on all platforms.
-
-
-2011-08-03: Version 3.5.3
-
- MIPS: Port of fix to ClassOf check from ARM.
- Patch from Paul Lind .
-
- Stopped using mprotect on Cygwin.
- Avoided uninitialized member warning on gcc 4.3.4
- Both patches by Bert Belder.
-
- Bug fixes and performance improvements on all platforms.
-
-
-2011-08-01: Version 3.5.2
-
- Performance improvements on all platforms.
-
-
-2011-07-28: Version 3.5.1
-
- Fixed setting the readonly flag on the prototype property using the
- API call FunctionTemplate::SetPrototypeAttributes (issue 1539).
-
- Changed the tools/test.py script to use d8 instead of shell for
- testing.
-
- Fixed crash in ToBooleanStub when GC happens during invocation.
-
- Enabled automatic unboxing of double arrays.
-
- Performance improvements on all platforms.
-
-
-2011-07-25: Version 3.5.0
-
- Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for
- proxies.
-
- Removed logging to memory support.
-
- Bugfixes and performance work.
-
-
-2011-07-20: Version 3.4.14
-
- Fix the debugger for strict-mode functions. (Chromium issue 89236)
-
- Add GetPropertyAttribute method for Object in the API. (Patch by
- Peter Varga)
-
- Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291)
-
-
-2011-07-18: Version 3.4.13
-
- Improved debugger support to allow inspection of optimized frames (issue
- 1140).
-
- Fixed a bug in prototype transitions cache clearing introduced by r8165.
-
- Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo.
-
- Fixed a memory leak in sample/shell.cc (dispose semaphores).
-
- Simplified HClampToUint8. Patch by Andy Wingo.
-
- Exposed APIs for detecting boxed primitives, native errors. Patch by
- Luke Zarko.
-
- Added map check for COW elements to crankshaft array handling code
- (issue 1560).
-
- Sample shell and (a light version of) D8 links against a shared library
- now.
-
- Fixed bug in array filter and reduce functions (issue 1559).
-
- Avoid TLS load in AstNode constructor.
-
- Introduced a random entropy source which can optionally be provided at
- initialization. (Chromium issue 89462).
-
-
-2011-07-13: Version 3.4.12
-
- Added --prof profiling option to d8 shell.
-
- Fixed a bug where reading a directory in d8 shell hangs (issue 1533).
-
- Fixed a potential assertion failure in const declarations.
-
- Fixed an assertion failure in descriptor arrays (issue 1526).
-
- Enabled fast thread-local storage by default on supported platforms.
-
- Improved reporting of source position for global variable loads
- (issue 1527).
-
-
-2011-07-11: Version 3.4.11
-
- Fixed MinGW32 build.
-
- Fixed a GC bug with RegExp code flushing.
-
- Implemented Object.defineProperty for proxies.
-
- Fixed a bug in for/in iteration of arguments objects (issue 1531).
-
- Added debugger support for inspecting optimized frames (issue 1140).
-
- Allowed JSObject::PreventExtensions to work for arguments objects.
-
- Bugfixes and performance work.
-
-
-2011-07-06: Version 3.4.10
-
- Fixed debugger not breaking on certain "if" statements (issue 1523).
-
- Fixed assertion failure in runtime profiler when running on IA32
- without snapshot (issue 1522).
-
- Fixed ABI for API calls on IA32 (for clang compatibility).
-
- Introduced code flushing of RegExp code to free memory used by
- RegExps sooner.
-
- Fixed linux-tick-processor built wrong version of v8 (issue 1532).
-
- Fixed assertion failure in v8::TryCache::StackTrace (issue 1529).
-
- Performance improvements on all platforms.
-
-
-2011-07-04: Version 3.4.9
-
- Added support for debugger inspection of locals in optimized frames
- (issue 1140).
-
- Fixed SConstruct to pass correct defines to samples/preparser when
- building with library=shared.
-
- Made date parser handle ES5 Date Time Strings correctly (issue 1498).
-
- Fixed a bug in Object.defineProperty on the arguments object.
-
- Performance improvements on all platforms.
-
-
-2011-06-29: Version 3.4.8
-
- Ensure 16-byte stack alignment on Solaris (issue 1505).
-
- Fix "illegal access" when calling parseInt with a radix
- that is not a smi. (issue 1246).
-
-
-2011-06-27: Version 3.4.7
-
- Fixed 64-bit build on FreeBSD.
-
- Added API to set the property attributes for the prototype
- property on functions created from FunctionTemplates.
-
- Bugfixes and performance work.
-
-
-2011-06-22: Version 3.4.6
-
- Lowered limit on code space for systems with low memory supply.
-
- Allowed compiling v8_shell with the 'host' toolset (issue 82437).
-
- Extended setBreakpoint API to accept partial script name (issue 1418).
-
- Made multi-line comments not count when deciding whether the '-->'
- comment starter is first on a line. This matches Safari.
-
- Made handling of non-array recievers in Array length setter correct
- (issue 1491).
-
- Added ability to heap profiler to iterate over snapshot's node
- (issue 1481).
-
-
-2011-06-20: Version 3.4.5
-
- Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473,
- 1476, and 1477.
-
- Improved code generation for !0 and !1.
-
- Reduced memory usage for regular expressions with nested qualifiers.
- (issue 1472)
-
- Fixed V8 to count line terminators in multi-line comments.
- (Chromium issue 86431)
-
- Fixed disassembler=on option for release-mode builds. (issue 1473)
-
- Performance improvements on all platforms.
-
-
-2011-06-15: Version 3.4.4
-
- Added snapshot compression support and --stress-opt flag to d8.
-
- Improved performance of try/catch.
-
- Several GYP-related changes: Added support for building Xcode project
- files. Make the ARM simulator build with GYP again. Generate Makefiles
- for all architectures on Linux.
-
- Fixed Array.prototype.{reduce,reduceRight} to pass undefined as the
- receiver for strict mode callbacks. (issue 1436)
-
- Fixed a bug where an array load was incorrectly hoisted by GVN.
-
- Handle 'undefined' correctly when === has been specialized for doubles.
- (issue 1434)
-
- Corrected the limit of local variables in an optimized function from 64
- to 63.
-
- Correctly set ReadOnly flag on indexed properties when using the API Set
- method. (issue 1470)
-
- Give the correct error message when Object.isExtensible is called on a
- non-object. (issue 1452)
-
- Added GetOwnPropertyNames method for Object in the API. Patch by Peter
- Varga.
-
- Do not redefine properties unneccesarily in seal and freeze. (issue
- 1447)
-
- IsExecutionTerminating has an Isolate parameter now.
-
- Distinguish keyed loads with a symbol key from fast elements loads,
- avoiding some useless deoptimizations. (issue 1471)
-
-
-2011-06-08: Version 3.4.3
-
- Clear the global thread table when an isolate is disposed
- (issue 1433).
-
- Converted time zone name to UTF8 on Windows (issue 1290).
-
- Limited the number of arguments in a function call to 32766
- (issue 1413).
-
- Compress sources of JS libraries in addition to the snapshot.
-
- Fixed a bug in Lithium environment iteration.
-
- Performance improvements on all platforms.
-
-
-2011-06-06: Version 3.4.2
-
- More work on ES-Harmony proxies. Still hidden behind a flag.
-
- Fixed some crash bugs and improved performance.
-
- Fixed building with gdb debugging support.
-
- Do not install SIGPROF handler until it is needed.
-
- Added DateTimeFormat to i18n API.
-
- Fixed compilation on OpenBSD.
-
- Take the ulimit into account when sizing the heap. OpenBSD users
- may still have to increase the default ulimit to run heavy pages in
- the browser.
-
-
-2011-06-01: Version 3.4.1
-
- Fixed JSON stringify issue with arrays.
-
- Changed calls to JS builtins to be passed undefined when called with
- implicit receiver.
-
- Implemented the set trap for Harmony proxies. Proxies still need to
- be enabled with the --harmony-proxies flag.
-
-
-2011-05-30: Version 3.4.0
-
- Changed calls to undefined property setters to not throw (issue 1355).
-
- Made RegExp objects not callable.
-
- Fixed issues on special case large JSON strings in new json parser
- (issues http://crbug.com/83877 and http://crbug.com/84186).
-
- Performance improvements on all platforms.
-
-
-2011-05-25: Version 3.3.10
-
- Fixed calls of strict mode function with an implicit receiver.
-
- Fixed fast handling of arrays to properly deal with changes to the
- Object prototype (issue 1403).
-
- Changed strict mode poison pill to be the same type error function
- (issue 1387).
-
- Fixed a debug crash in arguments object handling (issue 1227).
-
- Fixed a bug in deoptimization on x64 (issue 1404).
-
- Performance improvements and bug fixes on all platforms.
-
-
-2011-05-23: Version 3.3.9
-
- Added DateTimeFormat class to experimental i18n API.
-
- Extended preparser to give early errors for some strict mode
- restrictions.
-
- Removed legacy execScript function from V8.
-
- Extended isolate API with the ability to add embedder-specific
- data to an isolate.
-
- Added basic support for polymorphic loads from JS and external
- arrays.
-
- Fixed bug in handling of switch statements in the optimizing
- compiler.
-
-
-2011-05-18: Version 3.3.8
-
- Added MarkIndependent to the persistent handle API. Independent
- handles are independent of all other persistent handles and can be
- garbage collected more frequently.
-
- Implemented the get trap for Harmony proxies. Proxies are enabled
- with the --harmony-proxies flag.
-
- Performance improvements and bug fixes on all platforms.
-
-
-2011-05-16: Version 3.3.7
-
- Updated MIPS infrastructure files.
-
- Performance improvements and bug fixes on all platforms.
-
-
-2011-05-11: Version 3.3.6
-
- Updated MIPS infrastructure files.
-
- Added method IsCallable for Object to the API.
- Patch by Peter Varga.
-
-
-2011-05-09: Version 3.3.5
-
- Fixed build on FreeBSD. Patch by Akinori MUSHA.
-
- Added check that receiver is JSObject on API calls.
-
- Implemented CallAsConstructor method for Object in the API (Issue 1348).
- Patch by Peter Varga.
-
- Added CallAsFunction method to the Object class in the API (Issue 1336).
- Patch by Peter Varga.
-
- Added per-isolate locking and unlocking.
-
- Fixed bug in x64 >>> operator (Issue 1359).
-
-
-2011-05-04: Version 3.3.4
-
- Implemented API to disallow code generation from strings for a context
- (issue 1258).
-
- Fixed bug with whitespaces in parseInt (issue 955).
-
- Fixed bug with == comparison of Date objects (issue 1356).
-
- Added GYP variables for ARM code generation:
- v8_can_use_vfp_instructions, v8_can_use_unaligned_accesses
- and v8_use_arm_eabi_hardfloat.
-
-
-2011-05-02: Version 3.3.3
-
- Added support for generating Visual Studio solution and project files
- using GYP.
-
- Implemented support for ARM EABI calling convention variation where
- floating-point arguments are passed in registers (hardfloat).
-
- Added Object::HasOwnProperty() to the API.
-
- Added support for compressing startup data to reduce binary size. This
- includes build time support and an API for the embedder to decompress
- the startup data before initializing V8.
-
- Reduced the profiling hooks overhead from >400% to 25% when using
- ll_prof.
-
- Performance improvements and bug fixes on all platforms.
-
-
-2011-04-27: Version 3.3.2
-
- Fixed crash bug on ARM with no VFP3 hardware.
-
- Fixed compilation of V8 without debugger support.
-
- Improved performance on JSLint.
-
- Added support Float64 WebGL arrays.
-
- Fixed crash bug in regexp replace.
-
-
-2011-04-20: Version 3.3.1
-
- Reduced V8 binary size by removing virtual functions from hydrogen.
-
- Fixed crash bug on x64.
-
- Performance improvements on ARM and IA32.
-
-
-2011-04-18: Version 3.3.0
-
- Fixed bug in floating point rounding in Crankshaft on ARM
- (issue 958)
-
- Fixed a number of issues with running without VFPv3 support on ARM
- (issue 1315)
-
- Introduced v8Locale.Collator, a partial implementation of Collator
- per last ECMAScript meeting + mailing list.
-
- Minor performance improvements and bug fixes.
-
-
-2011-04-13: Version 3.2.10
-
- Fixed bug in external float arrays on ARM (issue 1323).
-
- Minor performance improvements and bug fixes.
-
-
-2011-04-11: Version 3.2.9
-
- Removed support for ABI prior to EABI on ARM.
-
- Fixed multiple crash bugs.
-
- Added GCMole to the repository, a simple static analysis tool that
- searches for GC-unsafe evaluation order dependent callsites.
-
- Made preparser API be exported in shared libraries.
-
- Fixed multiple issues in EcmaScript 5 strict mode implementation.
-
- Fixed mutable __proto__ property if object is not extensible
- (Issue 1309).
-
- Fixed auto suspension of the sampler thread.
-
-
-2011-04-06: Version 3.2.8
-
- Exposed WebGL typed array constructors in the shell sample.
-
- Performance improvements on all platforms.
-
-
-2011-04-04: Version 3.2.7
-
- Disabled the original 'classic' V8 code generator. Crankshaft is
- now the default on all platforms.
-
- Changed the heap profiler to use more descriptive names.
-
- Performance and stability improvements to isolates on all platforms.
-
-
-2011-03-30: Version 3.2.6
-
- Fixed xcode build warning in shell.cc (out of order initialization).
-
- Fixed null-pointer dereference in the compiler when running without
- SSE3 support (Chromium issue 77654).
-
- Fixed x64 compilation error due to some dead code. (Issue 1286)
-
- Introduced scons target to build the preparser stand-alone example.
-
- Made FreeBSD build and pass all tests.
-
-
-2011-03-28: Version 3.2.5
-
- Fixed build with Irregexp interpreter (issue 1266).
-
- Added Crankshaft support for external arrays.
-
- Fixed two potential crash bugs.
-
-
-2011-03-23: Version 3.2.4
-
- Added isolates which allows several V8 instances in the same process.
- This is controlled through the new Isolate class in the API.
-
- Implemented more of EcmaScript 5 strict mode.
-
- Reduced the time it takes to make detailed heap snapshot.
-
- Added a number of commands to the ARM simulator and enhanced the ARM
- disassembler.
-
-
-2011-03-17: Version 3.2.3
-
- Fixed a number of crash bugs.
-
- Fixed Array::New(length) to return an array with a length (issue 1256).
-
- Fixed FreeBSD build.
-
- Changed __defineGetter__ to not throw (matching the behavior of Safari).
-
- Implemented more of EcmaScript 5 strict mode.
-
- Improved Crankshaft performance on all platforms.
-
-
-2011-03-14: Version 3.2.2
-
- Fixed a number of crash and correctness bugs.
-
- Improved Crankshaft performance on all platforms.
-
- Fixed Crankshaft on Solaris/Illumos.
-
-
-2011-03-10: Version 3.2.1
-
- Fixed a number of crash bugs.
-
- Improved Crankshaft for x64 and ARM.
-
- Implemented more of EcmaScript 5 strict mode.
-
-
-2011-03-07: Version 3.2.0
-
- Fixed a number of crash bugs.
-
- Turned on Crankshaft by default on x64 and ARM.
-
- Improved Crankshaft for x64 and ARM.
-
- Implemented more of EcmaScript 5 strict mode.
-
-
-2011-03-02: Version 3.1.8
-
- Fixed a number of crash bugs.
-
- Improved Crankshaft for x64 and ARM.
-
- Implemented more of EcmaScript 5 strict mode.
-
- Fixed issue with unaligned reads and writes on ARM.
-
- Improved heap profiler support.
-
-
-2011-02-28: Version 3.1.7
-
- Fixed a number of crash bugs.
-
- Improved Crankshaft for x64 and ARM.
-
- Fixed implementation of indexOf/lastIndexOf for sparse
- arrays (http://crbug.com/73940).
-
- Fixed bug in map space compaction (http://crbug.com/59688).
-
- Added support for direct getter accessors calls on ARM.
-
-
-2011-02-24: Version 3.1.6
-
- Fixed a number of crash bugs.
-
- Added support for Cygwin (issue 64).
-
- Improved Crankshaft for x64 and ARM.
-
- Added Crankshaft support for stores to pixel arrays.
-
- Fixed issue in CPU profiler with Crankshaft.
-
-
-2011-02-16: Version 3.1.5
-
- Change RegExp parsing to disallow /(*)/.
-
- Added GDB JIT support for ARM.
-
- Fixed several crash bugs.
-
- Performance improvements on the IA32 platform.
-
-
-2011-02-14: Version 3.1.4
-
- Fixed incorrect compare of prototypes of the global object (issue
- 1082).
-
- Fixed a bug in optimizing calls to global functions (issue 1106).
-
- Made optimized Function.prototype.apply safe for non-JSObject first
- arguments (issue 1128).
-
- Fixed an error related to element accessors on Object.prototype and
- parser errors (issue 1130).
-
- Fixed a bug in sorting an array with large array indices (issue 1131).
-
- Properly treat exceptions thrown while compiling (issue 1132).
-
- Fixed bug in register requirements for function.apply (issue 1133).
-
- Fixed a representation change bug in the Hydrogen graph construction
- (issue 1134).
-
- Fixed the semantics of delete on parameters (issue 1136).
-
- Fixed a optimizer bug related to moving instructions with side effects
- (issue 1138).
-
- Added support for the global object in Object.keys (issue 1150).
-
- Fixed incorrect value for Math.LOG10E
- (issue http://code.google.com/p/chromium/issues/detail?id=72555)
-
- Performance improvements on the IA32 platform.
-
- Implement assignment to undefined reference in ES5 Strict Mode.
-
-
-2011-02-09: Version 3.1.3
-
- Fixed a bug triggered by functions with huge numbers of declared
- arguments.
-
- Fixed zap value aliasing a real object - debug mode only (issue 866).
-
- Fixed issue where Array.prototype.__proto__ had been set to null
- (issue 1121).
-
- Fixed stability bugs in Crankshaft for x86.
-
-
-2011-02-07: Version 3.1.2
-
- Added better security checks when accessing properties via
- Object.getOwnPropertyDescriptor.
-
- Fixed bug in Object.defineProperty and related access bugs (issues
- 992, 1083 and 1092).
-
- Added LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to ease
- copyright notice generation for embedders.
-
-
-2011-02-02: Version 3.1.1
-
- Perform security checks before fetching the value in
- Object.getOwnPropertyDescriptor.
-
- Fixed a bug in Array.prototype.splice triggered by passing no
- arguments.
-
- Fixed bugs in -0 in arithmetic and in Math.pow.
-
- Fixed bugs in the register allocator and in switching from optimized
- to unoptimized code.
-
-
-2011-01-31: Version 3.1.0
-
- Performance improvements on all platforms.
-
-
-2011-01-28: Version 3.0.12
-
- Added support for strict mode parameter and object property
- validation.
-
- Fixed a couple of crash bugs.
-
-
-2011-01-25: Version 3.0.11
-
- Fixed a bug in deletion of lookup slots that could cause global
- variables to be accidentally deleted (http://crbug.com/70066).
-
- Added support for strict mode octal literal verification.
-
- Fixed a couple of crash bugs (issues 1070 and 1071).
-
-
-2011-01-24: Version 3.0.10
-
- Fixed External::Wrap for 64-bit addresses (issue 1037).
-
- Fixed incorrect .arguments variable proxy handling in the full
- code generator (issue 1060).
-
- Introduced partial strict mode support.
-
- Changed formatting of recursive error messages to match Firefox and
- Safari (issue http://crbug.com/70334).
-
- Fixed incorrect rounding for float-to-integer conversions for external
- array types, which implement the Typed Array spec
- (issue http://crbug.com/50972).
-
- Performance improvements on the IA32 platform.
-
-
-2011-01-19: Version 3.0.9
-
- Added basic GDB JIT Interface integration.
-
- Make invalid break/continue statements a syntax error instead of a
- runtime error.
-
-
-2011-01-17: Version 3.0.8
-
- Exposed heap size limit to the heap statistics gathered by
- the GetHeapStatistics API.
-
- Wrapped external pointers more carefully (issue 1037).
-
- Hardened the implementation of error objects to avoid setters
- intercepting the properties set then throwing an error.
-
- Avoided trashing the FPSCR when calculating Math.floor on ARM.
-
- Performance improvements on the IA32 platform.
-
-
-2011-01-10: Version 3.0.7
-
- Stopped calling inherited setters when creating object literals
- (issue 1015).
-
- Changed interpretation of malformed \c? escapes in RegExp to match
- JSC.
-
- Enhanced the command-line debugger interface and fixed some minor
- bugs in the debugger.
-
- Performance improvements on the IA32 platform.
-
-
-2011-01-05: Version 3.0.6
-
- Allowed getters and setters on JSArray elements (issue 900).
-
- Stopped JSON objects from hitting inherited setters (part of
- issue 1015).
-
- Allowed numbers and strings as names of getters/setters in object
- initializer (issue 820).
-
- Added use_system_v8 option to gyp (off by default), to make it easier
- for Linux distributions to ship with system-provided V8 library.
-
- Exported external array data accessors (issue 1016).
-
- Added labelled thread names to help with debugging (on Linux).
-
-
-2011-01-03: Version 3.0.5
-
- Fixed a couple of cast errors for gcc-3.4.3.
-
- Performance improvements in GC and IA32 code generator.
-
-
-2010-12-21: Version 3.0.4
-
- Added Date::ResetCache() to the API so that the cached values in the
- Date object can be reset to allow live DST / timezone changes.
-
- Extended existing support for printing (while debugging) the contents
- of objects. Added support for printing objects from release builds.
-
- Fixed V8 issues 989, 1006, and 1007.
-
-
-2010-12-17: Version 3.0.3
-
- Reapplied all changes for version 3.0.1.
-
- Improved debugger protocol for remote debugging.
-
- Added experimental support for using gyp to generate build files
- for V8.
-
- Fixed implementation of String::Write in the API (issue 975).
-
-
-2010-12-15: Version 3.0.2
-
- Revert version 3.0.1 and patch 3.0.1.1.
-
-
-2010-12-13: Version 3.0.1
-
- Added support for an experimental internationalization API as an
- extension. This extension is disabled by default but can be enabled
- when building V8. The ECMAScript internationalization strawman is
- at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api.
-
- Made RegExp character class parsing stricter. This mirrors a change
- to RegExp parsing in WebKit.
-
- Fixed a bug in Object.defineProperty when used to change attributes
- of an existing property. It incorrectly set the property value to
- undefined (issue 965).
-
- Fixed several different compilation failures on various platforms
- caused by the 3.0.0 release.
-
- Optimized Math.pow so it can work on unboxed doubles.
-
- Sped up quoting of JSON strings by removing one traversal of the
- string.
-
-
-2010-12-07: Version 3.0.0
-
- Improved performance by (partially) addressing issue 957 on
- IA-32. Still needs more work for the other architectures.
-
-
-2010-11-29: Version 2.5.9
-
- Fixed crashes during GC caused by partially initialize heap
- objects.
-
- Fixed bug in process sample that caused memory leaks.
-
- Improved performance on ARM by implementing missing stubs and
- inlining.
-
- Improved heap profiler support.
-
- Added separate seeding on Windows of the random number generator
- used internally by the compiler (issue 936).
-
- Exposed API for getting the name of the function used to construct
- an object.
-
- Fixed date parser to handle one and two digit millisecond
- values (issue 944).
-
- Fixed number parsing to disallow space between sign and
- digits (issue 946).
-
-
-2010-11-23: Version 2.5.8
-
- Removed dependency on Gay's dtoa.
-
- Improved heap profiler precision and speed.
-
- Reduced overhead of callback invocations on ARM.
-
-
-2010-11-18: Version 2.5.7
-
- Fixed obscure evaluation order bug (issue 931).
-
- Split the random number state between JavaScript and the private API.
-
- Fixed performance bug causing GCs when generating stack traces on
- code from very large scripts.
-
- Fixed bug in parser that allowed (foo):42 as a labelled statement
- (issue 918).
-
- Provide more accurate results about used heap size via
- GetHeapStatistics.
-
- Allow build-time customization of the max semispace size.
-
- Made String.prototype.split honor limit when separator is empty
- (issue 929).
-
- Added missing failure check after expecting an identifier in
- preparser (Chromium issue 62639).
-
-
-2010-11-10: Version 2.5.6
-
- Added support for VFP rounding modes to the ARM simulator.
-
- Fixed multiplication overflow bug (issue 927).
-
- Added a limit for the amount of executable memory (issue 925).
-
-
-2010-11-08: Version 2.5.5
-
- Added more aggressive GC of external objects in near out-of-memory
- situations.
-
- Fixed a bug that gave the incorrect result for String.split called
- on the empty string (issue 924).
-
-
-2010-11-03: Version 2.5.4
-
- Improved V8 VFPv3 runtime detection to address issue 914.
-
-
-2010-11-01: Version 2.5.3
-
- Fixed a bug that prevents constants from overwriting function values
- in object literals (issue 907).
-
- Fixed a bug with reporting of impossible nested calls of DOM functions
- (issue http://crbug.com/60753).
-
-
-2010-10-27: Version 2.5.2
-
- Improved sampler resolution on Linux.
-
- Allowed forcing the use of a simulator from the build script
- independently of the host architecture.
-
- Fixed FreeBSD port (issue 912).
-
- Made windows-tick-processor respect D8_PATH.
-
- Implemented --noinline-new flag fully on IA32, X64 and ARM platforms.
-
-
-2010-10-20: Version 2.5.1
-
- Fixed bug causing spurious out of memory exceptions
- (issue http://crbug.com/54580).
-
- Fixed compilation error on Solaris platform (issue 901).
-
- Fixed error in strtod (string to floating point number conversion)
- due to glibc's use of 80-bit floats in the FPU on 32-bit linux.
-
- Adjusted randomized allocations of executable memory to have 64k
- granularity (issue http://crbug.com/56036).
-
- Supported profiling using kernel perf_events on linux. Added ll_prof
- script to tools and --ll-prof flag to V8.
-
-
-2010-10-18: Version 2.5.0
-
- Fixed bug in cache handling of lastIndex on global regexps
- (issue http://crbug.com/58740).
-
- Added USE_SIMULATOR macro that explicitly indicates that we wish to use
- the simulator as the execution engine (by Mark Lam
- from Hewlett-Packard Development Company, LP).
-
- Fixed compilation error on ARM with gcc 4.4 (issue 894).
-
-
-2010-10-13: Version 2.4.9
-
- Fixed a bug in the handling of conditional expressions in test
- contexts in compiler for top-level code.
-
- Added "//@ sourceURL" information to the StackTrace API.
-
- Exposed RegExp construction through the API.
-
-
-2010-10-04: Version 2.4.8
-
- Fixed a bug in ResumeProfilerEx causing it to not always write out the
- whole snapshot (issue 868).
-
- Performance improvements on all platforms.
-
-
-2010-09-30: Version 2.4.7
-
- Changed the command-line flag --max-new-space-size to be in kB and the
- flag --max-old-space-size to be in MB (previously they were in bytes).
-
- Added Debug::CancelDebugBreak to the debugger API.
-
- Fixed a bug in getters for negative numeric property names
- (https://bugs.webkit.org/show_bug.cgi?id=46689).
-
- Performance improvements on all platforms.
-
-
-2010-09-27: Version 2.4.6
-
- Fixed assertion failure related to copy-on-write arrays (issue 876).
-
- Fixed build failure of 64-bit V8 on Windows.
-
- Fixed a bug in RegExp (issue http://crbug.com/52801).
-
- Improved the profiler's coverage to cover more functions (issue 858).
-
- Fixed error in shift operators on 64-bit V8
- (issue http://crbug.com/54521).
-
-
-2010-09-22: Version 2.4.5
-
- Changed the RegExp benchmark to exercise the regexp engine on different
- inputs by scrambling the input strings.
-
- Fixed a bug in keyed loads on strings.
-
- Fixed a bug with loading global function prototypes.
-
- Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999).
-
- Performance improvements on all platforms.
-
-
-2010-09-15: Version 2.4.4
-
- Fixed bug with hangs on very large sparse arrays.
-
- Now tries harder to free up memory when running out of space.
-
- Added heap snapshots to JSON format to API.
-
- Recalibrated benchmarks.
-
-
-2010-09-13: Version 2.4.3
-
- Made Date.parse properly handle TZ offsets (issue 857).
-
- Performance improvements on all platforms.
-
-
-2010-09-08: Version 2.4.2
-
- Fixed GC crash bug.
-
- Fixed stack corruption bug.
-
- Fixed compilation for newer C++ compilers that found Operand(0)
- ambiguous.
-
-
-2010-09-06: Version 2.4.1
-
- Added the ability for an embedding application to receive a callback
- when V8 allocates (V8::AddMemoryAllocationCallback) or deallocates
- (V8::RemoveMemoryAllocationCallback) from the OS.
-
- Fixed several JSON bugs (including issue 855).
-
- Fixed memory overrun crash bug triggered during V8's tick-based
- profiling.
-
- Performance improvements on all platforms.
-
-
-2010-09-01: Version 2.4.0
-
- Fixed bug in Object.freeze and Object.seal when Array.prototype or
- Object.prototype are changed (issue 842).
-
- Updated Array.splice to follow Safari and Firefox when called
- with zero arguments.
-
- Fixed a missing live register when breaking at keyed loads on ARM.
-
- Performance improvements on all platforms.
-
-
-2010-08-25: Version 2.3.11
-
- Fixed bug in RegExp related to copy-on-write arrays.
-
- Refactored tools/test.py script, including the introduction of
- VARIANT_FLAGS that allows specification of sets of flags with which
- all tests should be run.
-
- Fixed a bug in the handling of debug breaks in CallIC.
-
- Performance improvements on all platforms.
-
-
-2010-08-23: Version 2.3.10
-
- Fixed bug in bitops on ARM.
-
- Build fixes for unusual compilers.
-
- Track high water mark for RWX memory.
-
- Performance improvements on all platforms.
-
-
-2010-08-18: Version 2.3.9
-
- Fixed compilation for ARMv4 on OpenBSD/FreeBSD.
-
- Removed specialized handling of GCC 4.4 (issue 830).
-
- Fixed DST cache to take into account the suspension of DST in
- Egypt during the 2010 Ramadan (issue http://crbug.com/51855).
-
- Performance improvements on all platforms.
-
-
-2010-08-16: Version 2.3.8
-
- Fixed build with strict aliasing on GCC 4.4 (issue 463).
-
- Fixed issue with incorrect handling of custom valueOf methods on
- string wrappers (issue 760).
-
- Fixed compilation for ARMv4 (issue 590).
-
- Improved performance.
-
-
-2010-08-11: Version 2.3.7
-
- Reduced size of heap snapshots produced by heap profiler (issue 783).
-
- Introduced v8::Value::IsRegExp method.
-
- Fixed CPU profiler crash in start / stop sequence when non-existent
- name is passed (issue http://crbug.com/51594).
-
- Introduced new indexed property query callbacks API (issue 816). This
- API is guarded by USE_NEW_QUERY_CALLBACK define and is disabled
- by default.
-
- Removed support for object literal get/set with number/string
- property name.
-
- Fixed handling of JSObject::elements in CalculateNetworkSize
- (issue 822).
-
- Allowed compiling with strict aliasing enabled on GCC 4.4 (issue 463).
-
-
-2010-08-09: Version 2.3.6
-
- RegExp literals create a new object every time they are evaluated
- (issue 704).
-
- Object.seal and Object.freeze return the modified object (issue 809).
-
- Fixed building using GCC 4.4.4.
-
-
-2010-08-04: Version 2.3.5
-
- Added support for ES5 property names. Object initialisers and
- dot-notation property access now allows keywords. Also allowed
- non-identifiers after "get" or "set" in an object initialiser.
-
- Randomized the addresses of allocated executable memory on Windows.
-
-
-2010-08-02: Version 2.3.4
-
- Fixed problems in implementation of ES5 function.prototype.bind.
-
- Fixed error when using apply with arguments object on ARM (issue 784).
-
- Added setting of global flags to debugger protocol.
-
- Fixed an error affecting cached results of sin and cos (issue 792).
-
- Removed memory leak from a boundary case where V8 is not initialized.
-
- Fixed issue where debugger could set breakpoints outside the body
- of a function.
-
- Fixed issue in debugger when using both live edit and step in features.
-
- Added Number-letter (Nl) category to Unicode tables. These characters
- can now be used in identifiers.
-
- Fixed an assert failure on X64 (issue 806).
-
- Performance improvements on all platforms.
-
-
-2010-07-26: Version 2.3.3
-
- Fixed error when building the d8 shell in a fresh checkout.
-
- Implemented Function.prototype.bind (ES5 15.3.4.5).
-
- Fixed an error in inlined stores on ia32.
-
- Fixed an error when setting a breakpoint at the end of a function
- that does not end with a newline character.
-
- Performance improvements on all platforms.
-
-
-2010-07-21: Version 2.3.2
-
- Fixed compiler warnings when building with LLVM.
-
- Fixed a bug with for-in applied to strings (issue 785).
-
- Performance improvements on all platforms.
-
-
-2010-07-19: Version 2.3.1
-
- Fixed compilation and linking with V8_INTERPRETED_REGEXP flag.
-
- Fixed bug related to code flushing while compiling a lazy
- compilable function (issue http://crbug.com/49099).
-
- Performance improvements on all platforms.
-
-
-2010-07-15: Version 2.3.0
-
- Added ES5 Object.seal and Object.isSealed.
-
- Added debugger API for scheduling debugger commands from a
- separate thread.
-
-
-2010-07-14: Version 2.2.24
-
- Added API for capturing stack traces for uncaught exceptions.
-
- Fixed crash bug when preparsing from a non-external V8 string
- (issue 775).
-
- Fixed JSON.parse bug causing input not to be converted to string
- (issue 764).
-
- Added ES5 Object.freeze and Object.isFrozen.
-
- Performance improvements on all platforms.
-
-
-2010-07-07: Version 2.2.23
-
- API change: Convert Unicode code points outside the basic multilingual
- plane to the replacement character. Previous behavior was to silently
- truncate the value to 16 bits.
-
- Fixed crash: handle all flat string types in regexp replace.
-
- Prevent invalid pre-parsing data passed in through the API from
- crashing V8.
-
- Performance improvements on all platforms.
-
-
-2010-07-05: Version 2.2.22
-
- Added ES5 Object.isExtensible and Object.preventExtensions.
-
- Enabled building V8 as a DLL.
-
- Fixed a bug in date code where -0 was not interpreted as 0
- (issue 736).
-
- Performance improvements on all platforms.
-
-
-2010-06-30: Version 2.2.21
-
- Fixed bug in externalizing some ASCII strings (Chromium issue 47824).
-
- Updated JSON.stringify to floor the space parameter (issue 753).
-
- Updated the Mozilla test expectations to the newest version.
-
- Updated the ES5 Conformance Test expectations to the latest version.
-
- Updated the V8 benchmark suite.
-
- Provide actual breakpoints locations in response to setBreakpoint
- and listBreakpoints requests.
-
-
-2010-06-28: Version 2.2.20
-
- Fixed bug with for-in on x64 platform (issue 748).
-
- Fixed crash bug on x64 platform (issue 756).
-
- Fixed bug in Object.getOwnPropertyNames. (chromium issue 41243).
-
- Fixed a bug on ARM that caused the result of 1 << x to be
- miscalculated for some inputs.
-
- Performance improvements on all platforms.
-
-
-2010-06-23: Version 2.2.19
-
- Fixed bug that causes the build to break when profillingsupport=off
- (issue 738).
-
- Added expose-externalize-string flag for testing extensions.
-
- Resolve linker issues with using V8 as a DLL causing a number of
- problems with unresolved symbols.
-
- Fixed build failure for cctests when ENABLE_DEBUGGER_SUPPORT is not
- defined.
-
- Performance improvements on all platforms.
-
-
-2010-06-16: Version 2.2.18
-
- Added API functions to retrieve information on indexed properties
- managed by the embedding layer. Fixes bug 737.
-
- Made ES5 Object.defineProperty support array elements. Fixes bug 619.
-
- Added heap profiling to the API.
-
- Removed old named property query from the API.
-
- Incremental performance improvements.
-
-
-2010-06-14: Version 2.2.17
-
- Improved debugger support for stepping out of functions.
-
- Incremental performance improvements.
-
-
-2010-06-09: Version 2.2.16
-
- Removed the SetExternalStringDiposeCallback API. Changed the
- disposal of external string resources to call a virtual Dispose
- method on the resource.
-
- Added support for more precise break points when debugging and
- stepping.
-
- Memory usage improvements on all platforms.
-
-
-2010-06-07: Version 2.2.15
-
- Added an API to control the disposal of external string resources.
-
- Added missing initialization of a couple of variables which makes
- some compilers complaint when compiling with -Werror.
-
- Improved performance on all platforms.
-
-
-2010-06-02: Version 2.2.14
-
- Fixed a crash in code generated for String.charCodeAt.
-
- Fixed a compilation issue with some GCC versions (issue 727).
-
- Performance optimizations on x64 and ARM platforms.
-
-
-2010-05-31: Version 2.2.13
-
- Implemented Object.getOwnPropertyDescriptor for element indices and
- strings (issue 599).
-
- Fixed bug for windows 64 bit C calls from generated code.
-
- Added new scons flag unalignedaccesses for arm builds.
-
- Performance improvements on all platforms.
-
-
-2010-05-26: Version 2.2.12
-
- Allowed accessors to be defined on objects rather than just object
- templates.
-
- Changed the ScriptData API.
-
-
-2010-05-21: Version 2.2.11
-
- Fixed crash bug in liveedit on 64 bit.
-
- Use 'full compiler' when debugging is active. This should increase
- the density of possible break points, making single step more fine
- grained. This will only take effect for functions compiled after
- debugging has been started, so recompilation of all functions is
- required to get the full effect. IA32 and x64 only for now.
-
- Misc. fixes to the Solaris build.
-
- Added new flags --print-cumulative-gc-stat and --trace-gc-nvp.
-
- Added filtering of CPU profiles by security context.
-
- Fixed crash bug on ARM when running without VFP2 or VFP3.
-
- Incremental performance improvements in all backends.
-
-
-2010-05-17: Version 2.2.10
-
- Performance improvements in the x64 and ARM backends.
-
-
-2010-05-10: Version 2.2.9
-
- Allowed Object.create to be called with a function (issue 697).
-
- Fixed bug with Date.parse returning a non-NaN value when called on a
- non date string (issue 696).
-
- Allowed unaligned memory accesses on ARM targets that support it (by
- Subrato K De of CodeAurora ).
-
- C++ API for retrieving JavaScript stack trace information.
-
-
-2010-05-05: Version 2.2.8
-
- Performance improvements in the x64 and ARM backends.
-
-
-2010-05-03: Version 2.2.7
-
- Added support for ES5 date time string format to Date.parse.
-
- Performance improvements in the x64 backend.
-
-
-2010-04-28: Version 2.2.6
-
- Added "amd64" as recognized architecture in scons build script
- (by Ryan Dahl ).
-
- Fixed bug in String search and replace with very simple RegExps.
-
- Fixed bug in RegExp containing "\b^".
-
- Performance improvements on all platforms.
-
-
-2010-04-26: Version 2.2.5
-
- Various performance improvements (especially for ARM and x64)
-
- Fixed bug in CPU profiling (http://crbug.com/42137)
-
- Fixed a bug with the natives cache.
-
- Fixed two bugs in the ARM code generator that can cause
- wrong calculations.
-
- Fixed a bug that may cause a wrong result for shift operations.
-
-
-2010-04-21: Version 2.2.4
-
- Fixed warnings on arm on newer GCC versions.
-
- Fixed a number of minor bugs.
-
- Performance improvements on all platforms.
-
-
-2010-04-14: Version 2.2.3
-
- Added stack command and mem command to ARM simulator debugger.
-
- Fixed scons snapshot and ARM build, and Windows X64 build issues.
-
- Performance improvements on all platforms.
-
-
-2010-04-12: Version 2.2.2
-
- Introduced new profiler API.
-
- Fixed random number generator to produce full 32 random bits.
-
-
-2010-04-06: Version 2.2.1
-
- Debugger improvements.
-
- Fixed minor bugs.
-
-
-2010-03-29: Version 2.2.0
-
- Fixed a few minor bugs.
-
- Performance improvements for string operations.
-
-
-2010-03-26: Version 2.1.10
-
- Fixed scons build issues.
-
- Fixed a couple of minor bugs.
-
-
-2010-03-25: Version 2.1.9
-
- Added API support for reattaching a global object to a context.
-
- Extended debugger API with access to the internal debugger context.
-
- Fixed Chromium crashes (issues http://crbug.com/39128 and
- http://crbug.com/39160)
-
-
-2010-03-24: Version 2.1.8
-
- Added fine-grained garbage collection callbacks to the API.
-
- Performance improvements on all platforms.
-
-
-2010-03-22: Version 2.1.7
-
- Fixed issue 650.
-
- Fixed a bug where __proto__ was sometimes enumerated (issue 646).
-
- Performance improvements for arithmetic operations.
-
- Performance improvements for string operations.
-
- Print script name and line number information in stack trace.
-
-
-2010-03-17: Version 2.1.6
-
- Performance improvements for arithmetic operations.
-
- Performance improvements for string operations.
-
-
-2010-03-10: Version 2.1.4
-
- Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
-
- Performance improvements on all platforms.
-
-
-2010-03-10: Version 2.1.3
-
- Added API method for context-disposal notifications.
-
- Added API method for accessing elements by integer index.
-
- Added missing implementation of Uint32::Value and Value::IsUint32
- API methods.
-
- Added IsExecutionTerminating API method.
-
- Disabled strict aliasing for GCC 4.4.
-
- Fixed string-concatenation bug (issue 636).
-
- Performance improvements on all platforms.
-
-
-2010-02-23: Version 2.1.2
-
- Fixed a crash bug caused by wrong assert.
-
- Fixed a bug with register names on 64-bit V8 (issue 615).
-
- Performance improvements on all platforms.
-
-
-2010-02-19: Version 2.1.1
-
- [ES5] Implemented Object.defineProperty.
-
- Improved profiler support.
-
- Added SetPrototype method in the public V8 API.
-
- Added GetScriptOrigin and GetScriptLineNumber methods to Function
- objects in the API.
-
- Performance improvements on all platforms.
-
-
-2010-02-03: Version 2.1.0
-
- Values are now always wrapped in objects when used as a receiver.
- (issue 223).
-
- [ES5] Implemented Object.getOwnPropertyNames.
-
- [ES5] Restrict JSON.parse to only accept strings that conforms to the
- JSON grammar.
-
- Improvement of debugger agent (issue 549 and 554).
-
- Fixed problem with skipped stack frame in profiles (issue 553).
-
- Solaris support by Erich Ocean and Ryan Dahl
- .
-
- Fixed a bug that Math.round() returns incorrect results for huge
- integers.
-
- Fixed enumeration order for objects created from some constructor
- functions (isue http://crbug.com/3867).
-
- Fixed arithmetic on some integer constants (issue 580).
-
- Numerous performance improvements including porting of previous IA-32
- optimizations to x64 and ARM architectures.
-
-
-2010-01-14: Version 2.0.6
-
- Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
- GetOwnProperty, FromPropertyDescriptor.
-
- Fixed Mac x64 build errors.
-
- Improved performance of some math and string operations.
-
- Improved performance of some regexp operations.
-
- Improved performance of context creation.
-
- Improved performance of hash tables.
-
-
-2009-12-18: Version 2.0.5
-
- Extended to upper limit of map space to allow for 7 times as many map
- to be allocated (issue 524).
-
- Improved performance of code using closures.
-
- Improved performance of some binary operations involving doubles.
-
-
-2009-12-16: Version 2.0.4
-
- Added ECMAScript 5 Object.create.
-
- Improved performance of Math.max and Math.min.
-
- Optimized adding of strings on 64-bit platforms.
-
- Improved handling of external strings by using a separate table
- instead of weak handles. This improves garbage collection
- performance and uses less memory.
-
- Changed code generation for object and array literals in toplevel
- code to be more compact by doing more work in the runtime.
-
- Fixed a crash bug triggered when garbage collection happened during
- generation of a callback load inline cache stub.
-
- Fixed crash bug sometimes triggered when local variables shadowed
- parameters in functions that used the arguments object.
-
-
-2009-12-03: Version 2.0.3
-
- Optimized handling and adding of strings, for-in and Array.join.
-
- Heap serialization is now non-destructive.
-
- Improved profiler support with information on time spend in C++
- callbacks registered through the API.
-
- Added commands to the debugger protocol for starting/stopping
- profiling.
-
- Enabled the non-optimizing compiler for top-level code.
-
- Changed the API to only allow strings to be set as data objects on
- Contexts and scripts to avoid potentially keeping global objects
- around for too long (issue 528).
-
- OpenBSD support patch by Peter Valchev .
-
- Fixed bugs.
-
-
-2009-11-24: Version 2.0.2
-
- Improved profiler support.
-
- Fixed bug that broke compilation of d8 with readline support.
-
-
-2009-11-20: Version 2.0.1
-
- Fixed crash bug in String.prototype.replace.
-
- Reverted a change which caused Chromium interactive ui test
- failures.
-
-
-2009-11-18: Version 2.0.0
-
- Added support for VFP on ARM.
-
- Added TryCatch::ReThrow method to the API.
-
- Reduced the size of snapshots and improved the snapshot load time.
-
- Improved heap profiler support.
-
- 64-bit version now supported on Windows.
-
- Fixed a number of debugger issues.
-
- Fixed bugs.
-
-
-2009-10-29: Version 1.3.18
-
- Reverted a change which caused crashes in RegExp replace.
-
- Reverted a change which caused Chromium ui_tests failure.
-
-
-2009-10-28: Version 1.3.17
-
- Added API method to get simple heap statistics.
-
- Improved heap profiler support.
-
- Fixed the implementation of the resource constraint API so it
- works when using snapshots.
-
- Fixed a number of issues in the Windows 64-bit version.
-
- Optimized calls to API getters.
-
- Added valgrind notification on code modification to the 64-bit version.
-
- Fixed issue where we logged shared library addresses on Windows at
- startup and never used them.
-
-
-2009-10-16: Version 1.3.16
-
- X64: Convert smis to holding 32 bits of payload.
-
- Introduced v8::Integer::NewFromUnsigned method.
-
- Added missing null check in Context::GetCurrent.
-
- Added trim, trimLeft and trimRight methods to String
- Patch by Jan de Mooij
-
- Implement ES5 Array.isArray
- Patch by Jan de Mooij
-
- Skip access checks for hidden properties.
-
- Added String::Concat(Handle left, Handle right) to the
- V8 API.
-
- Fixed GYP-based builds of V8.
-
-
-2009-10-07: Version 1.3.15
-
- Expanded the maximum size of the code space to 512MB for 64-bit mode.
-
- Fixed a crash bug happening when starting profiling (issue
- http://crbug.com/23768).
-
-
-2009-10-07: Version 1.3.14
-
- Added GetRealNamedProperty to the API to lookup real properties
- located on the object or in the prototype chain skipping any
- interceptors.
-
- Fixed the stack limits setting API to work correctly with threads. The
- stack limit now needs to be set to each thread thich is used with V8.
-
- Removed the high-priority flag from IdleNotification()
-
- Ensure V8 is initialized before locking and unlocking threads.
-
- Implemented a new JavaScript minifier for compressing the source of
- the built-in JavaScript. This removes non-Open Source code from Douglas
- Crockford from the project.
-
- Added a missing optimization in StringCharAt.
-
- Fixed some flaky socket tests.
-
- Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD
- in 64-bit mode.
-
- Fixed memory leaks in the thread management code.
-
- Fixed the result of assignment to a pixel array. The assigned value
- is now the result.
-
- Error reporting for invalid left-hand sides in for-in statements, pre-
- and postfix count expressions, and assignments now matches the JSC
- behavior in Safari 4.
-
- Follow the spec in disallowing function declarations without a name.
-
- Always allocate code objects within a 2 GB range. On x64 architecture
- this is used to use near calls (32-bit displacement) in Code objects.
-
- Optimized array construction ported to x64 and ARM architectures.
-
- [ES5] Changed Object.keys to return strings for element indices.
-
-
-2009-09-23: Version 1.3.13
-
- Fixed uninitialized memory problem.
-
- Improved heap profiler support.
-
-
-2009-09-22: Version 1.3.12
-
- Changed behavior of |function|.toString() on built-in functions to
- be compatible with other implementations. Patch by Jan de Mooij.
-
- Added Object::IsDirty in the API.
-
- Optimized array construction; it is now handled purely in native
- code.
-
- [ES5] Made properties of the arguments array enumerable.
-
- [ES5] Added test suite adapter for the es5conform test suite.
-
- [ES5] Added Object.keys function.
-
-
-2009-09-15: Version 1.3.11
-
- Fixed crash in error reporting during bootstrapping.
-
- Optimized generated IA32 math code by using SSE2 instructions when
- available.
-
- Implemented missing pieces of debugger infrastructure on ARM. The
- debugger is now fully functional on ARM.
-
- Made 'hidden' the default visibility for gcc.
-
-
-2009-09-09: Version 1.3.10
-
- Fixed profiler on Mac in 64-bit mode.
-
- Optimized creation of objects from simple constructor functions on
- ARM.
-
- Fixed a number of debugger issues.
-
- Reduced the amount of memory consumed by V8.
-
-
-2009-09-02: Version 1.3.9
-
- Optimized stack guard checks on ARM.
-
- Optimized API operations by inlining more in the API.
-
- Optimized creation of objects from simple constructor functions.
-
- Enabled a number of missing optimizations in the 64-bit port.
-
- Implemented native-code support for regular expressions on ARM.
-
- Stopped using the 'sahf' instruction on 64-bit machines that do
- not support it.
-
- Fixed a bug in the support for forceful termination of JavaScript
- execution.
-
-
-2009-08-26: Version 1.3.8
-
- Changed the handling of idle notifications to allow idle
- notifications when V8 has not yet been initialized.
-
- Fixed ARM simulator compilation problem on Windows.
-
-
-2009-08-25: Version 1.3.7
-
- Reduced the size of generated code on ARM platforms by reducing
- the size of constant pools.
-
- Changed build files to not include the 'ENV' user environment
- variable in the build environment.
-
- Changed the handling of idle notifications.
-
-
-2009-08-21: Version 1.3.6
-
- Added support for forceful termination of JavaScript execution.
-
- Added low memory notification to the API. The embedding host can signal
- a low memory situation to V8.
-
- Changed the handling of global handles (persistent handles in the API
- sense) to avoid issues regarding allocation of new global handles
- during weak handle callbacks.
-
- Changed the growth policy of the young space.
-
- Fixed a GC issue introduced in version 1.3.5.
-
-
-2009-08-19: Version 1.3.5
-
- Optimized initialization of some arrays in the builtins.
-
- Fixed mac-nm script to support filenames with spaces.
-
- Support for using the V8 profiler when V8 is embedded in a Windows DLL.
-
- Changed typeof RegExp from 'object' to 'function' for compatibility.
- Fixed bug where regexps were not callable across contexts.
-
- Added context independent script compilation to the API.
-
- Added API call to get the stack trace for an exception.
-
- Added API for getting object mirrors.
-
- Made sure that SSE3 instructions are used whenever possible even when
- running off a snapshot generated without using SSE3 instructions.
-
- Tweaked the handling of the initial size and growth policy of the heap.
-
- Added native code generation for RegExp to 64-bit version.
-
- Added JavaScript debugger support to 64-bit version.
-
-
-2009-08-13: Version 1.3.4
-
- Added a readline() command to the d8 shell.
-
- Fixed bug in json parsing.
-
- Added idle notification to the API and reduced memory on idle
- notifications.
-
-
-2009-08-12: Version 1.3.3
-
- Fixed issue 417: incorrect %t placeholder expansion.
-
- Added .gitignore file similar to Chromium's one.
-
- Fixed SConstruct file to build with new logging code for Android.
-
- API: added function to find instance of template in prototype
- chain. Inlined Object::IsInstanceOf.
-
- Land change to notify valgrind when we modify code on x86.
-
- Added api call to determine whether a string can be externalized.
-
- Added a write() command to d8.
-
-
-2009-08-05: Version 1.3.2
-
- Started new compiler infrastructure for two-pass compilation using a
- control flow graph constructed from the AST.
-
- Profiler stack sampling for X64.
-
- Safe handling of NaN to Posix platform-dependent time functions.
-
- Added a new profiler control API to unify controlling various aspects
- of profiling.
-
- Fixed issue 392.
-
-
-2009-07-30: Version 1.3.1
-
- Speed improvements to accessors and interceptors.
-
- Added support for capturing stack information on custom errors.
-
- Added support for morphing an object into a pixel array where its
- indexed properties are stored in an external byte array. Values written
- are always clamped to the 0..255 interval.
-
- Profiler on x64 now handles C/C++ functions from shared libraries.
-
- Changed the debugger to avoid stepping into function.call/apply if the
- function is a built-in.
-
- Initial implementation of constructor heap profile for JS objects.
-
- More fine grained control of profiling aspects through the API.
-
- Optimized the called as constructor check for API calls.
-
-
-2009-07-27: Version 1.3.0
-
- Allowed RegExp objects to be called as functions (issue 132).
-
- Fixed issue where global property cells would escape after
- detaching the global object; see http://crbug.com/16276.
-
- Added support for stepping into setters and getters in the
- debugger.
-
- Changed the debugger to avoid stopping in its own JavaScript code
- and in the code of built-in functions.
-
- Fixed issue 345 by avoiding duplicate escaping labels.
-
- Fixed ARM code generator crash in short-circuited boolean
- expressions and added regression tests.
-
- Added an external allocation limit to avoid issues where small V8
- objects would hold on to large amounts of external memory without
- causing garbage collections.
-
- Finished more of the inline caching stubs for x64 targets.
-
-
-2009-07-13: Version 1.2.14
-
- Added separate paged heap space for global property cells and
- avoid updating the write barrier when storing into them.
-
- Improved peep-hole optimization on ARM platforms by not emitting
- unnecessary debug information.
-
- Re-enabled ICs for loads and calls that skip a global object
- during lookup through the prototype chain.
-
- Allowed access through global proxies to use ICs.
-
- Fixed issue 401.
-
-
-2009-07-09: Version 1.2.13
-
- Fixed issue 397, issue 398, and issue 399.
-
- Added support for breakpoint groups.
-
- Fixed bugs introduced with the new global object representation.
-
- Fixed a few bugs in the ARM code generator.
-
-
-2009-07-06: Version 1.2.12
-
- Added stack traces collection to Error objects accessible through
- the e.stack property.
-
- Changed RegExp parser to use a recursive data structure instead of
- stack-based recursion.
-
- Optimized Date object construction and string concatenation.
-
- Improved performance of div, mod, and mul on ARM platforms.
-
-
-2009-07-02: Version 1.2.11
-
- Improved performance on IA-32 and ARM.
-
- Fixed profiler sampler implementation on Mac OS X.
-
- Changed the representation of global objects to improve
- performance of adding a lot of new properties.
-
-
-2009-06-29: Version 1.2.10
-
- Improved debugger support.
-
- Fixed bug in exception message reporting (issue 390).
-
- Improved overall performance.
-
-
-2009-06-23: Version 1.2.9
-
- Improved math performance on ARM.
-
- Fixed profiler name-inference bug.
-
- Fixed handling of shared libraries in the profiler tick processor
- scripts.
-
- Fixed handling of tests that time out in the test scripts.
-
- Fixed compilation on MacOS X version 10.4.
-
- Fixed two bugs in the regular expression engine.
-
- Fixed a bug in the string type inference.
-
- Fixed a bug in the handling of 'constant function' properties.
-
- Improved overall performance.
-
-
-2009-06-16: Version 1.2.8
-
- Optimized math on ARM platforms.
-
- Fixed two crash bugs in the handling of getters and setters.
-
- Improved the debugger support by adding scope chain information.
-
- Improved the profiler support by compressing log data transmitted
- to clients.
-
- Improved overall performance.
-
-
-2009-06-08: Version 1.2.7
-
- Improved debugger and profiler support.
-
- Reduced compilation time by improving the handling of deferred
- code.
-
- Optimized interceptor accesses where the property is on the object
- on which the interceptors is attached.
-
- Fixed compilation problem on GCC 4.4 by changing the stack
- alignment to 16 bytes.
-
- Fixed handle creation to follow stric aliasing rules.
-
- Fixed compilation on FreeBSD.
-
- Introduced API for forcing the deletion of a property ignoring
- interceptors and attributes.
-
-
-2009-05-29: Version 1.2.6
-
- Added a histogram recording hit rates at different levels of the
- compilation cache.
-
- Added stack overflow check for the RegExp analysis phase. Previously a
- very long regexp graph could overflow the stack with recursive calls.
-
- Use a dynamic buffer when collecting log events in memory.
-
- Added start/stop events to the profiler log.
-
- Fixed infinite loop which could happen when setting a debug break while
- executing a RegExp compiled to native code.
-
- Fixed handling of lastIndexOf called with negative index (issue 351).
-
- Fixed irregular crash in profiler test (issue 358).
-
- Fixed compilation issues with some versions of gcc.
-
-
-2009-05-26: Version 1.2.5
-
- Fixed bug in initial boundary check for Boyer-Moore text
- search (issue 349).
-
- Fixed compilation issues with MinGW and gcc 4.3+ and added support
- for armv7 and cortex-a8 architectures. Patches by Lei Zhang and
- Craig Schlenter.
-
- Added a script cache to the debugger.
-
- Optimized compilation performance by improving internal data
- structures and avoiding expensive property load optimizations for
- code that's infrequently executed.
-
- Exposed the calling JavaScript context through the static API
- function Context::GetCalling().
-
-
-2009-05-18: Version 1.2.4
-
- Improved performance of floating point number allocation for ARM
- platforms.
-
- Fixed crash when using the instanceof operator on functions with
- number values in their prototype chain (issue 341).
-
- Optimized virtual frame operations in the code generator to speed
- up compilation time and allocated the frames in the zone.
-
- Made the representation of virtual frames and jump targets in the
- code generator much more compact.
-
- Avoided linear search for non-locals in scope code when resolving
- variables inside with and eval scopes.
-
- Optimized lexical scanner by dealing with whitespace as part of
- the token scanning instead of as a separate step before it.
-
- Changed the scavenging collector so that promoted objects do not
- reside in the old generation while their remembered set is being
- swept for pointers into the young generation.
-
- Fixed numeric overflow handling when compiling count operations.
-
-
-2009-05-11: Version 1.2.3
-
- Fixed bug in reporting of out-of-memory situations.
-
- Introduced hidden prototypes on certain builtin prototype objects
- such as String.prototype to emulate JSC's behavior of restoring
- the original function when deleting functions from those prototype
- objects.
-
- Fixed crash bug in the register allocator.
-
-
-2009-05-04: Version 1.2.2
-
- Fixed bug in array sorting for sparse arrays (issue 326).
-
- Added support for adding a soname when building a shared library
- on Linux (issue 151).
-
- Fixed bug caused by morphing internal ASCII strings to external
- two-byte strings. Slices over ASCII strings have to forward ASCII
- checks to the underlying buffer string.
-
- Allowed API call-as-function handlers to be called as
- constructors.
-
- Fixed a crash bug where an external string was disposed but a
- slice of the external string survived as a symbol.
-
-
-2009-04-27: Version 1.2.1
-
- Added EcmaScript 5 JSON object.
-
- Fixed bug in preemption support on ARM.
-
-
-2009-04-23: Version 1.2.0
-
- Optimized floating-point operations on ARM.
-
- Added a number of extensions to the debugger API.
-
- Changed the enumeration order for unsigned integer keys to always
- be numerical order.
-
- Added a "read" extension to the shell sample.
-
- Added support for Array.prototype.reduce and
- Array.prototype.reduceRight.
-
- Added an option to the SCons build to control Microsoft Visual C++
- link-time code generation.
-
- Fixed a number of bugs (in particular issue 315, issue 316,
- issue 317 and issue 318).
-
-
-2009-04-15: Version 1.1.10
-
- Fixed crash bug that occurred when loading a const variable in the
- presence of eval.
-
- Allowed using with and eval in registered extensions in debug mode
- by fixing bogus assert.
-
- Fixed the source position for function returns to enable the
- debugger to break there.
-
-
-2009-04-14: Version 1.1.9
-
- Made the stack traversal code in the profiler robust by avoiding
- to look into the heap.
-
- Added name inferencing for anonymous functions to facilitate
- debugging and profiling.
-
- Re-enabled stats timers in the developer shell (d8).
-
- Fixed issue 303 by avoiding to shortcut cons-symbols.
-
-
-2009-04-11: Version 1.1.8
-
- Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
-
- Fixed step-in handling for Function.prototype.apply and call in
- the debugger (issue 269).
-
- Fixed v8::Object::DeleteHiddenValue to not bail out when there
- are no hidden properties.
-
- Added workaround for crash bug, where external symbol table
- entries with deleted resources would lead to NPEs when looking
- up in the symbol table.
-
-
-2009-04-07: Version 1.1.7
-
- Added support for easily importing additional environment
- variables into the SCons build.
-
- Optimized strict equality checks.
-
- Fixed crash in indexed setters on objects without a corresponding
- getter (issue 298).
-
- Re-enabled script compilation cache.
-
-
-2009-04-01: Version 1.1.6
-
- Reverted an unsafe code generator change.
-
-
-2009-04-01: Version 1.1.5
-
- Fixed bug that caused function literals to not be optimized as
- much as other functions.
-
- Improved profiler support.
-
- Fixed a crash bug in connection with debugger unloading.
-
- Fixed a crash bug in the code generator caused by losing the
- information that a frame element was copied.
-
- Fixed an exception propagation bug that could cause non-null
- return values when exceptions were thrown.
-
-
-2009-03-30: Version 1.1.4
-
- Optimized String.prototype.match.
-
- Improved the stack information in profiles.
-
- Fixed bug in ARM port making it possible to compile the runtime
- system for thumb mode again.
-
- Implemented a number of optimizations in the code generator.
-
- Fixed a number of memory leaks in tests.
-
- Fixed crash bug in connection with script source code and external
- strings.
-
-
-2009-03-24: Version 1.1.3
-
- Fixed assertion failures in compilation of loop conditions.
-
- Removed STL dependency from developer shell (d8).
-
- Added infrastructure for protecting the V8 heap from corruption
- caused by memory modifications from the outside.
-
-
-2009-03-24: Version 1.1.2
-
- Improved frame merge code generated by the code generator.
-
- Optimized String.prototype.replace.
-
- Implemented __defineGetter__ and __defineSetter__ for properties
- with integer keys on non-array objects.
-
- Improved debugger and profiler support.
-
- Fixed a number of portability issues to allow compilation for
- smaller ARM devices.
-
- Exposed object cloning through the API.
-
- Implemented hidden properties. This is used to expose an identity
- hash for objects through the API.
-
- Implemented restarting of regular expressions if their input
- string changes representation during preemption.
-
- Fixed a code generator bug that could cause assignments in loops
- to be ignored if using continue to break out of the loop (issue
- 284).
-
-
-2009-03-12: Version 1.1.1
-
- Fixed an assertion in the new compiler to take stack overflow
- exceptions into account.
-
- Removed exception propagation code that could cause crashes.
-
- Fixed minor bug in debugger line number computations.
-
- 8-byte align the C stack on Linux and Windows to speed up floating
- point computations.
-
-
-2009-03-12: Version 1.1.0
-
- Improved code generation infrastructure by doing simple register
- allocation and constant folding and propagation.
-
- Optimized regular expression matching by avoiding to create
- intermediate string arrays and by flattening nested array
- representations of RegExp data.
-
- Traverse a few stack frames when recording profiler samples to
- include partial call graphs in the profiling output.
-
- Added support for using OProfile to profile generated code.
-
- Added remote debugging support to the D8 developer shell.
-
- Optimized creation of nested literals like JSON objects.
-
- Fixed a bug in garbage collecting unused maps and turned it on by
- default (--collect-maps).
-
- Added support for running tests under Valgrind.
-
-
-2009-02-27: Version 1.0.3
-
- Optimized double-to-integer conversions in bit operations by using
- SSE3 instructions if available.
-
- Optimized initialization sequences that store to multiple
- properties of the same object.
-
- Changed the D8 debugger frontend to use JSON messages.
-
- Force garbage collections when disposing contexts.
-
- Align code objects at 32-byte boundaries.
-
-
-2009-02-25: Version 1.0.2
-
- Improved profiling support by performing simple call stack
- sampling for ticks and by fixing a bug in the logging of code
- addresses.
-
- Fixed a number of debugger issues.
-
- Optimized code that uses eval.
-
- Fixed a couple of bugs in the regular expression engine.
-
- Reduced the size of generated code for certain regular expressions.
-
- Removed JSCRE completely.
-
- Fixed issue where test could not be run if there was a dot in the
- checkout path.
-
-
-2009-02-13: Version 1.0.1
-
- Fixed two crash-bugs in irregexp (issue 231 and 233).
-
- Fixed a number of minor bugs (issue 87, 227 and 228).
-
- Added support for morphing strings to external strings on demand
- to avoid having to create copies in the embedding code.
-
- Removed experimental support for external symbol callbacks.
-
-
-2009-02-09: Version 1.0.0
-
- Fixed crash-bug in the code generation for case independent 16 bit
- backreferences.
-
- Made shells more robust in the presence of string conversion
- failures (issue 224).
-
- Fixed a potential infinite loop when attempting to resolve
- eval (issue 221).
-
- Miscellaneous fixes to the new regular expression engine.
-
- Reduced binary by stripping unneeded text from JavaScript library and
- minifying some JavaScript files.
-
-
-2009-01-27: Version 0.4.9
-
- Enabled new regular expression engine.
-
- Made a number of changes to the debugger protocol.
-
- Fixed a number of bugs in the preemption support.
-
- Added -p option to the developer shell to run files in parallel
- using preemption.
-
- Fixed a number of minor bugs (including issues 176, 187, 189, 192,
- 193, 198 and 201).
-
- Fixed a number of bugs in the serialization/deserialization
- support for the ARM platform.
-
-
-2009-01-19: Version 0.4.8.1
-
- Minor patch to debugger support.
-
-
-2009-01-16: Version 0.4.8
-
- Fixed string length bug on ARM (issue 171).
-
- Made most methods in the API const.
-
- Optimized object literals by improving data locality.
-
- Fixed bug that caused incomplete functions to be cached in case of
- stack overflow exceptions.
-
- Fixed bugs that caused catch variables and variables introduced by
- eval to behave incorrectly when using accessors (issues 186, 190
- and 191).
-
-
-2009-01-06: Version 0.4.7
-
- Minor bugfixes and optimizations.
-
- Added command line debugger to D8 shell.
-
- Fixed subtle bug that caused the wrong 'this' to be used when
- calling a caught function in a catch clause.
-
- Inline array loads within loops directly in the code instead of
- always calling a stub.
-
-
-2008-12-11: Version 0.4.6
-
- Fixed exception reporting bug where certain exceptions were
- incorrectly reported as uncaught.
-
- Improved the memory allocation strategy used during compilation to
- make running out of memory when compiling huge scripts less
- likely.
-
- Optimized String.replace by avoiding the construction of certain
- sub strings.
-
- Fixed bug in code generation for large switch statements on ARM.
-
- Fixed bug that caused V8 to change the global object template
- passed in by the user.
-
- Changed the API for creating object groups used during garbage
- collection. Entire object groups are now passed to V8 instead of
- individual members of the groups.
-
-
-2008-12-03: Version 0.4.5
-
- Added experimental API support for allocating V8 symbols as
- external strings.
-
- Fixed bugs in debugging support on ARM.
-
- Changed eval implementation to correctly detect whether or not a
- call to eval is aliased.
-
- Fixed bug caused by a combination of the compilation cache and
- dictionary probing in native code. The bug caused us to sometimes
- call functions that had not yet been compiled.
-
- Added platform support for FreeBSD.
-
- Added support for building V8 on Windows with either the shared or
- static version of MSVCRT
-
- Added the v8::jscre namespace around the jscre functions to avoid
- link errors (duplicate symbols) when building Google Chrome.
-
- Added support for calling a JavaScript function with the current
- debugger execution context as its argument to the debugger
- interface.
-
- Changed the type of names of counters from wchar_t to char.
-
- Changed the Windows system call used to compute daylight savings
- time. The system call that we used to use became four times
- slower on WinXP SP3.
-
- Added support in the d8 developer shell for memory-mapped counters
- and added a stats-viewer tool.
-
- Fixed bug in upper/lower case mappings (issue 149).
-
-
-2008-11-17: Version 0.4.4
-
- Reduced code size by using shorter instruction encoding when
- possible.
-
- Added a --help option to the shell sample and to the d8 shell.
-
- Added visual studio project files for building the ARM simulator.
-
- Fixed a number of ARM simulator issues.
-
- Fixed bug in out-of-memory handling on ARM.
-
- Implemented shell support for passing arguments to a script from
- the command line.
-
- Fixed bug in date code that made certain date functions return -0
- instead of 0 for dates before the epoch.
-
- Restricted applications of eval so it can only be used in the
- context of the associated global object.
-
- Treat byte-order marks as whitespace characters.
-
-
-2008-11-04: Version 0.4.3
-
- Added support for API accessors that prohibit overwriting by
- accessors defined in JavaScript code by using __defineGetter__ and
- __defineSetter__.
-
- Improved handling of conditionals in test status files.
-
- Introduced access control in propertyIsEnumerable.
-
- Improved performance of some string operations by caching
- information about the type of the string between operations.
-
- Fixed bug in fast-case code for switch statements that only have
- integer labels.
-
-
-2008-10-30: Version 0.4.2
-
- Improved performance of Array.prototype.concat by moving the
- implementation to C++ (issue 123).
-
- Fixed heap growth policy to avoid growing old space to its maximum
- capacity before doing a garbage collection and fixed issue that
- would lead to artificial out of memory situations (issue 129).
-
- Fixed Date.prototype.toLocaleDateString to return the date in the
- same format as WebKit.
-
- Added missing initialization checks to debugger API.
-
- Added removing of unused maps during GC.
-
-
-2008-10-28: Version 0.4.1
-
- Added caching of RegExp data in compilation cache.
-
- Added Visual Studio project file for d8 shell.
-
- Fixed function call performance regression introduced in version
- 0.4.0 when splitting the global object in two parts (issue 120).
-
- Fixed issue 131 by checking for empty handles before throwing and
- reporting exceptions.
-
-
-2008-10-23: Version 0.4.0
-
- Split the global object into two parts: The state holding global
- object and the global object proxy.
-
- Fixed bug that affected the value of an assignment to an element
- in certain cases (issue 116).
-
- Added GetPropertyNames functionality (issue 33) and extra Date
- functions (issue 77) to the API.
-
- Changed WeakReferenceCallback to take a Persistent instead
- of a Persistent