From 2d99bbcd41db8aca906647d93dcd60845a188ec3 Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Tue, 11 Sep 2018 16:05:30 +0100 Subject: [PATCH] v3.2 (build 1397) --- ChangeLog.txt | 5 +++-- res/appstore/AppxManifest.xml | 2 +- src/format.c | 2 +- src/rufus.rc | 10 +++++----- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 6405a1b7..be757aba 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,11 +1,12 @@ -o Version 3.2 (2018.09.??) +o Version 3.2 (2018.09.11) Add RSA-2048 signature validation on all the server downloads Add "Fast zeroing" cheat mode (courtesy of RenĂ© van der Zee) Add support for XP/Server 2003 x64 ISOs (courtesy of Mattiwatti) Improve ISO extraction performance by preallocating files (courtesy of Mattiwatti) Improve bad blocks check algorithm (from suggestions by AL.Skywalker) Fix progress not being displayed for Sylinux or GRUB downloads - Fix application close when cancelling an image scan + Fix unwanted application close when cancelling an image scan + Fix an issue where FAT32 could still be selected for ISOs containing a >4GB file o Version 3.1 (2018.06.19) Fix extraction of ISO content for GRUB based ISOs (Manjaro, Kaspersky, etc.) diff --git a/res/appstore/AppxManifest.xml b/res/appstore/AppxManifest.xml index 50ba0f02..5c00a20a 100644 --- a/res/appstore/AppxManifest.xml +++ b/res/appstore/AppxManifest.xml @@ -8,7 +8,7 @@ for an interesting struggle, when you also happen to have a comma in one of the fields... --> diff --git a/src/format.c b/src/format.c index cbc4baf2..51d18cac 100644 --- a/src/format.c +++ b/src/format.c @@ -1478,7 +1478,7 @@ static BOOL SetupWinToGo(const char* drive_name, BOOL use_ms_efi) // We invoke the 'bcdboot' command from the host, as the one from the drive produces problems (#558) // Also, since Rufus should (usually) be running as a 32 bit app, on 64 bit systems, we need to use // 'C:\Windows\Sysnative' and not 'C:\Windows\System32' to invoke bcdboot, as 'C:\Windows\System32' - // will get converted to 'C:\Windows\SysWOW64' behind the scenes, and ther is no bcdboot.exe there. + // will get converted to 'C:\Windows\SysWOW64' behind the scenes, and there is no bcdboot.exe there. static_sprintf(cmd, "%s\\bcdboot.exe %s\\Windows /v /f ALL /s %s", sysnative_dir, drive_name, (use_ms_efi)?ms_efi:drive_name); uprintf("Enabling boot using command '%s'", cmd); diff --git a/src/rufus.rc b/src/rufus.rc index 59139366..a1479d98 100644 --- a/src/rufus.rc +++ b/src/rufus.rc @@ -33,7 +33,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL IDD_DIALOG DIALOGEX 12, 12, 232, 326 STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU EXSTYLE WS_EX_ACCEPTFILES -CAPTION "Rufus 3.2.1396" +CAPTION "Rufus 3.2.1397" FONT 9, "Segoe UI Symbol", 400, 0, 0x0 BEGIN LTEXT "Drive Properties",IDS_DRIVE_PROPERTIES_TXT,8,6,53,12,NOT WS_GROUP @@ -392,8 +392,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,2,1396,0 - PRODUCTVERSION 3,2,1396,0 + FILEVERSION 3,2,1397,0 + PRODUCTVERSION 3,2,1397,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -411,13 +411,13 @@ BEGIN VALUE "Comments", "https://akeo.ie" VALUE "CompanyName", "Akeo Consulting" VALUE "FileDescription", "Rufus" - VALUE "FileVersion", "3.2.1396" + VALUE "FileVersion", "3.2.1397" VALUE "InternalName", "Rufus" VALUE "LegalCopyright", "© 2011-2018 Pete Batard (GPL v3)" VALUE "LegalTrademarks", "https://www.gnu.org/copyleft/gpl.html" VALUE "OriginalFilename", "rufus-3.2.exe" VALUE "ProductName", "Rufus" - VALUE "ProductVersion", "3.2.1396" + VALUE "ProductVersion", "3.2.1397" END END BLOCK "VarFileInfo"