From ff86e350bc87cc7dffa159d663f458ab04004a12 Mon Sep 17 00:00:00 2001 From: antona Date: Fri, 7 Oct 2005 16:00:42 +0000 Subject: [PATCH] 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). --- ChangeLog | 5 +++++ configure.ac | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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([])