Skip to content

Commit

Permalink
v1.4.6 (build 440)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbatard committed Mar 17, 2014
1 parent 77d9e91 commit 00646b4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
o Version 1.4.6 (2014.03.17)
Display USB size in the dropdown list
Add Bulgarian translation, courtesy of Krasimir Nevenov
Improve checkbox handling in the UI and fix UDF/exFAT formatting issues
Fix replacement of obsolete vesamenu.c32 (reported by Liang)
Fix an issue that could prevent the download of files from the Rufus website
Fix untimely libcdio messages when processing Rock-Ridge ISOs (such as Ubuntu)
Other fixes

o Version 1.4.5 (2014.02.27) [BUGFIX RELEASE]
Fix detection of fixed drives (reported by dominiquesb)

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.6.439"
CAPTION "Rufus 1.4.6.440"
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.6.439"
CAPTION "Rufus 1.4.6.440"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
DEFPUSHBUTTON "Start",IDC_START,94,291,50,14
Expand Down Expand Up @@ -427,8 +427,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,4,6,439
PRODUCTVERSION 1,4,6,439
FILEVERSION 1,4,6,440
PRODUCTVERSION 1,4,6,440
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -445,13 +445,13 @@ BEGIN
BEGIN
VALUE "CompanyName", "Akeo Consulting (http://akeo.ie)"
VALUE "FileDescription", "Rufus"
VALUE "FileVersion", "1.4.6.439"
VALUE "FileVersion", "1.4.6.440"
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.6.439"
VALUE "ProductVersion", "1.4.6.440"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 00646b4

Please # to comment.