Accepting request 656057 from home:mkraus:branches:Base:System

mtools 4.0.22

OBS-URL: https://build.opensuse.org/request/show/656057
OBS-URL: https://build.opensuse.org/package/show/Base:System/mtools?expand=0&rev=53
This commit is contained in:
2018-12-10 08:17:55 +00:00
committed by Git OBS Bridge
parent 08d21e2e53
commit a63e315e4d
6 changed files with 25 additions and 10 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Dec 7 12:32:07 UTC 2018 - malte.kraus@suse.com
- mtools 4.0.22:
* Fixed -f flag for mformat (size is KBytes, rather than sectors)
* Fixed toupper/tolower usage (unsigned char rather than plain
signed)
- mtools 4.0.21:
* Addressed compiler warnings
* Fixed length handling in character set conversion (Unicode file
names)
* Fixed matching of character range, when containing Unicode
characters (mdir "c:test[α-ω].exe")
* Fixed initialization of my_scsi_cmd constructor
-------------------------------------------------------------------
Wed Nov 14 14:33:32 UTC 2018 - Martin Loviska <mloviska@suse.com>