*** empty log message ***

This commit is contained in:
Kevin Dalley 2001-05-20 20:50:18 +00:00
parent ace39939d3
commit f22e9df9ad
6 changed files with 10 additions and 9 deletions

4
NEWS
View File

@ -1,4 +1,8 @@
GNU findutils NEWS - User visible changes. -*- outline -*- (allout)
* Major changes in release 4.1.7:
fix problem so that default "-print" is added when "-prune" is used.
security fixes related to directories changing while find is executing.
* Major changes in release 4.1.6:
correct bug in prune.
added --ignore-case option for locate

6
TODO
View File

@ -1,9 +1,5 @@
-*-outline-*-
* Miscellaneous security holes in find,
see
http://archives.neohapsis.com/archives/linux/lsap/2001-q1/thread.html#148
and
http://bugs.debian.org/findutils
* lib/filemode.c has "# undef S_ISDOOR" added. This should be moved upstream.
* Speed of locate without "-i" option needs to be increased.

4
configure vendored
View File

@ -1031,7 +1031,7 @@ host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
ALL_LINGUAS="da de es et fr gl it ko nl pl pt_BR ru sv"
ALL_LINGUAS="da de es et fr gl id it ko nl pl pt_BR ru sv"
# Find a good install program. We prefer a C program (faster),
# so one script is as good as another. But avoid the broken or
@ -1288,7 +1288,7 @@ fi
# Define the identity of the package.
PACKAGE=findutils
VERSION=4.1.6.1
VERSION=4.1.6
cat >>confdefs.h <<EOF
#define PACKAGE "$PACKAGE"

1
debian/.cvsignore vendored Normal file
View File

@ -0,0 +1 @@
tmp

1
intl/.cvsignore Normal file
View File

@ -0,0 +1 @@
Makefile

View File

@ -4,5 +4,4 @@ used by autoconf to create the configure script at the the top level in
this distribution.
The Makefile.am file in this directory is automatically generated
from the template file, Makefile.am.in. The generation will fail
if you don't have all the right tools.
from the template file, Makefile.am.in.