Skip to content

Commit

Permalink
Ext3Fsd 0.66
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-wu committed Apr 19, 2016
1 parent 5388136 commit 1d342e0
Show file tree
Hide file tree
Showing 5 changed files with 24 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,04,11
PRODUCTVERSION 2,8,04,11
FILEVERSION 2,8,4,13
PRODUCTVERSION 2,8,4,13
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.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"
Expand Down Expand Up @@ -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
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.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"
Expand Down
Binary file modified Ext2Srv/Release/X86/Ext2Srv.exe
Binary file not shown.
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,04,11
PRODUCTVERSION 0,66,04,11
FILEVERSION 0,66,4,13
PRODUCTVERSION 0,66,4,13
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -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
Expand Down
14 changes: 5 additions & 9 deletions Ext3Fsd/notes.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@

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

0 comments on commit 1d342e0

Please sign in to comment.