From d5dc8ee5e753e0bd4bea6afa745aeac1acb1d0e8 Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Sat, 23 Oct 2021 15:19:50 +0100 Subject: [PATCH] v3.17 (Build 1845) * Also update README.md --- ChangeLog.txt | 9 ++++++++- README.md | 20 +++++--------------- res/appstore/Package.appxmanifest | 2 +- src/rufus.rc | 10 +++++----- 4 files changed, 19 insertions(+), 22 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 20d6d0bf..046d7878 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,9 +1,16 @@ +o Version 3.17 (2021.10.23) [BUGFIX RELEASE] + Fix MBR not being properly cleared + Fix commandline hogger not being deleted on exit + Improve ReFS handling for platforms that support it + Update UEFI:NTFS to latest and remove Secure Boot notice since this version is Secure Boot signed + Update Grub4DOS to latest + o Version 3.16 (2021.10.13) Fix ISO mode support for Red Hat 8.2+ and derivatives Fix BIOS boot support for Arch derivatives Fix removal of some boot entries for Ubuntu derivatives Fix log not being saved on exit - Add Windows 11 "Extended" installation support (Disables TPM/Secure Boot/RAM requirements) + Add Windows 11 "Extended" installation support (Disables TPM/Secure Boot requirements) Add UEFI Shell ISO downloads Add support for Intel NUC card readers Improve Windows 11 support diff --git a/README.md b/README.md index 743c86b4..34c0bf8a 100644 --- a/README.md +++ b/README.md @@ -21,17 +21,17 @@ Features * Create BIOS or UEFI bootable drives, including [UEFI bootable NTFS](https://github.com/pbatard/uefi-ntfs) * Create bootable drives from bootable ISOs (Windows, Linux, etc.) * Create bootable drives from bootable disk images, including compressed ones -* Create [Windows To Go](https://en.wikipedia.org/wiki/Windows_To_Go) drives * Create Windows 11 installation drives for PCs that don't have TPM +* Create [Windows To Go](https://en.wikipedia.org/wiki/Windows_To_Go) drives * Create persistent Linux partitions -* Download official Microsoft Windows 7, Windows 8 or Windows 10 retail ISOs -* Download [UEFI Shell](https://github.com/pbatard/UEFI-Shell) ISOs +* Create VHD/DD images of a drive * Compute MD5, SHA-1, SHA-256 and SHA-512 checksums of the selected image -* Twice as fast as Microsoft's USB/DVD tool or UNetbootin, on ISO → USB creation (1) * Perform bad blocks checks, including detection of "fake" flash drives +* Download official Microsoft Windows 7, Windows 8, Windows 10 or Windows 11 retail ISOs +* Download [UEFI Shell](https://github.com/pbatard/UEFI-Shell) ISOs * Modern and familiar UI, with [38 languages natively supported](https://github.com/pbatard/rufus/wiki/FAQ#What_languages_are_natively_supported_by_Rufus) * Small footprint. No installation required. -* Portable +* Portable. Secure Boot compatible. * 100% [Free Software](https://www.gnu.org/philosophy/free-sw) ([GPL v3](https://www.gnu.org/licenses/gpl-3.0)) Compilation @@ -60,13 +60,3 @@ Enhancements/Bugs Please use the [GitHub issue tracker](https://github.com/pbatard/rufus/issues) for reporting problems or suggesting new features. - - -(1) Tests carried out with a 16 GB USB 3.0 ADATA pen drive on a Core 2 duo/4 GB RAM platform running Windows 7 x64. -ISO: `en_windows_7_ultimate_with_sp1_x64_dvd_618240.iso` - -| Name of tool | Version | Time | -| ------------ | ------- | ---- | -| [Windows USB/DVD Download Tool](https://www.microsoft.com/en-us/download/windows-usb-dvd-download-tool) | v1.0.30 | 8 mins 10s | -| [UNetbootin](https://unetbootin.github.io) | v1.1.1.1 | 6 mins 20s | -| **Rufus** | v1.1.0 | **3 mins 25s** | diff --git a/res/appstore/Package.appxmanifest b/res/appstore/Package.appxmanifest index a065d768..1b5a5251 100644 --- a/res/appstore/Package.appxmanifest +++ b/res/appstore/Package.appxmanifest @@ -11,7 +11,7 @@ + Version="3.17.1846.0" /> Rufus diff --git a/src/rufus.rc b/src/rufus.rc index 4cde1e3f..385278a3 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.17.1845" +CAPTION "Rufus 3.17.1846" FONT 9, "Segoe UI Symbol", 400, 0, 0x0 BEGIN LTEXT "Drive Properties",IDS_DRIVE_PROPERTIES_TXT,8,6,53,12,NOT WS_GROUP @@ -395,8 +395,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,17,1845,0 - PRODUCTVERSION 3,17,1845,0 + FILEVERSION 3,17,1846,0 + PRODUCTVERSION 3,17,1846,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -414,13 +414,13 @@ BEGIN VALUE "Comments", "https://rufus.ie" VALUE "CompanyName", "Akeo Consulting" VALUE "FileDescription", "Rufus" - VALUE "FileVersion", "3.17.1845" + VALUE "FileVersion", "3.17.1846" VALUE "InternalName", "Rufus" VALUE "LegalCopyright", "© 2011-2021 Pete Batard (GPL v3)" VALUE "LegalTrademarks", "https://www.gnu.org/licenses/gpl-3.0.html" VALUE "OriginalFilename", "rufus-3.17.exe" VALUE "ProductName", "Rufus" - VALUE "ProductVersion", "3.17.1845" + VALUE "ProductVersion", "3.17.1846" END END BLOCK "VarFileInfo"