Browse Source

Rufus 4.9 (Build 2256)

* This is a bugfix release, that addresses critical issue #2756 as well as minor issue #2754.
pull/2779/head v4.9
Pete Batard 1 month ago
parent
commit
9a32dba290
No known key found for this signature in database GPG Key ID: 38E0CF5E69EDD671
  1. 4
      ChangeLog.txt
  2. 13
      res/appstore/listing/listing.csv
  3. 10
      src/rufus.rc

4
ChangeLog.txt

@ -1,3 +1,7 @@
o Version 4.9 (2021.06.15) [BUGFIX RELEASE]
Fix downloads from https://rufus.ie no longer working due to recent GitHub server changes
Fix unofficial Windows ISOs, with single index WIMs, not presenting the WUE dialog
o Version 4.8 (2025.06.11)
Switch to wimlib for all WIM image processing:
- Greatly speeds up image analysis when opening Windows ISOs

13
res/appstore/listing/listing.csv

@ -114,17 +114,8 @@
• Trang web chính thức: https://rufus.ie
• Mã nguồn: https://github.com/pbatard/rufus
• Nhật ký thay đổi: https://github.com/pbatard/rufus/blob/master/ChangeLog.txt"
"ReleaseNotes","3","Text","• Switch to wimlib for all WIM image processing:
- Greatly speeds up image analysis when opening Windows ISOs
- Can speed up Windows To Go drive creation (But won't do miracles if you have a crap drive)
- Might help with Parallels limitations on Mac (But Rufus on Parallels is still UNSUPPORTED)
- Enables the splitting of >4GB files with Alt-E (But still WAY SLOWER than using UEFI:NTFS)
• Switch to using Visual Studio binaries everywhere, due to MinGW DLL delay-loading limitations
• Add more exceptions for Linux ISOs that restrict themselves to DD mode (Nobara, openSUSE, ...)
• Improve reporting of UEFI bootloaders in the log, with info on the Secure Boot status
• Fix an issue with size limitations when writing an uncompressed VHD back to the same drive
• Fix a crash when opening the log with the 32-bit MinGW compiled version
• Fix commandline parameters not being forwared to original Windows setup.exe",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
"ReleaseNotes","3","Text","• Fix downloads from https://rufus.ie no longer working due to recent GitHub server changes
• Fix unofficial Windows ISOs, with single index WIMs, not presenting the WUE dialog",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
"Title","4","Text","Rufus",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
"ShortTitle","5","Text","",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
"SortTitle","6","Text","",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

10
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 4.9.2255"
CAPTION "Rufus 4.9.2256"
FONT 9, "Segoe UI Symbol", 400, 0, 0x0
BEGIN
LTEXT "Drive Properties",IDS_DRIVE_PROPERTIES_TXT,8,6,53,12,NOT WS_GROUP
@ -407,8 +407,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 4,9,2255,0
PRODUCTVERSION 4,9,2255,0
FILEVERSION 4,9,2256,0
PRODUCTVERSION 4,9,2256,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -426,13 +426,13 @@ BEGIN
VALUE "Comments", "https://rufus.ie"
VALUE "CompanyName", "Akeo Consulting"
VALUE "FileDescription", "Rufus"
VALUE "FileVersion", "4.9.2255"
VALUE "FileVersion", "4.9.2256"
VALUE "InternalName", "Rufus"
VALUE "LegalCopyright", "© 2011-2025 Pete Batard (GPL v3)"
VALUE "LegalTrademarks", "https://www.gnu.org/licenses/gpl-3.0.html"
VALUE "OriginalFilename", "rufus-4.9.exe"
VALUE "ProductName", "Rufus"
VALUE "ProductVersion", "4.9.2255"
VALUE "ProductVersion", "4.9.2256"
END
END
BLOCK "VarFileInfo"

Loading…
Cancel
Save