Skip to content

Commit

Permalink
changelog and bump for publish 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlipps committed Oct 23, 2013
1 parent 9b0b008 commit 8bf8db3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
CHANGES IN VERSION 0.11.0 (from 0.10.4)
=======================================

#### General
- make tempdirs uniquely named
- massive code reorganization
- retry getting a session in testsuite to avoid flaky fails

#### iOS
- update ios alert handling
- use safariLauncher without 20/30 secs timeout
- allow .ipa extension for local apps

#### Android
- clean app using `pm clear` instead of clean.apk
- massive refactor/rewrite of android/adb code
- fix dependency download error
- ensure all apks are signed


CHANGES IN VERSION 0.10.4 (from 0.10.3)
=======================================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"firefoxos",
"testing"
],
"version": "0.10.4",
"version": "0.11.0",
"author": "[email protected]",
"repository": {
"type": "git",
Expand Down

0 comments on commit 8bf8db3

Please sign in to comment.