summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-11-03 17:46:42 +0100
committerJim Meyering <meyering@redhat.com>2007-11-03 17:46:42 +0100
commit8beb69b1480485bb81b16c0eb90f49d76cd8dd94 (patch)
tree7eb015ff390f89ba67d58dd6538ecdb109610e0e /ChangeLog
parent0814422a7df34bf06f15a6f064472f3aed8c7ebe (diff)
downloadcoreutils-8beb69b1480485bb81b16c0eb90f49d76cd8dd94.tar.xz
Change the first '-' to '.' in the snapshot version string,
e.g., 6.9-377-08144 -> 6.9.377-08144 * build-aux/git-version-gen: ... and add comments.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d931f3c3..ca1ac5d38 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-11-03 Jim Meyering <meyering@redhat.com>
+ Change the first '-' to '.' in the snapshot version string,
+ e.g., 6.9-377-08144 -> 6.9.377-08144
+ * build-aux/git-version-gen: ... and add comments.
+
seq: add another test for the %% bug.
* tests/misc/seq (fmt-c): Test the other fixed case, too.