diff --git a/ChangeLog.txt b/ChangeLog.txt index c3e4898e..405ff47c 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,9 +1,11 @@ -o Version 1.4.11 (2014.11.??) +o Version 1.4.11 (2014.11.04) + Add Czech translation, courtesy of Richard Kahl Add Ukrainian translation, courtesy of VKS Fix formatting of drives with a large sector size (2K, 4K) - Fix UEFI boot for tails and other Syslinux/EFI based ISOs + Fix UEFI boot for Tails and other Syslinux/EFI based ISOs Fix listing of devices when all 26 drive letters are in use - Add a minimize button as well as other minor UI changes + Add a minimize button and minor UI changes + Other improvements o Version 1.4.10 (2014.08.15) Fix a crash when scanning disk images with no USB drive plugged diff --git a/README.txt b/README.txt index fa542348..9f01d29c 100644 --- a/README.txt +++ b/README.txt @@ -7,7 +7,7 @@ Features: - Creates bootable 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 more than 25 languages natively supported (2) +- Modern and familiar UI, with more than 30 languages natively supported (2) - Small footprint, no installation required - 100% Free Software (GPL v3) diff --git a/src/rufus.rc b/src/rufus.rc index a4d29135..9e8dae01 100644 --- a/src/rufus.rc +++ b/src/rufus.rc @@ -32,7 +32,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL IDD_DIALOG DIALOGEX 12, 12, 206, 329 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU -CAPTION "Rufus 1.4.11.529" +CAPTION "Rufus 1.4.11.530" FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN DEFPUSHBUTTON "Start",IDC_START,94,291,50,14 @@ -165,7 +165,7 @@ END RTL_IDD_DIALOG DIALOGEX 12, 12, 206, 329 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU EXSTYLE WS_EX_RTLREADING | WS_EX_APPWINDOW | WS_EX_LAYOUTRTL -CAPTION "Rufus 1.4.11.529" +CAPTION "Rufus 1.4.11.530" FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN DEFPUSHBUTTON "Start",IDC_START,94,291,50,14 @@ -428,8 +428,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,4,11,529 - PRODUCTVERSION 1,4,11,529 + FILEVERSION 1,4,11,530 + PRODUCTVERSION 1,4,11,530 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -446,13 +446,13 @@ BEGIN BEGIN VALUE "CompanyName", "Akeo Consulting (http://akeo.ie)" VALUE "FileDescription", "Rufus" - VALUE "FileVersion", "1.4.11.529" + VALUE "FileVersion", "1.4.11.530" 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.11.529" + VALUE "ProductVersion", "1.4.11.530" END END BLOCK "VarFileInfo"