Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / phantomjs / lib / phantom / ChangeLog
1 Please see also http://phantomjs.org/releases.html.
2
3 2014-10-22: Version 1.9.8
4
5       * Change default SSL protocol to TLSv1 to address POODLE (issue 12655)
6         To use the old default protocol of SSLv3 which is vulnerable to POODLE
7         add the --ssl-protocol=SSLv3 flag. Reference: http://poodlebleed.com/
8       * Fixed building on OS X 10.10 Yosemite (issue 12622)
9       * Backported crash fix when exit (issue 11642, 12431)
10
11 2014-01-25: Version 1.9.7
12
13       * Reverted to GhostDriver 1.1.0 instead of 1.1.1 (issue 11915)
14       * Fixed another warning of obsolete userSpaceScaleFactor on OS X 10.9 (issue 11612)
15
16 2014-01-20: Version 1.9.6
17
18       * Updated GhostDriver to version 1.1.1 (issue 11877, 11893)
19
20 2014-01-19: Version 1.9.3
21
22       * Fixed CoreText performance note on OS X 10.9 (issue 11418)
23       * Fixed warning of obsolete userSpaceScaleFactor on OS X 10.9 (issue 11612)
24
25 2013-09-06: Version 1.9.2
26
27       * Fixed graphical artifacts with transparent background on Windows (issue 11276, 11007, 11366)
28       * Updated GhostDriver to version 1.0.4 (issue 11452)
29
30 2013-06-04: Version 1.9.1
31
32     Critical bug fixes:
33
34       * Fixed problems with specifying proxy server (issue 10811, 11117)
35       * Fixed UTF-8 encoding with system.stdout and system.stderr (issue 11162)
36       * Ensured that onResourceReceived will be always invoked (issue 11163)
37       * Fixed module loading from an absolute path on Windows (issue 11165)
38       * Fixed typo in the command-line option for setting the cache size (11219)
39       * Fixed possible crash when handling network requests (issue 11252, 11388)
40
41 2013-03-20: Version 1.9.0 "Sakura"
42
43     New features
44
45       * Added spawn and execFile to execute external programs (issue 10219)
46       * Added the ability to abort network requests (issue 10230)
47       * Added system access to stdin, stdout, and stderr (issue 10333)
48       * Added support for custom CA certificates location (issue 10916)
49       * Added seek function to the File stream (issue 10937)
50       * Implemented file read for a specified number of bytes (issue 10938)
51       * Added a callback to handle network error (issue 10954, 10997)
52       * Added custom encoding support when opening a page (issue 11043)
53       * Implemented require.stub() support for a factory function (issue 11044)
54       * Added page loading indicator and progress (issue 11091)
55       * Added a timeout option for network requests (issue 11129)
56
57     Improvements
58
59       * Fixed the build on FreeBSD (issue 10597)
60       * Ensured a consistent 72 dpi for Linux headless rendering (issue 10659)
61       * Fixed possible PDF error due to invalid CreationDate field (issue 10663)
62       * Fixed crash when uploading non existing files (issue 10941)
63       * Improved the autocomplete internal of the interactive/REPL mode (issue 10943)
64       * Fixed possible crash when accessing inline frames (issue 10947)
65       * Changed Linux binary package setup to be built on CentOS 5 (issue 10963)
66       * Extended SSL ignore setting to synchronous XHR (issue 10985)
67       * Added convenient constants for modifier keys (issue 11056)
68       * Fixed incorrect date handling in the cookies (issue 11068)
69       * Updated GhostDriver to version 1.0.3 (issue 11146)
70
71     Examples
72
73       * Fixed invalid data URI in the netsniff example (issue 10740)
74       * Implemented a new weather example (issue 10794)
75       * Fixed rendering issues in render_multi_url (issue 11021)
76       * Fixed proper event sequence in page_events example (issue 11028)
77       * Miscellanous tweaks (issue 11082)
78
79 2013-03-02: Version 1.8.2
80
81     Critical bug fixes:
82
83       * Fixed possible PDF error due to invalid CreationDate field (issue 663)
84       * Fixed crash when uploading non existing files (issue 941)
85       * Fixed possible crash when accessing inline frames (issue 947)
86       * Extended SSL ignore setting to synchronous XHR (issue 985)
87       * Fixed incorrect date handling in the cookies (issue 1068)
88
89 2013-01-06: Version 1.8.1
90
91     Critical bug fix:
92
93       * Mac OS X: Fix possible crash when using some TrueType fonts (issue 690)
94
95 2012-12-21: Version 1.8.0 "Blue Winter Rose"
96
97     New features
98
99       * Integrated GhostDriver as the WebDriver implementation (issue 49)
100       * Added an option to specify the SSL protocol (issue 174)
101       * Added encoding support for WebServer's response (issue 505)
102       * Added process ID (PID) to the System module (issue 769)
103       * Added properties to obtain page and frame title (issue 799)
104       * Added page navigation methods (issue 808)
105       * Added support for modifier keys in keyboard events (issue 835)
106       * Added onFilePicker callback for more generic file upload API (issue 843)
107       * Added the ability to set the page content and location (issue 909)
108
109     Improvements
110
111       * Fixed date parsing in ISO8601 format (issue 187, 267)
112       * Fixed window.location (issue 530, 632)
113       * Deregistered multiple callback handler (issue 807)
114       * Fixed sending of double-click events (issue 848)
115       * Increases maximum number of redirects (issue 849)
116       * Fixed keycodes sent for lowercase characters (issue 852)
117       * Fixed a regression in table row page break (issue 880)
118       * Completed the CoffeeScript version of the examples (issue 907)
119       * Updated Qt to version 4.8.4 (issue 918)
120       * Fixed potential hang in some example scripts (issue 922)
121
122 2012-09-22: Version 1.7.0 "Blazing Star"
123
124     New features
125
126       * Added a module system modelled after CommonJS/Node.js (issue 47)
127       * Added support for window pop-up (issue 151)
128       * Static build on Linux (issue 413)
129       * Added run-time detection of SSL support (issue 484)
130       * Added more events support (issue 492, 712)
131       * Added support for disabling automatic proxy detection (issue 580)
132       * Provided page closing callback (issue 678)
133       * Added methods to access URL, frames URL, frame Content (issue 758)
134       * Added more cookies-related API (issue 761)
135
136     Improvements
137
138       * Refactored command-line options handling (issue 55)
139       * Improved the workflow for producing release builds (issue 599)
140       * Improved cookies API and implementation (issue 603, 761)
141       * Improved frame switching API (issue 654)
142       * Fixed iframe handling regression (issue 683)
143       * Fixed OS version number with Windows 8 and Mountain Lion (issue 684, 688)
144       * Fixed HAR navigation info in the netsniff example (issue 733)
145       * Fixed compile warnings with Visual Studio (issue 744)
146       * Removed hacks for static linking on Windows (issue 753)
147       * Added ICO image handling on Windows (issue 779)
148       * Fixed font antialiasing on Windows (issue 785)
149       * Improved Jasmine test runner for Jasmine 1.2 (issue 792)
150
151 2012-07-22: Version 1.6.1
152
153     Bug fixes
154
155       * Don't build the deploy in debug mode (issue 599)
156       * Fixed building on Windows (issue 424)
157       * Fixed remote inspector when building statically (issue 430)
158
159 2012-06-20: Version 1.6.0 "Lavender"
160
161     New features
162
163       * Added support for passing arguments to WebPage's evaluate (issue 132)
164       * Added callbacks for JavaScript onConfirm and onPrompt (issue 133)
165       * Added stack trace when error occurs (issue 166)
166       * Added support for local storage path and quota (issue 300)
167       * Added initial support for cookies handling (issue 354)
168       * Added support for header footer when printing the page (issue 410, 512)
169       * Added headers support in the loading request (issue 452)
170       * Added support to render the web page as base64-encoded string (issue 547)
171       * Added hooks for navigation event (issue 562)
172       * Added command-line option to show debug messages (issue 575)
173       * Added support for the zoom factor for web page rendering (issue 579)
174       * Added crash reporter for Mac OS X and Linux, based on Google Breakpad (issue 576)
175       * Added 'os' object to the system module (issue 585)
176       * Added support for asynchronous evaluation (issue 593)
177
178     Improvements
179
180       * Fixed remote debugging to work on Mac OS X and Windows (issue 430)
181       * Fixed web server getting the dropped connection for empty response (issue 451)
182       * Fixed text rendered as boxes (squares) on headless Linux (issue 460)
183       * Updated Qt to version 4.8.2 (issue 495)
184       * Updated CoffeeScript compiler to version 1.3.3 (issue 496)
185       * Fixed the build script to detect and use MAKEFLAGS (issue 503)
186       * Fixed the build script to properly pass Qt config flags (issue 507)
187       * Changed Info.plist to be embedded in Mac OS X executable (issue 528)
188       * Fixed wrong module require in the imagebin example (issue 536)
189       * Fixed example scripts to exit with the right exit code (issue 544)
190       * Fixed build failure with glib 2.31.0+ (issue 559)
191       * Fixed error handler failures in some cases (issue 589)
192       * Fixed Twitter-related examples to work with the new site (issue 609)
193
194 2012-03-20: Version 1.5.0 "Ghost Flower"
195
196     New features
197
198       * Added interactive mode, also known as REPL (issue 252)
199       * Added setting for web security, to allow cross domain XHR (issue 28)
200       * Added error handler for WebPage object (issue 166)
201       * Added support for custom HTTP header in the network request (issue 77)
202       * Added support for read write encoding in the file system module (issue 367)
203       * Added remote debugging support on Linux (issue 6)
204       * Added support for proxy authentication (issue 105)
205       * Added System module, to retrieve environment variables (issue 271) and arguments (issue 276)
206       * Added fs.readLink function (issue 329)
207       * Added support for reading and writing binary data (issue 400)
208       * Added support to retrieve request data in the WebServer? module (issue 340)
209       * Added support for individual top/bottom/left/right print margins (issue 388)
210       * Added command-line option --help (issue 347)
211       * Added short command-line options -v and -h (issue 408)
212       * Removed support for Flash and other plugins (issue 418)
213
214     Bug fixes
215
216       * Fixed multiple console.log arguments (issue 36)
217       * Fixed file upload (issue 307)
218       * Fixed the web server instance to be asynchronous (issue 326) and still support Keep Alive (issue 416)
219       * Workaround Qt 4.8.0 crash due to empty URL scheme (issue 365)
220       * Fixed a Content-Type problem where POST does not work (issue 337)
221       * Fixed reading body request in the web server even without specific Content-Type (issue 439)
222       * Fixed Jasmine test runner with Jasmine 1.1 (issue 402)
223       * Fixed request URL formatting in the web server (issue 437)
224       * Don't display debugging and warning messages (issue 323)
225
226 2011-12-31: Version 1.4.1
227
228     Bug fixes
229
230       * Fix setting the proxy type (issue 266)
231       * Workaround for file upload regression (issue 307)
232       * Fix extraneous messsages in non-debug mode (issue 323)
233
234 2011-12-22: Version 1.4.0 "Glory of the Snow"
235
236     New features
237
238       * Added embedded HTTP server (issue 115)
239       * Added convenient build script for Linux (issue 197)
240       * Added support for SOCKS5 proxy (issue 266)
241       * Updated CoffeeScript compiler to version 1.2 (issue 312)
242
243     Bug fixes
244
245       * Fix potential crash in QUrl with Qt 4.8 (issue 304)
246       * Fix bug in CookieJar with QSettings and string (PyPhantomJS issue 10)
247       * Prevent showing the icon on Mac OS X Dock (issue 281)
248
249     Examples
250
251       * Added a new example to detect browsers sniffing (issue 263)
252       * Added HTTP server example (issue 115)
253
254 2011-09-23: Version 1.3.0 "Water Lily"
255
256     Bug fixes
257
258       * Fixed open() and POST method, without specifying the finished handler
259       * Fixed script execution warning dialog (issue 165)
260       * Added WebPage.release() to free the web page from memory (issue 154)
261       * Added special handling of about:blank (issue 235)
262       * Made a separate network access manager for each page (issue 190)
263
264     New features
265
266       * Introduced file system API based on CommonJS Filesystem proposal (issue 129)
267       * Added support for persistent cookies (issue 91)
268       * Added event handling, currently only for mouse events (issue 234)
269       * Added page scroll position (issue 162)
270       * Added HTTP authentication support (issue 45)
271       * Added callback for page initialization (issue 143)
272       * Added support to specify script and output encoding (issue 186)
273       * Added option to allow local content to do cross-domain access (issue 28)
274       * Added support to apply configurations from a JSON file (issue 180)
275       * Added a convenient WebPage initialization construction (issue 206)
276       * Added option to limit the size of disk cache (issue 220)
277
278     Examples
279
280       * Added a new example on using Modernizr to detect features (issue 144)
281       * Fixed pizza.js example to use Mobile Yelp (issue 200)
282       * Fixed netsniff.coffee example due to wrong indentation (issue 225)
283       * Added an example to show live network traffic (issue 227)
284       * Added an example demonstrating different output encodings (issue 186)
285
286 2011-06-21: Version 1.2.0 "Birds of Paradise"
287
288     Version 1.2.0 is a major update. It introduces a whole set of new API.
289
290     Bug fixes
291
292       * Fixed rendering a very large web page (issue 54)
293       * Fixed reporting of CoffeeScript compile error (issue 125)
294
295     New features
296
297       * Added callback for console message (issue 12)
298       * Improved security model via WebPage object (issue 41)
299       * Added support for POST, HEAD, PUT, and DELETE (issue 88)
300       * Scripts filename is now passed as phantom.scriptName
301       * Added callback to capture resource requests and responses (issue 2)
302       * Added the ability to load external JavaScript (issue 32)
303
304     Examples
305
306       * Ported examples to use WebPage object
307       * Added a new example to upload an image to imagebin.org
308       * Added a new example to show HTTP POST feature
309       * Added a new example to sniff network traffic and save it in HAR format
310
311
312 2011-04-27: Version 1.1.0 "Cherry Blossom"
313
314     Fixed the script loading to use UTF-8 encoding (Yasuhiro Matsumoto).
315
316     Added check for system proxy setting (Yasuhiro Matsumoto).
317
318     Fixed building with Cygwin and Qt 4.5 (John Dalton).
319
320     Added a new example: driver for QUnit tests (Ɓukasz Korecki).
321
322     Fixed issue #20: problem with JPG transparent color (Alessandro Portale).
323
324     Fixed issue #9: ignore first line starting with #! (Matthias, aka fourplusone).
325
326     Fixed issue #7: support for file upload for form submission (Matthias, aka fourplusone).
327
328     Fixed issue #35: support for disabling images loading (Ariya Hidayat).
329
330     Fixed issue #14: enable or disable plugins (Ariya Hidayat).
331
332     Added a new example: using Canvas to produce the color wheel (Ariya Hidayat).
333
334     Added support for rasterizing as GIF image (Ariya Hidayat).
335
336     Added support for CoffeeScript (Ariya Hidayat).
337
338     Fixed issue #19: option for setting the proxy (Clint Berry, Ariya Hidayat).
339
340     Python implementation using PyQt (James Roe).
341
342     Fixed issue #17: Specify paper size for PDF export (Alessandro Portale).
343
344     Fixed issue #60: Win32 and OS/2 icon files (Salvador Parra Camacho).
345
346     Added clipping rectangle to the render function (Wouter de Bie).
347
348     Added an example on sychronous waiting (Gabor Torok).
349
350     Added command line option to use disk cache (Jon Turner).
351
352     Added text extracting example (Weston Ruter).
353
354     Fixed issue #93: Build with Qt < 4.7 (Ariya Hidayat).
355
356     Ported all examples to CoffeeScript (Robert Gieseke).
357
358 2011-01-17: Version 1.0.0
359
360     Initial launch.
361
362     The API is centralized at the 'phantom' object (as child of
363     window object) which has the properties: args, content,
364     loadStatus, state, userAgent, version, viewportSize, and
365     the following functions: exit, open, render, sleep.
366
367     Several examples are included, among others: web page rasterizer,
368     weather service, headless test framework driver, and many others.