[misc] update Changelog for 2.4 release

This commit is contained in:
Pete Batard 2015-09-21 23:05:21 +01:00
parent b26106d40f
commit 00a4909ff7
2 changed files with 12 additions and 5 deletions

View File

@ -1,3 +1,10 @@
o Version 2.4 (2015.09.??)
Allow some settings and cheat modes to be persisted
Fix multiple issues with flash drive detection
Fix removal of drives that contain no media
Fix cheat mode to save the current USB to *uncompressed* VHD (Alt-V)
Update most of the translations
o Version 2.3 (2015.08.28)
Detect ISOHybrid images and ask users how they should be written
Add MD5/SHA1 checksum verification ('#' button on the status bar)

View File

@ -32,7 +32,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
IDD_DIALOG DIALOGEX 12, 12, 242, 376
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Rufus 2.4.746"
CAPTION "Rufus 2.4.747"
FONT 8, "Segoe UI Symbol", 400, 0, 0x0
BEGIN
LTEXT "Device",IDS_DEVICE_TXT,9,6,200,8
@ -317,8 +317,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,4,746,0
PRODUCTVERSION 2,4,746,0
FILEVERSION 2,4,747,0
PRODUCTVERSION 2,4,747,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -335,13 +335,13 @@ BEGIN
BEGIN
VALUE "CompanyName", "Akeo Consulting (http://akeo.ie)"
VALUE "FileDescription", "Rufus"
VALUE "FileVersion", "2.4.746"
VALUE "FileVersion", "2.4.747"
VALUE "InternalName", "Rufus"
VALUE "LegalCopyright", "© 2011-2015 Pete Batard (GPL v3)"
VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/gpl.html"
VALUE "OriginalFilename", "rufus.exe"
VALUE "ProductName", "Rufus"
VALUE "ProductVersion", "2.4.746"
VALUE "ProductVersion", "2.4.747"
END
END
BLOCK "VarFileInfo"