Skip to content

Commit bc109bf

Browse files
committed
Dynamic Disk Partitioner v1.5.5
1 parent 76c7e25 commit bc109bf

File tree

4 files changed

+24
-6
lines changed

4 files changed

+24
-6
lines changed

DiskAccessLibrary/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[assembly: AssemblyConfiguration("")]
1212
[assembly: AssemblyCompany("Tal Aloni")]
1313
[assembly: AssemblyProduct("DiskAccessLibrary")]
14-
[assembly: AssemblyCopyright("Copyright © Tal Aloni 2012-2018")]
14+
[assembly: AssemblyCopyright("Copyright © Tal Aloni 2012-2019")]
1515
[assembly: AssemblyTrademark("")]
1616
[assembly: AssemblyCulture("")]
1717

@@ -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.4.0")]
36-
[assembly: AssemblyFileVersion("1.5.4.0")]
35+
[assembly: AssemblyVersion("1.5.5.0")]
36+
[assembly: AssemblyFileVersion("1.5.5.0")]

DiskAccessLibrary/RevisionHistory.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,3 +236,19 @@ Revision History:
236236
NTFS: NTFSVolume: Added ContentType enum to help identify the content of volume clusters being accessed.
237237
NTFS: AttributeData: Bugfix: Attribute sorting rules were not applied when converting a resident attribute to non-resident.
238238
NTFS: IndexData: RemoveEntry: Bugfix: IndexOutOfRangeException was thrown in some cases.
239+
240+
1.5.5 - NTFS: FileRecordHelper: Bugfix: In some cases attributes were written to disk in a way that violated sorting rules.
241+
NTFS: NTFSLogClient: WriteRestartRecord: Bugfix: attribute name table was not written.
242+
NTFS: FileRecordHelper: Bugfix: Do not assume attribute fragments are sorted by LowestVCN when read from segments ordered by segment number.
243+
NTFS: MasterFileTable: AllocateReservedFileRecordSegment: Throw NotSupportedException instead of DiskFullException if all reserved file record segments have been exhausted.
244+
NTFS: Added LogFileData to ContentType enum.
245+
NTFS: NTFSVolumeCreator: Added Format method overload.
246+
NTFS: LogFile: Throw InvalidDataException if LfsRecord LSN points to an uninitialized page.
247+
NTFS: ResidentAttributeRecord: Bugfix: Data was not aligned to 8-byte boundary in some cases.
248+
NTFS: ResidentAttributeRecord: Throw InvalidDataException if data is not aligned to 8-byte boundary.
249+
NTFS: AttributeRecord: Throw InvalidDataException if attribute record is not aligned to 8-byte boundary.
250+
NTFS: FileRecordSegment: Throw InvalidDataException if first attribute is not aligned to 8-byte boundary.
251+
NTFS: NTFSVolume: Improved free space check before CreateFile and MoveFile.
252+
NTFS: MasterFileTable: Extend: Use MaximumTransferSizeLBA when zeroing-out MFT Data extension.
253+
NTFS: MasterFileTable: Increased MFT extend granularity to decrease MFT fragmentation.
254+
NTFS: AttributeData: Extend: Bugfix: Attempted to write partial cluster that was not the last cluster when converting attribute to non-resident.

DynamicDiskPartitioner/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("Tal Aloni")]
1212
[assembly: AssemblyProduct("Dynamic Disk Partitioner")]
13-
[assembly: AssemblyCopyright("Copyright © Tal Aloni 2012-2018")]
13+
[assembly: AssemblyCopyright("Copyright © Tal Aloni 2012-2019")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -29,5 +29,5 @@
2929
// Build Number
3030
// Revision
3131
//
32-
[assembly: AssemblyVersion("1.5.4.0")]
33-
[assembly: AssemblyFileVersion("1.5.4.0")]
32+
[assembly: AssemblyVersion("1.5.5.0")]
33+
[assembly: AssemblyFileVersion("1.5.5.0")]

DynamicDiskPartitioner/RevisionHistory.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,5 @@ Revision History:
125125
1.5.3 - Minor improvements.
126126

127127
1.5.4 - Minor improvements.
128+
129+
1.5.5 - Minor improvements.

0 commit comments

Comments
 (0)