[commons.util] fix: not properly converting bibyte and byte based sizes to bytes (size_to_byte)

This commit is contained in:
Vinicius Moreira
2022-04-10 14:00:32 -03:00
parent 374b7ce03f
commit f6a8f20d5b
5 changed files with 52 additions and 45 deletions

View File

@@ -30,7 +30,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixes
- General
- not properly converting bit based sizes (KiB, MiB, etc...) to byte based
- not properly converting bibyte (KiB, MiB, ...) and byte (KB, MB, ...) based sizes to bytes
- uninstall and downgrade logs are not available [#255](https://github.com/vinifmor/bauh/issues/255)
- Debian