Skip to content

Commit 8ea85a4

Browse files
committed
Dynamic Disk Partitioner v1.5.6
1 parent a222a2c commit 8ea85a4

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

DiskAccessLibrary/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
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")]

DiskAccessLibrary/RevisionHistory.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

DynamicDiskPartitioner/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
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")]

DynamicDiskPartitioner/RevisionHistory.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,5 @@ Revision History:
127127
1.5.4 - Minor improvements.
128128

129129
1.5.5 - Minor improvements.
130+
131+
1.5.6 - Minor improvements.

0 commit comments

Comments
 (0)