v2.8 (build 886)

This commit is contained in:
Pete Batard 2016-03-22 16:03:18 +00:00
parent 3fe6894f8b
commit cbf1a60365
2 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
o Version 2.8 (2016.03.??)
o Version 2.8 (2016.03.22)
Enable listing of non-USB card readers (EXPERIMENTAL)
Major speed improvements for checksum computation
Fix UI flicker during progress report
Major speed improvement for checksum computation
Fix UI flicker during progress actualization
Fix computation of FAT size for Large FAT32 (with thanks to Ady)
Syslinux improvements
Update GRUB to 2.02~beta3

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.8.885"
CAPTION "Rufus 2.8.886"
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,8,885,0
PRODUCTVERSION 2,8,885,0
FILEVERSION 2,8,886,0
PRODUCTVERSION 2,8,886,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.8.885"
VALUE "FileVersion", "2.8.886"
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.8.885"
VALUE "ProductVersion", "2.8.886"
END
END
BLOCK "VarFileInfo"