From 6faf1794b1356e54e35149df3ffa32ccdfee82b0 Mon Sep 17 00:00:00 2001 From: Laurent Jouanneau Date: Thu, 9 Mar 2017 17:08:43 +0100 Subject: [PATCH] Release 0.10.3 --- docs/conf.py | 2 +- docs/release-notes-0.10.rst | 2 +- package.json | 2 +- src/application.ini | 4 ++-- test/launch-initial-tests.js | 2 +- test/test-environment.js | 2 +- website/download.html | 10 +++++----- website/index.html | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 55f29e6..b9da1ca 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,7 +51,7 @@ # The short X.Y version. version = '0.10' # The full version, including alpha/beta/rc tags. -release = '0.10.2' +release = '0.10.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/release-notes-0.10.rst b/docs/release-notes-0.10.rst index d87b4f8..209758b 100644 --- a/docs/release-notes-0.10.rst +++ b/docs/release-notes-0.10.rst @@ -8,7 +8,7 @@ Release Notes of SlimerJS 0.10 version 0.10.3 ============== -Not released yet +SlimerJS 0.10.3 has been released on March 9, 2017. - Fix support of IPV6 notation in the ``--proxy`` and ``--webdriver`` command line parameters. - Compatibility with Firefox 51 and 52 diff --git a/package.json b/package.json index b2a9f2f..182785b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "slimerjs", - "version": "0.10.3-pre", + "version": "0.10.3", "description": "A scriptable browser like PhantomJS, based on Firefox", "bin": { "slimerjs": "./src/slimerjs-node" diff --git a/src/application.ini b/src/application.ini index 9b48bf0..e3cac20 100644 --- a/src/application.ini +++ b/src/application.ini @@ -1,8 +1,8 @@ [App] Vendor=Innophi Name=SlimerJS -Version=0.10.3-pre -BuildID=20161127 +Version=0.10.3 +BuildID=20170309 ID=slimerjs@slimerjs.org Copyright=Copyright 2012-2017 Laurent Jouanneau & Innophi diff --git a/test/launch-initial-tests.js b/test/launch-initial-tests.js index aa8e473..3da9257 100644 --- a/test/launch-initial-tests.js +++ b/test/launch-initial-tests.js @@ -45,7 +45,7 @@ if ("slimer" in this) { assertExists(slimer.version, "has slimer.version object? "); assertEquals("0", slimer.version.major, "slimer has the good major version"); assertEquals("10", slimer.version.minor, "slimer has the good minor version"); - assertEquals("1", slimer.version.patch, "slimer has the good patch version"); + assertEquals("3", slimer.version.patch, "slimer has the good patch version"); } else console.warn("==> No slimer object!") diff --git a/test/test-environment.js b/test/test-environment.js index dd19290..efe36a6 100644 --- a/test/test-environment.js +++ b/test/test-environment.js @@ -102,7 +102,7 @@ if ("slimer" in this) { it("should have a right version", function(){ expect(slimer.version.major).toEqual(0); expect(slimer.version.minor).toEqual(10); - expect(slimer.version.patch).toEqual(1); + expect(slimer.version.patch).toEqual(3); }); }); diff --git a/website/download.html b/website/download.html index 66fbff8..143b3cd 100644 --- a/website/download.html +++ b/website/download.html @@ -111,19 +111,19 @@

Download

-

It is compatible with Firefox from 38.0 to 50.0.

+

It is compatible with Firefox from 38.0 to 52.0.

Zip package

Official zip package, from download.slimerjs.org

Download + href="http://download.slimerjs.org/releases/0.10.3/slimerjs-0.10.3.zip">Download (about 1.2 MB)
- checksum

+ checksum

Note: see the page about checksum to know how to verify the downloaded file.

@@ -149,7 +149,7 @@

Npm

Firefox

The Famous Web Browser. SlimerJS needs only its - core engine to be executed. Prefered version: 38.0 to 50.0.

+ core engine to be executed. Prefered version: 38.0 to 52.0.

Download

diff --git a/website/index.html b/website/index.html index d7b6994..2bea88b 100644 --- a/website/index.html +++ b/website/index.html @@ -60,7 +60,7 @@

SlimerJS

Download SlimerJS
- All operating systems - Version 0.10.2

+ All operating systems - Version 0.10.3
Compatible with CasperJS 1.1!!
Release notes