]> code.delx.au - refind/blob - NEWS.txt
Added "volume" token to configuration file boot stanza.
[refind] / NEWS.txt
1 0.2.6 (?/??/2012):
2 ------------------
3
4 - Added "volume" keyword to configuration file's stanza options. This
5 option changes the volume from which subsequent files (specified by
6 "loader" and "icon") are loaded. You pass "volume" the name/label of the
7 FILESYSTEM you want to use (not the GPT partition name).
8
9 - Fixed bug in 0.2.5 that caused failure of Linux initial RAM disk
10 mapping on some (but not all) systems. Affected computers include at
11 least some Intel motherboards, maybe others.
12
13 0.2.5 (4/9/2012):
14 -----------------
15
16 - Fixed bug that caused an inability to associate initial RAM disks with
17 Linux kernels stored in a volume's root directory.
18
19 - Volume badges (that override default badges) are now stored in
20 .VolumeBadge.icns. Although undocumented, rEFInd formerly loaded custom
21 volume badges from .VolumeIcon.icns. This carryover from rEFIt was a
22 confusing name, given the next (new) feature, so I've changed and
23 documented the name....
24
25 - Added ability to set a default icon for a loader stored in the root
26 directory of a volume: The icon is stored in .VolumeIcon.icns. This icon
27 is also used for Mac OS X volumes booted from the standard location.
28
29 - Fixed bug that caused icons to drop back to generic icons when rEFInd
30 was launched in certain ways (such as from an EFI shell in rEFInd's
31 directory) on certain systems.
32
33 - Fixed bug that caused "unknown disable flag" to be shown (very briefly)
34 instead of "unknown hideui flag" when an improper hideui flag was set.
35
36 0.2.4 (4/5/2012):
37 -----------------
38
39 - Created new refind.conf entry: "showtools". This entry takes options of
40 "shell", "gptsync", "about", "exit", "reboot", and "shutdown". This
41 option is in some respects an affirmative version of portions of the old
42 "disable" and "hideui" options; however, it enables users to specify the
43 order in which these options appear on the screen. Also, the "exit"
44 option is new; it terminates the program. The effect is usually to return
45 to whatever tool launched it or to launch a default OS; however, this is
46 somewhat unpredictable. The default therefore omits the "exit" option, as
47 well as "gptsync", which has always been dangerous (but necessary on most
48 MacOS/Windows dual-boot setups on Macs). As part of this reconfiguration,
49 I've eliminated the "rescue Linux" option, which always seemed pointless
50 to me.
51
52 - Folded "disable" and "hideui" refind.conf entries into one ("disable"),
53 and reduced the number of options to six: "banner", "label",
54 "singleuser", "hwtest", "arrows", and "all". ("arrows" is new and
55 disables the scroll arrows when a system has too many tags to display
56 simultaneously.)
57
58 - Added max_tags option to the refind.conf file, enabling users to reduce
59 the maximum number of OS loader tags that can be displayed at once.
60
61 - Updated rEFIt icon, based on the 128x128 volume label from the rEFIt CD
62 image.
63
64 - Added x86 and x86-64 EFI shells to the CD image version of the binary,
65 but NOT to the binary zip file. The logic is that the CD image is more
66 likely to be used directly as an emergency disc and so may need this
67 feature, even though the source isn't part of the rEFInd project. (The
68 source is readily available from the TianoCore project.)
69
70 - EFI shells may now be stored at /shellx64.efi for x86-64 systems or at
71 /shellia32.efi for x86 systems. The /EFI/tools/shell.efi name is also
72 recognized; however, if both files are present, two EFI shell icons will
73 appear on the main menu. The /efi/{refind-path/apps/shell.efi filename,
74 which was never officially documented but worked as a carryover from
75 rEFIt, is no longer valid.
76
77 0.2.3 (3/26/2012):
78 ------------------
79
80 - Fixed (maybe) a bug that caused hangs when launching a second program
81 after returning from a first. There are some weird system-to-system
82 differences, though, and this fix causes (apparently harmless) error
83 messages about "(re)opening our installation volume" on at least one
84 system (a 32-bit Mac Mini). I'm committing this change because, imperfect
85 though it is, it's preferable to the earlier version, at least on my
86 small sample of computers.
87
88 - Because of news that the Linux kernel developers are planning to use the
89 filename linux.conf to hold Linux kernel configuration data for EFI
90 booting, I'm transitioning rEFInd away from that name and to
91 refind_linux.conf to avoid a conflict. This version can use either name,
92 with refind_linux.conf taking precedence if both are present.
93
94 - Added logo for Arch Linux.
95
96 0.2.2 (3/23/2012):
97 ------------------
98
99 - Fixed bug that caused program failure when Linux kernels with EFI stub
100 support were detected with no associated version numbers. rEFInd now
101 permits automatic linking of *ONE* versionless kernel to *ONE*
102 versionless initrd file.
103
104 - Fixed bug that caused program hangs when a boot loader filename or label
105 was too long. Such names are now properly truncated and program execution
106 continues.
107
108 - Fixed bug that caused no text to appear in submenus on UEFI systems with
109 small screens (800x600). NOTE: Problem still occurs on screens smaller
110 than this, but such systems are very rare.
111
112 0.2.1 (3/19/2012):
113 ------------------
114
115 - Added ability to set a "default_selection" that's a title or a substring
116 of one -- the name given to a stanza in a "menuentry" or the boot
117 loader's filename, in most cases, although "Mac OS X", "Windows XP
118 (XoM)", and "Microsoft EFI boot" are also titles.
119
120 - Added support for semi-automatic scans of Linux kernels with EFI stub
121 loader support. The program auto-detects matching initial RAM disk files
122 and loads additional options from the "linux.conf" file in the same
123 directory as the kernel.
124
125 - Added support for "submenuentry" keyword and associated sub-stanza
126 entries in refind.conf file.
127
128 - Renamed icons/os_mint.icns to icons/os_linuxmint.icns to match the
129 filename Linux Mint ACTUALLY uses for its ESP boot loader directory.
130
131
132 0.2.0 (3/14/2012):
133 ------------------
134
135 - Initial public release