Skip to content

Commit

Permalink
Dynamic Disk Partitioner v1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TalAloni committed Dec 12, 2018
1 parent c9f6830 commit 86073a3
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DiskAccessLibrary/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0")]
[assembly: AssemblyFileVersion("1.5.3.0")]
[assembly: AssemblyVersion("1.5.4.0")]
[assembly: AssemblyFileVersion("1.5.4.0")]
11 changes: 11 additions & 0 deletions DiskAccessLibrary/RevisionHistory.txt
Original file line number Diff line number Diff line change
Expand Up @@ -225,3 +225,14 @@ Revision History:
NTFSFileSystem: SetDates: Bugfix: Directory index was not updated.
NTFSVolume: MoveFile: Use the dates and FileAttributes in $Standard_Information instead $File_Name.
IFileSystem: Added ListDataStreams method.

1.5.4 - NTFS: NTFSFileSystem: Added support for accessing Alternate Data Streams.
NTFS: AttributeRecord: The value of Instance can now be set at any point and is no longer set during class instantiation.
NTFS: FileRecordSegment: Added AddAttributeRecord method.
NTFS: FileRecord: UpdateSegments: Set AttributeRecord's Instance valu using NextAttributeInstance of the FileRecordSegment containing it.
NTFS: AttributeRecord: Added Clone method.
NTFS: Clone attributes when assembled from and splitted to FileRecordSegments.
NTFS: FileRecord: Use Segments for logging purposes.
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.
4 changes: 2 additions & 2 deletions DynamicDiskPartitioner/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.5.3.0")]
[assembly: AssemblyFileVersion("1.5.3.0")]
[assembly: AssemblyVersion("1.5.4.0")]
[assembly: AssemblyFileVersion("1.5.4.0")]
2 changes: 2 additions & 0 deletions DynamicDiskPartitioner/RevisionHistory.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,5 @@ Revision History:
1.5.2 - Minor improvements.

1.5.3 - Minor improvements.

1.5.4 - Minor improvements.

0 comments on commit 86073a3

Please sign in to comment.