Skip to content

Commit

Permalink
Rufus 4.2 (Build 2074)
Browse files Browse the repository at this point in the history
* Also update UEFI:NTFS's NTFS driver to v1.7
  • Loading branch information
pbatard committed Jul 26, 2023
1 parent b81b440 commit 5084317
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 30 deletions.
9 changes: 5 additions & 4 deletions ChangeLog.txt
@@ -1,11 +1,12 @@
o Version 4.2 (2023.07.??)
o Version 4.2 (2023.07.26)
Add detection and warning for UEFI revoked bootloaders (including ones revoked through SkuSiPolicy.p7b)
Add ZIP64 support, to extract .zip images that are larger than 4 GB
Add saving and restoring current drive to/from compressed VHDX image
Add saving and restoring current drive to/from compressed FFU (Full Flash Update) image [EXPERIMENTAL]
Fix a crash when trying to open Windows ISOs, with the x86 32-bit version
Increase ISO → ESP limit, for Debian 12 netinst images
Make sure the main partition size is aligned to the cluster size
Fix a crash when trying to open Windows ISOs, with the MinGW compiled x86 32-bit version
Fix an issue where ISOs that contain a boot image with an 'EFI' label are not be detected bootable
Increase the ISO → ESP limit for Debian 12 netinst images
Ensure that the main partition size is aligned to the cluster size

o Version 4.1 (2023.05.31)
Add timeouts on enumeration queries that may stall on some systems
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -23,8 +23,8 @@ Features
* Create bootable drives from bootable disk images, including compressed ones
* Create Windows 11 installation drives for PCs that don't have TPM or Secure Boot
* Create [Windows To Go](https://en.wikipedia.org/wiki/Windows_To_Go) drives
* Create VHD/DD, VHDX and FFU images of an existing drive
* Create persistent Linux partitions
* Create VHD/DD images of a drive
* Compute MD5, SHA-1, SHA-256 and SHA-512 checksums of the selected image
* Improve Windows installation experience by automatically setting up OOBE parameters (local account, privacy options, etc.)
* Perform bad blocks checks, including detection of "fake" flash drives
Expand Down
41 changes: 22 additions & 19 deletions res/appstore/listing/listing.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion res/uefi/readme.txt
Expand Up @@ -7,7 +7,7 @@ This image, which can be mounted as a FAT file system or opened in 7-zip,
contains the following data:

o Secure Boot signed NTFS UEFI drivers, derived from ntfs-3g [1].
These drivers are the exact same as the read-only binaries from release 1.6,
These drivers are the exact same as the read-only binaries from release 1.7,
except for the addition of Microsoft's Secure Boot signature.
Note that, per Microsoft's current Secure Boot signing policies, the 32-bit
ARM driver (ntfs_arm.efi) is not Secure Boot signed.
Expand Down
Binary file modified res/uefi/uefi-ntfs.img
Binary file not shown.
10 changes: 5 additions & 5 deletions src/rufus.rc
Expand Up @@ -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 4.2.2073"
CAPTION "Rufus 4.2.2074"
FONT 9, "Segoe UI Symbol", 400, 0, 0x0
BEGIN
LTEXT "Drive Properties",IDS_DRIVE_PROPERTIES_TXT,8,6,53,12,NOT WS_GROUP
Expand Down Expand Up @@ -392,8 +392,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 4,2,2073,0
PRODUCTVERSION 4,2,2073,0
FILEVERSION 4,2,2074,0
PRODUCTVERSION 4,2,2074,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -411,13 +411,13 @@ BEGIN
VALUE "Comments", "https://rufus.ie"
VALUE "CompanyName", "Akeo Consulting"
VALUE "FileDescription", "Rufus"
VALUE "FileVersion", "4.2.2073"
VALUE "FileVersion", "4.2.2074"
VALUE "InternalName", "Rufus"
VALUE "LegalCopyright", "� 2011-2023 Pete Batard (GPL v3)"
VALUE "LegalTrademarks", "https://www.gnu.org/licenses/gpl-3.0.html"
VALUE "OriginalFilename", "rufus-4.2.exe"
VALUE "ProductName", "Rufus"
VALUE "ProductVersion", "4.2.2073"
VALUE "ProductVersion", "4.2.2074"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 5084317

Please sign in to comment.