diff options
author | Jim Meyering <jim@meyering.net> | 2007-08-24 14:07:06 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-08-24 14:07:06 +0200 |
commit | dbb6c7b2e75aa1853a154d9122b83f1ad6f0ea9b (patch) | |
tree | 274b96bf4db949fdb48835df0e2ac6bba9bba0ed /ChangeLog | |
parent | 90b11ce6651b65488ddc777a439aaca414fdcf31 (diff) | |
download | coreutils-dbb6c7b2e75aa1853a154d9122b83f1ad6f0ea9b.tar.xz |
Arrange to use tag names like vM.N, rather than COREUTILS-M_N.
* Makefile.maint (this-vc-tag) [git]: Simply use v$(VERSION).
(this-vc-tag-regexp): New variable.
(vc-tag-check): Use it, rather than $(this-vc-tag).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-08-24 Jim Meyering <jim@meyering.net> + + Arrange to use tag names like vM.N, rather than COREUTILS-M_N. + * Makefile.maint (this-vc-tag) [git]: Simply use v$(VERSION). + (this-vc-tag-regexp): New variable. + (vc-tag-check): Use it, rather than $(this-vc-tag). + 2007-08-23 Jim Meyering <jim@meyering.net> * src/dircolors.hin: Add xterm-16color, xterm-88color and eterm-color. |