From 7d817b13a68e27750e84588602b39acb4c255e21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Tue, 4 Apr 2017 20:25:05 +0200 Subject: Document previous commits by Martin Whitaker --- perl-install/NEWS | 12 ++++++++++++ perl-install/install/NEWS | 13 +++++++++++++ 2 files changed, 25 insertions(+) (limited to 'perl-install') diff --git a/perl-install/NEWS b/perl-install/NEWS index bd616cffd..dacaa5de5 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,15 @@ +- diskdrake: + o don't require a BIOS boot partition when performing an upgrade (mga#20338) + o make partitioning more robust with "Use entire disk" option (mga#20619): + * add safety net for informing the kernel after writing a DOS partition + table. + * speed up proc_partitions::compare() and avoid unwanted udev events. + o force reinitialisation of partition suggestions after wiping disk + (mga#20621) +- various fixes to do_pkgs during Live installs (mga#20620): + o fix do_pkgs_standalone::are_installed() for Live install + o fix do_pkgs_standalone::remove() for Live install + o fix fast path for do_pkgs::ensure_is_installed() - drakclock: o fix the display of the clock (mga#11776) diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index f4e4330a5..9dccd49f2 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,16 @@ +- partitioning: + o don't require a BIOS boot partition when performing an upgrade (mga#20338) + o make partitioning more robust with "Use entire disk" option (mga#20619): + * add safety net for informing the kernel after writing a DOS partition + table. + * speed up proc_partitions::compare() and avoid unwanted udev events. + o force reinitialisation of partition suggestions after wiping disk + (mga#20621) +- various fixes to do_pkgs during Live installs (mga#20620): + o fix do_pkgs_standalone::are_installed() for Live install + o fix do_pkgs_standalone::remove() for Live install + o fix fast path for do_pkgs::ensure_is_installed() + Version 17.76 - 24 March 2017 - installer options handling: -- cgit v1.2.1