aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorsrs5694 <srs5694@users.sourceforge.net>2013-02-14 20:47:14 -0500
committersrs5694 <srs5694@users.sourceforge.net>2013-02-14 20:47:14 -0500
commitf5dfbfa418675ca862408e4fb2240b21dd07d558 (patch)
tree8c2f35341fb4723f664d385f158fd4d80961cf70 /NEWS
parentdf231c1bdaf322c13c060d6acfbf2f7ed1c98d2c (diff)
downloadgptfdisk-f5dfbfa418675ca862408e4fb2240b21dd07d558.tar.gz
Change to alignment code in sgdisk.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS23
1 files changed, 23 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a66fdb7..4afb1d4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+0.8.7 (?/?/2013):
+-----------------
+
+- Adjusted alignment code when using -n or -N in sgdisk to keep the
+ requested partition size (if specified using +###{MGT} terminology)
+ as the requested value rather than relative to the requested start
+ point. This gives you the requested partition size rather than be
+ slightly smaller if sgdisk needs to adjust the start point up a bit and
+ it prevents gaps from appearing between partitions if several are created
+ in succession using automatic placement of the start point.
+
+- Fixed small bugs in gdisk_test.sh script.
+
+- Removed stray debug message that would appear when reading MBR disks.
+
+- Added partition type code for Intel Fast Flash (GUID
+ D3BFE2DE-3DAF-11DF-BA40-E3A556D89593, code EF03), used by systems that
+ implement Intel's Rapid Start technology. See
+ http://blog.adios.tw/2012/10/funtoo-linux-and-intel-rapid-start.html.
+
+- Added partition type code for Haiku BFS (GUID
+ 42465331-3BA3-10F1-802A-4861696B7521; code EB00).
+
0.8.6 (1/9/2013):
-----------------