File rubygem-ethon.changes of Package rubygem-ethon.3372
-------------------------------------------------------------------
Fri Apr 29 04:32:42 UTC 2016 - coolo@suse.com
- updated to version 0.9.0
see installed CHANGELOG.md
-------------------------------------------------------------------
Thu Jan 21 05:34:09 UTC 2016 - coolo@suse.com
- updated to version 0.8.1
see installed CHANGELOG.md
-------------------------------------------------------------------
Fri Sep 18 04:30:18 UTC 2015 - coolo@suse.com
- updated to version 0.8.0
see installed CHANGELOG.md
-------------------------------------------------------------------
Sat Jun 20 04:30:34 UTC 2015 - coolo@suse.com
- updated to version 0.7.4
see installed CHANGELOG.md
-------------------------------------------------------------------
Sat Feb 21 05:28:54 UTC 2015 - coolo@suse.com
- updated to version 0.7.3
-------------------------------------------------------------------
Mon Feb 9 07:46:39 UTC 2015 - coolo@suse.com
- updated to version 0.7.2
-------------------------------------------------------------------
Fri Oct 17 04:42:20 UTC 2014 - coolo@suse.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 12:05:11 UTC 2014 - coolo@suse.com
- adapt to new rubygem packaging
-------------------------------------------------------------------
Fri Mar 21 12:54:12 UTC 2014 - coolo@suse.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 06:25:43 UTC 2014 - coolo@suse.com
- updated to version 0.6.3
[Full Changelog](https://github.com/typhoeus/ethon/compare/v0.6.2...v0.6.3)
-------------------------------------------------------------------
Sat Dec 21 08:14:15 UTC 2013 - coolo@suse.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 05:05:50 UTC 2013 - coolo@suse.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 15:06:36 UTC 2013 - coolo@suse.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:23:00 UTC 2012 - coolo@suse.com
- initial package (version 0.5.7)