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
commit28036bce31eb21d994194aa0645639a765e49e60 (patch)
tree80c4846dc469384ec09e7c51b5bfdad16538c9e1 /mtools.spec
parentf905f5aada0700ef4be96749655f46a79d912c35 (diff)
downloadmtools-28036bce31eb21d994194aa0645639a765e49e60.tar.gz
mtools-28036bce31eb21d994194aa0645639a765e49e60.tar.bz2
mtools-28036bce31eb21d994194aa0645639a765e49e60.zip
Imported Upstream version 4.0.23upstream/4.0.23
Diffstat (limited to 'mtools.spec')
-rw-r--r--mtools.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/mtools.spec b/mtools.spec
index 2d6a238..df41d6a 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.22
+Version: 4.0.23
Release: 1
License: GPLv3+
Group: Utilities/System
@@ -135,6 +135,11 @@ if [ -f %{_bindir}/install-info ] ; then
fi
%changelog
+* Sun Dec 09 2018 Alain Knaff <alain@knaff.lu>
+- Address lots of compiler warnings (assignments between different types)
+- Network speedup fixes for floppyd (TCP_CORK)
+- Typo fixes
+- Explicitly pass available target buffer size for character set conversions
* Sun Dec 02 2018 Alain Knaff <alain@knaff.lu>
- Fixed -f flag for mformat (size is KBytes, rather than sectors)
- Fixed toupper/tolower usage (unsigned char rather than plain signed)