Changelog for
ruby2.2-rubygem-ethon-0.11.0-1.1.x86_64.rpm :
Thu Oct 26 14:00:00 2017 cooloAATTsuse.com
- updated to version 0.11.0
see installed CHANGELOG.md
Sat Dec 3 13:00:00 2016 cooloAATTsuse.com
- updated to version 0.10.1
see installed CHANGELOG.md
Wed Sep 21 14:00:00 2016 cooloAATTsuse.com
- updated to version 0.9.1
see installed CHANGELOG.md
Fri Apr 29 14:00:00 2016 cooloAATTsuse.com
- updated to version 0.9.0
see installed CHANGELOG.md
Thu Jan 21 13:00:00 2016 cooloAATTsuse.com
- updated to version 0.8.1
see installed CHANGELOG.md
Fri Sep 18 14:00:00 2015 cooloAATTsuse.com
- updated to version 0.8.0
see installed CHANGELOG.md
Sat Jun 20 14:00:00 2015 cooloAATTsuse.com
- updated to version 0.7.4
see installed CHANGELOG.md
Sat Feb 21 13:00:00 2015 cooloAATTsuse.com
- updated to version 0.7.3
Mon Feb 9 13:00:00 2015 cooloAATTsuse.com
- updated to version 0.7.2
Fri Oct 17 14:00:00 2014 cooloAATTsuse.com
- updated to version 0.7.1
* MS Windows determination delegated to `Gem.windows?` for better accuracy.
* FFI data-types updated to work on MS Windows.
Not backwards compatible changes:
* `mime-types` are no longer a dependency. The gem will be still used if available to determine the mime type of a file which is uploaded.
That means you have to have take care of the gem installation yourself.
Mon Oct 13 14:00:00 2014 cooloAATTsuse.com
- adapt to new rubygem packaging
Fri Mar 21 13:00:00 2014 cooloAATTsuse.com
- updated to version 0.7.0
Not backwards compatible changes:
* `mime-types` are no longer a dependency. The gem will be still used if available to determine the mime type of a file which is uploaded. That means you have to have take care of the gem installation yourself.
[Full Changelog](https://github.com/typhoeus/ethon/compare/v0.6.2...0.7.0)
Sat Feb 22 13:00:00 2014 cooloAATTsuse.com
- updated to version 0.6.3
[Full Changelog](https://github.com/typhoeus/ethon/compare/v0.6.2...v0.6.3)
Sat Dec 21 13:00:00 2013 cooloAATTsuse.com
- updated to version 0.6.2
[#]# 0.6.2
[Full Changelog](https://github.com/typhoeus/ethon/compare/v0.6.1...v0.6.2)
Mon Aug 26 14:00:00 2013 cooloAATTsuse.com
- updated to version 0.6.1
[Full Changelog](https://github.com/typhoeus/ethon/compare/v0.5.12...v0.6.0)
The changelog entries are coming soon!
Bugfixes:
* URL-encode nullbytes in parameters instead of escaping them to `\\\\0`.
([Tasos Laskos](https://github.com/zapotek)
Fri May 10 14:00:00 2013 cooloAATTsuse.com
- updated to version 0.5.12
[Full Changelog](https://github.com/typhoeus/ethon/compare/v0.5.11...v0.5.12)
Enhancements:
* Performance optimizations.
([Kyle Oppenheim](https://github.com/koppenheim) and [Richie Vos](https://github.com/richievos), [\\#48](https://github.com/typhoeus/ethon/pull/48))
* Reuse memory pointer.
([Richie Vos](https://github.com/richievos), [\\#49](https://github.com/typhoeus/ethon/pull/49))
Bugfixes:
* Fix windows install.
([Derik Olsson](https://github.com/derikolsson), [\\#47](https://github.com/typhoeus/ethon/pull/47))
* Handle urls that already contain query params.
([Turner King](https://github.com/turnerking ), [\\#45](https://github.com/typhoeus/ethon/pull/45))
[#]# 0.5.11
[Full Changelog](https://github.com/typhoeus/ethon/compare/v0.5.10...v0.5.11)
Enhancements:
* Add support for postredirs, unrestricted_auth.
* Add support for cookie, cookiejar, cookiefile.
([erwanlr](https://github.com/erwanlr), [\\#46](https://github.com/typhoeus/ethon/pull/46))
* Relax ffi requirements.
([voxik](https://github.com/voxik), [\\#40](https://github.com/typhoeus/ethon/pull/40))
* Various documentation improvements.
([Craig Little](https://github.com/craiglittle))
Bugfixes:
* Fix the memory leaks.
([Richie Vos](https://github.com/richievos), [\\#45](https://github.com/typhoeus/ethon/pull/45))
Fri Dec 28 13:00:00 2012 cooloAATTsuse.com
- initial package (version 0.5.7)