diff --git a/ChangeLog b/ChangeLog index e0e2d340..99032b17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,11 @@ +2008-11-12 Curtis Gedak + + * README: Updated directories and dependencies. + 2008-11-11 Curtis Gedak * src/Dialog_Partition_Info.cc, - src/GParted_Core.cc: Added read UUID read display. + src/GParted_Core.cc: Added read and display UUID. * include/Partition.h, src/Partition.h: Added UUID. diff --git a/README b/README index 1ac18cc4..057a3d59 100644 --- a/README +++ b/README @@ -85,6 +85,8 @@ DIRECTORIES ------------ compose - contains String::ucompose() function +data - contains desktop icons + doc - contains manual page documentation help - contains GParted Manual and international translations @@ -93,8 +95,6 @@ include - contains source header files m4 - contains macro files -pixmaps - contains desktop icon - po - contains international language translations src - contains C++ source code @@ -117,6 +117,8 @@ Optional packages include: reiserfsprogs xfsprogs - NOTE: If the vol_id command is in the search PATH, it will be used - to read linux-swap, reiser4, hfs, and hfs+ file system - volume labels. + NOTE: * If the vol_id command is in the search PATH, it will be used + to read linux-swap, reiser4, hfs, and hfs+ file system + volume labels. + * If the blkid command is in the search path, it will be used + to read file system UUIDs.