File tree Expand file tree Collapse file tree 4 files changed +23
-4
lines changed
Expand file tree Collapse file tree 4 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 3232//
3333// You can specify all the values or you can default the Revision and Build Numbers
3434// by using the '*' as shown below:
35- [ assembly: AssemblyVersion ( "1.5.5 .0" ) ]
36- [ assembly: AssemblyFileVersion ( "1.5.5 .0" ) ]
35+ [ assembly: AssemblyVersion ( "1.5.6 .0" ) ]
36+ [ assembly: AssemblyFileVersion ( "1.5.6 .0" ) ]
Original file line number Diff line number Diff line change @@ -252,3 +252,20 @@ Revision History:
252252 NTFS: MasterFileTable: Extend: Use MaximumTransferSizeLBA when zeroing-out MFT Data extension.
253253 NTFS: MasterFileTable: Increased MFT extend granularity to decrease MFT fragmentation.
254254 NTFS: AttributeData: Extend: Bugfix: Attempted to write partial cluster that was not the last cluster when converting attribute to non-resident.
255+
256+ 1.5.6 - NTFS: NTFSFileSystem: Bugfix: SetDates caused FileSize to be set to 0 in the directory index.
257+ NTFS: NTFSVolume: Bugfix: MoveFile caused FileSize to be set to 0 in the directory index.
258+ NTFS: NTFSVolume: MoveFile: Set the value of the FileSize field belonging to the FileNameRecords that are stored in the FileRecord to 0.
259+ NTFS: Minor optimization: Reduce the number of times UpdateFileRecord is called when extending / truncating the primary data record.
260+ NTFS: DataRun: Throw InvalidDataException if RunOffset or RunLength fields are longer than 8 bytes.
261+ NTFS: NTFSVolumeCreator: Format: Throw InvalidNameException if volume label exceeds 32 characters.
262+ NTFS: NTFSVolume: CreateFile: Throw InvalidNameException if filename exceeds 255 characters.
263+ NTFS: FileRecord: CreateAttributeRecord: Throw InvalidNameException if attribute name length exceeds 255 characters.
264+ NTFS: NonResidentAttributeData: Extend: Improved free space checking.
265+ NTFS: NTFSFileSystem: Improved free space checking before creating alternate data stream.
266+ NTFS: MasterFileTable: CreateFile: Optimized method to call UpdateFileRecordSegment only once.
267+ NTFS: NonResidentAttributeRecord: Throw NotSupportedException if NTFS compression is used.
268+ NTFS: NTFSVolume: MoveFile: Bugfix: Check if destination filename already exists when renaming a file.
269+ NTFS: LfsRestartPage: Added IsRestartPage method.
270+ NTFS: NTFSVolume: Improved free space checking before creating / moving a file.
271+ NTFS: Minor documentation improvements.
Original file line number Diff line number Diff line change 2929// Build Number
3030// Revision
3131//
32- [ assembly: AssemblyVersion ( "1.5.5 .0" ) ]
33- [ assembly: AssemblyFileVersion ( "1.5.5 .0" ) ]
32+ [ assembly: AssemblyVersion ( "1.5.6 .0" ) ]
33+ [ assembly: AssemblyFileVersion ( "1.5.6 .0" ) ]
Original file line number Diff line number Diff line change @@ -127,3 +127,5 @@ Revision History:
1271271.5.4 - Minor improvements.
128128
1291291.5.5 - Minor improvements.
130+
131+ 1.5.6 - Minor improvements.
You can’t perform that action at this time.
0 commit comments