Note that msdosfs now assumes long filenames for empty filesystems by

default.
This commit is contained in:
jmcneill 2009-01-23 13:12:36 +00:00
parent 537c688f5b
commit c53e0c3cdc

View File

@ -1,4 +1,4 @@
# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1171 $>
# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1172 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@ -113,3 +113,7 @@ Changes from NetBSD 5.0 to NetBSD 6.0:
atphy(4): Add a driver for Attensic/Atheros F1 PHY.
From FreeBSD via OpenBSD. [cegger 20090116]
atf(7): Import 0.6. [jmmv 20090119]
msdosfs: The default behaviour when mounting empty filesystems has
been changed. Previously, msdosfs would assume the -s flag
(short filenames) in this case; now msdosfs will assume the
-l flag (long filenames).