Releases: scanoss/minr
v2.6.0
Note: The minimum version of ldb required by this version is v4.1.0.
- removed ldb duplicated code.
- solve memory segfault during attribution mining.
- update Makefile.
- remove md5 calc duplicated functions.
What's Changed
- 2.6.0 by @mscasso-scanoss in #59
Full Changelog: v2.5.20...v2.6.0
v2.5.20
v2.5.19
What's Changed
- Update scancode license parsing, solve segfault when url download fails by @mscasso-scanoss in #55
Full Changelog: v2.5.18...v2.5.19
v2.5.18
What's Changed
- solve bug creating empty .csv file on pivot dir.
- The file paths with commas are not ignored any more. The comma is replaced by "-".
Full Changelog: v2.5.17...v2.5.18
v2.5.17
What's Changed
- solve bug extracting mz files.
- Remove duplicated function call by @mscasso-scanoss in #52
Full Changelog: v2.5.16...v2.5.17
v2.5.16
- solve error too many file open during tmp dir removing.
v2.5.15
Solve a bug (segfault) during wfp calculation (minr -z) for big files.
Add lines limit to wfp calculation.
Improve winnowing memory management.
v2.5.14
Solve bug renaming files with .enc extension.
Add extension validation previous to execute the join command.
v2.5.13
Solve bug ignoring first line of the file 00.csv during importation.
v2.5.12
-
Solve bug duplicating ignored file in both extra and regular source tables.
-
Change reported version format.
-
Update MD5 calculation using libcrypto. Remove MAX_FILE_SIZE limit when mining source code files. Update MZ tool to keep compatibility.
-
Update Makefile to keep backward compatibility.
-
Remove unwanted_headers from mine function, move it to snippet generation.
-
Remove .class extension from ignored extensions.
-
Update github actions dependencies.