Changes by: antona
Update of /cvsroot/linux-ntfs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28738
Modified Files:
ChangeLog
Log Message:
Do the 1.11.0 release.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.242
retrieving revision 1.243
diff -u -p -r1.242 -r1.243
--- ChangeLog 18 Jul 2005 13:51:16 -0000 1.242
+++ ChangeLog 19 Jul 2005 09:59:51 -0000 1.243
@@ -1,4 +1,4 @@
-18/07/2005 - 1.11.0 - Fixes and a new utility ntfsmount, a FUSE ntfs module.
+19/07/2005 - 1.11.0 - Fixes and a new utility ntfsmount, a FUSE ntfs module.
- ntfscp: fix signal hanling: handle both SIGTERM and SIGINT, print
correct message. (Yura)
@@ -19,10 +19,10 @@
when sector size was less than 512 bytes and then we wrote 512 bytes,
i.e. beyond the end of the device.) (Anton)
- Add new utility (make extra) - ntfsdecrypt. (Yuval)
- - Improve "already mounted" ckeck. (Yura)
+ - Improve "already mounted" check. (Yura)
- Remove AC_FUNC_MALLOC and AC_FUNC_REALLOC from configure.ac as we
- do not provide replacement functions for them and they break cross
- compilation. (Christophe)
+ do not provide replacement functions for them and the checks break
+ cross compilation. (Christophe)
20/06/2005 - 1.10.0 - Lots of new features, enhancements, and bug fixes.
|