summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2017-03-16 16:36:43 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2017-03-17 02:13:58 +0100
commit61f77780149c2a63c39abfbc9216358661eceeff (patch)
treed139ff297c23e3a7ea161b9a8e7a954120f106ba
parent8ca07e25cab2e05d259e8025095e962d40df6cf5 (diff)
downloaddrakx-61f77780149c2a63c39abfbc9216358661eceeff.tar
drakx-61f77780149c2a63c39abfbc9216358661eceeff.tar.gz
drakx-61f77780149c2a63c39abfbc9216358661eceeff.tar.bz2
drakx-61f77780149c2a63c39abfbc9216358661eceeff.tar.xz
drakx-61f77780149c2a63c39abfbc9216358661eceeff.zip
log previous changes
-rw-r--r--perl-install/NEWS11
-rw-r--r--perl-install/install/NEWS11
2 files changed, 22 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index f8437dc48..b88c51d2d 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,3 +1,14 @@
+- diskdrake:
+ o allow a BIOS boot partition to be located on any disk (mga#20161)
+ o ensure kernel is informed when a MBR partition table is cleared
+ o clearing GPT partitions:
+ * delay thus fix clearing GPT partitions (mga#20264)
+ ("failed to del partition #1 on /dev/...")
+ * don't send separate events to the kernel about removing/adding GPT partitions,
+ just tell it to reread the whole newly cleared & allocated partition table
+ o tell the kernel all actions at once on GPT partitions instead of telling it
+ separatly about removing partitions A, B & C, then adding partition E, F &G
+
Version 17.74 - 9 March 2017
- recognize LXQt (Razor-qt is now LXQt)
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 5b0b4c408..a44d6b6ee 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,14 @@
+- partitioning:
+ o allow a BIOS boot partition to be located on any disk (mga#20161)
+ o ensure kernel is informed when a MBR partition table is cleared
+ o clearing GPT partitions:
+ * delay thus fix clearing GPT partitions (mga#20264)
+ ("failed to del partition #1 on /dev/...")
+ * don't send separate events to the kernel about removing/adding GPT partitions,
+ just tell it to reread the whole newly cleared & allocated partition table
+ o tell the kernel all actions at once on GPT partitions instead of telling it
+ separatly about removing partitions A, B & C, then adding partition E, F &G
+
Version 17.74 - 9 March 2017
- update translations (e17 -> e21)