Commit 1d342e0b authored by Matt Wu's avatar Matt Wu
Browse files

Ext3Fsd 0.66

parent 5388136e
Showing with 24 additions and 21 deletions
+24 -21
......@@ -368,8 +368,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,8,04,11
PRODUCTVERSION 2,8,04,11
FILEVERSION 2,8,4,13
PRODUCTVERSION 2,8,4,13
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
......@@ -386,12 +386,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Ext2Fsd Group (www.ext2fsd.com)"
VALUE "FileDescription", "Ext2 Volume Manager for Windows"
VALUE "FileVersion", "2.8.04.11"
VALUE "FileVersion", "2.8.4.13"
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.04.11"
VALUE "ProductVersion", "2.8.4.13"
END
END
BLOCK "VarFileInfo"
......@@ -908,8 +908,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,8,04,11
PRODUCTVERSION 2,8,04,11
FILEVERSION 2,8,4,13
PRODUCTVERSION 2,8,4,13
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
......@@ -926,12 +926,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Ext2Fsd Group (www.ext2fsd.com)"
VALUE "FileDescription", "Ext2 Volume Manager for Windows"
VALUE "FileVersion", "2.8.04.11"
VALUE "FileVersion", "2.8.4.13"
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.04.11"
VALUE "ProductVersion", "2.8.4.13"
END
END
BLOCK "VarFileInfo"
......
No preview for this file type
......@@ -19,8 +19,8 @@
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,66,04,11
PRODUCTVERSION 0,66,04,11
FILEVERSION 0,66,4,13
PRODUCTVERSION 0,66,4,13
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.04.11\0"
VALUE "FileVersion", "0.66.4.13\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.04.11\0"
VALUE "ProductVersion", "0.66.4.13\0"
VALUE "SpecialBuild", "\0"
END
END
......
==================================
Release Notes for Ext2Fsd V0.65
Release Notes for Ext2Fsd V0.66
==================================
Features implemented or bugfix since V0.64:
Features implemented or bugfix:
1, major performance improvements (small files meta-operatios)
2, memory pressure handling for buffer-head structures reclaim
3, back support for Windows 2000 (i386, 32bit)
4, no bothering user with notification message for Ext2Mgr
5, project improvement: Ext2Mgr to be built with WDK or VS2008
1, FIXME: BSOD when mounting as readonly
2, FIXME: Ext2Srv service blocked by Antivirus
Supported Ext3/4 features by 0.65:
Supported Ext3/4 features:
1, flexible inode size: > 128 bytes, up to block size
2, dir_index: htree directory index
......
......@@ -28,6 +28,13 @@ Everyone can get to him at http://www.acc.umu.se/~bosse/.
Revision history
======================
51, V0.66 2016-04-13
Modifications from V0.65:
1, FIXME: BSOD when mounting as readonly
2, FIXME: Ext2Srv service blocked by Antivirus
50, V0.65 2016-04-10
Modifications from V0.64:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment