Changes by: antona
Update of /cvsroot/linux-ntfs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23379
Modified Files:
ChangeLog configure.ac
Log Message:
Update changelog and bump version number on ntfsprogs and libntfs appropriately.
NOTE: If anyone makes libntfs changes that modify the interfaces, please update
the libntfs version appropriately before the next release (see configure.ac for
explanation of how to update the version).
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.293
retrieving revision 1.294
diff -u -p -r1.293 -r1.294
--- ChangeLog 7 Oct 2005 14:10:56 -0000 1.293
+++ ChangeLog 7 Oct 2005 16:00:42 -0000 1.294
@@ -1,3 +1,8 @@
+xx/xx/2005 - 1.12.1-WIP
+
+ - Fix hardcoded location for uninstalling mount.ntfs-fuse hardlink to
+ match the relocatable location for installing it. (Anton, Szaka)
+
07/10/2005 - 1.12.0 - Lots of fixes and enhancements!
- Add ./configure detection for gnutls library and make minimum version
Index: configure.ac
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/configure.ac,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -p -r1.79 -r1.80
--- configure.ac 7 Oct 2005 14:10:57 -0000 1.79
+++ configure.ac 7 Oct 2005 16:00:42 -0000 1.80
@@ -22,7 +22,7 @@
#
AC_PREREQ(2.59)
-AC_INIT([ntfsprogs],[1.12.0],[lin...@li...])
+AC_INIT([ntfsprogs],[1.12.1-WIP],[lin...@li...])
#
# Before making a release, the LTVERSION string should be modified.
@@ -50,7 +50,7 @@ AC_INIT([ntfsprogs],[1.12.0],[linux-ntfs
#
# - If the interface is the same as the previous version, change to C:R+1:A
#
-LTVERSION_LIBNTFS="8:0:0"
+LTVERSION_LIBNTFS="8:1:0"
AC_SUBST(LTVERSION_LIBNTFS)
AC_CANONICAL_HOST([])
|