Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matt-wu/Ext3Fsd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Wu <matt@ext2fsd.com>2016-07-09 07:02:58 +0300
committerMatt Wu <matt@ext2fsd.com>2016-07-09 07:02:58 +0300
commitd71c23371c3a049238f61d8323aff703f7f3041f (patch)
tree11d437f140799bcd984cd5c168e599ef58cc6ed7 /Ext3Fsd
parent4b6114d029b028410ca5e2f879167769cdb4a843 (diff)
Ext3Fsd 0.68
Diffstat (limited to 'Ext3Fsd')
-rw-r--r--Ext3Fsd/Ext3fsd.rc8
-rwxr-xr-xExt3Fsd/notes.txt9
-rwxr-xr-xExt3Fsd/readme.txt7
3 files changed, 16 insertions, 8 deletions
diff --git a/Ext3Fsd/Ext3fsd.rc b/Ext3Fsd/Ext3fsd.rc
index 5b42145..8e198fc 100644
--- a/Ext3Fsd/Ext3fsd.rc
+++ b/Ext3Fsd/Ext3fsd.rc
@@ -19,8 +19,8 @@
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,66,4,13
- PRODUCTVERSION 0,66,4,13
+ FILEVERSION 0,68,7,9
+ PRODUCTVERSION 0,68,7,9
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -38,14 +38,14 @@ BEGIN
VALUE "Comments", "Matt Wu <matt@ext2fsd.com>\0"
VALUE "CompanyName", "www.ext2fsd.com\0"
VALUE "FileDescription", "Ext2 File System Driver for Windows\0"
- VALUE "FileVersion", "0.66.4.13\0"
+ VALUE "FileVersion", "0.68.7.9\0"
VALUE "InternalName", "Ext2Fsd.sys\0"
VALUE "LegalCopyright", "GPLv2\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "Ext2Fsd.sys\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "Ext2 File System Driver\0"
- VALUE "ProductVersion", "0.66.4.13\0"
+ VALUE "ProductVersion", "0.68.7.9\0"
VALUE "SpecialBuild", "\0"
END
END
diff --git a/Ext3Fsd/notes.txt b/Ext3Fsd/notes.txt
index 832151a..743e439 100755
--- a/Ext3Fsd/notes.txt
+++ b/Ext3Fsd/notes.txt
@@ -1,11 +1,12 @@
==================================
-Release Notes for Ext2Fsd V0.66
+Release Notes for Ext2Fsd V0.68
==================================
Features implemented or bugfix:
- 1, FIXME: BSOD when mounting as readonly
- 2, FIXME: Ext2Srv service blocked by Antivirus
+ 1, FIXME: System hang caused by a deadlock in cache manipulation
+ 2, Optimization: Reaper mechanism improved (global locks removed)
+ 3, Feature: supporting multiple instances & users for Ext2Mgr
Supported Ext3/4 features:
@@ -27,7 +28,7 @@ Unsupported Ext3/4 features:
Features to be implemented in next release:
1, Extents management improvement
- 2, EA and ACL security checking
+ 2, EA and ACL security checking (WIP)
WARNINGS:
diff --git a/Ext3Fsd/readme.txt b/Ext3Fsd/readme.txt
index a6c68e6..13b2230 100755
--- a/Ext3Fsd/readme.txt
+++ b/Ext3Fsd/readme.txt
@@ -27,6 +27,13 @@ Everyone can get to him at http://www.acc.umu.se/~bosse/.
======================
Revision history
======================
+52, V0.68 2016-07-09
+
+Modifications from V0.66:
+
+ 1, FIXME: System hang caused by a deadlock in cache manipulation
+ 2, Performance: Reaper mechanism improved (global locks removed)
+ 3, Feature: supporting multiple instances & users for Ext2Mgr
51, V0.66 2016-04-13