Skip to content

Commit

Permalink
v1.4.10 (build 514)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbatard committed Aug 15, 2014
1 parent b39cb62 commit 533d49a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
o Version 1.4.10 (2014.08.15)
Fix a crash when scanning disk images with no USB drive plugged
Fix default detection of some OCZ flash drives
Improve Syslinux 6.x support (for Tails 1.x and other ISOs)
Improve disk image handling (refresh partitions, remount drive, etc.)
Other fixes and improvements

o Version 1.4.9 (2014.06.08) [BUGFIX RELEASE]
Fix listing of drives for Windows XP and Windows Vista (reported by Alex Andrews)

Expand Down
12 changes: 6 additions & 6 deletions src/rufus.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Rufus 1.4.10.513"
CAPTION "Rufus 1.4.10.514"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
DEFPUSHBUTTON "Start",IDC_START,94,291,50,14
Expand Down Expand Up @@ -165,7 +165,7 @@ END
RTL_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_RTLREADING | WS_EX_APPWINDOW | WS_EX_LAYOUTRTL
CAPTION "Rufus 1.4.10.513"
CAPTION "Rufus 1.4.10.514"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
DEFPUSHBUTTON "Start",IDC_START,94,291,50,14
Expand Down Expand Up @@ -428,8 +428,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,4,10,513
PRODUCTVERSION 1,4,10,513
FILEVERSION 1,4,10,514
PRODUCTVERSION 1,4,10,514
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -446,13 +446,13 @@ BEGIN
BEGIN
VALUE "CompanyName", "Akeo Consulting (http://akeo.ie)"
VALUE "FileDescription", "Rufus"
VALUE "FileVersion", "1.4.10.513"
VALUE "FileVersion", "1.4.10.514"
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.10.513"
VALUE "ProductVersion", "1.4.10.514"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 533d49a

Please # to comment.