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).
edge.strict_endians
antona 2005-10-07 16:00:42 +00:00
parent 4c3687fc64
commit ff86e350bc
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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([])