summaryrefslogtreecommitdiffstats
path: root/rescue/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'rescue/NEWS')
-rw-r--r--rescue/NEWS109
1 files changed, 109 insertions, 0 deletions
diff --git a/rescue/NEWS b/rescue/NEWS
index cf1c694d2..dafe7c222 100644
--- a/rescue/NEWS
+++ b/rescue/NEWS
@@ -1,3 +1,112 @@
+Version 1.68 - 18 October 2025 by Jani Välimaa
+- replace i586 with i686 in files
+- fix and sort nedeed systemd files
+ - add systemd-executor
+ - remove systemd-cgroups-agent
+
+Version 1.67 - 28 April 2023 by Martin Whitaker
+
+- mount efivars in chroot on UEFI systems (mga#31844)
+
+Version 1.66 - 11 November 2020 by Thierry Vignaud
+
+- include overload.pm for File::Temp
+
+Version 1.65 - 16 June 2020 by Thierry Vignaud
+
+- fix running loadkeys w/o arg if DEBUG_INSTALL_LANG is not set (mga#26782)
+
+Version 1.64 - 20 March 2020 by Thierry Vignaud
+
+- debug mode:
+ o preset keyboard if DEBUG_INSTALL_LANG is set during build
+- do not preload all fs modules uselessly
+- guessmount:
+ o enable to repair encrypted LVMs/LUKS (mga#22795)
+ o fix displaying the version of the distro
+ o just use the fs reported by blkid instead of doing brute force guessing
+
+Version 1.63 - 19 March 2020 by Thierry Vignaud
+
+- add more tools for XFS & btrfs
+- include all of /usr/lib/udev/hwdb.d (mga#20327)
+- include F2FS tools
+- include missing LVM tools symlinks (mga#25466)
+- include ntfs3g compression support plugin
+- include Encode::Unicode module for reFind
+
+Version 1.62 - 18 June 2019 by Thomas Backlund
+
+- start udevd to support lvm2 (mga#24878)
+
+Version 1.61 - 11 May 2019 by Thomas Backlund
+
+- update filelist for new systemd
+
+Version 1.60 - 22 November 2018 by Thierry Vignaud
+
+- fix collecting needed perl files with glibc-2.26
+
+Version 1.59 - 26 August 2018 by Thomas Backlund
+
+- adapt for btrfs-progs 4.17.1
+
+Version 1.58 - 26 August 2018 by Thomas Backlund
+
+- adapt for perl-5.28
+
+Version 1.57 - 10 February 2018 by Thierry Vignaud
+
+- add more udev rules (syncing with regular stage2)
+
+Version 1.56 - 19 January 2018 by Thomas Backlund
+
+- adapt for new systemd
+
+Version 1.55 - 30 January 2017 by Thierry Vignaud
+
+- lsparts: fix reporting half sizes (mga#8853)
+
+Version 1.54 - 20 June 2016 by Thierry Vignaud
+
+- do not run shells uselessly
+- drop (broken) support for Alpha, IA64 & PPC, Sparc
+- fix a message when re-installing bootloader
+
+Version 1.53 - 28 September 2015 by Thierry Vignaud
+
+- fix build with libified perl
+
+Version 1.52 - 30 April 2015 by Thierry Vignaud
+
+- guessmount: mount /dev, /run & /sys too (mga#10865)
+- lsparts (mga#8854):
+ o display label too
+ o silent run_program
+
+Version 1.51 - 15 April 2015 by Thierry Vignaud
+
+- fix reinstalling grub2 on UEFI (mga#15695)
+
+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