diff options
author | Joey Hess <joey@kitenet.net> | 2012-04-09 16:18:21 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-04-09 16:18:21 -0400 |
commit | bbfa7f9a5d262d13c825005f89410f464148fd1d (patch) | |
tree | e649f85402c45a6a932605f063525d660704307b /debian | |
parent | b70bf8f3b34e03acfe4ed906929e1a3f2b42dd4b (diff) | |
download | moreutils-bbfa7f9a5d262d13c825005f89410f464148fd1d.tar.gz |
combine: Avoid reading files twice, to support data coming from pipes. Closes: #667960 Thanks, Carsten Hey
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 13822c1..cd406ff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ moreutils (0.46) UNRELEASED; urgency=low * Typo. Closes: #649158 + * combine: Avoid reading files twice, to support data coming from + pipes. Closes: #667960 Thanks, Carsten Hey -- Joey Hess <joeyh@debian.org> Fri, 18 Nov 2011 13:37:10 -0400 |