Skip to content

Commit

Permalink
Ext3Fsd 0.68
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-wu committed Jul 9, 2016
1 parent 4b6114d commit d71c233
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 21 deletions.
16 changes: 8 additions & 8 deletions Ext2Mgr/Ext2Mgr.rc
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,8,4,13
PRODUCTVERSION 2,8,4,13
FILEVERSION 3,0,7,9
PRODUCTVERSION 3,0,7,9
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -386,12 +386,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Ext2Fsd Group (www.ext2fsd.com)"
VALUE "FileDescription", "Ext2 Volume Manager for Windows"
VALUE "FileVersion", "2.8.4.13"
VALUE "FileVersion", "3.0.7.9"
VALUE "InternalName", "Ext2Mgr"
VALUE "LegalCopyright", "Copyright (C) 2016 Ext2Fsd Group"
VALUE "OriginalFilename", "Ext2Mgr.exe"
VALUE "ProductName", "Ext2 Volume Manager for Windows"
VALUE "ProductVersion", "2.8.4.13"
VALUE "ProductVersion", "3.0.7.9"
END
END
BLOCK "VarFileInfo"
Expand Down Expand Up @@ -908,8 +908,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,8,4,13
PRODUCTVERSION 2,8,4,13
FILEVERSION 3,0,7,9
PRODUCTVERSION 3,0,7,9
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -926,12 +926,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Ext2Fsd Group (www.ext2fsd.com)"
VALUE "FileDescription", "Ext2 Volume Manager for Windows"
VALUE "FileVersion", "2.8.4.13"
VALUE "FileVersion", "3.0.7.9"
VALUE "InternalName", "Ext2Mgr"
VALUE "LegalCopyright", "Copyright (C) 2016 Ext2Fsd Group"
VALUE "OriginalFilename", "Ext2Mgr.exe"
VALUE "ProductName", "Ext2 Volume Manager for Windows"
VALUE "ProductVersion", "2.8.4.13"
VALUE "ProductVersion", "3.0.7.9"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion Ext2Mgr/Ext2MgrDlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ BOOL CAboutDlg::OnInitDialog()
s.Format("Ext2Fsd: < 0.42 (Dec 2007)\0");
}
SET_TEXT(IDC_DRIVER, s);
s = "Ext2Mgr: 2.80 (";
s = "Ext2Mgr: 3.00 (";
s += __DATE__;
s += ")\0";
SET_TEXT(IDC_PROGRAM, s);
Expand Down
8 changes: 4 additions & 4 deletions Ext2Srv/Ext2Srv.rc
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,2,4,13
PRODUCTVERSION 1,2,4,13
FILEVERSION 1,4,7,9
PRODUCTVERSION 1,4,7,9
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -85,12 +85,12 @@ BEGIN
VALUE "Comments", "Matt Wu <[email protected]>"
VALUE "CompanyName", "www.ext2fsd.com"
VALUE "FileDescription", "Ext2Fsd Service Management"
VALUE "FileVersion", "1.2.4.13"
VALUE "FileVersion", "1.4.7.9"
VALUE "InternalName", "Ext2Srv.exe"
VALUE "LegalCopyright", "Matt Wu <[email protected]>"
VALUE "OriginalFilename", "Ext2Srv.exe"
VALUE "ProductName", "Ext2Fsd Service"
VALUE "ProductVersion", "1.2.4.13"
VALUE "ProductVersion", "1.4.7.9"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions Ext3Fsd/Ext3fsd.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -38,14 +38,14 @@ BEGIN
VALUE "Comments", "Matt Wu <[email protected]>\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
Expand Down
9 changes: 5 additions & 4 deletions Ext3Fsd/notes.txt
Original file line number Diff line number Diff line change
@@ -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:

Expand All @@ -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:

Expand Down
7 changes: 7 additions & 0 deletions Ext3Fsd/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d71c233

Please sign in to comment.