Skip to content

Releases: scanoss/minr

v2.6.0

27 Feb 13:51
9ee3007
Compare
Choose a tag to compare

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

Full Changelog: v2.5.20...v2.6.0

v2.5.20

05 Feb 21:49
8c42d36
Compare
Choose a tag to compare

What's Changed

  • solve double free issue on local mining

Full Changelog: v2.5.19...v2.5.20

v2.5.19

25 Jan 10:52
51912f5
Compare
Choose a tag to compare

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

11 Jan 15:39
358ede9
Compare
Choose a tag to compare

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

19 Dec 12:07
4d0fc26
Compare
Choose a tag to compare

What's Changed

v2.5.16

12 Dec 10:42
d2cfdef
Compare
Choose a tag to compare
  • solve error too many file open during tmp dir removing.

v2.5.15

04 Dec 12:04
4249005
Compare
Choose a tag to compare

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

02 Nov 10:43
7c31d90
Compare
Choose a tag to compare

Solve bug renaming files with .enc extension.
Add extension validation previous to execute the join command.

v2.5.13

11 Oct 15:04
52e15a8
Compare
Choose a tag to compare

Solve bug ignoring first line of the file 00.csv during importation.

v2.5.12

10 Oct 09:46
1106880
Compare
Choose a tag to compare
  • 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.