From 4671f67156c1c59c2f9f7c3ead1a2e9141375d41 Mon Sep 17 00:00:00 2001 From: joeyh Date: Wed, 8 Mar 2006 04:04:34 +0000 Subject: * Replaced and(1) and not(1) by combine, based on an idea by Matt Taggart. --- debian/changelog | 6 +++--- debian/control | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index e563801..9eeedd9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -moreutils (0.5) UNRELEASED; urgency=low +moreutils (0.5) unstable; urgency=low * Added ifdata, by Benjamin BAYART (originally called ifcfg). * Made ifdata -Wall clean. @@ -6,9 +6,9 @@ moreutils (0.5) UNRELEASED; urgency=low * Cleaned up ifdata's behavior when asked to print info for nonexistant devices. Still needs improvement. * Indentation improvements. - * README updates based on user feedback. + * Replaced and(1) and not(1) by combine, based on an idea by Matt Taggart. - -- Joey Hess Tue, 7 Mar 2006 21:54:45 -0500 + -- Joey Hess Tue, 7 Mar 2006 23:02:14 -0500 moreutils (0.4) unstable; urgency=low diff --git a/debian/control b/debian/control index 44b6d2d..d0c752e 100644 --- a/debian/control +++ b/debian/control @@ -18,6 +18,5 @@ Description: additional unix utilities - ts: timestamp standard input - vidir: edit a directory in your text editor - vipe: edit a pipe using your text editor - - and: print lines that are present in one file and another - - not: print lines that are present in one file but not another + - combine: combine the lines in two files using boolean operations - ifdata: get network interface info without parsing ifconfig output -- cgit v1.2.3