mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
[misc] update sample rufus.ini
* Also minute updates to ChangeLog.txt
This commit is contained in:
parent
6ba3a8e70a
commit
24b435648e
3 changed files with 13 additions and 11 deletions
|
@ -1,18 +1,18 @@
|
|||
o Version 2.0 (2015.03.??)
|
||||
Major UI improvements (improved font, new info field, no separate progress dialog, etc.)
|
||||
Add support for Windows To Go (when Rufus is running on Windows 8 or later)
|
||||
Add support for Windows To Go (if Rufus is running on Windows 8 or later)
|
||||
Add support for Grub4DOS and GRUB 2 based images (e.g. FreeNAS)
|
||||
Add portable application support, through a 'rufus.ini' file
|
||||
Add native decompression support for DD images (.Z, .gz, .lzma, .bz2 and .xz)
|
||||
Add seamless UEFI boot of NTFS partitions, for Windows ISOs with large files (>4GB)
|
||||
Add support for Windows multipart install.swm
|
||||
Add support for Windows multipart 'install.swm'
|
||||
Add support for non Microsoft VHD drivers
|
||||
Add Norwegian translation, courtesy of JED
|
||||
Fix a crash on image selection when no device is present
|
||||
Fix broken VHD support for non-English version of Windows
|
||||
Fix write error for DD images that are not a multiple of the sector size
|
||||
Fix broken Unicode support
|
||||
Update Syslinux to 6.0.3
|
||||
Update embedded Syslinux to 6.03
|
||||
Other improvements and fixes
|
||||
|
||||
o Version 1.4.12 (2014.11.09) [BUGFIX RELEASE]
|
||||
|
|
|
@ -13,6 +13,8 @@ CommCheck = 20089578
|
|||
LastUpdateCheck = 13068056756
|
||||
; Amount of time before Rufus checks for another update (in seconds)
|
||||
UpdateCheckInterval = 86400
|
||||
; Whether the check for updates should also include new BETA releases
|
||||
CheckForBetas = 1
|
||||
; Use this to increases the log verbosity, for the update checks
|
||||
VerboseUpdateCheck = 0
|
||||
; If you are paranoid about apps writing to the registry, you can uncomment the
|
||||
|
|
16
src/rufus.rc
16
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.0.623"
|
||||
CAPTION "Rufus 2.0.624"
|
||||
FONT 8, "Segoe UI", 400, 0, 0x1
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "Start",IDC_START,127,339,50,14
|
||||
|
@ -157,7 +157,7 @@ END
|
|||
|
||||
IDD_DIALOG_XP DIALOGEX 12, 12, 242, 376
|
||||
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Rufus 2.0.623"
|
||||
CAPTION "Rufus 2.0.624"
|
||||
FONT 8, "MS Shell Dlg", 400, 0, 0x1
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "Start",IDC_START,127,339,50,14
|
||||
|
@ -283,7 +283,7 @@ END
|
|||
IDD_DIALOG_RTL DIALOGEX 12, 12, 242, 376
|
||||
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
EXSTYLE WS_EX_RTLREADING | WS_EX_APPWINDOW | WS_EX_LAYOUTRTL
|
||||
CAPTION "Rufus 2.0.623"
|
||||
CAPTION "Rufus 2.0.624"
|
||||
FONT 8, "Segoe UI", 400, 0, 0x1
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "Start",IDC_START,127,339,50,14
|
||||
|
@ -415,7 +415,7 @@ END
|
|||
IDD_DIALOG_RTL_XP DIALOGEX 12, 12, 242, 376
|
||||
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
EXSTYLE WS_EX_RTLREADING | WS_EX_APPWINDOW | WS_EX_LAYOUTRTL
|
||||
CAPTION "Rufus 2.0.623"
|
||||
CAPTION "Rufus 2.0.624"
|
||||
FONT 8, "MS Shell Dlg", 400, 0, 0x1
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "Start",IDC_START,127,339,50,14
|
||||
|
@ -671,8 +671,8 @@ END
|
|||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 2,0,623,0
|
||||
PRODUCTVERSION 2,0,623,0
|
||||
FILEVERSION 2,0,624,0
|
||||
PRODUCTVERSION 2,0,624,0
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
|
@ -689,13 +689,13 @@ BEGIN
|
|||
BEGIN
|
||||
VALUE "CompanyName", "Akeo Consulting (http://akeo.ie)"
|
||||
VALUE "FileDescription", "Rufus"
|
||||
VALUE "FileVersion", "2.0.623"
|
||||
VALUE "FileVersion", "2.0.624"
|
||||
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.0.623"
|
||||
VALUE "ProductVersion", "2.0.624"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
|
Loading…
Reference in a new issue