summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 087ed774c..c64c68fd5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2007-09-03 Jim Meyering <jim@meyering.net>
+ Don't change '-'s to '.'s in the string from git-describe.
+ * build-aux/git-version-gen: Leave '-'s in the string from git-describe.
+ Otherwise, s/-/./g would make it too hard to distinguish the base
+ version number from the appended .DD suffixes.
+
+2007-09-03 Jim Meyering <jim@meyering.net>
+
* README-hacking: Require rsync, rather than wget.
2007-09-02 Jim Meyering <jim@meyering.net>