From daa7a6effd481fc4ebc4e61653718b53d918c84d Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Tue, 22 Apr 2014 12:28:41 +0100 Subject: [PATCH] v1.4.7 (build 455) --- ChangeLog.txt | 2 +- README.txt | 8 ++++---- src/rufus.rc | 12 ++++++------ 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index b4e7c32b..99248dd4 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,4 +1,4 @@ -o Version 1.4.7 (2014.04.??) +o Version 1.4.7 (2014.04.22) Add VHD support as a target, courtesy of Scott Add ReFS support (only for Windows 8.1 or later and only for fixed drives) Add a cheat mode to force the use of DD image writing for dual ISOs diff --git a/README.txt b/README.txt index 0e478d8b..c1cde55f 100644 --- a/README.txt +++ b/README.txt @@ -1,13 +1,13 @@ Rufus: The Reliable USB Formatting Utility Features: -- Formats USB flash drives to FAT/FAT32/NTFS/UDF/exFAT +- Formats USB flash drives as well as VHD images to FAT/FAT32/NTFS/UDF/exFAT/ReFS - Creates DOS bootable USB drives, using FreeDOS or MS-DOS with no external files required -- Creates MBR or GPT/UEFI bootable USB drives -- Creates bootable USB drives from bootable ISOs (Windows, Linux, etc.) +- Creates MBR or GPT/UEFI bootable drives +- Creates bootable drives from bootable ISOs (Windows, Linux, etc.) - Twice as fast as Microsoft's USB/DVD tool or UNetbootin, on ISO->USB (1) - Can perform bad blocks check, with fake drive detection -- Modern and familiar UI, with more than 20 languages supported natively (2) +- Modern and familiar UI, with more than 20 languages natively supported (2) - Small footprint, no installation required - 100% Free Software (GPL v3) diff --git a/src/rufus.rc b/src/rufus.rc index d1e12187..a50ad18c 100644 --- a/src/rufus.rc +++ b/src/rufus.rc @@ -32,7 +32,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL IDD_DIALOG DIALOGEX 12, 12, 206, 329 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU -CAPTION "Rufus 1.4.7.454" +CAPTION "Rufus 1.4.7.455" FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN DEFPUSHBUTTON "Start",IDC_START,94,291,50,14 @@ -165,7 +165,7 @@ END RTL_IDD_DIALOG DIALOGEX 12, 12, 206, 329 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU EXSTYLE WS_EX_RTLREADING | WS_EX_APPWINDOW | WS_EX_LAYOUTRTL -CAPTION "Rufus 1.4.7.454" +CAPTION "Rufus 1.4.7.455" FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN DEFPUSHBUTTON "Start",IDC_START,94,291,50,14 @@ -427,8 +427,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,4,7,454 - PRODUCTVERSION 1,4,7,454 + FILEVERSION 1,4,7,455 + PRODUCTVERSION 1,4,7,455 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -445,13 +445,13 @@ BEGIN BEGIN VALUE "CompanyName", "Akeo Consulting (http://akeo.ie)" VALUE "FileDescription", "Rufus" - VALUE "FileVersion", "1.4.7.454" + VALUE "FileVersion", "1.4.7.455" VALUE "InternalName", "Rufus" VALUE "LegalCopyright", "© 2011-2014 Pete Batard (GPL v3)" VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/gpl.html" VALUE "OriginalFilename", "rufus.exe" VALUE "ProductName", "Rufus" - VALUE "ProductVersion", "1.4.7.454" + VALUE "ProductVersion", "1.4.7.455" END END BLOCK "VarFileInfo"