|
| 1 | +Version 1.2.4 |
| 2 | +------------- |
| 3 | + |
| 4 | + - fix command line escapement vulnerability with execution of curl binary on https fetches (mohrt) |
| 5 | + |
| 6 | +Version 1.2.3 |
| 7 | +----------- |
| 8 | + - updated the version variable in the code to reflect the new version number |
| 9 | + - fixed a typo that I introduced in 1.2.2 (the first character of the file is a "z" (gene_wood, Marc Desrousseaux, Jan Pedersen) |
| 10 | + - fixed BUG # 1328793 : fetch is case sensetive when it comes to the scheme (http / https) (gene_wood) |
| 11 | + |
| 12 | +Version 1.2.2 |
| 13 | +----------- |
| 14 | + - incorporated PATCH # 985470 : pass port information in http 1.1 Host header ( http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.23 ) (gene_wood) |
| 15 | + - fixed BUG # 1110049 : redirect is case sensitive |
| 16 | + - fixed bug in security bugfix from 1.2.1 (gene_wood, kellan, zaruba) |
| 17 | + |
| 18 | +Version 1.2.1 |
| 19 | +----------- |
| 20 | + - fixed potential security issue with unchecked variables being passed to exec (for https with curl) (gene_wood) |
| 21 | + - fixed BUG # 1086830 : submitlinks,fetchlinks and submittext expandlinks with the URI of the original page not the refreshed page (gene_wood) |
| 22 | + - fixed BUG # 1077870 : Snoopy can't deal with multiple spaces in a refresh tag (gene_wood) |
| 23 | + - fixed BUG # 864047 : Root relative links are treated as relative (gene_wood) |
| 24 | + - fixed BUG # 1097134 : Undefined URI_PARTS["path"] generates Notice (gene_wood) |
| 25 | + |
| 26 | +Version 1.2 |
| 27 | +----------- |
| 28 | + - fixed BUG # 1014823 : Meta redirect regex inaccurate (gene_wood) |
| 29 | + - fixed BUG # 999079 : Trailing slashes not removed in uri passed to fetchlinks (gene_wood) |
| 30 | + - fixed BUG # 642958 and 912060 : $URI_PARTS["query"] causing undefined variable notices (gene_wood) |
| 31 | + - fixed BUG # 626849 : cURL security risk (Tajh Leitso, gene_wood) |
| 32 | + - fixed BUG # 626849 : Corrects the redirect function under the submit functions (Tajh Leitso, gene_wood) |
| 33 | + - fixed BUG # 912060 : Undefined variable: postdata (gene_wood) |
| 34 | + - fixed BUG # 858526 : win32 tmp/$headerfile create error (gene_wood) |
| 35 | + - fixed BUG # 929682 : Called undefined function is_executable() on line 194. (gene_wood) |
| 36 | + - fixed BUG # 859711 : typo: http://snoopy.sourceforge.com (gene_wood) |
| 37 | + - fixed BUG # 852993 : double urlencoding breaks redirect (gene_wood) |
| 38 | + - added proxy user/pass support (Robert Zwink, Monte) |
| 39 | + - fixed post data array problem (stefan, Monte) |
| 40 | + |
| 41 | +Version 1.01 |
| 42 | +----------- |
| 43 | + - fixed problem with PHP 4.3.2 and fread() (Monte) |
| 44 | + |
| 45 | +Version 1.0 |
| 46 | +----------- |
| 47 | + - added textarea to stripform functionality (Monte) |
| 48 | + - fixed multiple cookie setting problem (Monte) |
| 49 | + - fixed problem where extra text inside <frame src (Monte) |
| 50 | + - fixed problem where extra text inside <a href (Monte) |
| 51 | + - removed http request header from curl fetched |
| 52 | + documents, not needed (Monte) |
| 53 | + - added carriage return to newlines on headers (Monte) |
| 54 | + - fixed bug with curl, removed single quotes |
| 55 | + - fixed bug with curl and "&" in the URL |
| 56 | + - added ability to post files. (Andrei) |
| 57 | + |
| 58 | +Version 0.94 |
| 59 | +------------ |
| 60 | + - Added fetchform() function |
| 61 | + - Fixed misc issues with frames |
| 62 | + - Added SSL support via cURL |
| 63 | + - fixed bug with posting arrays of data |
| 64 | + - added status variable for http status |
| 65 | + |
| 66 | +Version 0.93 |
| 67 | +------------ |
| 68 | + - fixed bug with hostname match in a redirect location header |
| 69 | + - added $lastredirectaddr variable |
| 70 | + |
| 71 | +Version 0.92 |
| 72 | +------------ |
| 73 | + - fixed redirect bug with MS web server |
| 74 | + - added ability to pass set cookies through redirects |
| 75 | + - added ability to traverse html frames |
| 76 | + |
| 77 | +Version 0.91 |
| 78 | +------------ |
| 79 | + - fixed bug with return headers being overwritten. |
| 80 | + Please read the NEWS file for important notes. (Monte) |
| 81 | + |
| 82 | +Version 0.9 |
| 83 | +----------- |
| 84 | + - added support for read timeouts (Andrei) |
| 85 | + - standardized distribution (Andrei) |
| 86 | + |
| 87 | +Version 0.1e |
| 88 | +------------ |
| 89 | + - fixed bug in fetchlinks logic (Monte) |
| 90 | + |
| 91 | +Version 0.1d |
| 92 | +------------ |
| 93 | + - fixed redirect bug without fully qualified url (Monte) |
| 94 | + |
| 95 | +Version 0.1c |
| 96 | +------------ |
| 97 | + - fixed bug on submitting formvars after a redirect (Monte) |
| 98 | + |
| 99 | +Version 0.1b |
| 100 | +------------ |
| 101 | + - fixed bug to allow empty post vars on a submit (Monte) |
| 102 | + |
| 103 | +Version 0.1 |
| 104 | +------------ |
| 105 | + - initial release (Monte) |
0 commit comments