Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
Update Sencha folks.
Browse files Browse the repository at this point in the history
  • Loading branch information
ariya committed Dec 19, 2011
1 parent b10dc13 commit 6983f6b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 5 deletions.
16 changes: 14 additions & 2 deletions ChangeLog
@@ -1,10 +1,22 @@
Please see also http://code.google.com/p/phantomjs/wiki/ReleaseNotes.

Development: Version 1.3.1
2011-12-22: Version 1.4.0 "Glory of the Snow"

New features

* Added embedded HTTP server (issue 115)
* Added convenient build script for Linux (issue 197)
* Added support for SOCKS5 proxy (issue 266)

Bug fixes

* PyPhantomJS: Fix bug in CookieJar where QSettings expected str, but got QByteArray instead (PyPhantomJS issue 10)
* Fix potential crash in QUrl with Qt 4.8 (issue 304)
* Fix bug in CookieJar with QSettings and string (PyPhantomJS issue 10)

Examples

* Added a new example to detect browsers sniffing (issue 263)
* Added HTTP server example (issue 115)

2011-09-23: Version 1.3.0 "Water Lily"

Expand Down
8 changes: 6 additions & 2 deletions examples/follow.coffee
Expand Up @@ -4,16 +4,18 @@ users= [
'sencha'
'aconran'
'adityabansod'
'arnebech',
'ambisinister'
'arnebech'
'ariyahidayat'
'arthurakay'
'bmoeskau'
'darrellmeyer'
'davidfoelber'
'DavidKaneda'
'donovanerba'
'edspencer'
'evantrimboli'
'ExtAnimal'
'jamespearce'
'jamieavins'
'jarrednicholls'
'jayrobinson'
Expand All @@ -25,7 +27,9 @@ users= [
'philstrong'
'rdougan'
'SubtleGradient'
'__ted__'
'tmaintz'
'WesleyMoy'
'whereisthysting'
]

Expand Down
6 changes: 5 additions & 1 deletion examples/follow.js
Expand Up @@ -3,16 +3,18 @@
var users = ['sencha',
'aconran',
'adityabansod',
'ambisinister',
'arnebech',
'ariyahidayat',
'arthurakay',
'bmoeskau',
'darrellmeyer',
'davidfoelber',
'DavidKaneda',
'donovanerba',
'edspencer',
'evantrimboli',
'ExtAnimal',
'jamespearce',
'jamieavins',
'jarrednicholls',
'jayrobinson',
Expand All @@ -24,7 +26,9 @@ var users = ['sencha',
'philstrong',
'rdougan',
'SubtleGradient',
'__ted__',
'tmaintz',
'WesleyMoy',
'whereisthysting'];

function follow(user, callback) {
Expand Down

0 comments on commit 6983f6b

Please sign in to comment.