1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00

v1.4.1 (build 348)

This commit is contained in:
Pete Batard 2013-12-05 12:26:21 +00:00
parent e0fb91cabb
commit 77234442f7
4 changed files with 41 additions and 16 deletions

View file

@ -1,3 +1,7 @@
o Version 1.4.1 (2013.12.05) [BUGFIX RELEASE]
Fix broken Syslinux support (reported by ank91)
Add Slovenian support, courtesy of Matej Horvat
o Version 1.4.0 (2013.12.02)
Add localization support, with native integration for the following languages:
- Chinese (Traditional), courtesy of 佚
@ -23,6 +27,7 @@ o Version 1.4.0 (2013.12.02)
Fixed FAT32 formatting for large and GPT disks
Fixed support for Ubuntu, Scientific Linux, unofficial Windows and other ISOs
Various other fixes and improvements
o Version 1.3.4 (2013.07.15)
Syslinux v5 support (NEW)
UDF formatting support (NEW - Vista and later only)
@ -32,6 +37,7 @@ o Version 1.3.4 (2013.07.15)
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
@ -40,6 +46,7 @@ o Version 1.3.3 (2013.06.10)
Fix broken detection of unsupported ISO images
Don't assume C: to be the drive letter for DOS
Various other fixes and improvements
o Version 1.3.2 (2013.01.27)
Fix support for newer ArchLinux ISOs, that was removed in 1.3.1
Add support for UEFI boot, as well as GPT. What this means is that Rufus can
@ -47,11 +54,13 @@ o Version 1.3.2 (2013.01.27)
Windows 8, ArchLinux, etc.
The first partition is now always aligned to 1MB (unless advanced options are used)
Internal refactoring and fixes
o Version 1.3.1 (2013.01.09)
Fix Windows XP ISO support, that was broken in 1.3.0
Drop support for newer ArchLinux ISOs - this will be fixed in 1.3.2
Indicate which of FAT32 or Large FAT32 will be used as well as Partition Scheme
Various internal fixes
o Version 1.3.0 (2012.12.16)
FAT32 format support for >32GB drives
Based on fat32format from Ridgecrop Consultants Ltd:
@ -61,6 +70,7 @@ o Version 1.3.0 (2012.12.16)
Add support for VMWare ESXi 5.1 ISO images
Update Syslinux to v4.0.6 and libcdio to v0.90
Miscellaneous UI improvements and fixes
o Version 1.2.0 (2012.06.04)
Single version of Rufus, that includes FreeDOS support always
Add a toggleable advanced options panel
@ -70,50 +80,65 @@ o Version 1.2.0 (2012.06.04)
Fixes unavailable boot option when an empty card reader is plugged (reported by TheHive)
Works around the use of non-ISO compliant LiveXP images (reported by TheHive)
Various other bugfixes and improvements
o Version 1.1.7 (2012.04.06):
Fixes wrong bootable disk ID introduced in 1.1.6 (reported by Jeff Byers)
Fixes support for minint WinPE 1.x images
o Version 1.1.6 (2012.03.27):
Add ISO support for Windows XP (SP2 or later), Windows 2003 and BartPE
o Version 1.1.5 (2012.03.12):
Fixes detection of devices without friendly name (reported by rschiang)
Fixes support of WinPE/AIK ISO images (reported by Dmitry Sokolov)
Fixes no disk at launch with empty card readers (reported by ChrisR
Add download of vesamenu.c32 for ISOs that need it
o Version 1.1.4 (2012.03.03):
Fixes ISO support for directories with extended characters (reported by ChrisR)
Fixes bad blocks test issues (reported by steve6375)
Read extended labels from autorun.inf when present
Update FreeDOS files to latest versions
o Version 1.1.3 (2012.02.24):
Fixes an issue on XP when using Windows ISOs (reported by wimb)
Disable listing of fixed drives (eg. HDDs)
Add 'fake' USB drive detection during bad blocks check
o Version 1.1.2 (2012.02.22):
Fixes ISO support for Fedora, openSUSE and Hiren's Boot CD
Add icon and extended/international label support
o Version 1.1.1 (2012.02.16):
ISO image support (syslinux) - targeted at Linux installation ISOs
ISO fixes and UI improvements
o Version 1.1.0 Beta (2012.02.08):
ISO image support (NTFS, bootmgr only - targeted at Windows installation ISOs)
o Version 1.0.7 (2012.02.02):
Fixes a detection issue on platforms with multiple optical drives (with thanks to ElGaton)
Add number of passes for bad blocks check
Improved locale selection for FreeDOS
o Version 1.0.6 (2012.01.03):
Log report when bad blocks are found
o Version 1.0.5 (2011.12.25):
Keyboard layout detection & support
o Version 1.0.4 (2011.12.16):
FreeDOS support
o Version 1.0.3 (2011.12.12):
First public release
Progress status improvements
Filtering of invalid cluster sizes
Disable Autoplay on Vista and later while the application is running
o Version 1.0.2 (2011.12.06):
Beta release
Support for bad blocks check
o Version 1.0.1 (2011.12.04):
Alpha release

20
configure vendored
View file

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.68 for rufus 1.4.0.
# Generated by GNU Autoconf 2.68 for rufus 1.4.1.
#
# Report bugs to <https://github.com/pbatard/rufus/issues>.
#
@ -560,8 +560,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='rufus'
PACKAGE_TARNAME='rufus'
PACKAGE_VERSION='1.4.0'
PACKAGE_STRING='rufus 1.4.0'
PACKAGE_VERSION='1.4.1'
PACKAGE_STRING='rufus 1.4.1'
PACKAGE_BUGREPORT='https://github.com/pbatard/rufus/issues'
PACKAGE_URL='http://rufus.akeo.ie'
@ -1203,7 +1203,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures rufus 1.4.0 to adapt to many kinds of systems.
\`configure' configures rufus 1.4.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1269,7 +1269,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of rufus 1.4.0:";;
short | recursive ) echo "Configuration of rufus 1.4.1:";;
esac
cat <<\_ACEOF
@ -1357,7 +1357,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
rufus configure 1.4.0
rufus configure 1.4.1
generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
@ -1412,7 +1412,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by rufus $as_me 1.4.0, which was
It was created by rufus $as_me 1.4.1, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@
@ -2227,7 +2227,7 @@ fi
# Define the identity of the package.
PACKAGE='rufus'
VERSION='1.4.0'
VERSION='1.4.1'
cat >>confdefs.h <<_ACEOF
@ -4140,7 +4140,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by rufus $as_me 1.4.0, which was
This file was extended by rufus $as_me 1.4.1, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -4194,7 +4194,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
rufus config.status 1.4.0
rufus config.status 1.4.1
configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\"

View file

@ -1,4 +1,4 @@
AC_INIT([rufus], [1.4.0], [https://github.com/pbatard/rufus/issues], [rufus], [http://rufus.akeo.ie])
AC_INIT([rufus], [1.4.1], [https://github.com/pbatard/rufus/issues], [rufus], [http://rufus.akeo.ie])
AM_INIT_AUTOMAKE([-Wno-portability foreign no-dist no-dependencies])
AC_CONFIG_SRCDIR([src/rufus.c])
AC_CONFIG_MACRO_DIR([m4])

View file

@ -33,7 +33,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.4.1.347"
CAPTION "Rufus v1.4.1.348"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
DEFPUSHBUTTON "Start",IDC_START,94,291,50,14
@ -288,8 +288,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,4,1,347
PRODUCTVERSION 1,4,1,347
FILEVERSION 1,4,1,348
PRODUCTVERSION 1,4,1,348
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -306,13 +306,13 @@ BEGIN
BEGIN
VALUE "CompanyName", "Akeo Consulting (http://akeo.ie)"
VALUE "FileDescription", "Rufus"
VALUE "FileVersion", "1.4.1.347"
VALUE "FileVersion", "1.4.1.348"
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.4.1.347"
VALUE "ProductVersion", "1.4.1.348"
END
END
BLOCK "VarFileInfo"