Changelog for
ruby3.3-rubygem-mechanize-2.10.1-lp156.5.3.x86_64.rpm :
* Fri Jun 21 2024 Dan Čermák
- ## 2.10.1 / 2024-06-12
* Improve page encoding error recovery on pages with broken encoding when used with libxml2 >= 2.12.0. (#644) AATTflavorjones
* Mon Jan 29 2024 Dan Čermák - 2.10.0: [#]# 2.10.0 / 2024-01-22
* Add `nkf` and `base64` as explicit dependencies, since they are being unbundled in Ruby 3.4. (#634) AATTflavorjones 2.9.2: [#]# 2.9.2 / 2024-01-15
* Correct spelling errors in documentation. (#631) AATTp-linnane
* Updated User-Agent strings to represent modern browser versions. (#632) AATTtakatea
* Sat Nov 04 2023 Marcus Rueckert - limit ruby versions on leap
* Fri Nov 03 2023 Dan Čermák - ## 2.9.1 / 2023-04-17 [#]## Update
* Updated User-Agent strings to represent modern browser versions. (#612) Thank you, AATTtakatea! [#]# 2.9.0 / 2023-04-07 [#]## Requirements
* Mechanize now requires Ruby 2.6 or newer. [#]## Improvement
* Mechanize can now parse frozen strings. (#610)
* Thu Aug 04 2022 Stephan Kulow updated 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 Stephan Kulow updated 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 Stephan Kulow updated 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)