summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-07-20 18:42:23 +0200
committerJim Meyering <jim@meyering.net>2007-07-20 18:42:23 +0200
commit366aaf59dcde9d3700346a94562151db6afb3be4 (patch)
treed65790a8e6d8ce7eb265905604707cca44bb8086 /ChangeLog
parent0cf61819479ad43533b6e24d769a8e85c7a17f11 (diff)
downloadcoreutils-366aaf59dcde9d3700346a94562151db6afb3be4.tar.xz
Document and add a test for today's sort bug fix.
* NEWS: Describe the bug fix. * tests/sort/Test.pm (obs-inval): Add a test for today's fix.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ee8167672..c7ba8316b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-07-20 Jim Meyering <jim@meyering.net>
+
+ Document and add a test for today's sort bug fix.
+ * NEWS: Describe the bug fix.
+ * tests/sort/Test.pm (obs-inval): Add a test for today's fix.
+
2007-07-20 Andreas Schwab <schwab@suse.de>
* src/sort.c (main): Don't free a pointer to non-malloc'd memory.