1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-02 08:52:35 +00:00

v2.11 (build 995)

This commit is contained in:
Pete Batard 2016-09-08 17:33:41 +01:00
parent aa4baab194
commit a128713c22
2 changed files with 7 additions and 7 deletions

View file

@ -1,9 +1,9 @@
o Version 2.11 (2016.09.??)
o Version 2.11 (2016.09.08)
Do not download BIOS related files unless BIOS boot is selected
Improve support for Arch Linux derivatives
Add a cheat mode to disable drive indexing (Alt-Q) on format
Fix handling of 'Super Floppy Disk' formatted drives
Fix handling of misleading short write reports for drives larger than 1 TB
Fix handling of misleading short write reports, for drives larger than 1 TB
Fix an issue that enabled FAT32 file system selection on some Windows images
Fix broken UI font for XP users
Fix sanitizing of exFAT labels

View file

@ -33,7 +33,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
IDD_DIALOG DIALOGEX 12, 12, 242, 376
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_ACCEPTFILES
CAPTION "Rufus 2.11.994"
CAPTION "Rufus 2.11.995"
FONT 8, "Segoe UI Symbol", 400, 0, 0x0
BEGIN
LTEXT "Device",IDS_DEVICE_TXT,9,6,200,8
@ -320,8 +320,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,11,994,0
PRODUCTVERSION 2,11,994,0
FILEVERSION 2,11,995,0
PRODUCTVERSION 2,11,995,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -338,13 +338,13 @@ BEGIN
BEGIN
VALUE "CompanyName", "Akeo Consulting (http://akeo.ie)"
VALUE "FileDescription", "Rufus"
VALUE "FileVersion", "2.11.994"
VALUE "FileVersion", "2.11.995"
VALUE "InternalName", "Rufus"
VALUE "LegalCopyright", "© 2011-2016 Pete Batard (GPL v3)"
VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/gpl.html"
VALUE "OriginalFilename", "rufus.exe"
VALUE "ProductName", "Rufus"
VALUE "ProductVersion", "2.11.994"
VALUE "ProductVersion", "2.11.995"
END
END
BLOCK "VarFileInfo"