diff --git a/ChangeLog b/ChangeLog index 560cddde..f62a71be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/configure.ac b/configure.ac index de35f2ff..acfa5f45 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ # AC_PREREQ(2.59) -AC_INIT([ntfsprogs],[1.12.0],[linux-ntfs-dev@lists.sourceforge.net]) +AC_INIT([ntfsprogs],[1.12.1-WIP],[linux-ntfs-dev@lists.sourceforge.net]) # # Before making a release, the LTVERSION string should be modified. @@ -50,7 +50,7 @@ AC_INIT([ntfsprogs],[1.12.0],[linux-ntfs-dev@lists.sourceforge.net]) # # - 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([])