mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-23 18:14:24 +08:00
Start 2.0.0-WIP
(Logical change 1.534)
This commit is contained in:
parent
338daf2d36
commit
dcdc9a4b7a
@ -1,4 +1,11 @@
|
||||
xx/xx/2004 - 2.0.0-WIP
|
||||
|
||||
- Add start_vcn parameter to ntfs_get_size_for_mapping_pairs() and
|
||||
ntfs_mapping_pairs_build() and adapt all callers.
|
||||
- Bump library version due to source level API change above.
|
||||
|
||||
04/09/2004 - 1.9.4 - Urgent bug fixes.
|
||||
|
||||
- Rewrite win32_io.c to allow device level write support. (Yuval)
|
||||
- Make ntfscp update file size in $FILE_NAME(0x30) attribute. (Yura)
|
||||
- Fix ntfsclone crash when --restore-image was used for block device
|
||||
|
20
configure
vendored
20
configure
vendored
@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.59 for ntfsprogs 1.9.4.
|
||||
# Generated by GNU Autoconf 2.59 for ntfsprogs 2.0.0-WIP.
|
||||
#
|
||||
# Report bugs to <linux-ntfs-dev@lists.sourceforge.net>.
|
||||
#
|
||||
@ -423,8 +423,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='ntfsprogs'
|
||||
PACKAGE_TARNAME='ntfsprogs'
|
||||
PACKAGE_VERSION='1.9.4'
|
||||
PACKAGE_STRING='ntfsprogs 1.9.4'
|
||||
PACKAGE_VERSION='2.0.0-WIP'
|
||||
PACKAGE_STRING='ntfsprogs 2.0.0-WIP'
|
||||
PACKAGE_BUGREPORT='linux-ntfs-dev@lists.sourceforge.net'
|
||||
|
||||
ac_unique_file="config.h.in"
|
||||
@ -955,7 +955,7 @@ if test "$ac_init_help" = "long"; then
|
||||
# Omit some internal or obsolete options to make the list less imposing.
|
||||
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||
cat <<_ACEOF
|
||||
\`configure' configures ntfsprogs 1.9.4 to adapt to many kinds of systems.
|
||||
\`configure' configures ntfsprogs 2.0.0-WIP to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@ -1022,7 +1022,7 @@ fi
|
||||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of ntfsprogs 1.9.4:";;
|
||||
short | recursive ) echo "Configuration of ntfsprogs 2.0.0-WIP:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
@ -1169,7 +1169,7 @@ fi
|
||||
test -n "$ac_init_help" && exit 0
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
ntfsprogs configure 1.9.4
|
||||
ntfsprogs configure 2.0.0-WIP
|
||||
generated by GNU Autoconf 2.59
|
||||
|
||||
Copyright (C) 2003 Free Software Foundation, Inc.
|
||||
@ -1183,7 +1183,7 @@ cat >&5 <<_ACEOF
|
||||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
It was created by ntfsprogs $as_me 1.9.4, which was
|
||||
It was created by ntfsprogs $as_me 2.0.0-WIP, which was
|
||||
generated by GNU Autoconf 2.59. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
@ -1903,7 +1903,7 @@ fi
|
||||
|
||||
# Define the identity of the package.
|
||||
PACKAGE='ntfsprogs'
|
||||
VERSION='1.9.4'
|
||||
VERSION='2.0.0-WIP'
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
@ -23027,7 +23027,7 @@ _ASBOX
|
||||
} >&5
|
||||
cat >&5 <<_CSEOF
|
||||
|
||||
This file was extended by ntfsprogs $as_me 1.9.4, which was
|
||||
This file was extended by ntfsprogs $as_me 2.0.0-WIP, which was
|
||||
generated by GNU Autoconf 2.59. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
@ -23090,7 +23090,7 @@ _ACEOF
|
||||
|
||||
cat >>$CONFIG_STATUS <<_ACEOF
|
||||
ac_cs_version="\\
|
||||
ntfsprogs config.status 1.9.4
|
||||
ntfsprogs config.status 2.0.0-WIP
|
||||
configured by $0, generated by GNU Autoconf 2.59,
|
||||
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
#
|
||||
|
||||
AC_PREREQ(2.59)
|
||||
AC_INIT([ntfsprogs],[1.9.4],[linux-ntfs-dev@lists.sourceforge.net])
|
||||
AC_INIT([ntfsprogs],[2.0.0-WIP],[linux-ntfs-dev@lists.sourceforge.net])
|
||||
AC_CANONICAL_HOST([])
|
||||
AC_CANONICAL_TARGET([])
|
||||
AC_CONFIG_SRCDIR([config.h.in])
|
||||
|
Loading…
Reference in New Issue
Block a user