Update Sencha folks.

1.4
Ariya Hidayat 2011-12-19 01:14:31 -08:00
parent b10dc130ce
commit 6983f6bdf1
3 changed files with 25 additions and 5 deletions

View File

@ -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"

View File

@ -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'
@ -25,7 +27,9 @@ users= [
'philstrong'
'rdougan'
'SubtleGradient'
'__ted__'
'tmaintz'
'WesleyMoy'
'whereisthysting'
]

View File

@ -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',
@ -24,7 +26,9 @@ var users = ['sencha',
'philstrong',
'rdougan',
'SubtleGradient',
'__ted__',
'tmaintz',
'WesleyMoy',
'whereisthysting'];
function follow(user, callback) {