mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
[misc] update ChangeLog
This commit is contained in:
parent
e1cd763dd2
commit
55b01502ff
2 changed files with 13 additions and 5 deletions
|
@ -1,3 +1,11 @@
|
|||
o Version 2.9 (2016.05.??)
|
||||
Add ARM support for UEFI:NTFS
|
||||
Fix UEFI:NTFS support for HP and Gigabyte firmwares (with thanks to Rod Smith and linnaea)
|
||||
Fix unwanted listing of some internal removable drives
|
||||
Fix missing default cluster size default on exFAT for >32GB drives
|
||||
Fix the non-removal of the commandline hogger in some corner cases
|
||||
Use "modern" file selection dialog on Vista or later (if you can spot the difference, good for you...)
|
||||
|
||||
o Version 2.8 (2016.03.22)
|
||||
Enable listing of non-USB card readers (EXPERIMENTAL)
|
||||
Major speed improvement for checksum computation
|
||||
|
|
10
src/rufus.rc
10
src/rufus.rc
|
@ -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.9.906"
|
||||
CAPTION "Rufus 2.9.907"
|
||||
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,9,906,0
|
||||
PRODUCTVERSION 2,9,906,0
|
||||
FILEVERSION 2,9,907,0
|
||||
PRODUCTVERSION 2,9,907,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.9.906"
|
||||
VALUE "FileVersion", "2.9.907"
|
||||
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.9.906"
|
||||
VALUE "ProductVersion", "2.9.907"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
|
Loading…
Reference in a new issue