summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPhillip Susi <psusi@ubuntu.com>2015-01-12 19:06:11 -0500
committerPhillip Susi <psusi@ubuntu.com>2016-04-10 21:45:50 -0400
commite09c30fb53179319ba1543813b5b4024e923b795 (patch)
tree99cdf1ea866b83fb5e3d188fe5a38990844700f9 /NEWS
parent61dd3d4c5eb782eb43caa95342e63727db3f8281 (diff)
downloadparted-e09c30fb53179319ba1543813b5b4024e923b795.tar.gz
parted: fix the rescue command
The rescue command often failed to locate a filesystem due to it leaving cylinder alignment on, which snapped the allowed bounds of the filesystem down to the next lower cylinder boundary, causing the detected filesystem to be rejected due to not fitting.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d7483b8..0573ae7 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,9 @@ GNU parted NEWS -*- outline -*-
** Bug Fixes
+ Fix rescue command: the rescue command often failed to find
+ filesystems due to leaving on cylinder alignment.
+
libparted-fs-resize: Prevent crash resizing FAT file systems with very
deep directories with path names over 512 bytes long.
@@ -15,6 +18,7 @@ GNU parted NEWS -*- outline -*-
libparted-fs-resize: Prevent crash resizing FAT16 file systems.
+ libparted-fs-resize: Prevent crash resizing FAT16 file systems.
* Noteworthy changes in release 3.2 (2014-07-28) [stable]