Final changes for 1.0.4 release

This commit is contained in:
Rod Smith
2018-07-05 17:39:14 -04:00
parent 9ae60195b9
commit 0c15ad9015
2 changed files with 9 additions and 6 deletions

4
NEWS
View File

@@ -25,7 +25,9 @@
- Minor bug fix in alignment of internal data structures.
- Minor bug fix in handling of damaged disks.
- Minor bug fix in handling of damaged disks. Also, GPT fdisk now reports
more information on what data structures are damaged when a damaged disk
is detected.
- Added type code for Apple APFS (7C3457EF-0000-11AA-AA11-00306543ECAC,
0xaf0a).

11
README
View File

@@ -201,11 +201,12 @@ be used instead. In addition, note these requirements:
need to install a package called popt-dev, popt-devel, or something
similar to obtain the header files. Mac OS users can find a version of
popt for Mac OS from Darwin Ports (http://popt.darwinports.com), MacPorts
(https://trac.macports.org/browser/trunk/dports/devel/popt/Portfile), or
Fink (http://www.finkproject.org); however, you'll first need to install
DarwinPorts, MacPorts, or Fink (instructions exist on the relevant
projects' pages). Alternatively, you can compile gdisk and/or cgdisk
alone, without sgdisk; gdisk doesn't require popt.
(https://trac.macports.org/browser/trunk/dports/devel/popt/Portfile), Fink
(http://www.finkproject.org), or brew (http://macappstore.org/popt/);
however, you'll first need to install the relevant environment
(instructions exist on the relevant projects' pages). Alternatively, you
can compile gdisk and/or cgdisk alone, without sgdisk; gdisk doesn't
require popt.
When all the necessary development tools and libraries are installed, you
can uncompress the package and type "make" at the command prompt in the