From 4a0cb4cc9e974d8d584ae98fef41eee0c067c081 Mon Sep 17 00:00:00 2001 From: Jonathan Lipps Date: Wed, 6 Nov 2013 11:44:49 -0800 Subject: [PATCH] changelog and bump to 0.11.3 for publish --- CHANGELOG.txt | 27 +++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 01761bb543c..21e4778b515 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,30 @@ +CHANGES IN VERSION 0.11.3 (from 0.11.2) +======================================= + +#### General +- remove wiki +- various doc updates +- reset command timeout for proxied devices (incl selendroid) +- translate docs to Chinese +- make desired capabilities returned by /session/:id non-hard-coded + +#### iOS +- add support for sim and devices for safari launcher +- major refactor of ios startup cascade +- fix tracetemplate detection logic +- add ability to select code-signing identity for safari launcher +- use securitydb for authorization on 10.9 +- expose 'syslog' logs through selenium log interface + +#### Android +- various control flow/subprocess fixes +- don't uninstall app when --no-reset is used + +#### Selendroid +- update selendroid version + + + CHANGES IN VERSION 0.11.2 (from 0.11.1) ======================================= diff --git a/package.json b/package.json index 3f505273656..3314c7a7cb6 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "firefoxos", "testing" ], - "version": "0.11.2", + "version": "0.11.3", "author": "appium-discuss@googlegroups.com", "repository": { "type": "git",