]> code.delx.au - refind/blobdiff - NEWS.txt
Fixed uninitialized-pointer bug that manifested as a crash with
[refind] / NEWS.txt
index 1d26c579061c8c27e1c13af1570e0b12ab78fe1f..4c0579dea4f60b9374d83ca134062a90c6428e9e 100644 (file)
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,6 +1,31 @@
+0.10.4 (?/??/2016):
+-------------------
+
+- Fixed bug that could cause program crash on startup. (In practice, it
+  manifested with GNU-EFI starting with version 3.0.3 or 3.0.4.)
+
+- An anonymous contributor has provided support for touch screens. This
+  support requires that the "enable_touch" token be used in refind.conf.
+  Note, however, that not all tablet computers have EFIs that provide the
+  necessary support in the firmware.
+
+- Martin Whitaker contributed 64-bit support to the ext4fs driver, which
+  makes it compatible with ext4fs as written by some recent Linux
+  distributions.
+
+- Tweaked refind-install to do a better job of detecting disks other
+  than /dev/sd? and /dev/hd? devices.
+
 0.10.3 (4/24/2016):
 -------------------
 
+- Altered RPM & Debian installation scripts so as to NOT call sbsign if
+  Secure Boot is disabled. This is a response to Ubuntu bug #1574372
+  (https://bugs.launchpad.net/ubuntu/+source/sbsigntool/+bug/1574372): In
+  Ubuntu 16.04, the sbsign program is segfaulting randomly, which prevents
+  proper installation of the program. This change at least permits proper
+  installation IF Secure Boot is disabled.
+
 - Changed description of BIOS/CSM/legacy OS loaders on Macs to include the
   string "(Legacy)", so as to more easily identify BIOS/CSM/legacy-mode OSes
   in the rEFInd main menu.