Releases: onekey-sec/ubi_reader
v0.8.9 release
v0.8.8 release
What's Changed
Full Changelog: v0.8.7...v0.8.8
v0.8.7 release
What's Changed
- Fix faulty package name in requirements by @qkaiser in #66
- deps: replace python-lzo by lzallright. by @qkaiser in #76
- chore: enforce linear history for PRs while preserving merge commits by @vlaci in #77
- Move to poetry by @qkaiser in #78
- fix pyproject package definition by @qkaiser in #80
- fix(scripts): adapt scripts so we can expose them thru poetry. by @qkaiser in #81
- bump version to 0.8.7 by @qkaiser in #82
New Contributors
Full Changelog: v0.8.5-master...v0.8.7
UBI Reader v0.8.0 Master
UBI Reader v0.7.2 Master
Performance update.
UBI Reader v0.7.1 Master
Bug fixes and minor updates.
UBI Reader v0.6.3 Master
Added ubireader_list_files script contributed by @crmulliner
Master release. This version deals best with standard UBI/UBIFS images, to deal with problem images look at the testing branch.
Install with "python setup.py install" or run in place
UBI Reader v0.6.2 Master
Master release. This version deals best with standard UBI/UBIFS images, to deal with problem images look at the testing branch.
Install with "python setup.py install" or run in place.
UBI Reader v0.5.0 Testing
Testing release. This version is meant for dealing with broken or otherwise mangled images, that may require modifying ubi_reader. There is extra functionality meant to help aid in that process, and a tools directory with some examples of ways to get around such issues.
Use "python setup.py develop" to install to system, while being able to edit the source files as needed, or run in place.
UBI Reader v0.5.0 Master
Master release. This version deals best with standard UBI/UBIFS images, to deal with problem images look at the testing branch.
Install with "python setup.py install" or run in place.