mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
v2.5 (build 799)
This commit is contained in:
parent
013a4ae082
commit
c12977a164
3 changed files with 9 additions and 9 deletions
|
@ -1,9 +1,9 @@
|
|||
o Version 2.5 (2015.10.??)
|
||||
o Version 2.5 (2015.10.26)
|
||||
Add SHA-256 checksum verification
|
||||
Add a cheat mode to disable exclusive USB drive locking (Alt-,)
|
||||
Add digital signature check on update downloads
|
||||
Add Azerbaijani translation, courtesy of Elvin Məlikov
|
||||
Add Persian translation, courtesy of سید ضیاءالدین عظیمی (ziaa)
|
||||
Add Persian translation, courtesy of Seyed Zia Azimi (ziaa)
|
||||
Fix an issue where the update settings dialog may not display properly
|
||||
Report Windows build number in the log (Windows 8 or later)
|
||||
Many localization improvements and fixes, especially for right-to-left languages
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
This directory contains the Grub4DOS boot records that are used by Rufus
|
||||
|
||||
* grldr.mbr was taken from the official 2015.08.25 release from
|
||||
http://grub4dos.chenall.net/downloads/grub4dos-0.4.6a-2015-08-25/
|
||||
* grldr.mbr was taken from the official 2015.10.21 release from
|
||||
http://grub4dos.chenall.net/downloads/grub4dos-0.4.6a-2015-10-21/
|
||||
|
||||
* Note that, for convenience reasons, the first 512 bytes from this grldr.mbr are
|
||||
*not* the ones that Rufus processes when writing the actual MBR (first 512 bytes).
|
||||
|
|
10
src/rufus.rc
10
src/rufus.rc
|
@ -32,7 +32,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
|
||||
CAPTION "Rufus 2.5.798"
|
||||
CAPTION "Rufus 2.5.799"
|
||||
FONT 8, "Segoe UI Symbol", 400, 0, 0x0
|
||||
BEGIN
|
||||
LTEXT "Device",IDS_DEVICE_TXT,9,6,200,8
|
||||
|
@ -319,8 +319,8 @@ END
|
|||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 2,5,798,0
|
||||
PRODUCTVERSION 2,5,798,0
|
||||
FILEVERSION 2,5,799,0
|
||||
PRODUCTVERSION 2,5,799,0
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
|
@ -337,13 +337,13 @@ BEGIN
|
|||
BEGIN
|
||||
VALUE "CompanyName", "Akeo Consulting (http://akeo.ie)"
|
||||
VALUE "FileDescription", "Rufus"
|
||||
VALUE "FileVersion", "2.5.798"
|
||||
VALUE "FileVersion", "2.5.799"
|
||||
VALUE "InternalName", "Rufus"
|
||||
VALUE "LegalCopyright", "© 2011-2015 Pete Batard (GPL v3)"
|
||||
VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/gpl.html"
|
||||
VALUE "OriginalFilename", "rufus.exe"
|
||||
VALUE "ProductName", "Rufus"
|
||||
VALUE "ProductVersion", "2.5.798"
|
||||
VALUE "ProductVersion", "2.5.799"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
|
Loading…
Reference in a new issue