1mtools (4.0.26) stable; urgency=low 2 * Fix compilation on Macintosh 3 * Ignore image file locking errors if we are performing a read-only access anyways 4 * Minor man-page fixes 5 -- Alain Knaff <alain@knaff.lu> Sat, 28 Nov 2020 12:46:04 +0100 6mtools (4.0.25) stable; urgency=low 7 * Preserve non-updated contents of info sector, just in case it contains program code 8 * When parsing config file, always use "C" locale for case-insensitive comparisons 9 -- Alain Knaff <alain@knaff.lu> Sat, 24 Oct 2020 16:53:52 +0200 10mtools (4.0.24) stable; urgency=low 11 * Spelling fixes in documentation 12 * Permit calling "make install" with >= -j2 13 * Added AC_SYS_LARGEFILE, needed for compiling on certain ARM procs 14 15 -- Alain Knaff <alain@knaff.lu> Sun, 22 Mar 2020 07:45:19 +0100 16mtools (4.0.23) stable; urgency=low 17 * Address lots of compiler warnings (assignments between different types) 18 * Network speedup fixes for floppyd (TCP_CORK) 19 * Typo fixes 20 * Explicitly pass available target buffer size for character set conversions 21 22 -- Alain Knaff <alain@knaff.lu> Sun, 9 Dec 2018 23:26:50 +0100 23mtools (4.0.22) stable; urgency=low 24 * Fixed -f flag for mformat (size is KBytes, rather than sectors) 25 * Fixed toupper/tolower usage (unsigned char rather than plain signed) 26 -- Alain Knaff <alain@knaff.lu> Sun, 2 Dec 2018 18:29:59 +0100 27 28mtools (4.0.21) stable; urgency=low 29 * Fixed compilation for MingW 30 * After MingW compilation, make sure executable has .exe extension 31 * Addressed compiler warnings 32 * Fixed length handling in character set conversion (Unicode file names) 33 * Fixed matching of character range, when containing Unicode characters (mdir "c:test[α-ω].exe") 34 * Fixed initialization of my_scsi_cmd constructor 35 -- Alain Knaff <alain@knaff.lu> Sat, 24 Nov 2018 09:50:03 +0100 36 37mtools (4.0.20) stable; urgency=low 38 * initialize directory entries to 0 39 * bad message "Too few sectors" replaced with "Too many sectors" 40 * apostrophe in mlabel no longer causes generation of long entry 41 * option to fake system date for file creation using the SOURCE_DATE_EPOCH environment variables 42 * can now be compiled with "clang" compiler 43 * fallback function for strndup, for those platforms that don't have it 44 * fixed a number of -Wextra warnings 45 * new compressed archive formats for uz/lz 46 * allow to specify number of reserved sectors for FAT32. 47 * file/device locking with timeout (rather than immediate failure) 48 * fixed support for BPB-less legacy formats. 49 * removed check that disk must be an integer number of tracks. 50 * removed .eh/.oh macros from manual pages 51 -- Alain Knaff <alain@knaff.lu> Sun, 11 Nov 2018 14:56:06 +0100 52 53mtools (4.0.19) stable; urgency=low 54 * Fix for short file names starting with character 0xE5 55 (by remapping it to 0x5) 56 * mpartition: Partition types closer to what Microsoft uses 57 * mformat: figure out LBA geometry as last resort if geometry 58 * is neither specified in config and/or commandline, nor can be 59 * queried from the device 60 * mformat: use same default cluster size by size as Microsoft 61 for FAT32 62 * additional sanity checks 63 * document how cluster size is picked in mformat.c man page 64 * document how partition types are picked in mpartition.c man page 65 -- Alain Knaff <alain@knaff.lu> Thu, 29 Sep 2018 12:00:00 +0200 66mtools (4.0.18) stable; urgency=low 67 * Fix for names of iconv encodings on AIX 68 * Fix mt_size_t on NetBSD 69 * Fixed compilation on Mingw 70 * Fixed doc (especially mformat) 71 * Fix mformat'ing of FAT12 filesystems with huge cluster sizes 72 * Minfo prints image file name in mformat command line if an image 73 * file name was given 74 * Always generate gzip-compressed RPMs, in order to remain 75 * compatible with older distributions 76 * Fixed buffer overflow with drive letter in mclasserase 77 -- Alain Knaff <alain@knaff.lu> Wed, 9 Jan 2013 00:21:20 +0200 78mtools (4.0.17) stable; urgency=low 79 80 * mbadblocks now takes a list of bad blocks (either as sectors 81 or as clusters) 82 * mbadblocks now is able to do write scanning for bad blocks 83 * mshowfat can show cluster of specific offset 84 * Enable mtools to deal with very small sector sizes... 85 * Fixed encoding of all-lowercase names (no need to mangle 86 these) 87 * Consider every directory entry after an ENDMARK (0x00) to be deleted 88 * After writing a new entry at end of a directory, be sure to also add 89 an ENDMARK (0x00) 90 * Deal with possibility of a NULL pointer being returned by 91 localtime during timestamp conversion 92 -- Alain Knaff <alain@knaff.lu> Wed, 29 Jun 2011 00:21:20 +0200 93mtools (4.0.16) stable; urgency=low 94 95 * configure.in fixes 96 * fixed formatting of fat_size_calculation.tex document 97 * compatibility with current autoconfig versions 98 * Make it clear that label is limited to 11 characters 99 * Fixed typo in initialization of FAT32 info sector 100 101 -- Alain Knaff <alain@knaff.lu> Sat, 16 Apr 2011 18:00:30 +0200 102mtools (4.0.15) stable; urgency=low 103 104 * Added missing -i option to mshortname 105 * Split .deb package into mtools and floppyd in order to 106 match Ubuntu 107 108 -- Alain Knaff <alain@knaff.lu> Sun, 17 Oct 2010 19:42:46 +0200 109mtools (4.0.14) stable; urgency=low 110 111 * New mshortname command 112 * Fix floppyd for disks bigger than 2 Gig 113 * Remove obsolete -z flag 114 * Remove now unsupported AC_USE_SYSTEM_EXTENSIONS 115 * Fixed output formatting of mdir if MTOOLS_DOTTED_DIR is set 116 * Mformat now correctly writes backup boot sector 117 * Fixed signedness of serial number in mlabel 118 * Fixed buffer size problem in mlabel 119 * Make mlabel write backup boot sector if FAT32 120 * Catch situation where both clear and new label are given to mlabel 121 * Quote filename parameters to scripts 122 * Mformat: Close file descriptor for boot sector 123 * Added lzip support to scripts/uz 124 * Added Tot_sectors option to mformat 125 * Fixed hidden sector handling in mformat 126 * Minfo generates mformat command lines containing new -T option 127 * Mlabel prints error if label too long 128 129 -- Alain Knaff <alain@knaff.lu> Tue, 12 Oct 2010 00:19:48 +0200 130mtools (4.0.13) stable; urgency=low 131 132 * Merged Debian patches 133 134 -- Alain Knaff <alain@knaff.lu> Sun, 28 Feb 2010 15:33:45 +0100 135mtools (4.0.12) stable; urgency=low 136 137 * Mingw compatibility fixes 138 139 -- Alain Knaff <alain@knaff.lu> Tue, 3 Nov 2009 21:26:58 +0100 140mtools (4.0.11) stable; urgency=low 141 142 * Fixed compiler in mlabel.c and elsewhere 143 * Fixed h flag in mattrib.c 144 * Added missing error checking in floppyd and elsewhere 145 146 -- Alain Knaff <alain@knaff.lu> Sat, 29 Aug 2009 14:38:19 +0200 147mtools (4.0.10) stable; urgency=low 148 149 * More copyright stuff 150 * Fixed issues with max filesize (was 2GB instead of 4GB, and 151 warned only after copying the beginning) 152 153 -- Alain Knaff <alain@knaff.lu> Tue, 3 Mar 2009 22:14:04 +0100 154mtools (4.0.9) stable; urgency=low 155 156 * More copyright stuff 157 158 -- Alain Knaff <alain@knaff.lu> Mon, 2 Mar 2009 22:15:54 +0100 159mtools (4.0.8) stable; urgency=low 160 161 * Copyright notices 162 163 -- Alain Knaff <alain@knaff.lu> Sun, 1 Mar 2009 00:36:22 +0100 164mtools (4.0.7) stable; urgency=low 165 166 * Fixed conversion to native on OS/2 167 * Fix parsing of --help flag 168 169 -- Alain Knaff <alain@knaff.lu> Tue, 24 Feb 2009 19:55:46 +0100 170mtools (4.0.6) stable; urgency=low 171 172 * Fallback for missing wchar_t iconv codepage on OS/2 173 * Fixes for LSEEK64 support 174 * Support for --help that returns a 0 exit status 175 176 -- Alain Knaff <alain@knaff.lu> Sun, 22 Feb 2009 02:04:32 +0100 177mtools (4.0.5) stable; urgency=low 178 179 * Make setpgrp() usage in floppyd conditional 180 * Re-instate PACKED around structure (ARM) 181 * LSEEK64 182 183 -- Alain Knaff <alain@knaff.lu> Thu, 19 Feb 2009 23:55:04 +0100 184mtools (4.0.4) stable; urgency=low 185 186 * BSD support: SCSI, use getuserid/getgroupid in floppyd 187 * Another attempt at putwc fix for OS/2 188 * Further GNU fixes 189 * Fallback for putwc if there is wchar (OS/2) 190 191 -- Alain Knaff <alain@knaff.lu> Sun, 15 Feb 2009 16:18:32 +0100 192mtools (4.0.3) stable; urgency=low 193 194 * Fix multipart pathname parsing bug in vfat.c (forgot limited length) 195 * Supplied fallback define for putwc 196 * Copyright notices in all sources 197 198 -- Alain Knaff <alain@knaff.lu> Mon, 9 Feb 2009 21:46:01 +0100 199mtools (4.0.2) stable; urgency=low 200 201 * Fixed off-by-2 error in unix_name in file_name.c 202 203 -- Alain Knaff <alain@knaff.lu> Mon, 26 Jan 2009 22:58:06 +0100 204mtools (4.0.1) stable; urgency=low 205 206 * Missing functions on Solaris 207 208 -- Alain Knaff <alain@knaff.lu> Sun, 7 Dec 2008 21:38:55 +0100 209mtools (4.0.0) stable; urgency=low 210 211 * Offset for -i-specified image files 212 213 -- Alain Knaff <alain@knaff.lu> Sat, 29 Nov 2008 09:20:30 +0100 214mtools (4.0.0-pre2) stable; urgency=low 215 216 * Use transliteration to represent characters which don't exist in 217 target set 218 219 -- Alain Knaff <alain@knaff.lu> Tue, 18 Nov 2008 22:42:23 +0100 220mtools (4.0.0-pre1) stable; urgency=low 221 222 * Unicode support 223 224 -- Alain Knaff <alain@knaff.lu> Sat, 1 Nov 2008 20:52:58 +0100 225mtools (3.9.11-20071226) stable; urgency=low 226 227 * first release of debian package 228 229 -- Alain Knaff <alain@knaff.lu> Tue, 28 Aug 2007 23:23:37 +0100 230