Version 0.6.3 release. Big-endian bug fix, new GUID generation method,
architectural changes.
diff --git a/README.Windows b/README.Windows
index a88d29d..91074c4 100644
--- a/README.Windows
+++ b/README.Windows
@@ -70,6 +70,15 @@
 

 http://www.microsoft.com/whdc/device/storage/GPT_FAQ.mspx

 

+The GUIDs generated by the program to uniquely identify disks and

+partitions aren't "proper" GUIDs; they're purely random numbers. In

+practice, this has caused me no problems; however, it's conceivable that

+some disk utility will complain. The Unix versions of GPT fdisk generate

+proper GUIDs, as of version 0.6.3. Note that this limitation applies ONLY

+to the unique GUIDs for disks and partitions, not to the GUIDs used to

+identify partition type codes; those are standardized and are handled

+correctly by all versions of GPT fdisk.

+

 Source Code and Compilation Issues

 ----------------------------------