Skip to content

Commit

Permalink
v1.3.4 (build 270)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbatard committed Jul 15, 2013
1 parent 4ac1828 commit 862365c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 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.3.4 (2013.07.15)
Syslinux v5 support (NEW)
UDF formatting support (NEW - Vista and later only)
More drive handling improvements, to avoid "Could not open media" errors
Fixed support for ISOs with files larger than 4GB files
Fixed elevation request for unprivileged users
Fixed download of c32 files into the application directory
Better compression algorithm for the executable
Other bug fixes and improvements (spelling, UI, etc.)
o Version 1.3.3 (2013.06.10)
Drive handling and hotplug detection overhaul
Add support for raw/unpartitioned drives
Expand Down
10 changes: 5 additions & 5 deletions src/rufus.rc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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.3.4.269"
CAPTION "Rufus v1.3.4.270"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
DEFPUSHBUTTON "Start",IDC_START,94,291,50,14
Expand Down Expand Up @@ -278,8 +278,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,3,4,269
PRODUCTVERSION 1,3,4,269
FILEVERSION 1,3,4,270
PRODUCTVERSION 1,3,4,270
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -296,13 +296,13 @@ BEGIN
BEGIN
VALUE "CompanyName", "Akeo Consulting (http://akeo.ie)"
VALUE "FileDescription", "Rufus"
VALUE "FileVersion", "1.3.4.269"
VALUE "FileVersion", "1.3.4.270"
VALUE "InternalName", "Rufus"
VALUE "LegalCopyright", "� 2011-2013 Pete Batard (GPL v3)"
VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/gpl.html"
VALUE "OriginalFilename", "rufus.exe"
VALUE "ProductName", "Rufus"
VALUE "ProductVersion", "1.3.4.269"
VALUE "ProductVersion", "1.3.4.270"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 862365c

Please sign in to comment.