summaryrefslogtreecommitdiff
path: root/mtools.spec
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2022-01-14 10:51:41 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2022-01-14 10:51:41 +0900
commit0ecb2dba7f37161dee9939bc6d376c0e4bede2d4 (patch)
tree382875105da29a8baf095e2318b725d4144e21c0 /mtools.spec
parent261dc4945116580cb8d26b33d5bf6caa4e04bbac (diff)
downloadmtools-0ecb2dba7f37161dee9939bc6d376c0e4bede2d4.tar.gz
mtools-0ecb2dba7f37161dee9939bc6d376c0e4bede2d4.tar.bz2
mtools-0ecb2dba7f37161dee9939bc6d376c0e4bede2d4.zip
Imported Upstream version 4.0.21upstream/4.0.21
Diffstat (limited to 'mtools.spec')
-rw-r--r--mtools.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/mtools.spec b/mtools.spec
index b655176..7b3e8c0 100644
--- a/mtools.spec
+++ b/mtools.spec
@@ -1,7 +1,7 @@
%define _binary_payload w9.gzdio
Name: mtools
Summary: mtools, read/write/list/format DOS disks under Unix
-Version: 4.0.20
+Version: 4.0.21
Release: 1
License: GPLv3+
Group: Utilities/System
@@ -135,6 +135,13 @@ if [ -f %{_bindir}/install-info ] ; then
fi
%changelog
+* Sat Nov 24 2018 Alain Knaff <alain@knaff.lu>
+- Fixed compilation for MingW
+- After MingW compilation, make sure executable has .exe extension
+- 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
* Sun Nov 11 2018 Alain Knaff <alain@knaff.lu>
- initialize directory entries to 0
- bad message "Too few sectors" replaced with "Too many sectors"