Releases: konsolebox/digest-xxhash-ruby
Releases · konsolebox/digest-xxhash-ruby
0.2.9
- Update xxhash.h to upstream version e626a72bc2 (v0.8.3)
0.2.8
This release fixes a RangeError
issue in the reset
method for algorithms with 64-bit seeds. Number arguments with values larger than an unsigned int
were rejected due to the use of FIX2UINT
in the code. See #3.
All changes:
0.2.7
- Update xxhash.h to upstream version 72e69d33c7 (v0.8.2)
- Set minimum rake-compiler version to 1.2.3
0.2.6
0.2.5
- Update xxhash.h to upstream version f852875e12
v0.2.4
- Update ruby.yml
- Update xxhash.h to upstream version d8aff149b5
- Update copyright year
- Simplify reassignment of install tasks
v0.2.3
- Update xxhash.h to upstream version d878e1d162
- Simplify test file filter regex
- Specify files manually in gemspec file
- Misc Rakefile improvements
- Improve alternate install task
- Set default task to 'compile' and 'test' but lazily compile if 'test' is specified
v0.2.2
- Update
xxhash.h
to upstream version a17161efb1 - Include digest/xxhash/version.rb from digest/xxhash.so as it should be
- Add test for
Digest::XXHash::VERSION
- Exclude some versions of rake-compiler from dependency
- Make github workflow work on other branches besides master
- Update appveyor.yml to work with rake-compiler's new behavior
- Uninstall Travis CI
v0.2.1
- Update
xxhash.h
to upstream version b3c51c736f - Update copyright year
v0.2.0
- Add XXH3_64bits and XXH3_128bits support
- Use ruby_xmalloc and ruby_xfree
- Implement a custom 'install' task
- Improve extconf.rb