SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby3.1-rubygem-mechanize-2.8.5-150300.1.2.x86_64.rpm :

* Thu Aug 04 2022 cooloAATTsuse.comupdated to version 2.8.5 see installed CHANGELOG.md [#]# 2.8.5 / 2022-06-09 [#]## Security Fixes low-severity CVE-2022-31033, \"Authorization header leak on port redirect.\" See [GHSA-64qm-hrgp-pgr9](https://github.com/sparklemotion/mechanize/security/advisories/GHSA-64qm-hrgp-pgr9) for more details.
* Tue Jan 25 2022 cooloAATTsuse.comupdated to version 2.8.4 see installed CHANGELOG.md [#]# 2.8.4 / 2022-01-17 [#]## Fix
* `Mechanize::CookieJar#load` calls `Psych.safe_load` when using Psych >= 3.1 [#]# 2.8.3 / 2021-11-11 [#]## Update
* Update the \"Linux Firefox\" user agent string to rev94 (#587) Thank you, AATTncs1! [#]# 2.8.2 / 2021-08-06 [#]## Dependencies
* Update dependency on Addressable from `~>2.7` to `~>2.8`. (#584) AATTyidingww
* Thu Jun 24 2021 cooloAATTsuse.comupdated to version 2.8.1 CHANGELOG.rdoc removed upstream
* Sat Jun 02 2018 factory-autoAATTkulow.org- updated to version 2.7.6 see installed CHANGELOG.rdoc === 2.7.6
* New Features
* Mechanize#set_proxy accepts an HTTP URL/URI. (#513)
* Bug fix
* Fix element(s)_with(search: selector) methods not working for forms, form fields and frames. (#444)
* Improve the filename parser for the `Content-Disposition` header. (#496, #517)
* Accept `Content-Encoding: identity`. (#515)
* Mechanize::Page#title no longer picks a title in an embeded SVG/RDF element. (#503)
* Make Mechanize::Form#has_field? boolean. (#501)
* Tue Aug 23 2016 cooloAATTsuse.com- updated to version 2.7.5 see installed CHANGELOG.rdoc === 2.7.5
* New Features
* All 4xx responses and RedirectLimitReachedError when fetching robots.txt are treated as full allow just like Googlebot does.
* Enable support for mime-types > 3.
* Bug fix
* Don\'t cause infinite loop when `GET /robots.txt` redirects. (#457)
* Fix basic authentication for a realm that contains uppercase characters. (#458, #459)
* Fix encoding error when uploading a file which name is non-ASCII. (#333)
* Thu Jan 21 2016 cooloAATTsuse.com- updated to version 2.7.4 see installed CHANGELOG.rdoc === 2.7.4
* New Features
* Accept array-like and hash-like values as query/parameter value. A new utility method Mechanize::Util.each_parameter is added, and Mechanize::Util.build_query_string is enhanced for this feature.
* Allow passing a `Form::FileUpload` instance to `#post`. #350 by Sam Rawlins.
* Capture link when scheme is unsupported. #362 by Jon Rowe.
* Pre-defined User-Agent stings are updated to those of more recent versions, and new aliases for IE 10/11 and Edge are added.
* Support for mime-types 1.x is restored while keeping compatible with mime-types 2.x and adding support for 3.0.
* Mechanize::Page now responds to #xpath, #css, #at_xpath, #at_css, and #%.
* element(s)_with methods now accept :xpath and :css options for doing xpath/css selector searching.
* Pass URI information to Nokogiri where applicable. #405 AATTlulalala
* Bug fix
* Don\'t raise an exception if a connection has set a {read,open}_timeout and a `file://` request is made. (#397)
* Fix whitespace bug in WWW-Authenticate. #451, #450, by Rasmus Bergholdt
* Don\'t allow redirect from a non-file URL to a file URL for security reasons. (#455)
* Fri Nov 22 2013 cooloAATTsuse.com- updated to version 2.7.3
* New Features
* Allow net-http-persistent instance to be named. #324, John Weir.
* #save and #save! return filename #340
* Updated mime-types requirement to 2.x versions. #348 by Jeff Nyman.
* Bug fix
* Ensure Download#save! defaults back to original filename if none is provided (#300)
* Mon Aug 26 2013 cooloAATTsuse.com- updated to version 2.7.2
* Bug fix
* API compatibility issues with Mechanize::CookieJar cookies has been addressed. https://github.com/sparklemotion/http-cookie/issues/2 #326 === 2.7.1
* Bug fix
* Ensure images with no \"src\" attribute still return correct URLs. #317
* Fixes Mechanize::Parser#extract_filename where an empty string filename in the response caused unhandled exception. #318
* Tue Jun 04 2013 cooloAATTsuse.com- updated to version 2.7.1
* Bug fix
* Ensure images with no \"src\" attribute still return correct URLs. #317
* Fri May 24 2013 cooloAATTsuse.com- updated to version 2.7.0
* New Features
* Mechanize::Agent#response_read will now raise a Mechanize::ResponseReadError instead of an EOFError and avoid losing requested content. #296.
* Depend on http-cookie, add backwards compatible deprecations. [#257] Akinori MUSHA.
* Added `Download#save!` for overwriting existing files. #300 Sean Kim.
* Bug fix
* Ensure page URLs with whitespace in them are escaped #313 AATTpacop.
* Added a workaround for a bug of URI#+ that led to failure in resolving a relative path containing double slash like \"/../http://.../\". #304 === 2.6.0
* New Features
* Mechanize#start and Mechanize#shutdown (Thanks, Damian Janowski!)
* Added Mechanize::Agent#allowed_error_codes for setting an Array of status codes which should not raise an error. #248 Laurence Rowe.
* Added `File.save!` for overwriting existing files #219.
* DirectorySaver::save_to now accepts an option to decode filename. #262
* element(s)_with methods now accept a :search option for doing xpath/css selector searching. #287 Philippe Bourgau
* Added httponly option for Mechanize::Cookie #242 by Paolo Perego.
* Added Mechanize::XmlFile as a default pluggable parser for handling XML responses. #289
* Minor enhancements
* Added Mechanize::Download#save_as as an alias to #save. #246
* Fix documentation for `Mechanize::Page` element matchers. #269
* Added Mechanize::Form::Field#raw_value for fetching a fields value before it\'s sent through Mechanize::Util.html_unescape. #283
* Added iPad and Android user agents. #277 by sambit, #278 by seansay.
* Bug fix
* Mechanize#cert and Mechanize#key now return the values set by [#]cert= and #key=. #244, #245 (Thanks, Robert Gogolok!)
* Mechanize no longer submits disabled form fields. #276 by Bogdan Gusiev, [#279] by Ricardo Valeriano.
* Mechanize::File#save now behaves like Mechanize::Download#save in that it will create the parent directory before saving. [#272], #280 by Ryan Kowalick
* Ensure `application/xml` is registered as an XML parser in
 
ICM