Skip to content

Commit

Permalink
Dynamic Disk Partitioner v1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
TalAloni committed Jan 15, 2019
1 parent 76c7e25 commit bc109bf
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 6 deletions.
6 changes: 3 additions & 3 deletions DiskAccessLibrary/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Tal Aloni")]
[assembly: AssemblyProduct("DiskAccessLibrary")]
[assembly: AssemblyCopyright("Copyright © Tal Aloni 2012-2018")]
[assembly: AssemblyCopyright("Copyright © Tal Aloni 2012-2019")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.5.4.0")]
[assembly: AssemblyFileVersion("1.5.4.0")]
[assembly: AssemblyVersion("1.5.5.0")]
[assembly: AssemblyFileVersion("1.5.5.0")]
16 changes: 16 additions & 0 deletions DiskAccessLibrary/RevisionHistory.txt
Original file line number Diff line number Diff line change
Expand Up @@ -236,3 +236,19 @@ Revision History:
NTFS: NTFSVolume: Added ContentType enum to help identify the content of volume clusters being accessed.
NTFS: AttributeData: Bugfix: Attribute sorting rules were not applied when converting a resident attribute to non-resident.
NTFS: IndexData: RemoveEntry: Bugfix: IndexOutOfRangeException was thrown in some cases.

1.5.5 - NTFS: FileRecordHelper: Bugfix: In some cases attributes were written to disk in a way that violated sorting rules.
NTFS: NTFSLogClient: WriteRestartRecord: Bugfix: attribute name table was not written.
NTFS: FileRecordHelper: Bugfix: Do not assume attribute fragments are sorted by LowestVCN when read from segments ordered by segment number.
NTFS: MasterFileTable: AllocateReservedFileRecordSegment: Throw NotSupportedException instead of DiskFullException if all reserved file record segments have been exhausted.
NTFS: Added LogFileData to ContentType enum.
NTFS: NTFSVolumeCreator: Added Format method overload.
NTFS: LogFile: Throw InvalidDataException if LfsRecord LSN points to an uninitialized page.
NTFS: ResidentAttributeRecord: Bugfix: Data was not aligned to 8-byte boundary in some cases.
NTFS: ResidentAttributeRecord: Throw InvalidDataException if data is not aligned to 8-byte boundary.
NTFS: AttributeRecord: Throw InvalidDataException if attribute record is not aligned to 8-byte boundary.
NTFS: FileRecordSegment: Throw InvalidDataException if first attribute is not aligned to 8-byte boundary.
NTFS: NTFSVolume: Improved free space check before CreateFile and MoveFile.
NTFS: MasterFileTable: Extend: Use MaximumTransferSizeLBA when zeroing-out MFT Data extension.
NTFS: MasterFileTable: Increased MFT extend granularity to decrease MFT fragmentation.
NTFS: AttributeData: Extend: Bugfix: Attempted to write partial cluster that was not the last cluster when converting attribute to non-resident.
6 changes: 3 additions & 3 deletions DynamicDiskPartitioner/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Tal Aloni")]
[assembly: AssemblyProduct("Dynamic Disk Partitioner")]
[assembly: AssemblyCopyright("Copyright © Tal Aloni 2012-2018")]
[assembly: AssemblyCopyright("Copyright © Tal Aloni 2012-2019")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -29,5 +29,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.5.4.0")]
[assembly: AssemblyFileVersion("1.5.4.0")]
[assembly: AssemblyVersion("1.5.5.0")]
[assembly: AssemblyFileVersion("1.5.5.0")]
2 changes: 2 additions & 0 deletions DynamicDiskPartitioner/RevisionHistory.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,5 @@ Revision History:
1.5.3 - Minor improvements.

1.5.4 - Minor improvements.

1.5.5 - Minor improvements.

0 comments on commit bc109bf

Please sign in to comment.