Skip to content

Commit 4cdedc7

Browse files
committed
Rufus 4.13 (Build 2316)
* Update UEFI:NTFS to fix regression where the wrong driver for ARM/ARM64 was selected
1 parent 8b2a5b8 commit 4cdedc7

File tree

4 files changed

+11
-18
lines changed

4 files changed

+11
-18
lines changed

ChangeLog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
o Version 4.13 (2026.02.17) [BUGFIX RELEASE]
2+
Fix UEFI:NTFS not selecting the proper driver for ARM/ARM64
3+
Update embedded GRUB to v2.14
4+
15
o Version 4.12 (2026.01.30)
26
Filter out the new Bitdefender VHDs
37
Filter disallowed characters in local account names

res/appstore/listing/listing.csv

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -114,19 +114,8 @@
114114
• Trang web chính thức: https://rufus.ie
115115
• Mã nguồn: https://github.com/pbatard/rufus
116116
• Nhật ký thay đổi: https://github.com/pbatard/rufus/blob/master/ChangeLog.txt"
117-
"ReleaseNotes","3","Text","• Filter out the new Bitdefender VHDs
118-
• Filter disallowed characters in local account names
119-
• Improve Microsoft Dev Drive detection (courtesy of Martin Kuschnik)
120-
• Improve the pre-formatting partition cleanup code
121-
• Improve error reporting on ISO extraction issues
122-
• Improve detection of drives with long hardware IDs (typically SSDs)
123-
• Improve conflicting process reporting
124-
• Improve support for Nutanix and umbrelOS ISOs
125-
• Fix a TOCTOU vulnerability in Fido script execution (CVE-2026-2398, reported by @independent-arg)
126-
• Fix replacement vulnerabilities for diskcopy.dll and oscdimg.exe
127-
• Fix FFU image creation being erroneously invocated, when trying to save an ISO image
128-
• Fix saving of ISO images to paths that contain spaces
129-
• Update UEFI:NTFS and UEFI DBXs to latest",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
117+
"ReleaseNotes","3","Text","• Fix UEFI:NTFS not selecting the proper driver for ARM/ARM64
118+
• Update embedded GRUB to v2.14",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
130119
"Title","4","Text","Rufus",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
131120
"ShortTitle","5","Text","",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
132121
"SortTitle","6","Text","",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

res/uefi/uefi-ntfs.img

0 Bytes
Binary file not shown.

src/rufus.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
3333
IDD_DIALOG DIALOGEX 12, 12, 232, 326
3434
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU
3535
EXSTYLE WS_EX_ACCEPTFILES
36-
CAPTION "Rufus 4.13.2315"
36+
CAPTION "Rufus 4.13.2316"
3737
FONT 9, "Segoe UI Symbol", 400, 0, 0x0
3838
BEGIN
3939
LTEXT "Drive Properties",IDS_DRIVE_PROPERTIES_TXT,8,6,53,12,NOT WS_GROUP
@@ -408,8 +408,8 @@ END
408408
//
409409

410410
VS_VERSION_INFO VERSIONINFO
411-
FILEVERSION 4,13,2315,0
412-
PRODUCTVERSION 4,13,2315,0
411+
FILEVERSION 4,13,2316,0
412+
PRODUCTVERSION 4,13,2316,0
413413
FILEFLAGSMASK 0x3fL
414414
#ifdef _DEBUG
415415
FILEFLAGS 0x1L
@@ -427,13 +427,13 @@ BEGIN
427427
VALUE "Comments", "https://rufus.ie"
428428
VALUE "CompanyName", "Akeo Consulting"
429429
VALUE "FileDescription", "Rufus"
430-
VALUE "FileVersion", "4.13.2315"
430+
VALUE "FileVersion", "4.13.2316"
431431
VALUE "InternalName", "Rufus"
432432
VALUE "LegalCopyright", "� 2011-2026 Pete Batard (GPL v3)"
433433
VALUE "LegalTrademarks", "https://www.gnu.org/licenses/gpl-3.0.html"
434434
VALUE "OriginalFilename", "rufus-4.13.exe"
435435
VALUE "ProductName", "Rufus"
436-
VALUE "ProductVersion", "4.13.2315"
436+
VALUE "ProductVersion", "4.13.2316"
437437
END
438438
END
439439
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)