Update of /cvsroot/ext2resize/ext2resize
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv2787
Modified Files:
NEWS
Log Message:
More info fetched from the CVS log.
Index: NEWS
===================================================================
RCS file: /cvsroot/ext2resize/ext2resize/NEWS,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** NEWS 9 Jun 2006 21:58:39 -0000 1.6
--- NEWS 9 Jun 2006 22:16:46 -0000 1.7
***************
*** 1,4 ****
--- 1,11 ----
Version 1.1.20 (2006-XX-XX)
* Fixed a few compiler warnings.
+ * Fix typos in the documentation and manual.
+ * Correct handling of endian issues.
+ * Adjust handling of ioctl BLKGETSIZE64 to match recent kernels.
+ * Teach ext2prepare how to handle file systems over 2 TiB.
+ * Renamed some functions to make the code easier to read.
+ * Fix bug in ext2 metainfo handling (use correct offset).
+ * Corrected and improved program output.
Version 1.1.19 (2004-09-30)
|