Bumps ffi from 1.9.18 to 1.11.3.
Changelog
Sourced from ffi's changelog.
1.11.3 / 2019年11月25日
Removed:
- Remove support for tainted objects which cause deprecation warnings in ruby-2.7. #730
1.11.2 / 2019年11月11日
Added:
- Add DragonFlyBSD as a platform. #724
Changed:
- Sort all types.conf files, so that files and changes are easier to compare.
- Regenerated type conf for freebsd12 and x86_64-linux targets. #722
- Remove MACOSX_DEPLOYMENT_TARGET that was targeting very old version 10.4. #647
- Fix library name mangling for non glibc Linux/UNIX. #727
- Fix compiler warnings raised by ruby-2.7
- Update libffi to latest master.
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
... (truncated)
Commits
6ea465e Bump VERSION to 1.11.3
418e2b3 Prepare CHANGELOG for 1.11.3
b924884 Merge branch 'y-yagi-remove_taint_support'
7ce0a9a Remove taint support
a0386c8 Update CHANGELOG [ci skip]
4c8051e Update libffi to latest master
8121e6f Update CHANGELOG for 1.11.2
1b64c01 Bump VERSION to 1.11.2
d18826d Merge pull request #722 from adam12/regenerate-freebsd12-types
7f909c2 Fix library name mangling for non glibc Linux/UNIX
- Additional commits viewable in compare view
Dependabot compatibility score
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 rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot ignore this [patch|minor|major] version will 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 dependency will 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 labels will set the current labels as the default for future PRs for this repo and language
@dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
@dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
@dependabot use this milestone will 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.
Bumps ffi from 1.9.18 to 1.11.3.
Changelog
Sourced from ffi's changelog.
Commits
6ea465eBump VERSION to 1.11.3418e2b3Prepare CHANGELOG for 1.11.3b924884Merge branch 'y-yagi-remove_taint_support'7ce0a9aRemove taint supporta0386c8Update CHANGELOG [ci skip]4c8051eUpdate libffi to latest master8121e6fUpdate CHANGELOG for 1.11.21b64c01Bump VERSION to 1.11.2d18826dMerge pull request #722 from adam12/regenerate-freebsd12-types7f909c2Fix library name mangling for non glibc Linux/UNIXDependabot compatibility score
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 languageYou can disable automated security fix PRs for this repo from the Security Alerts page.