v1.4.12 (build 535)

* Also address a memory leak in fix_syslinux()
This commit is contained in:
Pete Batard 2014-11-09 19:55:17 +00:00
parent 0ed4a813ed
commit c6fee8709e
3 changed files with 8 additions and 7 deletions

View File

@ -1,4 +1,4 @@
o Version 1.4.12 (2014.11.??) [BUGFIX RELEASE]
o Version 1.4.12 (2014.11.09) [BUGFIX RELEASE]
Fix support for Red Hat 7 and CentOS 7
Fix support for Debian 7.x
Fix default listing of Mushkin Ventura Ultra USB 3.0 drives

View File

@ -228,6 +228,7 @@ static void fix_syslinux(const char* psz_fullpath, const char* psz_path, const c
uprintf("Duplicated %s to %s\n", src, dst);
free(dst);
}
free(src);
}
// Returns 0 on success, nonzero on error

View File

@ -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.12.534"
CAPTION "Rufus 1.4.12.535"
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.12.534"
CAPTION "Rufus 1.4.12.535"
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,12,534
PRODUCTVERSION 1,4,12,534
FILEVERSION 1,4,12,535
PRODUCTVERSION 1,4,12,535
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.12.534"
VALUE "FileVersion", "1.4.12.535"
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.12.534"
VALUE "ProductVersion", "1.4.12.535"
END
END
BLOCK "VarFileInfo"