Subject: CVS commit: pkgsrc/sysutils/mtools
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 04/04/2005 08:56:18
Module Name:	pkgsrc
Committed By:	adam
Date:		Mon Apr  4 08:56:18 UTC 2005

Modified Files:
	pkgsrc/sysutils/mtools: Makefile PLIST distinfo
	pkgsrc/sysutils/mtools/patches: patch-aa patch-ab patch-ad

Log Message:
Changes 3.9.10:
* Support for multiple drives in floppyd
* Updated .spec file
* Fixed some long name directory entry freeing bugs
* Fixed duplicate FAT writing error. Fixed segfault on short images.
* Mformat creates images of correct size.
* CYGWIN compatibility (O_BINARY flag).
* Cygwin patch for plain_io.c (no locking)
* Fix a couple of memory leaks in config file parsing. Fix llong.h
  (redefined same symbol twice)
* Fix a variable initialization problem in plain_io.c
* New mclasserase command to erase memory cards
  C99 "compatibility" (cf http://www.mtools.linux.lu/download.html)
* Fix rootskip and rate of XDF disks
* Fix inverted IS_MFORMAT_ONLY conditon in plain_io.c
* Moved putc after variable description (anybody knows about a -W
  flag so that gcc warns about these?)
* Fixed mattrib -p (missing slash)
* Added -m option to mformat to specify a non-standard mediabyte
* Added -d options to mformat to specify number of FAT copies. Can
  also be set using the MTOOLS_NFATS environmental variable.


To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 pkgsrc/sysutils/mtools/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/sysutils/mtools/PLIST
cvs rdiff -r1.8 -r1.9 pkgsrc/sysutils/mtools/distinfo
cvs rdiff -r1.8 -r1.9 pkgsrc/sysutils/mtools/patches/patch-aa
cvs rdiff -r1.7 -r1.8 pkgsrc/sysutils/mtools/patches/patch-ab
cvs rdiff -r1.4 -r1.5 pkgsrc/sysutils/mtools/patches/patch-ad

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.