From 52076d974daf50e63c4101141b95301c3822f197 Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Sat, 18 Jan 2014 22:51:24 +0000 Subject: [PATCH] v1.4.2 (build 383) --- ChangeLog.txt | 4 ++-- README.txt | 2 +- src/rufus.rc | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index da21fd06..b7c8d61a 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -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 ReactOS support 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 Fix detection for some SanDisk, Kingston, HP and Toshiba drives 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] Fix broken Syslinux support (reported by ank91) diff --git a/README.txt b/README.txt index 9459d3b8..0e478d8b 100644 --- a/README.txt +++ b/README.txt @@ -7,7 +7,7 @@ Features: - 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) - 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 - 100% Free Software (GPL v3) diff --git a/src/rufus.rc b/src/rufus.rc index 98e5a3cc..60478f30 100644 --- a/src/rufus.rc +++ b/src/rufus.rc @@ -33,7 +33,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL IDD_DIALOG DIALOGEX 12, 12, 206, 329 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU EXSTYLE WS_EX_APPWINDOW -CAPTION "Rufus v1.4.2.382" +CAPTION "Rufus v1.4.2.383" FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN DEFPUSHBUTTON "Start",IDC_START,94,291,50,14 @@ -288,8 +288,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,4,2,382 - PRODUCTVERSION 1,4,2,382 + FILEVERSION 1,4,2,383 + PRODUCTVERSION 1,4,2,383 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -306,13 +306,13 @@ BEGIN BEGIN VALUE "CompanyName", "Akeo Consulting (http://akeo.ie)" VALUE "FileDescription", "Rufus" - VALUE "FileVersion", "1.4.2.382" + VALUE "FileVersion", "1.4.2.383" VALUE "InternalName", "Rufus" VALUE "LegalCopyright", "© 2011-2014 Pete Batard (GPL v3)" VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/gpl.html" VALUE "OriginalFilename", "rufus.exe" VALUE "ProductName", "Rufus" - VALUE "ProductVersion", "1.4.2.382" + VALUE "ProductVersion", "1.4.2.383" END END BLOCK "VarFileInfo"