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

[iso] better fix for processing of openSUSE Leap ISOs

* From the discussion on the libcdio mailing list, and simplified
  since the only archs we support are little-endian.
This commit is contained in:
Pete Batard 2018-05-27 21:46:34 +01:00
parent 6451a090f3
commit add0e156df
4 changed files with 12 additions and 28 deletions

View file

@ -2,9 +2,10 @@ o Version 3.0 (2018.??.??)
UI redesign to follow the flow of user operations (with thanks to Fahad Al-Riyami for the concept)
Drop XP and Vista platform support
Switch all downloads to SSL and use https://rufus.ie as the new base URL
Improve support of efi.img files on Linux ISOs
Add ARM64 support for UEFI:NTFS
Fix delays when querying floppy drives during device enumeration
Improve support of efi.img files on Linux ISOs
Improve support for non-ISO9660 compliant openSUSE Leap ISOs
Improve translation support and remove manual positioning
Internal fixes and improvements