Skip to content

Releases: konsolebox/digest-kangarootwelve-ruby

0.5.0

03 Jun 16:29
Compare
Choose a tag to compare

0.4.8

29 Jul 07:14
Compare
Choose a tag to compare
  • Undefine allocator function of Metadata

0.4.7

29 Jun 02:35
Compare
Choose a tag to compare
  • XKCP: Avoids bus error on Big Endian platforms with strict alignment constraints
  • XKCP: Adds TurboSHAKE support (KangarooTwelve now works on top of it)
  • Fix old-style function definition warning when compiling
  • Minimum rake-compiler version set to 1.2.3

0.4.6

15 Dec 13:13
Compare
Choose a tag to compare

0.4.5

12 May 06:32
Compare
Choose a tag to compare
  • Update XKCP to commit 6a5815f7d6
  • Improve arrangement of Rakefile code
  • Force build task to always clobber
  • Add output files in ext/digest/kangarootwelve as clean targets

0.4.4

02 Apr 07:34
Compare
Choose a tag to compare

0.4.3

02 Apr 07:34
Compare
Choose a tag to compare
  • Update XKCP to commit f07a7f61417
  • Enhance description in spec
  • Update ruby.yml to correct new testing
  • Remove an unused variable

0.4.2

15 Feb 15:32
Compare
Choose a tag to compare
  • Actually fix the issue where .s files aren't included when importing from XKCP and are not compiled.
    Thanks to midnight-wonderer for the report and fix on the cflag-related errors.
    Issue: #1

0.4.1

15 Feb 15:31
Compare
Choose a tag to compare
  • Attempt to fix issue where .s files aren't included when importing from XKCP and are not compiled
  • Add notes about needed cflags in README.md
  • Simplify reassignment of install tasks
  • Copyright year update

0.4.0

29 Dec 14:31
Compare
Choose a tag to compare
  • XKCP has been reincorporated as a submodule and tasks were added to help with the dynamic extraction and installation of needed files
  • Targets now dynamically reflect the targets in XKCP
  • Some targets are now different because XKCP changed them
  • An alternate install task which allows arguments to be forwarded to 'gem install' has been added
  • Test task now lazily calls compile tasks
  • Test for the VERSION constant has been added
  • Codes were rewrapped
  • digest/kangarootwelve/version is now required by extension
  • Github now workflow works on other branches
  • XKCP license gets extracted and imported during build
  • Files are now only clobbered when .git exists
  • Readme has been updated
  • Copyright year has been updated
  • appveyor.yml has been updated
  • Travis CI has been uninstalled