Changes by: yura
Update of /cvs/linux-ntfs/ntfsprogs
In directory delta357.server4you.de:/tmp/cvs-serv19627
Modified Files:
ChangeLog configure.ac
Log Message:
Merge index code from ntfs-3g. Clean it a bit and fix adding index allocation when index root in the base mft record.
Index: ChangeLog
===================================================================
RCS file: /cvs/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.392
retrieving revision 1.393
diff -u -p -r1.392 -r1.393
--- ChangeLog 2 Aug 2006 03:12:34 -0000 1.392
+++ ChangeLog 2 Aug 2006 03:55:41 -0000 1.393
@@ -8,6 +8,8 @@ xx/xx/2006 - x.xx.x - .
ntfs kernel driver to the same function. (Anton)
- Add new API ntfs_attr_exist() that checks whether attribute with
selected type and name already present in inode. (Szaka)
+ - Extend ntfs_index_{add_filename,rm} to support almost all cases of
+ index operations. (Szaka, Yura)
21/06/2006 - 1.13.1 - Various fixes.
Index: configure.ac
===================================================================
RCS file: /cvs/linux-ntfs/ntfsprogs/configure.ac,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -p -r1.109 -r1.110
--- configure.ac 17 Jul 2006 11:49:52 -0000 1.109
+++ configure.ac 2 Aug 2006 03:55:41 -0000 1.110
@@ -22,7 +22,7 @@
#
AC_PREREQ(2.59)
-AC_INIT([ntfsprogs],[1.13.1],[lin...@li...])
+AC_INIT([ntfsprogs],[3.0.0-WIP],[lin...@li...])
#
# Before making a release, the LTVERSION string should be modified.
|