Skip to content

Commit cd3d236

Browse files
committed
Dynamic Disk Partitioner v1.5.7
1 parent 2f4e458 commit cd3d236

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-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.6.0")]
36-
[assembly: AssemblyFileVersion("1.5.6.0")]
35+
[assembly: AssemblyVersion("1.5.7.0")]
36+
[assembly: AssemblyFileVersion("1.5.7.0")]

DiskAccessLibrary/RevisionHistory.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,3 +269,7 @@ Revision History:
269269
NTFS: LfsRestartPage: Added IsRestartPage method.
270270
NTFS: NTFSVolume: Improved free space checking before creating / moving a file.
271271
NTFS: Minor documentation improvements.
272+
273+
1.5.7 - PhysicalDiskControl: Decode HEX encoded disk serial number.
274+
NTFSVolume: Ability to mount as readonly.
275+
NTFSLogFile: Do not throw NotSupportedException for dirty volume when 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.6.0")]
33-
[assembly: AssemblyFileVersion("1.5.6.0")]
32+
[assembly: AssemblyVersion("1.5.7.0")]
33+
[assembly: AssemblyFileVersion("1.5.7.0")]

DynamicDiskPartitioner/RevisionHistory.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,5 @@ Revision History:
129129
1.5.5 - Minor improvements.
130130

131131
1.5.6 - Minor improvements.
132+
133+
1.5.7 - Mount NTFS volume as readonly when write access is not needed.

0 commit comments

Comments
 (0)