v1.4.2 (build 383)

This commit is contained in:
Pete Batard 2014-01-18 22:51:24 +00:00
parent 3593cced87
commit 52076d974d
3 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
o Version 1.4.2 (2014.01.??) o Version 1.4.2 (2014.01.18)
Add USB Attached SCSI (UAS) support Add USB Attached SCSI (UAS) support
Add ReactOS support Add ReactOS support
Add NTFS UEFI support, for targets that can support it Add NTFS UEFI support, for targets that can support it
@ -14,7 +14,7 @@ o Version 1.4.2 (2014.01.??)
Always use English locale in the log, where possible Always use English locale in the log, where possible
Fix detection for some SanDisk, Kingston, HP and Toshiba drives Fix detection for some SanDisk, Kingston, HP and Toshiba drives
Fix a potential issue with drive letter assignation Fix a potential issue with drive letter assignation
Many other minor fixes and improvements Various other fixes and improvements
o Version 1.4.1 (2013.12.05) [BUGFIX RELEASE] o Version 1.4.1 (2013.12.05) [BUGFIX RELEASE]
Fix broken Syslinux support (reported by ank91) Fix broken Syslinux support (reported by ank91)

View File

@ -7,7 +7,7 @@ Features:
- Creates bootable USB drives from bootable ISOs (Windows, Linux, etc.) - Creates bootable USB drives from bootable ISOs (Windows, Linux, etc.)
- Twice as fast as Microsoft's USB/DVD tool or UNetbootin, on ISO->USB (1) - Twice as fast as Microsoft's USB/DVD tool or UNetbootin, on ISO->USB (1)
- Can perform bad blocks check, with fake drive detection - Can perform bad blocks check, with fake drive detection
- Modern and familiar UI, with 15 languages supported natively (2) - Modern and familiar UI, with more than 20 languages supported natively (2)
- Small footprint, no installation required - Small footprint, no installation required
- 100% Free Software (GPL v3) - 100% Free Software (GPL v3)

View File

@ -33,7 +33,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
IDD_DIALOG DIALOGEX 12, 12, 206, 329 IDD_DIALOG DIALOGEX 12, 12, 206, 329
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_APPWINDOW EXSTYLE WS_EX_APPWINDOW
CAPTION "Rufus v1.4.2.382" CAPTION "Rufus v1.4.2.383"
FONT 8, "MS Shell Dlg", 400, 0, 0x1 FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN BEGIN
DEFPUSHBUTTON "Start",IDC_START,94,291,50,14 DEFPUSHBUTTON "Start",IDC_START,94,291,50,14
@ -288,8 +288,8 @@ END
// //
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,4,2,382 FILEVERSION 1,4,2,383
PRODUCTVERSION 1,4,2,382 PRODUCTVERSION 1,4,2,383
FILEFLAGSMASK 0x3fL FILEFLAGSMASK 0x3fL
#ifdef _DEBUG #ifdef _DEBUG
FILEFLAGS 0x1L FILEFLAGS 0x1L
@ -306,13 +306,13 @@ BEGIN
BEGIN BEGIN
VALUE "CompanyName", "Akeo Consulting (http://akeo.ie)" VALUE "CompanyName", "Akeo Consulting (http://akeo.ie)"
VALUE "FileDescription", "Rufus" VALUE "FileDescription", "Rufus"
VALUE "FileVersion", "1.4.2.382" VALUE "FileVersion", "1.4.2.383"
VALUE "InternalName", "Rufus" VALUE "InternalName", "Rufus"
VALUE "LegalCopyright", "© 2011-2014 Pete Batard (GPL v3)" VALUE "LegalCopyright", "© 2011-2014 Pete Batard (GPL v3)"
VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/gpl.html" VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/gpl.html"
VALUE "OriginalFilename", "rufus.exe" VALUE "OriginalFilename", "rufus.exe"
VALUE "ProductName", "Rufus" VALUE "ProductName", "Rufus"
VALUE "ProductVersion", "1.4.2.382" VALUE "ProductVersion", "1.4.2.383"
END END
END END
BLOCK "VarFileInfo" BLOCK "VarFileInfo"