Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1 KB

Changelog.md

File metadata and controls

54 lines (37 loc) · 1 KB

Change Log

Unreleased

Fixed

  • check.py fix to support pathnames with spaces
  • cpiofs fix date parsing

[v1.3.1] - 2020-01-07

Fixed

  • report status in check.py
  • use quiet flag for cpiofs

[v1.3.0] - 2020-01-07

Added

  • NEW cpiofs for cpio as filesystem
  • NEW universal check.py (so you just need to write a custom unpacker)
  • NEW android/unpack.sh (for check.py)
  • better options for scripts (FileContent and DataExtract)

Fixed

  • $PATH in makefile
  • FileContent file iterator
  • squashfs username parsing

[v1.2.0] - 2019-11-19

Changed

  • moved to go 1.13
  • only store current_file_treepath if filetree changed

[v.1.1.0] - 2019-10-15

Added

  • NEW FileCmp check for full file diff against 'old' version
  • allow multiple matches for regex based DataExtract

Fixed

  • squashfs username parsing

[v.1.0.1] - 2019-09-19

Fixed

  • filename for BadFiles check output

[v.1.0.0] - 2019-08-15

Added

  • CI
  • Build instructions

[initial] - 2019-08-05