Skip to content

Commit 2454a0d

Browse files
committed
Dynamic Disk Partitioner v1.5.8
1 parent c2e2f99 commit 2454a0d

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-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.7.0")]
36-
[assembly: AssemblyFileVersion("1.5.7.0")]
35+
[assembly: AssemblyVersion("1.5.8.0")]
36+
[assembly: AssemblyFileVersion("1.5.8.0")]

DiskAccessLibrary/RevisionHistory.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,3 +273,5 @@ Revision History:
273273
1.5.7 - PhysicalDiskControl: Decode HEX encoded disk serial number.
274274
NTFSVolume: Ability to mount as readonly.
275275
NTFSLogFile: Do not throw NotSupportedException for dirty volume when mounted as readonly.
276+
277+
1.5.8 - NTFS: NTFSLogClient: Skip reading restart record if volume is mounted as readonly.

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.7.0")]
33-
[assembly: AssemblyFileVersion("1.5.7.0")]
32+
[assembly: AssemblyVersion("1.5.8.0")]
33+
[assembly: AssemblyFileVersion("1.5.8.0")]

DynamicDiskPartitioner/RevisionHistory.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,5 @@ Revision History:
131131
1.5.6 - Minor improvements.
132132

133133
1.5.7 - Mount NTFS volume as readonly when write access is not needed.
134+
135+
1.5.8 - Skip reading NTFS restart record during Export.

0 commit comments

Comments
 (0)