- Update to version 0.1+git.20191004:

* Add eMMC vendor Micron to table
  * Optimize to_binstr() function
  * Fix parsing of character in to_binstr()
  * Cleanup memory in error case
  * Check calloc's return value before using the pointer
  * mmc-utils: feature spec 5.0+, add secure removal type fields to Extended CSD
  * mmc-utils: use MMC_IOC_MULTI_CMD for RPMB access
  * use proper type for RPMB blocks_cnt
  * fix GCC7 build by refactoring trimming routines
  * fix ENH_START_ADDR overflow

OBS-URL: https://build.opensuse.org/package/show/hardware/mmc-utils?expand=0&rev=29
This commit is contained in:
Martin Pluskal
2020-02-03 15:58:30 +00:00
committed by Git OBS Bridge
parent 9a72a47f5e
commit f1fe92fe8d
6 changed files with 31 additions and 15 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Feb 3 15:56:24 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
- Update to version 0.1+git.20191004:
* Add eMMC vendor Micron to table
* Optimize to_binstr() function
* Fix parsing of character in to_binstr()
* Cleanup memory in error case
* Check calloc's return value before using the pointer
* mmc-utils: feature spec 5.0+, add secure removal type fields to Extended CSD
* mmc-utils: use MMC_IOC_MULTI_CMD for RPMB access
* use proper type for RPMB blocks_cnt
* fix GCC7 build by refactoring trimming routines
* fix ENH_START_ADDR overflow
-------------------------------------------------------------------
Tue Aug 13 14:02:28 UTC 2019 - Martin Pluskal <mpluskal@suse.com>