xref: /aosp_15_r20/external/mtools/debian/changelog (revision d5c9a868b113e0ec0db2f27bc2ce8a253e77c4b0)
1*d5c9a868SElliott Hughesmtools (4.0.37) stable; urgency=low
2*d5c9a868SElliott Hughes
3*d5c9a868SElliott Hughes  * Removed mclasserase commands, which doesn't fit the coding
4*d5c9a868SElliott Hughes    structure of the rest of mtools
5*d5c9a868SElliott Hughes  * Add support to -i option to mcd
6*d5c9a868SElliott Hughes  * Document -i in mtools.1
7*d5c9a868SElliott Hughes  * Fix a missing commad error in floppyd_io.c
8*d5c9a868SElliott Hughes
9*d5c9a868SElliott Hughes -- Alain Knaff <[email protected]>  Sun, 26 Dec 2021 18:57:02 +0100
10*d5c9a868SElliott Hughesmtools (4.0.36) stable; urgency=low
11*d5c9a868SElliott Hughes
12*d5c9a868SElliott Hughes  * Fix error status of recursive listing of empty root directory
13*d5c9a868SElliott Hughes  * If recursive listing, also show matched files at level one
14*d5c9a868SElliott Hughes  * Use "seekless" reads & write internally, where possible
15*d5c9a868SElliott Hughes  * Text mode conversion refactoring
16*d5c9a868SElliott Hughes  * Misc refactoring
17*d5c9a868SElliott Hughes
18*d5c9a868SElliott Hughes -- Alain Knaff <[email protected]>  Sun, 21 Nov 2021 16:41:10 +0100
19*d5c9a868SElliott Hughesmtools (4.0.35) stable; urgency=low
20*d5c9a868SElliott Hughes
21*d5c9a868SElliott Hughes  * Fix cluster padding at end of file in batch mode, and add comments
22*d5c9a868SElliott Hughes    about what happens here
23*d5c9a868SElliott Hughes
24*d5c9a868SElliott Hughes -- Alain Knaff <[email protected]>  Fri,  6 Aug 2021 20:13:59 +0200
25*d5c9a868SElliott Hughesmtools (4.0.34) stable; urgency=low
26*d5c9a868SElliott Hughes
27*d5c9a868SElliott Hughes  *  Fix mcopy -s issue
28*d5c9a868SElliott Hughes
29*d5c9a868SElliott Hughes  -- Alain Knaff <[email protected]>  Fri, 23 Jul 2021 12:41:11 +0200
30*d5c9a868SElliott Hughesmtools (4.0.33) stable; urgency=low
31*d5c9a868SElliott Hughes
32*d5c9a868SElliott Hughes  * Fix support for partitions (broken in 4.0.30)
33*d5c9a868SElliott Hughes  * Portability fixes for Solaris 10 and 11
34*d5c9a868SElliott Hughes  * General simplification of configure script, and largefile handling
35*d5c9a868SElliott Hughes  * Tested and fixed for platforms *without* largefile support
36*d5c9a868SElliott Hughes  * In cases where lseek works with 32-bit offsets, prefer lseek64 over llseek
37*d5c9a868SElliott Hughes  * Fixed floppy sector size handling on platforms that are not Linux
38*d5c9a868SElliott Hughes  * Added support for image files on command line to mcat
39*d5c9a868SElliott Hughes
40*d5c9a868SElliott Hughes -- Alain Knaff <[email protected]>  Sat, 17 Jul 2021 18:31:38 +0200
41*d5c9a868SElliott Hughesmtools (4.0.32) stable; urgency=low
42*d5c9a868SElliott Hughes
43*d5c9a868SElliott Hughes  * Simplify algorithm that choses filesystem parameters for format, and align
44*d5c9a868SElliott Hughes    it more closely with what Win7 does
45*d5c9a868SElliott Hughes
46*d5c9a868SElliott Hughes  * Fix mformatting XDF when XDF not explicitly specified on mformat command
47*d5c9a868SElliott Hughes    line
48*d5c9a868SElliott Hughes
49*d5c9a868SElliott Hughes  * easier way to enter sizes on mformat command line (mformat -C -T 1440K)
50*d5c9a868SElliott Hughes
51*d5c9a868SElliott Hughes  * For small sizes, mformat assumes floppy geometries (heads 1 or 2,
52*d5c9a868SElliott Hughes    tracks 40 or 80)
53*d5c9a868SElliott Hughes
54*d5c9a868SElliott Hughes  * Handle attempts to mformat too small filesystems more gracefully
55*d5c9a868SElliott Hughes
56*d5c9a868SElliott Hughes  * Enable minfo to print out additional mformat command line parameters, if
57*d5c9a868SElliott Hughes    the present filesystem uses non-default values for these
58*d5c9a868SElliott Hughes
59*d5c9a868SElliott Hughes  * minfo no longer prints bigsect if smallsect is set
60*d5c9a868SElliott Hughes
61*d5c9a868SElliott Hughes  * for remap filter, error when trying to write non-zero data to unmapped
62*d5c9a868SElliott Hughes    sectors
63*d5c9a868SElliott Hughes
64*d5c9a868SElliott Hughes  * Fix misc compilation warnings occuring when disabling certain features
65*d5c9a868SElliott Hughes    (largefiles, raw-term)
66*d5c9a868SElliott Hughes
67*d5c9a868SElliott Hughes -- Alain Knaff <[email protected]>  Sat, 10 Jul 2021 14:31:23 +0200
68*d5c9a868SElliott Hughesmtools (4.0.31) stable; urgency=low
69*d5c9a868SElliott Hughes
70*d5c9a868SElliott Hughes  * Move Linux-specific block device sizing code into
71*d5c9a868SElliott Hughes    linux-specific section of devices.c
72*d5c9a868SElliott Hughes  * Error messages for all failure cases on fs_init failure
73*d5c9a868SElliott Hughes  * Fix compilation without XDF support (OpenImage signature)
74*d5c9a868SElliott Hughes  * Fix polarity of format_xdf command-line parameter of mformat
75*d5c9a868SElliott Hughes  * In XDF_IO retry enough times to actually succeed, even if
76*d5c9a868SElliott Hughes    FDC was in a bad state before
77*d5c9a868SElliott Hughes  * Remove useless buffer flushing triggered when giving up a
78*d5c9a868SElliott Hughes    reference to a stream node that is still referenced
79*d5c9a868SElliott Hughes    elsewhere.
80*d5c9a868SElliott Hughes  * Clearer error message if neither size nor geometry of drive
81*d5c9a868SElliott Hughes    to be mformatted is known
82*d5c9a868SElliott Hughes  * In mformat, make Fs dynamically allocated rather than
83*d5c9a868SElliott Hughes    on-stack, so as to be able to use utilities supplied by
84*d5c9a868SElliott Hughes    stream.c
85*d5c9a868SElliott Hughes  * Remove duplicate writing of backup boot sector
86*d5c9a868SElliott Hughes  * Allow to infer geometry if only size is specified
87*d5c9a868SElliott Hughes  * Protect against attempt to create zero-sized buffer
88*d5c9a868SElliott Hughes  * Code simplification in mattrib
89*d5c9a868SElliott Hughes  * Remove dead code in mpartition
90*d5c9a868SElliott Hughes
91*d5c9a868SElliott Hughes -- Alain Knaff <[email protected]>  Sat, 19 Jun 2021 17:22:27 +0200
92*d5c9a868SElliott Hughesmtools (4.0.30) stable; urgency=low
93*d5c9a868SElliott Hughes
94*d5c9a868SElliott Hughes  * Fixed XDF floppy disk access
95*d5c9a868SElliott Hughes  * Fixed faulty behavior at end of image in mcat
96*d5c9a868SElliott Hughes  * Device/Image size handling refactoring
97*d5c9a868SElliott Hughes  * allow remap to write to zero-backed sectors (may happen if
98*d5c9a868SElliott Hughes    buffer is flushed, and is not an error in that case)
99*d5c9a868SElliott Hughes  * Raise an error when trying to mcopy multiple source files
100*d5c9a868SElliott Hughes    over a single destination file (rather than directory)
101*d5c9a868SElliott Hughes  * fix handling of "hidden" sectors (is a 2 byte quantity on
102*d5c9a868SElliott Hughes    small disks, not 4 byte as previously assumed)
103*d5c9a868SElliott Hughes  * Modernize partition support. Tuned consistency check to
104*d5c9a868SElliott Hughes    actually check about important issues (such as overlapping
105*d5c9a868SElliott Hughes    partitions) rather than stuff nobody else cares about
106*d5c9a868SElliott Hughes    (alignment on entire cylinder boundaries)
107*d5c9a868SElliott Hughes  * Move various "filter" options (partition, offset, swap,
108*d5c9a868SElliott Hughes    scsi) into separate classes, rather than leaving almost
109*d5c9a868SElliott Hughes    everything in plain_io
110*d5c9a868SElliott Hughes  * Simplify and centralize geometry handling and LBA code
111*d5c9a868SElliott Hughes  * Fix some more more compiler warnings
112*d5c9a868SElliott Hughes
113*d5c9a868SElliott Hughes -- Alain Knaff <[email protected]>  Thu, 17 Jun 2021 22:23:39 +0200
114*d5c9a868SElliott Hughesmtools (4.0.29) stable; urgency=low
115*d5c9a868SElliott Hughes
116*d5c9a868SElliott Hughes  * -Fix bug in cluster preallocation, which was accidentally introduced by compiler warning "fixes" from v4_0_28
117*d5c9a868SElliott Hughes
118*d5c9a868SElliott Hughes -- Alain Knaff <[email protected]>  Mon, 31 May 2021 19:07:43 +0200
119*d5c9a868SElliott Hughesmtools (4.0.28) stable; urgency=low
120*d5c9a868SElliott Hughes
121*d5c9a868SElliott Hughes  * Support remapping of data (for not-quite linear floppy image files)
122*d5c9a868SElliott Hughes  * Re-open floppy devices read-write if geometry parameters need to be changed
123*d5c9a868SElliott Hughes  * relax consistency checks in mpartition (partitions created by current fdisk would almost never pass these checks)
124*d5c9a868SElliott Hughes  * Fix some compiler warnings
125*d5c9a868SElliott Hughes
126*d5c9a868SElliott Hughes -- Alain Knaff <[email protected]>  Sun, 30 May 2021 18:33:09 +0200
127*d5c9a868SElliott Hughesmtools (4.0.27) stable; urgency=low
128*d5c9a868SElliott Hughes  * Fix type error in calls to iconv functions
129*d5c9a868SElliott Hughes
130*d5c9a868SElliott Hughes -- Alain Knaff <[email protected]>  Fri, 16 Apr 2021 20:54:49 +0200
131*d5c9a868SElliott Hughesmtools (4.0.26) stable; urgency=low
132*d5c9a868SElliott Hughes  * Fix compilation on Macintosh
133*d5c9a868SElliott Hughes  * Ignore image file locking errors if we are performing a read-only access anyways
134*d5c9a868SElliott Hughes  * Minor man-page fixes
135*d5c9a868SElliott Hughes -- Alain Knaff <[email protected]>  Sat, 28 Nov 2020 12:46:04 +0100
136*d5c9a868SElliott Hughesmtools (4.0.25) stable; urgency=low
137*d5c9a868SElliott Hughes  * Preserve non-updated contents of info sector, just in case it contains program code
138*d5c9a868SElliott Hughes  * When parsing config file, always use "C" locale for case-insensitive comparisons
139*d5c9a868SElliott Hughes -- Alain Knaff <[email protected]>  Sat, 24 Oct 2020 16:53:52 +0200
140*d5c9a868SElliott Hughesmtools (4.0.24) stable; urgency=low
141*d5c9a868SElliott Hughes  * Spelling fixes in documentation
142*d5c9a868SElliott Hughes  * Permit calling "make install" with >= -j2
143*d5c9a868SElliott Hughes  * Added AC_SYS_LARGEFILE, needed for compiling on certain ARM procs
144*d5c9a868SElliott Hughes
145*d5c9a868SElliott Hughes -- Alain Knaff <[email protected]>  Sun, 22 Mar 2020 07:45:19 +0100
146*d5c9a868SElliott Hughesmtools (4.0.23) stable; urgency=low
147*d5c9a868SElliott Hughes  * Address lots of compiler warnings (assignments between different types)
148*d5c9a868SElliott Hughes  * Network speedup fixes for floppyd (TCP_CORK)
149*d5c9a868SElliott Hughes  * Typo fixes
150*d5c9a868SElliott Hughes  * Explicitly pass available target buffer size for character set conversions
151*d5c9a868SElliott Hughes
152*d5c9a868SElliott Hughes -- Alain Knaff <[email protected]>  Sun,  9 Dec 2018 23:26:50 +0100
153*d5c9a868SElliott Hughesmtools (4.0.22) stable; urgency=low
154*d5c9a868SElliott Hughes  * Fixed -f flag for mformat (size is KBytes, rather than sectors)
155*d5c9a868SElliott Hughes  * Fixed toupper/tolower usage (unsigned char rather than plain signed)
156*d5c9a868SElliott Hughes -- Alain Knaff <[email protected]>  Sun,  2 Dec 2018 18:29:59 +0100
157*d5c9a868SElliott Hughes
158*d5c9a868SElliott Hughesmtools (4.0.21) stable; urgency=low
159*d5c9a868SElliott Hughes  * Fixed compilation for MingW
160*d5c9a868SElliott Hughes  * After MingW compilation, make sure executable has .exe extension
161*d5c9a868SElliott Hughes  * Addressed compiler warnings
162*d5c9a868SElliott Hughes  * Fixed length handling in character set conversion (Unicode file names)
163*d5c9a868SElliott Hughes  * Fixed matching of character range, when containing Unicode characters (mdir "c:test[α-ω].exe")
164*d5c9a868SElliott Hughes  * Fixed initialization of my_scsi_cmd constructor
165*d5c9a868SElliott Hughes -- Alain Knaff <[email protected]>  Sat, 24 Nov 2018 09:50:03 +0100
166*d5c9a868SElliott Hughes
167*d5c9a868SElliott Hughesmtools (4.0.20) stable; urgency=low
168*d5c9a868SElliott Hughes  * initialize directory entries to 0
169*d5c9a868SElliott Hughes  * bad message "Too few sectors" replaced with "Too many sectors"
170*d5c9a868SElliott Hughes  * apostrophe in mlabel no longer causes generation of long entry
171*d5c9a868SElliott Hughes  * option to fake system date for file creation using the SOURCE_DATE_EPOCH environment variables
172*d5c9a868SElliott Hughes  * can now be compiled with "clang" compiler
173*d5c9a868SElliott Hughes  * fallback function for strndup, for those platforms that don't have it
174*d5c9a868SElliott Hughes  * fixed a number of -Wextra warnings
175*d5c9a868SElliott Hughes  * new compressed archive formats for uz/lz
176*d5c9a868SElliott Hughes  * allow to specify number of reserved sectors for FAT32.
177*d5c9a868SElliott Hughes  * file/device locking with timeout (rather than immediate failure)
178*d5c9a868SElliott Hughes  * fixed support for BPB-less legacy formats.
179*d5c9a868SElliott Hughes  * removed check that disk must be an integer number of tracks.
180*d5c9a868SElliott Hughes  * removed .eh/.oh macros from manual pages
181*d5c9a868SElliott Hughes -- Alain Knaff <[email protected]>  Sun, 11 Nov 2018 14:56:06 +0100
182*d5c9a868SElliott Hughes
183*d5c9a868SElliott Hughesmtools (4.0.19) stable; urgency=low
184*d5c9a868SElliott Hughes  * Fix for short file names starting with character 0xE5
185*d5c9a868SElliott Hughes  (by remapping it to 0x5)
186*d5c9a868SElliott Hughes  * mpartition: Partition types closer to what Microsoft uses
187*d5c9a868SElliott Hughes  * mformat: figure out LBA geometry as last resort if geometry
188*d5c9a868SElliott Hughes  * is neither specified in config and/or commandline, nor can be
189*d5c9a868SElliott Hughes  * queried from the device
190*d5c9a868SElliott Hughes  * mformat: use same default cluster size by size as Microsoft
191*d5c9a868SElliott Hughes  for FAT32
192*d5c9a868SElliott Hughes  * additional sanity checks
193*d5c9a868SElliott Hughes  * document how cluster size is picked in mformat.c man page
194*d5c9a868SElliott Hughes  * document how partition types are picked in mpartition.c man page
195*d5c9a868SElliott Hughes -- Alain Knaff <[email protected]>  Thu, 29 Sep 2018 12:00:00 +0200
196*d5c9a868SElliott Hughesmtools (4.0.18) stable; urgency=low
197*d5c9a868SElliott Hughes  * Fix for names of iconv encodings on AIX
198*d5c9a868SElliott Hughes  * Fix mt_size_t on NetBSD
199*d5c9a868SElliott Hughes  * Fixed compilation on Mingw
200*d5c9a868SElliott Hughes  * Fixed doc (especially mformat)
201*d5c9a868SElliott Hughes  * Fix mformat'ing of FAT12 filesystems with huge cluster sizes
202*d5c9a868SElliott Hughes  * Minfo prints image file name in mformat command line if an image
203*d5c9a868SElliott Hughes  * file name was given
204*d5c9a868SElliott Hughes  * Always generate gzip-compressed RPMs, in order to remain
205*d5c9a868SElliott Hughes  * compatible with older distributions
206*d5c9a868SElliott Hughes  * Fixed buffer overflow with drive letter in mclasserase
207*d5c9a868SElliott Hughes -- Alain Knaff <[email protected]>  Wed,  9 Jan 2013 00:21:20 +0200
208*d5c9a868SElliott Hughesmtools (4.0.17) stable; urgency=low
209*d5c9a868SElliott Hughes
210*d5c9a868SElliott Hughes  * mbadblocks now takes a list of bad blocks (either as sectors
211*d5c9a868SElliott Hughes    or as clusters)
212*d5c9a868SElliott Hughes  * mbadblocks now is able to do write scanning for bad blocks
213*d5c9a868SElliott Hughes  * mshowfat can show cluster of specific offset
214*d5c9a868SElliott Hughes  * Enable mtools to deal with very small sector sizes...
215*d5c9a868SElliott Hughes  * Fixed encoding of all-lowercase names (no need to mangle
216*d5c9a868SElliott Hughes    these)
217*d5c9a868SElliott Hughes  * Consider every directory entry after an ENDMARK (0x00) to be deleted
218*d5c9a868SElliott Hughes  * After writing a new entry at end of a directory, be sure to also add
219*d5c9a868SElliott Hughes    an ENDMARK (0x00)
220*d5c9a868SElliott Hughes  * Deal with possibility of a NULL pointer being returned by
221*d5c9a868SElliott Hughes    localtime during timestamp conversion
222*d5c9a868SElliott Hughes -- Alain Knaff <[email protected]>  Wed, 29 Jun 2011 00:21:20 +0200
223*d5c9a868SElliott Hughesmtools (4.0.16) stable; urgency=low
224*d5c9a868SElliott Hughes
225*d5c9a868SElliott Hughes  * configure.in fixes
226*d5c9a868SElliott Hughes  * fixed formatting of fat_size_calculation.tex document
227*d5c9a868SElliott Hughes  * compatibility with current autoconfig versions
228*d5c9a868SElliott Hughes  * Make it clear that label is limited to 11 characters
229*d5c9a868SElliott Hughes  * Fixed typo in initialization of FAT32 info sector
230*d5c9a868SElliott Hughes
231*d5c9a868SElliott Hughes -- Alain Knaff <[email protected]>  Sat, 16 Apr 2011 18:00:30 +0200
232*d5c9a868SElliott Hughesmtools (4.0.15) stable; urgency=low
233*d5c9a868SElliott Hughes
234*d5c9a868SElliott Hughes  * Added missing -i option to mshortname
235*d5c9a868SElliott Hughes  * Split .deb package into mtools and floppyd in order to
236*d5c9a868SElliott Hughes    match Ubuntu
237*d5c9a868SElliott Hughes
238*d5c9a868SElliott Hughes -- Alain Knaff <[email protected]>  Sun, 17 Oct 2010 19:42:46 +0200
239*d5c9a868SElliott Hughesmtools (4.0.14) stable; urgency=low
240*d5c9a868SElliott Hughes
241*d5c9a868SElliott Hughes  * New mshortname command
242*d5c9a868SElliott Hughes  * Fix floppyd for disks bigger than 2 Gig
243*d5c9a868SElliott Hughes  * Remove obsolete -z flag
244*d5c9a868SElliott Hughes  * Remove now unsupported AC_USE_SYSTEM_EXTENSIONS
245*d5c9a868SElliott Hughes  * Fixed output formatting of mdir if MTOOLS_DOTTED_DIR is set
246*d5c9a868SElliott Hughes  * Mformat now correctly writes backup boot sector
247*d5c9a868SElliott Hughes  * Fixed signedness of serial number in mlabel
248*d5c9a868SElliott Hughes  * Fixed buffer size problem in mlabel
249*d5c9a868SElliott Hughes  * Make mlabel write backup boot sector if FAT32
250*d5c9a868SElliott Hughes  * Catch situation where both clear and new label are given to mlabel
251*d5c9a868SElliott Hughes  * Quote filename parameters to scripts
252*d5c9a868SElliott Hughes  * Mformat: Close file descriptor for boot sector
253*d5c9a868SElliott Hughes  * Added lzip support to scripts/uz
254*d5c9a868SElliott Hughes  * Added Tot_sectors option to mformat
255*d5c9a868SElliott Hughes  * Fixed hidden sector handling in mformat
256*d5c9a868SElliott Hughes  * Minfo generates mformat command lines containing new -T option
257*d5c9a868SElliott Hughes  * Mlabel prints error if label too long
258*d5c9a868SElliott Hughes
259*d5c9a868SElliott Hughes -- Alain Knaff <[email protected]>  Tue, 12 Oct 2010 00:19:48 +0200
260*d5c9a868SElliott Hughesmtools (4.0.13) stable; urgency=low
261*d5c9a868SElliott Hughes
262*d5c9a868SElliott Hughes  * Merged Debian patches
263*d5c9a868SElliott Hughes
264*d5c9a868SElliott Hughes -- Alain Knaff <[email protected]>  Sun, 28 Feb 2010 15:33:45 +0100
265*d5c9a868SElliott Hughesmtools (4.0.12) stable; urgency=low
266*d5c9a868SElliott Hughes
267*d5c9a868SElliott Hughes  * Mingw compatibility fixes
268*d5c9a868SElliott Hughes
269*d5c9a868SElliott Hughes -- Alain Knaff <[email protected]>  Tue,  3 Nov 2009 21:26:58 +0100
270*d5c9a868SElliott Hughesmtools (4.0.11) stable; urgency=low
271*d5c9a868SElliott Hughes
272*d5c9a868SElliott Hughes  * Fixed compiler in mlabel.c and elsewhere
273*d5c9a868SElliott Hughes  * Fixed h flag in mattrib.c
274*d5c9a868SElliott Hughes  * Added missing error checking in floppyd and elsewhere
275*d5c9a868SElliott Hughes
276*d5c9a868SElliott Hughes -- Alain Knaff <[email protected]>  Sat, 29 Aug 2009 14:38:19 +0200
277*d5c9a868SElliott Hughesmtools (4.0.10) stable; urgency=low
278*d5c9a868SElliott Hughes
279*d5c9a868SElliott Hughes  * More copyright stuff
280*d5c9a868SElliott Hughes  * Fixed issues with max filesize (was 2GB instead of 4GB, and
281*d5c9a868SElliott Hughes    warned only after copying the beginning)
282*d5c9a868SElliott Hughes
283*d5c9a868SElliott Hughes -- Alain Knaff <[email protected]>  Tue,  3 Mar 2009 22:14:04 +0100
284*d5c9a868SElliott Hughesmtools (4.0.9) stable; urgency=low
285*d5c9a868SElliott Hughes
286*d5c9a868SElliott Hughes  * More copyright stuff
287*d5c9a868SElliott Hughes
288*d5c9a868SElliott Hughes -- Alain Knaff <[email protected]>  Mon,  2 Mar 2009 22:15:54 +0100
289*d5c9a868SElliott Hughesmtools (4.0.8) stable; urgency=low
290*d5c9a868SElliott Hughes
291*d5c9a868SElliott Hughes  * Copyright notices
292*d5c9a868SElliott Hughes
293*d5c9a868SElliott Hughes -- Alain Knaff <[email protected]>  Sun,  1 Mar 2009 00:36:22 +0100
294*d5c9a868SElliott Hughesmtools (4.0.7) stable; urgency=low
295*d5c9a868SElliott Hughes
296*d5c9a868SElliott Hughes  * Fixed conversion to native on OS/2
297*d5c9a868SElliott Hughes  * Fix parsing of --help flag
298*d5c9a868SElliott Hughes
299*d5c9a868SElliott Hughes -- Alain Knaff <[email protected]>  Tue, 24 Feb 2009 19:55:46 +0100
300*d5c9a868SElliott Hughesmtools (4.0.6) stable; urgency=low
301*d5c9a868SElliott Hughes
302*d5c9a868SElliott Hughes  * Fallback for missing wchar_t iconv codepage on OS/2
303*d5c9a868SElliott Hughes  * Fixes for LSEEK64 support
304*d5c9a868SElliott Hughes  * Support for --help that returns a 0 exit status
305*d5c9a868SElliott Hughes
306*d5c9a868SElliott Hughes -- Alain Knaff <[email protected]>  Sun, 22 Feb 2009 02:04:32 +0100
307*d5c9a868SElliott Hughesmtools (4.0.5) stable; urgency=low
308*d5c9a868SElliott Hughes
309*d5c9a868SElliott Hughes  * Make setpgrp() usage in floppyd conditional
310*d5c9a868SElliott Hughes  * Re-instate PACKED around structure (ARM)
311*d5c9a868SElliott Hughes  * LSEEK64
312*d5c9a868SElliott Hughes
313*d5c9a868SElliott Hughes -- Alain Knaff <[email protected]>  Thu, 19 Feb 2009 23:55:04 +0100
314*d5c9a868SElliott Hughesmtools (4.0.4) stable; urgency=low
315*d5c9a868SElliott Hughes
316*d5c9a868SElliott Hughes  * BSD support: SCSI, use getuserid/getgroupid in floppyd
317*d5c9a868SElliott Hughes  * Another attempt at putwc fix for OS/2
318*d5c9a868SElliott Hughes  * Further GNU fixes
319*d5c9a868SElliott Hughes  * Fallback for putwc if there is wchar (OS/2)
320*d5c9a868SElliott Hughes
321*d5c9a868SElliott Hughes -- Alain Knaff <[email protected]>  Sun, 15 Feb 2009 16:18:32 +0100
322*d5c9a868SElliott Hughesmtools (4.0.3) stable; urgency=low
323*d5c9a868SElliott Hughes
324*d5c9a868SElliott Hughes  * Fix multipart pathname parsing bug in vfat.c (forgot limited length)
325*d5c9a868SElliott Hughes  * Supplied fallback define for putwc
326*d5c9a868SElliott Hughes  * Copyright notices in all sources
327*d5c9a868SElliott Hughes
328*d5c9a868SElliott Hughes -- Alain Knaff <[email protected]>  Mon,  9 Feb 2009 21:46:01 +0100
329*d5c9a868SElliott Hughesmtools (4.0.2) stable; urgency=low
330*d5c9a868SElliott Hughes
331*d5c9a868SElliott Hughes  * Fixed off-by-2 error in unix_name in file_name.c
332*d5c9a868SElliott Hughes
333*d5c9a868SElliott Hughes -- Alain Knaff <[email protected]>  Mon, 26 Jan 2009 22:58:06 +0100
334*d5c9a868SElliott Hughesmtools (4.0.1) stable; urgency=low
335*d5c9a868SElliott Hughes
336*d5c9a868SElliott Hughes  * Missing functions on Solaris
337*d5c9a868SElliott Hughes
338*d5c9a868SElliott Hughes -- Alain Knaff <[email protected]>  Sun,  7 Dec 2008 21:38:55 +0100
339*d5c9a868SElliott Hughesmtools (4.0.0) stable; urgency=low
340*d5c9a868SElliott Hughes
341*d5c9a868SElliott Hughes  * Offset for -i-specified image files
342*d5c9a868SElliott Hughes
343*d5c9a868SElliott Hughes -- Alain Knaff <[email protected]>  Sat, 29 Nov 2008 09:20:30 +0100
344*d5c9a868SElliott Hughesmtools (4.0.0-pre2) stable; urgency=low
345*d5c9a868SElliott Hughes
346*d5c9a868SElliott Hughes  * Use transliteration to represent characters which don't exist in
347*d5c9a868SElliott Hughes  target set
348*d5c9a868SElliott Hughes
349*d5c9a868SElliott Hughes -- Alain Knaff <[email protected]>  Tue, 18 Nov 2008 22:42:23 +0100
350*d5c9a868SElliott Hughesmtools (4.0.0-pre1) stable; urgency=low
351*d5c9a868SElliott Hughes
352*d5c9a868SElliott Hughes  * Unicode support
353*d5c9a868SElliott Hughes
354*d5c9a868SElliott Hughes -- Alain Knaff <[email protected]>  Sat,  1 Nov 2008 20:52:58 +0100
355*d5c9a868SElliott Hughesmtools (3.9.11-20071226) stable; urgency=low
356*d5c9a868SElliott Hughes
357*d5c9a868SElliott Hughes  * first release of debian package
358*d5c9a868SElliott Hughes
359*d5c9a868SElliott Hughes -- Alain Knaff <[email protected]>  Tue, 28 Aug 2007 23:23:37 +0100
360