Skip to content

Commit

Permalink
Version 2017.3.23AR.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Pierre André committed Sep 1, 2018
1 parent e87c853 commit e838098
Show file tree
Hide file tree
Showing 6 changed files with 911 additions and 94 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ Detailed ChangeLog can be found at

The changes and history may also be found on the source repository :
http://sourceforge.net/p/ntfs-3g/ntfs-3g/ci/edge/tree/

The ChangeLog specific to the advanced version is available on
http://jp-andre.pagesperso-orange.fr/changelog.html
29 changes: 28 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ advanced features, please get the instructions from

http://www.tuxera.com/community/ntfs-3g-advanced/

This specific version has support for new features as described in

http://jp-andre.pagesperso-orange.fr/ntfs-3g.html

News, support answers, problem submission instructions, support and discussion
forums, performance numbers and other information are available on the project
web site at
Expand Down Expand Up @@ -73,7 +77,11 @@ There are also a few make targets for building parts :
make drivers : only build drivers and libraries, without ntfsprogs
make ntfsprogs : only build ntfsprogs and libntfs-3g, without drivers

Non-Linux: Please see
Solaris and OpenIndiana: Please see

http://jp-andre.pagesperso-orange.fr/openindiana-ntfs-3g.html

Other: Please see

http://www.tuxera.com/community/ntfs-3g-download/

Expand Down Expand Up @@ -118,6 +126,25 @@ And, to end the test, unmount the usual way :
umount /dev/sda1


PRELINKED BINARY VERSION
========================

Statically prelinked versions for X86 are compiled with gcc 4.1.2 and
prepared as an upgrade to the ntfs-3g shipped with the live-CD Knoppix 5.1.1.
The statically prelinked versions for Sparc are compiled with gcc 4.0.0.
Both are restricting to using glibc 2.3.2 and should be usable on
virtually any configuration since kernel 2.6.20 having a fuse kernel
module (fuse.ko) installed.

They can be used like ordinary versions. Just copy the appropriate
executable file into a readable directory, set the executable flags and
start as root with the mount arguments :

linked-ntfs-3g /dev/sda1 /mnt/windows
or
sparc-ntfs-3g /dev/sda1 /mnt/windows


NTFS UTILITIES
==============

Expand Down
8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@

# Autoconf
AC_PREREQ(2.59)
AC_INIT([ntfs-3g],[2017.3.23],[ntfs-3g-devel@lists.sf.net])
LIBNTFS_3G_VERSION="88"
AC_INIT([ntfs-3g],[2017.3.23AR.3],[ntfs-3g-devel@lists.sf.net])
LIBNTFS_3G_VERSION="883"
AC_CONFIG_SRCDIR([src/ntfs-3g.c])

# Environment
AC_CANONICAL_HOST
AC_CANONICAL_TARGET

# Automake
AM_INIT_AUTOMAKE([${PACKAGE_NAME}], [${PACKAGE_VERSION}])
AM_INIT_AUTOMAKE()
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE
Expand Down Expand Up @@ -497,7 +497,7 @@ AC_C_BIGENDIAN(
]
,
)
AC_C_CONST
# AC_C_CONST
AC_C_INLINE
AC_TYPE_OFF_T
AC_TYPE_SIZE_T
Expand Down

0 comments on commit e838098

Please sign in to comment.