summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-04-04 20:25:05 +0200
committerRémi Verschelde <rverschelde@gmail.com>2017-04-04 20:25:05 +0200
commit7d817b13a68e27750e84588602b39acb4c255e21 (patch)
treebf9b1ba8d1962ac173b7752f60332cc41fff4e29
parente5f6dd2bc9724c56ab73994aeb53e76313132bb0 (diff)
downloaddrakx-7d817b13a68e27750e84588602b39acb4c255e21.tar
drakx-7d817b13a68e27750e84588602b39acb4c255e21.tar.gz
drakx-7d817b13a68e27750e84588602b39acb4c255e21.tar.bz2
drakx-7d817b13a68e27750e84588602b39acb4c255e21.tar.xz
drakx-7d817b13a68e27750e84588602b39acb4c255e21.zip
Document previous commits by Martin Whitaker
-rw-r--r--perl-install/NEWS12
-rw-r--r--perl-install/install/NEWS13
2 files changed, 25 insertions, 0 deletions
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: