Just pushed to next: >From 424fe54452e21069843c4c3aab3ba1c4d325b81a Mon Sep 17 00:00:00 2001 From: Jim Meyering <[email protected]> Date: Mon, 26 Oct 2009 15:34:55 +0100 Subject: [PATCH] doc: update NEWS
* NEWS (Bug fixes): Describe two. --- NEWS | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/NEWS b/NEWS index 7697487..c8c5724 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,16 @@ GNU parted NEWS -*- outline -*- * Noteworthy changes in release ?.? (????-??-??) [?] +** Bug fixes + + improved >512-byte sector support: for example, printing a table on a + 4k-sector disk would show "Sector size (logical/physical): 4096B/512B", + when the sizes should have been "4096B/4096B". + + gpt tables are more rigorously checked; before, partition entry array CRCs + were not checked, and we would mistakenly use the AlternateLBA member of a + known-corrupt primary table. + * Noteworthy changes in release 2.0 (2009-10-06) [beta] -- 1.6.5.2.344.ga473e _______________________________________________ parted-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/parted-devel

