Changes by: antona
Update of /cvsroot/linux-ntfs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21502
Modified Files:
ChangeLog configure.ac
Log Message:
Temporarily disable use of the legal ansi character checking in
libntfs/unistr.c::ntfs_names_collate() pending a proper fix at some
point. (Anton)
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.298
retrieving revision 1.299
diff -u -p -r1.298 -r1.299
--- ChangeLog 10 Oct 2005 13:04:33 -0000 1.298
+++ ChangeLog 13 Oct 2005 08:26:02 -0000 1.299
@@ -1,3 +1,9 @@
+xx/xx/2005 - 1.12.2-WIP
+
+ - Temporarily disable use of the legal ansi character checking in
+ libntfs/unistr.c::ntfs_names_collate() pending a proper fix at some
+ point. (Anton)
+
10/10/2005 - 1.12.1 - Minor fix to location of mount.ntfs-fuse and mkfs.ntfs.
- Fix hardcoded location for uninstalling mount.ntfs-fuse hardlink to
Index: configure.ac
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/configure.ac,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -p -r1.83 -r1.84
--- configure.ac 10 Oct 2005 12:55:11 -0000 1.83
+++ configure.ac 13 Oct 2005 08:26:02 -0000 1.84
@@ -22,7 +22,7 @@
#
AC_PREREQ(2.59)
-AC_INIT([ntfsprogs],[1.12.1],[lin...@li...])
+AC_INIT([ntfsprogs],[1.12.2-WIP],[lin...@li...])
#
# Before making a release, the LTVERSION string should be modified.
@@ -50,7 +50,7 @@ AC_INIT([ntfsprogs],[1.12.1],[linux-ntfs
#
# - If the interface is the same as the previous version, change to C:R+1:A
#
-LTVERSION_LIBNTFS="8:1:0"
+LTVERSION_LIBNTFS="9:0:0"
AC_SUBST(LTVERSION_LIBNTFS)
AC_CANONICAL_HOST([])
|