Changes by: antona
Update of /cvsroot/linux-ntfs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8333
Modified Files:
NEWS configure.ac
Log Message:
Prepare for 1.12.0 release.
Index: NEWS
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/NEWS,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- NEWS 24 Sep 2005 17:00:26 -0000 1.29
+++ NEWS 7 Oct 2005 12:52:52 -0000 1.30
@@ -1,7 +1,7 @@
Current news
============
-ntfsmount can create/delete/move files and directories! It's not full
+ntfsmount can create/delete/move files and directories! It is not a full
implementation, thus sometimes it will say 'Operation is not supported',
nothing bad will happen to user data in this case. (Yura Pakhuchiy)
Index: configure.ac
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/configure.ac,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -p -r1.77 -r1.78
--- configure.ac 5 Oct 2005 19:13:54 -0000 1.77
+++ configure.ac 7 Oct 2005 12:52:52 -0000 1.78
@@ -22,7 +22,7 @@
#
AC_PREREQ(2.59)
-AC_INIT([ntfsprogs],[1.11.3-WIP],[lin...@li...])
+AC_INIT([ntfsprogs],[1.12.0],[lin...@li...])
AC_CANONICAL_HOST([])
AC_CANONICAL_TARGET([])
AC_CONFIG_SRCDIR([config.h.in])
|