Skip to content

Commit 86073a3

Browse files
committed
Dynamic Disk Partitioner v1.5.4
1 parent c9f6830 commit 86073a3

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-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.3.0")]
36-
[assembly: AssemblyFileVersion("1.5.3.0")]
35+
[assembly: AssemblyVersion("1.5.4.0")]
36+
[assembly: AssemblyFileVersion("1.5.4.0")]

DiskAccessLibrary/RevisionHistory.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,3 +225,14 @@ Revision History:
225225
NTFSFileSystem: SetDates: Bugfix: Directory index was not updated.
226226
NTFSVolume: MoveFile: Use the dates and FileAttributes in $Standard_Information instead $File_Name.
227227
IFileSystem: Added ListDataStreams method.
228+
229+
1.5.4 - NTFS: NTFSFileSystem: Added support for accessing Alternate Data Streams.
230+
NTFS: AttributeRecord: The value of Instance can now be set at any point and is no longer set during class instantiation.
231+
NTFS: FileRecordSegment: Added AddAttributeRecord method.
232+
NTFS: FileRecord: UpdateSegments: Set AttributeRecord's Instance valu using NextAttributeInstance of the FileRecordSegment containing it.
233+
NTFS: AttributeRecord: Added Clone method.
234+
NTFS: Clone attributes when assembled from and splitted to FileRecordSegments.
235+
NTFS: FileRecord: Use Segments for logging purposes.
236+
NTFS: NTFSVolume: Added ContentType enum to help identify the content of volume clusters being accessed.
237+
NTFS: AttributeData: Bugfix: Attribute sorting rules were not applied when converting a resident attribute to non-resident.
238+
NTFS: IndexData: RemoveEntry: Bugfix: IndexOutOfRangeException was thrown in some cases.

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.3.0")]
33-
[assembly: AssemblyFileVersion("1.5.3.0")]
32+
[assembly: AssemblyVersion("1.5.4.0")]
33+
[assembly: AssemblyFileVersion("1.5.4.0")]

DynamicDiskPartitioner/RevisionHistory.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,5 @@ Revision History:
123123
1.5.2 - Minor improvements.
124124

125125
1.5.3 - Minor improvements.
126+
127+
1.5.4 - Minor improvements.

0 commit comments

Comments
 (0)