ChangeLog: Modify the issue numbers to match the new issue tracker.

https://github.com/ariya/phantomjs/issues/10939
1.9
Ariya Hidayat 2013-03-20 20:32:24 -07:00
parent b5345bc133
commit 9ef69005d4
1 changed files with 20 additions and 20 deletions

View File

@ -4,32 +4,32 @@ Please see also http://phantomjs.org/releases.html.
New features
* Added spawn and execFile to execute external programs (issue 219)
* Added the ability to abort network requests (issue 230)
* Added system access to stdin, stdout, and stderr (issue 333)
* Added seek function to the File stream (issue 937)
* Implemented file read for a specified number of bytes (issue 938)
* Added a callback to handle network error (issue 954, 997)
* Implemented require.stub() support for a factory function (issue 1044)
* Added spawn and execFile to execute external programs (issue 10219)
* Added the ability to abort network requests (issue 10230)
* Added system access to stdin, stdout, and stderr (issue 10333)
* Added seek function to the File stream (issue 10937)
* Implemented file read for a specified number of bytes (issue 10938)
* Added a callback to handle network error (issue 10954, 10997)
* Implemented require.stub() support for a factory function (issue 11044)
Improvements
* Fixed the build on FreeBSD (issue 597)
* Ensured a consistent 72 dpi for Linux headless rendering (issue 659)
* Fixed possible PDF error due to invalid CreationDate field (issue 663)
* Fixed crash when uploading non existing files (issue 941)
* Improved the autocomplete internal of the interactive/REPL mode (issue 943)
* Fixed possible crash when accessing inline frames (issue 947)
* Changed Linux binary package setup to be built on CentOS 5 (issue 963)
* Extended SSL ignore setting to synchronous XHR (issue 985)
* Fixed incorrect date handling in the cookies (issue 1068)
* Fixed the build on FreeBSD (issue 10597)
* Ensured a consistent 72 dpi for Linux headless rendering (issue 10659)
* Fixed possible PDF error due to invalid CreationDate field (issue 10663)
* Fixed crash when uploading non existing files (issue 10941)
* Improved the autocomplete internal of the interactive/REPL mode (issue 10943)
* Fixed possible crash when accessing inline frames (issue 10947)
* Changed Linux binary package setup to be built on CentOS 5 (issue 10963)
* Extended SSL ignore setting to synchronous XHR (issue 10985)
* Fixed incorrect date handling in the cookies (issue 11068)
Examples
* Implemented a new weather example (issue 794)
* Fixed rendering issues in render_multi_url (issue 1021)
* Fixed proper event sequence in page_events example (issue 1028)
* Miscellanous tweaks (issue 1082)
* Implemented a new weather example (issue 10794)
* Fixed rendering issues in render_multi_url (issue 11021)
* Fixed proper event sequence in page_events example (issue 11028)
* Miscellanous tweaks (issue 11082)
2013-03-02: Version 1.8.2