ArchiveBot
ArchiveBot copied to clipboard
Bump ffi from 1.9.6 to 1.11.1 in /plumbing
Bumps ffi from 1.9.6 to 1.11.1.
Changelog
Sourced from ffi's changelog.
1.11.1 / 2019-05-20
Changed:
- Raise required ruby version to >=2.0. #699, #700
- Fix a possible linker error on ruby < 2.3 on Linux.
1.11.0 / 2019-05-17
This version was yanked on 2019-05-20 to fix an install issue on ruby-1.9.3. #700
Added:
- Add ability to disable or force use of system libffi. #669 Use like
gem inst ffi -- --enable-system-libffi.- Add ability to call FFI callbacks from outside of FFI call frame. #584
- Add proper documentation to FFI::Generator and ::Task
- Add gemspec metadata. #696, #698
Changed:
- Fix stdcall on Win32. #649, #669
- Fix load paths for FFI::Generator::Task
- Fix FFI::Pointer#read_string(0) to return a binary String. #692
- Fix benchmark suite so that it runs on ruby-2.x
- Move FFI::Platform::CPU from C to Ruby. #663
- Move FFI::StructByReference to Ruby. #681
- Move FFI::DataConverter to Ruby (#661)
- Various cleanups and improvements of specs and benchmarks
Removed:
1.10.0 / 2019-01-06
Added:
- Add /opt/local/lib/ to ffi's fallback library search path. #638
- Add binary gem support for ruby-2.6 on Windows
- Add FreeBSD on AArch64 and ARM support. #644
- Add FFI::LastError.winapi_error on Windows native or Cygwin. #633
Changed:
... (truncated)
Commits
3d8c91cUpdate CHANGELOG for ffi-1.11.12a3d9d6Bump VERSION to 1.11.119d5776Add some missing items to CHANGELOG for ffi-1.11.008b9b78Raise ruby version requirement to >=2.0e76c43bFix build on ruby-2.0 on Linux9b4a9e4Add version 1.11.0 to CHANGELOG36f1bb5Bump VERSION to 1.11.029c07a9Pass options from rake task to the FFI::Generator7efdd2eInclude the name of the template file instead of just rakebc99b7eAdd proper documentation to FFI::Generator and ::Task- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot ignore this [patch|minor|major] versionwill close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.