Skip to content

Commit 9a32dba

Browse files
committed
Rufus 4.9 (Build 2256)
* This is a bugfix release, that addresses critical issue #2756 as well as minor issue #2754.
1 parent 3791b96 commit 9a32dba

File tree

3 files changed

+11
-16
lines changed

3 files changed

+11
-16
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.9 (2021.06.15) [BUGFIX RELEASE]
2+
Fix downloads from https://rufus.ie no longer working due to recent GitHub server changes
3+
Fix unofficial Windows ISOs, with single index WIMs, not presenting the WUE dialog
4+
15
o Version 4.8 (2025.06.11)
26
Switch to wimlib for all WIM image processing:
37
- Greatly speeds up image analysis when opening Windows ISOs

res/appstore/listing/listing.csv

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -114,17 +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","• Switch to wimlib for all WIM image processing:
118-
- Greatly speeds up image analysis when opening Windows ISOs
119-
- Can speed up Windows To Go drive creation (But won't do miracles if you have a crap drive)
120-
- Might help with Parallels limitations on Mac (But Rufus on Parallels is still UNSUPPORTED)
121-
- Enables the splitting of >4GB files with Alt-E (But still WAY SLOWER than using UEFI:NTFS)
122-
• Switch to using Visual Studio binaries everywhere, due to MinGW DLL delay-loading limitations
123-
• Add more exceptions for Linux ISOs that restrict themselves to DD mode (Nobara, openSUSE, ...)
124-
• Improve reporting of UEFI bootloaders in the log, with info on the Secure Boot status
125-
• Fix an issue with size limitations when writing an uncompressed VHD back to the same drive
126-
• Fix a crash when opening the log with the 32-bit MinGW compiled version
127-
• Fix commandline parameters not being forwared to original Windows setup.exe",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
117+
"ReleaseNotes","3","Text","• Fix downloads from https://rufus.ie no longer working due to recent GitHub server changes
118+
• Fix unofficial Windows ISOs, with single index WIMs, not presenting the WUE dialog",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
128119
"Title","4","Text","Rufus",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
129120
"ShortTitle","5","Text","",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
130121
"SortTitle","6","Text","",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

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.9.2255"
36+
CAPTION "Rufus 4.9.2256"
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
@@ -407,8 +407,8 @@ END
407407
//
408408

409409
VS_VERSION_INFO VERSIONINFO
410-
FILEVERSION 4,9,2255,0
411-
PRODUCTVERSION 4,9,2255,0
410+
FILEVERSION 4,9,2256,0
411+
PRODUCTVERSION 4,9,2256,0
412412
FILEFLAGSMASK 0x3fL
413413
#ifdef _DEBUG
414414
FILEFLAGS 0x1L
@@ -426,13 +426,13 @@ BEGIN
426426
VALUE "Comments", "https://rufus.ie"
427427
VALUE "CompanyName", "Akeo Consulting"
428428
VALUE "FileDescription", "Rufus"
429-
VALUE "FileVersion", "4.9.2255"
429+
VALUE "FileVersion", "4.9.2256"
430430
VALUE "InternalName", "Rufus"
431431
VALUE "LegalCopyright", "� 2011-2025 Pete Batard (GPL v3)"
432432
VALUE "LegalTrademarks", "https://www.gnu.org/licenses/gpl-3.0.html"
433433
VALUE "OriginalFilename", "rufus-4.9.exe"
434434
VALUE "ProductName", "Rufus"
435-
VALUE "ProductVersion", "4.9.2255"
435+
VALUE "ProductVersion", "4.9.2256"
436436
END
437437
END
438438
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)