summaryrefslogtreecommitdiffstats
path: root/rescue/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'rescue/NEWS')
-rw-r--r--rescue/NEWS57
1 files changed, 57 insertions, 0 deletions
diff --git a/rescue/NEWS b/rescue/NEWS
index 701444be2..cd61e23ee 100644
--- a/rescue/NEWS
+++ b/rescue/NEWS
@@ -1,4 +1,61 @@
+Version 1.50 - 9 January 2015 by Thomas Backlund
+
+- add efibootmgr on x86_64
+
+Version 1.49 - 18 September 2014 by Thomas Backlund
+
+- 80-net-name-slot.rules is replaced with 99-default.link
+
+Version 1.48 - 18 September 2014 by Thomas Backlund
+
+- killall5 is no more needed
+
+Version 1.47 - 8 December 2013 by Colin Guthrie
+
+- use systemd as init in the rescue system
+- allowing systemd-nspawn "booting" of a mounted /mnt (after umount /mnt/proc)
+
+Version 1.46 - 20 October 2013 by Colin Guthrie
+
+- adapt to a dracut based stage1
+
+Version 1.45.1 - 14 October 2013 by Colin Guthrie
+
+- many btrfs tools no longer exist
+
+Version 1.45 - 14 October 2013 by Colin Guthrie
+
+- adapt to latest mdadm
+- drop /etc/termcap as it's no longer part of our build
+- include network interface name udev rules (mga#10947)
+
+Version 1.44 - 18 May 2013 by Colin Guthrie
+
+- ensure /dev is bind mounted before re-installing bootloader (mga#10107)
+
+Version 1.43 - 15 May 2013 by Colin Guthrie
+
+- ensure grabjournallogs script is executable (mga#10108)
+
+Version 1.42 - 30 April 2013 by Thierry Vignaud
+
+- add a script to simplfy grabbing of journal logs for bug reports
+- enable to abort choosing distro to rescue (mga#9765)
+
+Version 1.41 - 6 April 2013 by Thierry Vignaud
+
+- really adapt to /usr move (fix lvm2 freezing, mga#5795)
+- drop our "use modprobe instead" insmod since we've kmod one for free
+- include libdevmapper-event-*.so
+- include persistant storage udev rules needed to see new uuids
+- offer to pick the distro to rescue when there's more than one
+- /var/run/utmp is on tmpfs now
+- warn that i586 cannot rescue x86_64 (mga#8696)
+
+Version 1.40 - 6 March 2013 by Thierry Vignaud
+
- preload fuse (mga#5833)
+- use kmod's modprobe, thus fixing loading modules (mga#9270)
Version 1.39 - 3 September 2012 by Thierry Vignaud