[Lunar-commits] <moonbase> coreutils: version bumped to 7.2.
Florin Braescu
florin at lunar-linux.org
Wed Apr 1 03:10:36 CEST 2009
commit de3f27b173e7e8a5d30e8355b68ed08590f7ed70
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed Apr 1 04:10:36 2009 +0300
coreutils: version bumped to 7.2.
** New features
pwd now accepts the options --logical (-L) and --physical (-P). For
compatibility with existing scripts, -P is the default behavior
unless POSIXLY_CORRECT is requested.
** Changes in behavior
cp,mv,install,cat,split: now read and write a minimum of 32KiB
at a time. This was seen to increase throughput. Up to 2 times
when reading cached files on linux for example.
cp -a now tries to preserve extended attributes (xattr), but does not
diagnose xattr-preservation failure. However, cp --preserve=all still does.
ls --color: hard link highlighting can be now disabled by changing the
LS_COLORS environment variable. To disable it you can add something like
this to your profile: eval `dircolors | sed s/hl=[^:]*:/hl=:/`
** Bug fixes.
---
utils/coreutils/DETAILS | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/utils/coreutils/DETAILS b/utils/coreutils/DETAILS
index 1941155..26bcb33 100644
--- a/utils/coreutils/DETAILS
+++ b/utils/coreutils/DETAILS
@@ -1,12 +1,12 @@
MODULE=coreutils
- VERSION=7.1
+ VERSION=7.2
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL[0]=$GNU_URL/$MODULE
SOURCE_URL[1]=ftp://ftp.gnu.org/gnu/$MODULE
- SOURCE_VFY=sha1:e5f57aed49da5d2e1c7833f7b7cc31aa96fe8a4e
+ SOURCE_VFY=sha1:76b10f5b8cfab62d549c3dd9647425887e5ea238
WEB_SITE=http://www.gnu.org/software/$MODULE
ENTERED=20030217
- UPDATED=20090301
+ UPDATED=20090401
SHORT="Contains latest sh-utils, textutils and fileutils"
cat << EOF
More information about the Lunar-commits
mailing list